@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

.window-adjus {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media screen and (max-width: 799px) {
  .window-adjus {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.sec-inner {
  max-width: 355px;
  margin: 0 auto;
  /* padding-right: 20px;
  padding-left: 20px; */
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-row {
  display: none;
}

@media screen and (max-width: 799px) {
  .tab-row {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.header__inner {
  padding-top: 4px;
}

.header__logo {
  text-align: center;
}

.header__logo img {
  width: 85px;
}

.header__p {
  background: #ff9c00;
  color: #fff;
  padding: 2px 0 3px;
  font-size: 0.9rem;
}

.top {
  background: #cbe7dd;
  /* margin-bottom: -26px; */
		margin-bottom:0;
		
}



.top__inner {
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top__left {
  margin-right: auto;
  max-width: 178px;
}

.top__left img {
  width: 100%;
}

.top__subtitle {
  color: #1f4a4c;
  font-size: 1.2rem;
}

.top__right {
 /* max-width: 120px;
 transform: translateY(-25px); */
	max-width: 145px;
	transform: translateY(8px);
}

.top__right img {
  width: 100%;
}

.stephd {
  text-align: center;
  padding: 12px 0;
}

.step02,
.step03,
.step04,
.step05,
.step06 {
  display: none;
}

.js-step {
  display: block;
}

.maincontin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.mainarea {
  height: 490px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  left: 0;
  font-family: "Kiwi Maru", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding-right: 20px;
  padding-left: 20px;
}

.step01,
.step02 {
  height: 360px;
}

.comstep-bg {
  background: #098b62;
}

.comstep {
  max-width: 335px;
  margin: 0 auto;
  color: #fff;
  padding: 6px 20px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  color: #90c38e;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
}

.comstep span {
  display: block;
}

.comstep span:first-child {
  color: #fff;
}

.comstep .active {
  color: #fff;
}

.comstep .arrow {
  margin-top: 3px;
  font-size: 0.7rem;
  padding-top: 2px;
  padding-left: 10px;
  -webkit-transform: scale(0.7);
  -webkit-transform-origin: 0 0;
}

.section {
  font-family: "Kiwi Maru", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
}

input[type="radio"] {
  display: none;
}

.radio-container {
  max-width: 335px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.radio {
  max-width: 160px;
  width: 100%;
}

.radio label:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 371px) {
  .radio {
    max-width: 145px;
  }
  .radio-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .radio__right span {
    white-space: nowrap;
  }
}

.radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  border: 1px solid #999;
  border-radius: 8px;
}

.radio label .radio__left {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
}

.radio label .radio__left img {
  max-width: 66px;
  max-height: 63px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.radio label .radio__right {
  width: 50%;
  font-size: 1.3rem;
  background: #cbe7dd;
  border-radius: 0 8px 8px 0;
  position: relative;
}

.radio label .radio__right > span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.font-size--s {
  font-size: 1.1rem;
  margin-top: 3px;
  width: 100%;
}

.advice {
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 335px;
  margin: 0 auto;
}

.step2__advice {
  margin-top: 16px;
}

.step4__advice {
  margin-top: 10px;
}

.advice__img {
  width: 18%;
  margin-right: auto;
}

.advice__img img {
  width: 100%;
}

.advice__text {
  width: 75%;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  background: #fae7c8;
  border-radius: 4px;
  line-height: 1.2;
}

.advice__text::after {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  background-image: url(../img/fukidashi.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 20px;
}

.advice__text p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 371px) {
  .advice__text {
    font-size: 1.1rem;
  }
}

.step__btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}

.prevbtn-box {
  margin-right: auto;
}

.prevbtn {
  display: inline-block;
  padding: 18px 53px;
  color: #098b62;
  background: #cbe7dd;
  border-radius: 8px;
  outline: none;
}

.nextbtn {
  display: inline-block;
  padding: 18px 62px;
  color: #b7b7b7;
  background: #eeeeee;
  border-radius: 8px;
  pointer-events: none;
  outline: none;
}

@media screen and (max-width: 371px) {
  .prevbtn {
    padding: 18px 40px;
  }
  .nextbtn {
    padding: 18px 60px;
  }
}

.nextbtn--acbg {
  background: #ff9c00;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
}

.not-publish {
  background: #757575;
  color: #fff;
  padding: 1px 6px 1px 28px;
  position: relative;
  font-size: 9px;
  margin-left: 3px;
}

.not-publish::before {
  position: absolute;
  background-image: url(../img/not-publish.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  background-size: contain;
  top: 12%;
  left: 8px;
  content: "";
}

input {
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #098b62;
  border-radius: 5px;
  color: inherit;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  padding: 5px 7px 6px;
  width: 100%;
}

input:focus {
  border: 1px solid #ff9c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/form-arrow.png) no-repeat center right 7px/10px 7px;
  border: 1px solid #098b62;
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  padding: 5px 7px 6px;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid #ff9c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.select-first {
  color: #b7b7b7;
}

.form-title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-top: 10px;
}

.form-title::first-letter {
  color: #098b62;
}

.p-postal-code,
.p-region {
  max-width: 163px;
}

.postal-code-title {
  margin-top: 0;
}

.yubin-text {
  font-size: 1.2rem;
  margin-top: 6px;
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #b7b7b7;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

::-ms-input-placeholder {
  color: #b7b7b7;
}

::placeholder {
  color: #b7b7b7;
}

.step05 input {
  margin-bottom: 13px;
  width: 35%;
}

.form-title-sei,
.form-title-mei,
.form-title-furi-sei,
.form-title-furi-mei {
  font-size: 1.4rem;
}

.form-title-sei,
.form-title-mei {
  margin-right: 20px;
}

.form-title-mei,
.form-title-furi-mei {
  margin-left: 5px;
}

.form-title-furi-sei,
.form-title-furi-mei {
  margin-right: 6px;
}

.birthday-years {
  width: 62px;
}

.birthday-months,
.birthday-days {
  width: 46px;
}

.birthday-text {
  margin-left: 4px;
  margin-right: 15px;
}

.step5__advice {
  margin-top: 18px;
  margin-bottom: 13px;
}

.step6__advice {
  margin: 2px 0 15px;
}

.submit {
  display: inline-block;
  padding: 14px 20px;
  color: #b7b7b7;
  background: #eeeeee;
  border-radius: 8px;
  pointer-events: none;
  border: none;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
}

.submit > span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 371px) {
  .submit {
    font-size: 1.6rem;
    padding: 14px 5px;
  }
}

.nextbtn--acbg {
  background: #ff9c00;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
		cursor: pointer;
}

.nextbtn--acbg:hover{
opacity:0.7;
}

.form-container {
  max-width: 335px;
  margin: 0 auto;
}

.terms {
  text-align: center;
  margin-top: 20px;
}

.terms a {
  margin: 0 50px;
  color: #098b62;
  font-size: 1.4rem;
  text-decoration: underline;
}

.step06 input {
  margin-bottom: 12px;
}

.hayashi {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: -1px;
}

.hayashi img {
  width: 100%;
}

.time {
  background: #ff9c00;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.footer {
  background: #098b62;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.nav-link {
  color: #fff;
}

.copyright {
  padding-top: 10px;
}

.thanks__container {
  max-width: 335px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 50px 0 100px;
  font-family: "Kiwi Maru", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.thanks__container .prevbtn-box {
  width: 100%;
  text-align: center;
}

.thanks__container .prevbtn-box .prevbtn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.popup-area {
  display: none;
  max-width: 335px;
  position: fixed;
  z-index: 60;
  top: 35%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 90%;
  font-size: 1.4rem;
}

.popup-area a {
  cursor: pointer;
}

.popup-area a:hover {
  opacity: 1;
}

.popup-area img {
  width: 100%;
}

.close-btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #333;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 70;
}

.cover-eml {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top__left-p2 {
  margin-right: auto;
  max-width: 190px;
  /* -webkit-transform: translate(-10px, 4px);
          transform: translate(-10px, 4px); */
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);						
  position: relative;
  z-index: 1;
}

.comstep-bg {
  position: relative;
  z-index: 2;
}
