@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors about

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

.feature {
  background-color: #fff;
  border-radius: 28px 28px 0 0;
  margin-bottom: 80px;
}
.feature__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 82px;
  border-radius: 28px 28px 0 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.feature__ttl .txt {
  font-size: 23px;
  margin-right: 8px;
  font-weight: 600;
}
.feature__ttl .num {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 3px;
  margin-right: 28px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}

/*---------------------------------------------------------------------------------
特長 1
--------------------------------------------------------------------------------- */
.feature01 .feature__ttl {
  background-color: #508AFF;
}
.feature01 .feature__ttl .num {
  color: #508AFF;
}
.feature01-inner {
  width: 648px;
  padding: 55px 0 68px;
  margin: 0 auto;
}
.feature01-inner__ttl {
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #508AFF;
}
.feature01-inner p {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.8;
}
.feature01-inner p:last-child {
  
}
.feature01-inner .img01 {
  width: 460px;
  margin: 0 auto 40px;
  position: relative;
  top: -20px;
}
.feature01-inner dl.merit {
  margin-bottom: 25px;
}
.feature01-inner dl.merit dt {
  height: 40px;
  padding-top: 9px;
  background-color: #508AFF;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.feature01-inner dl.merit dd {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.8;
}
.feature01-inner-btn {
  width: 458px;
  margin: 0 auto;
}
.feature01-inner-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 94px;
  background-color: #508AFF;
  border-radius: 14px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 500;
}
.feature01-inner-btn a span.en {
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  color: #314B57;
  margin: 0 3px;  
}
.feature01-inner-btn a span.en:nth-of-type(2) {
  font-weight: 300;
}
.feature01-inner-btn a span.en:nth-of-type(3) {
  color: #CACFD3;
}

.feature01-inner-btn a span.ttl {
  width: 100%;
  padding-top: 10px;
  color: #fff;
}
/*---------------------------------------------------------------------------------
特長 2
--------------------------------------------------------------------------------- */
.feature02 .feature__ttl {
  background-color: #EF3C64;
}
.feature02 .feature__ttl .num {
  color: #EF3C64;
}
.feature02-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
.feature02-inner p {
  width: 648px;
  padding: 55px 0 25px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
}
.feature02-inner .img01 {
  width: 438px;
}
.feature02-inner .img02 {
  width: 372px;
  padding: 0 17px 7px;
}
/*---------------------------------------------------------------------------------
特長 3
--------------------------------------------------------------------------------- */
.feature03 .feature__ttl {
  background-color: #64DB32;
}
.feature03 .feature__ttl .num {
  color: #64DB32;
}
.feature03-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
.feature03-inner p {
  width: 648px;
  padding: 55px 0 25px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
}
.feature03-inner .img01 {
  width: 438px;
}
.feature03-inner .img02 {
  width: 372px;
  padding: 0 14px 7px;
}
/*---------------------------------------------------------------------------------
特長 4
--------------------------------------------------------------------------------- */
.feature04 .feature__ttl {
  background-color: #D4B45C;
}
.feature04 .feature__ttl .num {
  color: #D4B45C;
}
.feature04 ul {
  width: 648px;
  padding: 55px 0 27px;
  margin: 0 auto;
}
.feature04 li {
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
}
.feature04 li::first-letter {
  color: #D4B45C;
}

/*---------------------------------------------------------------------------------
受付可能データ
--------------------------------------------------------------------------------- */
.data {  
  margin-bottom: 138px;
}
.data-ttl {
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  color: #727171;
  text-align: center;
}
.data dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  font-size: 19px;
  line-height: 1.42;
  background-color: #fff;
}
.data dl dt {
  width: 370px;
  padding: 14px 20px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.data dl dd {
  width: calc(100% - 370px);
  padding: 14px 20px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}





