@charset "UTF-8";

.wrapper {
  overflow: hidden;
}

.cmnl-page-title {
  background-color: #c03 !important;
}
.cmnl-page-title__text {
  color: #fff !important;
}

sup {
  font-size: 60%;
  vertical-align: 0.6em;
}

.u-textRed {
  color: #CF0F31;
}
.u-iblock {
  display: inline-block;
}

.page-inner {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  margin: 75px 0 35px !important;
  text-align: center !important;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .section-title {
    margin: 45px 0 20px !important;
    font-size: 20px;
  }
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 4%;
}
.feature-list > li {
  width: 48%;
  border: 1px solid #cf0f31;
  padding: 22px 20px 25px;
  box-sizing: border-box;
}
.feature-list h3 {
  margin-bottom: 15px !important;
  display: flex;
  align-items: center;
  background-color: #cf0f31;
  border-radius: 20px;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
}
.feature-list h3 span {
  text-align: center;
}
.feature-list h3 span:first-child {
  width: 20%;
  border-right: 1px solid #fff;
  font-size: 15px;
}
.feature-list h3 span + span {
  width: 80%;
  font-size: 18px;
}
.feature-list .lead {
  margin-bottom: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.feature-list .img {
  margin-bottom: 8px;
  text-align: center;
}
.feature-list .text01 {
  text-align: center;
  font-size: 18px;
}
.feature-list .text02 {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.feature-list .text02 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 138px;
  font-size: 18px;
  line-height: 1.4;
}
.feature-list .text02 dd {
  color: #CF0F31;
  font-size: 23px;
  font-weight: bold;
}
.feature-list .text03 {
  color: #CF0F31;
  font-size: 31px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .feature-list {
    flex-direction: column;
    gap: 28px 0;
    max-width: 540px;
    margin: 0 auto;
  }
  .feature-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .feature-list {
    gap: 20px 0;
  }
  .feature-list h3 {
  }
  .feature-list h3 span:first-child {
    font-size: 13px;
  }
  .feature-list h3 span + span {
    font-size: 16px;
  }
  .feature-list .lead {
    font-size: 16px;
  }
  .feature-list .text01 {
    font-size: 14px;
  }
  .feature-list .text02 {
    margin-top: 10px;
    gap: 15px;
  }
  .feature-list .text02 dl {
    width: 100px;
    font-size: 16px;
  }
  .feature-list .text02 dd {
    font-size: 18px;
  }
  .feature-list .text03 {
    font-size: 24px;
  }
}

.price-list > li {
  margin-bottom: 16px;
  border: 1px solid #999;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  min-height: 150px;
}
.price-list h3 {
  width: 29.2%;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  font-size: 20px;
  font-weight: bold;
}
.price-list .body {
  width: 70.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.price-list .price01 {
  max-width: 450px;
}
.price-list .price01 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-list .price01 dt {
  font-size: 20px;
  font-weight: bold;
}
.price-list .price02 p {
  font-size: 20px;
  font-weight: bold;
}
.price-list .price02 p + p {
  margin-top: 20px;
}
.price-list .price02 img {
  margin-right: 5px;
  vertical-align: -7px;
}
.price-list .price02 strong {
  margin-left: 20px;
  color: #CF0F31;
  font-size: 31px;
  vertical-align: middle;
}
.price-list .price02 small {
  font-size: 80%;
}
.price-list .price03 {
  display: flex;
  gap: 50px;
  padding: 20px 0;
}
  dt.margin-R {
  margin-right: 2em;
  }

@media screen and (max-width: 900px) {
  .price-list > li {
    min-height: 120px;
  }
  .price-list h3 {
    width: 24%;
  }
  .price-list .body {
    width: 76%;
  }
  .price-list .price02 p {
    font-size: 18px;
  }
  .price-list .price02 p + p {
    margin-top: 15px;
  }
  .price-list .price02 strong {
    font-size: 26px;
  }
  .price-list .price03 {
    gap: 30px;
  }
  dt.margin-R {
  margin-right: 1em;
  }
}
@media screen and (max-width: 900px) {
  .price-list {
    max-width: 540px;
    margin: 0 auto;
  }
  .price-list > li {
    flex-direction: column;
  }
  .price-list h3 {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }
  .price-list .body {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .price-list > li {
    border-radius: 10px;
  }
  .price-list h3 {
    padding: 12px 0;
    font-size: 16px;
  }
  .price-list h3 br {
    display: none;
  }
  .price-list .price01 dl {
    max-width: 360px;
    margin: 0 auto;
  }
  .price-list .price01 dt {
    font-size: 16px;
  }
  .price-list .price01 dd {
    width: 160px;
  }
  .price-list .price02 p {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
  }
  .price-list .price02 p + p {
    margin-top: 12px;
  }
  .price-list .price02 img {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .price-list .price02 strong {
    margin-left: 15px;
    font-size: 24px;
  }
  .price-list .price03 {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
  }
  .price-list .price03 img {
    display: block;
    margin: 0 auto;
    max-width: 85%;
  }
    dt.margin-R {
  margin-right: 1em;
  }
}

.campaign-box {
  margin-bottom: 20px;
  background-color: #F2F2F2;
  border-radius: 15px;
  padding: 50px 70px;
}
.campaign-box .lead {
  margin: 0 auto 20px;
  border: 1px solid #CF0F31;
  border-radius: 20px;
  background-color: #fff;
  padding: 5px 0;
  max-width: 386px;
  text-align: center;
  color: #CF0F31;
  font-size: 18px;
  font-weight: bold;
}
.campaign-box h3 {
  margin: 0 0 30px !important;
  text-align: center !important;
  font-size: 20px;
  font-weight: bold;
}
.campaign-box .box {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
}
.campaign-box .box .cmnc-list-notes {
  max-width: 580px;
  margin: 20px auto 0;
  text-align: left;
}
.campaign-box .text01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.campaign-box .detail {
  font-size: 12px;
}
.campaign-box h4 {
  margin: 25px 0 5px !important;
  font-size: 12px;
}
.campaign-box h5 {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .campaign-box {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 736px) {
  .campaign-box {
    border-radius: 10px;
    padding: 30px 15px;
  }
  .campaign-box .lead {
    margin: 0 auto 15px;
    font-size: 16px;
  }
  .campaign-box h3 {
    margin: 0 0 20px !important;
    font-size: 16px;
  }
  .campaign-box .box {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .campaign-box .box .cmnc-list-notes {
    margin: 10px auto 0;
  }
  .campaign-box .text01 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .campaign-box .detail p {
    font-size: 11px;
  }
  .campaign-box h4 {
    margin: 20px 0 5px !important;
    font-size: 11px;
  }
  .campaign-box h5 {
    font-size: 11px;
  }
}

.dot-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: inherit;
}

.step-area {
  margin-bottom: 100px;
}
.step-area .tab {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.step-area .tab li {
  width: 31.7%;
}
.step-area .tab a {
  position: relative;
  display: block;
  border: 1px solid #CF0F31;
  border-radius: 15px;
  padding: 30px 15px 22px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.step-area .tab a:hover {
  opacity: 0.8;
}
.step-area .tab a::before {
  content: '＋';
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #CF0F31;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.step-area .tab a.open::before {
  content: '－';
}
.step-area .tab a.open::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 0;
  margin: 0 auto;
  border-top: 15px solid #CF0F31;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.step-area .tab .step {
  margin: 0 auto 15px;
  width: 100px;
  border-radius: 15px;
  background-color: #CF0F31;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.step-area .tab .title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.step-area .tab .img {
  margin-bottom: 10px;
}
.step-area .tab .toggle-text span + span {
  display: none;
}
.step-area .tab a.open .toggle-text span {
  display: none;
}
.step-area .tab a.open .toggle-text span + span {
  display: inline-block;
}
.step-area .tab-contents {
  border: 1px solid #CF0F31;
  border-radius: 15px;
  padding: 30px 40px 40px;
  font-size: 17px;
  display: none;
}
.step-area .tab-contents.show {
  display: block;
}
.step-area .tab-contents h3 {
  position: relative;
  margin: 20px 0;
  padding-left: 22px;
  font-size: 27px;
  font-weight: bold;
}
.step-area .tab-contents h3::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border-left: 11px solid #CF0F31;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.step-area .btn-area {
  margin-top: 20px;
  text-align: center;
}
.step-area .btn-area a:hover {
  opacity: 0.8;
}
.step-area .img-col {
  margin-bottom: 15px;
  overflow: hidden;
}
.step-area .img-col .img {
  float: left;
  margin-right: 20px;
  width: 45.4%;
}
.step-area .img-col .text {
  overflow: hidden;
}
.step-area h4 {
  margin: 20px 0 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .step-area {
    margin-bottom: 50px;
  }
  .step-area .tab {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  }
  .step-area .tab li {
    width: 32.5%;
  }
  .step-area .tab a {
    border-radius: 10px;
    padding: 15px 5px 12px;
    height: 100%;
  }
  .step-area .tab a::before {
    right: 10px;
    bottom: 10px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .step-area .tab .step {
    margin: 0 auto 10px;
    width: auto;
    padding: 3px 0;
    font-size: 11px;
  }
  .step-area .tab .title {
    font-size: 14px;
  }
  .step-area .tab .img {
    width: 80%;
    margin: 0 auto;
  }
  .step-area .tab .toggle-text {
    font-size: 11px;
    line-height: 1.2;
  }
  .step-area .tab a.open .toggle-text span + span {
    padding-top: 8px;
  }
  .step-area .tab-contents {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }
  .step-area .tab-contents p {
    font-size: inherit;
  }
  .step-area .tab-contents h3 {
    margin: 15px 0;
    padding-left: 12px;
    font-size: 17px;
  }
  .step-area .tab-contents h3::before {
    top: 2px;
    border-left: 8px solid #CF0F31;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .step-area .img-col .img {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.home-update {
  background-color: #FDF5F7;
  padding: 60px 70px 70px;
}
.home-update h2 {
  margin: 0 auto 20px !important;
  border: 1px solid #CF0F31;
  border-radius: 20px;
  background-color: #fff;
  padding: 5px 0;
  max-width: 386px;
  text-align: center !important;
  color: #CF0F31;
  font-size: 18px;
  font-weight: bold;
}
.home-update h3 {
  margin: 0 0 40px !important;
  text-align: center !important;
  color: #CF0F31;
  font-size: 20px;
  font-weight: bold;
}
.home-update .recommend > li {
  margin-top: 20px;
}
.home-update .recommend a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background-color: #fff;
  border-radius: 15px;
  padding: 45px 70px 50px 35px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.home-update .recommend a:hover {
  opacity: 0.7;
}
.home-update .recommend a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #CF0F31;
  border-right: 1px solid #CF0F31;
  transform-origin: right top;
  transform: rotate(45deg);
}
.home-update .recommend .check li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.home-update .recommend .check li + li {
  margin-top: 8px;
}
.home-update .recommend .check li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-right: 1px solid #CF0F31;
  border-bottom: 1px solid #CF0F31;
  transform: rotate(45deg);
}
.home-update .recommend a > span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 14px solid #e4788b;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.home-update .recommend a > span::before {
	content: '';
	position: absolute;
	top: -13px;
	left: -38px;
	border-left: 14px solid #f1b9c3;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.home-update .recommend a > span::after {
	content: '';
	position: absolute;
	top: -13px;
	left: 10px;
	border-left: 14px solid #cf0f31;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.home-update .recommend .service {
  text-align: center;
  color: #CF0F31;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .home-update {
    padding: 40px;
  }
}
@media screen and (max-width: 736px) {
  .home-update {
    padding: 35px 15px;
  }
  .home-update h2 {
    font-size: 16px;
  }
  .home-update h3 {
    margin: 0 0 25px !important;
    font-size: 18px;
  }
  .home-update .recommend a {
    flex-direction: column;
    gap: 24px;
    border-radius: 10px;
    padding: 25px 50px 25px 20px;
  }
  .home-update .recommend a::after {
    right: 20px;
  }
  .home-update .recommend .check li {
    padding-left: 20px;
    font-size: 15px;
  }
  .home-update .recommend .check li + li {
    margin-top: 5px;
  }
  .home-update .recommend .check li::before {
    top: 2px;
    left: 3px;
    width: 5px;
    height: 10px;
  }
  .home-update .recommend a > span {
    transform: rotate(90deg);
  }
  .home-update .recommend a > span::before {
    left: -32px;
  }
  .home-update .recommend a > span::after {
    left: 4px;
  }
  .home-update .recommend .service {
    font-size: 18px;
  }
}

