@charset "UTF-8";



/**---------------float-----------------**/
.btn {
  /*background: rgb(211 211 211 / 95%);*/
  width: 100%;
  height: 100px;
  position: fixed;
  /*bottom: 0;
  z-index: 10;*/
}

.btn_wrap {
  display: flex;
  /*justify-content: space-evenly;*/
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100px;
}

.btn_red,
.btn_white {
  width: 520px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  margin: 0 14px;
  margin-bottom: 30px;
  min-height: 48px;
  line-height: 22px;
  height: auto;
  max-width: 340px;
  padding: 9.5px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  margin: 0 auto;
}

.btn_red a {
  background: #b7052d;
  border-radius: 55px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 520px;
  padding: 13px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  height: 86.8px;
}

.btn_white a {
  background: #fff;
  border: 5px solid #b7052d;
  border-radius: 55px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 520px;
  padding: 10px 25px;
  color: #b7052d;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.btn_white.link_gray a {
  background: #a3a3a3 !important;
  border: 5px solid #a3a3a3 !important;
  color: #666 !important;
  pointer-events: none;
}

.btn_white.link_gray:hover {
  opacity: 1;
  pointer-events: none;
}

.btn__close {
  width: 100%;
  height: 100px;
  background: rgb(0 0 0 / 80%);
  position: fixed;
  bottom: 0;
  z-index: 11;
}

.btn__close span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.cmn-button-list>li>a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  line-height: 22px;
  height: auto;
  max-width: 340px;
  padding: 9.5px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #00A728;
  text-decoration: none !important;
  margin: 0 auto;
}
  
.cmn-button-list>li>a:active {
opacity: 0.1;
}
/**---------------modal-----------------**/
#modal-link01,
#modal-link02,
#modal-link03,
#modal-link04,
#modal-link05,
#modal-link06{
    display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5
}


.modal-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105%;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  transition: visibility .2s linear, opacity .2s linear;
}

.modal-yt-cont {
  max-width: 1040px;
  position: relative;
  width: 90%;
  z-index: 1
}

.modal-yt-cont:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 56.25%;
  width: 100%
}

.modal-yt-cont iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-link-cont {
  background: #DCE3D1;
  max-width: 510px;
  padding: 55px 0 70px;
  position: relative;
  width: 90%;
  z-index: 1
}
.modal-link-cont-full {
  max-width: 510px;
  position: relative;
  width: 90%;
  z-index: 1
}

.modal-bg {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-close {
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 45px;
  /* background-color: #573a27; */
  /* border: #DCE3D1 1px solid; */
  border-radius: 22.5px;
}

.modal-close:after,
.modal-close:before {
  background: #DCE3D1;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80%;
  border-radius: 4px;
}

.modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-icon {
  margin: 0 auto;
  width: 122px;
}

.modal-link-txt {
  color: #000;
  font-size: 20px;
  margin: 30px 0 0;
  text-align: center;
  font-weight: bold;
}

.modal-link-btn {
  background: #b7052d;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 30px auto 0;
  padding: 1em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 365px;
}

.modal-txt-thankyou {
  margin: 0 auto 10px;
  width: 46%;
}

.modal-notes {
  width: 365px;
  margin: 30px auto 0;
}

.modal-notes>li {
  position: relative;
  padding-left: 1em;
  line-height: 1.714;
  margin-bottom: 0.2em;
  text-indent: -1em;
  color: #888;
  font-size: 14px;
}

.modal-txtlink {
  border-bottom: 1px solid #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modal-txtlink:hover {
  border-bottom: none;
}

@media screen and (max-width: 1023px) {

  .modal-yt-cont {
    width: 90%;
  }

  .modal-link-cont {
    max-width: 100%;
    padding: 10.6vw 8.6vw;
  }

  .modal-icon {
    width: 22.4vw;
  }

  .modal-link-txt {
    font-size: 3.47vw;
    margin: 1em 0 0;
  }

  .js-modal-link03 .modal-link-txt, .js-modal-link04 .modal-link-txt {
    margin: 2em 0 0 !important;
  }

  .modal-link-btn {
    font-size: 3.7vw;
    margin: 4.8vw auto 0;
    width: 65vw;
  }

  .js-modal-link03 .modal-link-btn, .js-modal-link04 .modal-link-btn {
    margin: 5.8vw auto 0 !important;
  }

  .modal-link-btn:after {
    height: 1.5vw;
    right: 5.3vw;
    width: 1.5vw;
  }

  .modal-txt-thankyou {
    margin: 0 auto 2.8vw;
    width: 64%;
  }

  .modal-notes>li {
    font-size: 3.2vw;
  }

  .modal-notes {
    width: 65vw;
    margin: 1em auto 0;
  }
}

@media screen and (min-width:768px) {
  .modal-link-btn:hover {
    opacity: 0.8;
  }
}


.appli-botton {
  margin-bottom: 20px!important;
  min-width: 90%;
}

/* li.appli-botton a.button:active {
  background-color: green;
} */



/* グレー背景 */

/* モーダルコンテンツ */
.modal__layout {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  min-width: 440px;
}

.modal__inner {
  margin-top: 125px;
  margin-bottom: 125px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);/* モーダルにシャドウをかける */
  border-radius: 13px; /* モーダルの角を丸める */
  display: block;
  padding: 21px 8px 21px;
  height: auto;
}

.modal__content {
  padding-top: 15px;
  padding-bottom: 23px;
}

/* 前提条件 */
.precp202501_info{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  .precp202501_info{
    gap: 0px;
  }
}
.service-top-list li{
  width: inherit;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .service-top-list li {
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .service-top-list li {
    width: inherit;
  }
}
@media screen and (max-width: 660px) {
  .service-top-list li {
    max-width: inherit;
  }
}
/*-------------------------
  other-wrap
--------------------------*/
.other-wrap {
  padding: 0px 0 60px;
}
.other-wrap ul {
  list-style: none;
}
.other-wrap ul li {
  font-size: 14px;
  padding: 3px 0 3px 35px;
	line-height: 1.6em;
  text-align: center;
}
.other-wrap ul li + li {
  margin-top: 10px;
}
.other-wrap ul li p {
  margin-bottom: 0px;
  position: relative;
}
.other-wrap ul li p:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -32px;
  background: url(../images/icon_check.svg) no-repeat;
  background-size: contain;
}
.condition-p{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other-wrap {
    padding: 10px 0 30px;
  }
  .other-wrap ul li {
    background-size: 20px auto;
    text-align: left;
  }
  .condition-p{
    text-align: left;
  }
}