.fontB {
  font-weight: 600;
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.trans:hover {
  opacity: .8;
}
.super {
  font-size: 1.2rem;
  vertical-align: super;
}
.pcbr {
  display: block;
}
.spbr {
  display: inline-block;
}
a,
a:hover {
  color: #3077ae;
}
@media screen and (max-width: 768px) {
  .super {
    font-size: 1.0rem;
  }
  .pcbr {
    display: inline;
  }
  .spbr {
    display: block !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spf18 {
    font-size: 1.8rem;
  }
}
picture img {
  width: 100%;
}
.topTitle {
  margin: 76px auto 68px;
  text-align: center;
}
#contents .topLead {
  background-image: url(../images/top/bg_top_mv.png), linear-gradient(0deg, #ffffff 0%, rgba(132, 226, 111, 0.1) 80%);
  background-repeat: no-repeat, no-repeat;
  background-position: top right,
		left top;
  background-size: contain;
}
#contents .topLead .inner {
  padding: 54px 0;
}
#contents .topLead .inner > picture {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
#contents .topLead .inner > picture img {
  width: auto;
}
#contents .topLead .inner > picture + p {
  margin-bottom: .75em;
}
#contents .topLead .inner p {
  font-size: 2.1rem;
  text-align: center;
}
#contents .topLead .inner p small {
  color: #333;
  font-size: 1.6rem;
}
#contents .topLead .inner p span {
  display: inline-block;
}
.aboutFee {
  font-size: 2.2rem;
  margin-bottom: 60px;
  padding: 42px 0 0;
  text-align: center;
}
.aboutFee .inner {
  padding: 0 !important;
}
.aboutFee p + p {
  margin-top: 1em;
}
.aboutFee small {
  color: #333;
  font-size: 2rem;
}
.aboutFee .feeExam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 884px;
}
.aboutFee .feeExam li {
  width: 30.09049774%;
}
.aboutFee .feeExam li img {
  max-width: 100%;
}
.aboutFee .comment {
  font-size: 1.8rem;
  text-align: right;
}
.attendTxt {
  margin-bottom: 60px;
}
.attendTxt .inner {
  padding: 0 !important;
}
.attendTxt .inner p {
  font-size: 2.2rem;
  text-align: center;
}
.attendTxt .inner p.title {
  font-size: 2.8rem;
  color: #e60039;
  font-weight: bold;
}
.recommendation {
  position: relative;
  width: 1000px;
  padding: 53px 0 31px;
  margin: 0 auto 35px;
  border: 6px solid #FDF0F2;
  box-sizing: border-box;
  border-radius: 12px;
}
.recommendation h2 {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 448px;
}
.recommendation .image {
  width: 724px;
  margin: 0 auto 30px;
}
.recommendation .text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.recommendation .link {
  width: 260px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
}
.recommendation .link a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
}
.recommendation .link a:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/top/arrow_1.png) no-repeat;
  background-size: 20px 18px;
}
.recommendation .link a:hover {
  opacity: .7;
}
section {
  font-size: 1.8rem;
  text-align: center;
}
section.major h2 {
  border-bottom: 1px solid #aaa;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 58px;
  padding-bottom: .6em;
  position: relative;
  color: #333;
}
section.major h2 span {
  display: inline-block;
}
section.major h2::after {
  background: transparent url(../images/top/headingArrow.png);
  bottom: -30px;
  content: "";
  display: block;
  height: 31px;
  left: 50%;
  position: absolute;
  width: 99px;
  transform: translateX(-50%);
}
section.major .listWrap li {
  display: flex;
  margin: 15px 0 ;
  padding: 0 0 15px;
  border-bottom: solid 1px #CCC;
}
section.major .listWrap li:last-of-type {
  border-bottom: none;
}
section.major .listWrap li .ttl {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffeaee;
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}
section.major .listWrap li .info {
  width: 68%;
  padding: 0 20px 0 40px ;
  text-align: left;
}
section.major .listWrap li .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 10px 0;
  color: #e60039;
}
section.major .listWrap li .info .item {
  display: flex;
}
section.major .listWrap li .info .item .telno {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 2.6rem;
}
section.major .listWrap li .info .item .txt {
  display: flex;
  align-items: center;
  width: 50%;
}
section.major .listWrap li .dbl {
  width: 68%;
}
section.major .listWrap li .dbl .info {
  width: 100%;
}
.feature1 h3 {
  display: table;
  width: 840px;
  margin: 0 auto 38px;
  text-align: left;
}
.feature1 h3 .case span {
  display: inline-block;
  width: 104px;
  height: 30px;
  border-radius: 5px;
  background: #45C795;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 33px;
  text-align: center;
  text-indent: 0.05em;
}
.feature1 h3 .text {
  padding: 0 0 0 10px;
  font-size: 2.0rem;
  letter-spacing: 0.02em;
}
.feature1 .feeList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  width: 840px;
}
.feature1 .comments {
  display: flex;
  flex-direction: row-reverse;
}
.feature1 .comments .comment {
  margin-bottom: 25px;
  font-size: 1.8rem;
  text-align: left;
}
.feature1 .btn {
  width: 413px;
  margin: 0 auto;
  text-align: center;
}
.feature1 .btn a {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 1.9rem;
  text-decoration: none;
  border-radius: 40px;
  color: #fff;
  background-color: #e60039;
}
.feature1 .btn a:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/top/arrow_2.png) no-repeat;
  background-size: 20px 18px;
}
.feature1 .btn a:hover {
  opacity: .7;
}
.feature2 h3 {
  margin-bottom: 77px;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 700;
}
.feature2 .caseList {
  display: flex;
  justify-content: space-between;
  width: 965px;
  margin: 0 auto 65px;
}
.feature2 .list {
  text-align: left;
}
.feature2 .list li {
  font-size: 1.8rem;
}
#merits .inner {
  counter-reset: meritPoint;
}
.point {
  border: 10px solid #e7e7e7;
  margin-top: 106px;
  padding: 66px 64px 40px;
  position: relative;
  text-align: left;
}
.point::before {
  background-color: #e60039;
  border-radius: 100%;
  color: #fff;
  counter-increment: meritPoint;
  content: "point\A" counter(meritPoint);
  display: flex;
  height: 104px;
  justify-content: center;
  left: 50%;
  line-height: 1.4;
  position: absolute;
  align-items: center;
  top: -10px;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: pre;
  width: 104px;
}
.point > * {
  margin-bottom: 1em;
}
.point > *:last-child {
  margin-bottom: 0;
}
.point h3 {
  color: #e60039;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .75em;
  text-align: center;
}
.point + .point {
  margin-top: 70px;
}
.point strong {
  color: #ff7212;
  font-weight: bold;
}
.point .note {
  font-size: 1.4rem;
}
.migrate {
  background-color: #f9eae5;
  padding: 53px 0;
}
.migrate a {
  align-items: center;
  background-color: #e60039;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 3.6rem;
  height: 208px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  max-width: 668px;
}
.migrate a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: calc(100% - 16px);
}
.migrate a::after {
  align-items: center;
  background-color: #fabe00;
  border-radius: 100%;
  color: #fff;
  content: ">";
  display: flex;
  font-size: 3.1rem;
  font-weight: normal;
  justify-content: center;
  height: 70px;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
.migrate a img {
  margin-right: 5%;
}
.info {
  margin-bottom: 55px;
  text-align: center;
}
.info h3 {
  font-size: 2.4rem;
  margin: 2.6rem auto 1.6rem;
}
.info .tel {
  display: table;
  margin: 0 auto 30px;
}
.info .tel * {
  display: table-cell;
  vertical-align: middle;
}
.info .tel dt {
  background-color: #e60039;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: .5em .75em;
  text-align: center;
}
.info .tel dd {
  color: #e60039;
  font-size: 4.3rem;
  padding-left: .5em;
}
.info .add {
  font-size: 1.7rem;
}
.ttl {
  background-color: #e60039;
  border-radius: 9px;
  color: #fff;
  font-size: 2.8rem;
  padding: .46428em !important;
  text-align: center;
}
.notices {
  font-size: 1.8rem;
}
.notices section {
  text-align: left;
}
.notices h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1em;
}
.notices a {
  color: #e03835;
}
.notices b {
  color: #e03835;
}
.underwriter {
  background-color: #f9eae5;
  box-sizing: border-box;
  display: table;
  font-size: 2.2rem;
  margin-top: 40px;
  padding: 30px;
}
.underwriter dl dt {
  color: #e60039;
}
.underwriter dl dt::before {
  content: "【";
}
.underwriter dl dt::after {
  content: "】";
}
.underwriter dl dd {
  padding-left: 1em;
}
.docNo {
  color: #333;
  font-size: 1.7rem;
  text-align: right;
}
.docNo .inner {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .topTitle {
    display: none;
  }
  #contents .topLead {
    background-position: right top;
    font-size: 1.15rem;
  }
  #contents .topLead .inner {
    padding: 20px;
  }
  #contents .topLead .inner > picture {
    margin-bottom: 10px;
  }
  #contents .topLead .inner p {
    font-size: 1.2rem;
    text-align: center;
  }
  #contents .topLead .inner p small {
    color: #333;
    font-size: 1.2rem;
  }
  #contents .topLead .inner p span {
    display: inline-block;
  }
  .aboutFee {
    font-size: 1.3rem;
  }
  .aboutFee small {
    font-size: 1.2rem;
  }
  .aboutFee .feeExam {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
  }
  .aboutFee .comment {
    font-size: 1.1rem;
  }
  .attendTxt {
    margin-bottom: 60px;
  }
  .attendTxt .inner p {
    font-size: 1.3rem;
    text-align: center;
  }
  .attendTxt .inner p.title {
    font-size: 1.6rem;
    color: #e60039;
    font-weight: bold;
  }
  .recommendation {
    width: 95%;
    padding: 26px 0 20px;
  }
  .recommendation h2 {
    width: 100%;
  }
  .recommendation .image {
    width: 95%;
  }
  .recommendation .text {
    margin: 0 10px 20px;
    font-size: 1.4rem;
  }
  section {
    font-size: 1.1rem;
  }
  section.major .inner {
    margin: 0;
  }
  section.major h2 {
    font-size: 1.3rem;
    margin-bottom: 28px;
  }
  section.major h2::after {
    background-size: contain;
    bottom: -14px;
    height: 15px;
    width: 50px;
  }
  section.major .listWrap li {
    display: block;
  }
  section.major .listWrap li .ttl {
    width: auto;
    font-size: 1.8rem;
    margin: 0 10px;
  }
  section.major .listWrap li .info {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  section.major .listWrap li .info h3 {
    font-size: 1.8rem;
  }
  section.major .listWrap li .info .item {
    display: block;
  }
  section.major .listWrap li .info .item .telno {
    display: block;
    width: 100%;
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  section.major .listWrap li .info .item .txt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  section.major .listWrap li .dbl {
    width: 100%;
  }
  .feature1 h3 {
    display: block;
    width: auto;
    margin: 0 10px 20px;
  }
  .feature1 h3 .case span {
    width: 75px;
    height: 28px;
    line-height: 28px;
    font-size: 1.3rem;
  }
  .feature1 h3 .text {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.5rem;
  }
  .feature1 .feeList {
    display: block;
    margin: 0 10px;
    width: auto;
  }
  .feature1 .feeList li {
    margin-bottom: 20px;
  }
  .feature1 .comments .comment {
    font-size: 1.1rem;
    margin: 0 10px 14px;
  }
  .feature1 .btn {
    width: 92%;
  }
  .feature1 .btn a {
    font-size: 1.4rem;
  }
  .feature2 h3 {
    margin: 0 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .feature2 .caseList {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .feature2 .caseList li {
    margin-bottom: 20px;
  }
  .feature2 .list {
    margin: 0 10px;
  }
  .feature2 .list li {
    font-size: 1.1rem;
  }
  .point {
    border-width: 5px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 93.33333333%;
    padding: 36px 20px 20px;
    word-break: break-all;
  }
  .point::before {
    height: 52px;
    line-height: 1.2;
    top: -5px;
    width: 52px;
  }
  .point h3 {
    font-size: 1.8rem;
    margin-left: -1em;
    margin-right: -1em;
  }
  .point h3 span {
    display: inline-block;
  }
  .point + .point {
    margin-top: 35px;
  }
  .point .note {
    font-size: 0.9rem;
  }
  .migrate {
    padding: 26px 0;
  }
  .migrate a {
    font-size: 2rem;
    height: auto;
    padding: 6.58682635%;
    width: 89.06666667%;
  }
  .migrate a::before {
    height: 90.38461538%;
    left: calc(10/668*100% - 1px);
    top: calc(10/208*100% - 1px);
    width: 97.00598802%;
  }
  .migrate a::after {
    font-size: 4.13333333vw;
    height: 9.33333333vw;
    width: 9.33333333vw;
  }
  .migrate a img {
    margin-right: 0;
    width: 26.94610778%;
  }
  .migrate a span {
    font-size: 5.33333333vw;
    padding-left: 1em;
  }
  .info {
    margin-bottom: 28px;
    /*.tel {
			display: block;
			margin-bottom: 15px;
			* {
				display: block;
			}
			dt {
				font-size: 1.2rem;
				br {
					display: none;
				}
			}
			dd {
				font-size: 3.1rem;
			}
		}*/
  }
  .info h3 {
    font-size: 1.3rem;
  }
  .info .tel {
    margin-bottom: 15px;
  }
  .info .tel dt {
    font-size: 1rem;
  }
  .info .tel dd {
    font-size: 2.3rem;
  }
  .info .add {
    font-size: 1rem;
  }
  .ttl {
    font-size: 1.6rem;
  }
  .notices {
    font-size: 1.1rem;
  }
  .notices section {
    font-size: 0.9rem;
  }
  .notices h4 {
    font-size: 1.1rem;
  }
  .underwriter {
    font-size: 1.2rem;
    margin: 20px auto 0;
    padding: 15px;
  }
  .docNo {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 418px) {
  #contents .aboutFee p.title {
    letter-spacing: -1.5px;
  }
}
