@charset "UTF-8";

.sideMenu > dl > dt{
	font-size: 22px;
	font-size: 2.2rem;
}
.sideMenu > dl > dt > a {
  padding: 1em 0 1em 0.7em;
}

.sideMenu dl dd > ul dd > ul li:last-child a{
	font-size: 15px;
	font-size: 1.5rem;
}

html {
  scroll-behavior: smooth;
  word-break: break-all;
}

h2{
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
}

article p{
  font-size: 14px;
  font-size: 1.4rem;
}

.talk-container dl dt{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #f48228;
  margin: 45px 0 30px 0;
}

.talk-container dl dd{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.colSet > .colTxt {
  width: 440px;
}

.colSet > .colImgR {
  width: 243px;
}

@media screen and (max-width: 768px) {
	.subject:after{
		bottom: 0;
		right: .6em;
		width: 102px;
		height: 90px;
		background: url(/support01/images/img_support@2x.png);
		background-size: cover;
	}
	.sideMenu dl dd {
		width: 100%;
		padding: 0 0 1.5em 1.5em;
	}
	.sideMenu dl dd dd > ul {
		margin: 0 0 0 .3em;
	}
	.sideMenu dl dd > ul > li dt{
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		min-height: inherit;
	}

  h1{
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  h2{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .colSet > .colTxt {
    width: 100%;
  }
  .colSet > .colImgR {
    width: 100%;
  }
  .colSet > .colImgR img{
    margin: 0 auto;
  }
}

.interviewDate {
  text-align:  right;
}