@charset "UTF-8";
/* Reset CSS by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* CSS Document */
body {
	background-color: #E5E5E5;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
 .main {
  max-width: 40%;
  background-color: #fffabc;
  background-position: center top;
  background-size: contain;
  margin: 0 auto;
}
.logo img{
	width: 200px;
	padding: 5px 0 0 10px;
}
.logo {
	background-color: #fff;
}
.gift02img{
	max-width: 100%;
	min-width: 100%;
	margin: 10px 0 -5px;
}
 .text-on {
  width: 90%;
  padding-bottom: 20px;
  margin: 0 auto;
}

 .text-on img {
  width: 100%;
}



/* ウィジェット全体 */
.c-btn__realtouch {
  margin: 0 auto 0px;
  text-align: center;
  box-sizing: border-box;
}



/*背景*/
.c-btn__realtouch .btn-wrap {
  margin: 20px;
  box-sizing: border-box;
}



/* 全体の設定 */
.btn__area {
  /* 横幅 */
  width: 90%;
  /* 最大幅 */
  max-width: 90%;
  /* 高さ */
  height: auto;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 0 auto;
}



/* ボタン部分 */
.btn__area .btn {
  /* 横幅（全体幅 - 左右余白分） */
  width: calc(100% -20px);
  /* 高さ */
  height: auto;
  /* 文字色 */
  color: #fff;
  /* 文字の大きさ */
  font-size: 16px;
  /* 文字の太さ */
  font-weight: bold;
  /* 文字の位置 */
  text-align: center;
  /* 文字の装飾 */
  text-decoration: none;
  /*内側の余白｜上下余白｜左右余白（この合計値をwidthで引いています）｜*/
  padding: 10px 5px;
  /* 角丸 */
  border-radius: 10vw;
  display: block;
  /* -- ボタンの色のグラデーションについて --
  ボタンの色のグラデーションは下記URLのグラデーションジェネレーターをご利用ください
  https://cssgradient.io/
  色の設定等を行った後、css部分にある【background: rgb(~)】と【background: linear-gradient(~)】の2行をコピーし、以下の2行にペーストしてください */
  background: rgb(79, 173, 139);
  background: linear-gradient(7deg, rgba(79, 173, 139, 1) 30%, rgba(133, 223, 156, 1) 100%);
  /* ボタン下の厚み部分｜-4px=ボタンの厚み、rgba(0,0,0/20%)=透明度20%の黒をボタンの色に乗せています｜更に1px下に透明度30%の黒をボタンの色に乗せています｜ボタン下のモヤっとした影部分｜ */
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%), 0 1px 1px rgb(0 0 0 / 30%), 0 3px 4px rgb(0 0 0 / 20%);
}
/* ボタンにカーソルが触れた時の反応 */
.btn__area .btn:hover {
  position: relative;
  /* 厚みがなくなる分下にずれる値 */
  top: 2px;
  /* ボタン下の厚み部分｜-2px=ボタンの厚み、rgba(0,0,0/20%)=透明度20%の黒をボタンの色に乗せています｜更に1px下に透明度30%の黒をボタンの色に乗せています｜ボタン下のモヤっとした影部分｜ */
  box-shadow: inset 0 -2px 0 rgb(0 0 0 / 20%), 0 1px 1px rgb(0 0 0 / 30%), 0 3px 4px rgb(0 0 0 / 20%);
}
/* エディタ編集用の設定 */
.EDITABLE .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% / 6) - 10px));
  gap: 10px;
}

 .EDITABLE .swiper-slide {
  margin: 0 5px;
}

/* ボタンの無効状態（グレーアウト）のスタイル */
.btn__area .btn.disabled {
  background: #ccc; /* 背景をグレーに */
  background-image: none; /* グラデーションもリセット */
  cursor: not-allowed; /* マウスカーソルを禁止マークに */
}

 .body {
  width: 100%;
  background-color: #d0f3fe;
  font-size: 15px;
}
.mailform p{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
/* メールアドレス入力フォーム */
.email-input-form {
  text-align: center;
  margin-bottom: 1em;
}
.email-input-form input {
  width: 90%;
  max-width: 100%;
  padding: 0.75em 1em;
  font-size: 16px;
  border: 2px solid #e8331e;
  border-radius: 5px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.email-input-form input:focus {
  outline: none;
  border-color: #34b0ff;           /* フォーカス時の色変化 */
}
.email-input-form input::placeholder {
  color: #999999;
}
#email-error p{
	padding: 0;
}
.check-list{
	width: 90%;
	margin: 0px auto 25px;
	display: flex;
	align-items: center; /* 上下の位置を中央に揃える */
	text-align: center;
	justify-content: center;
  　cursor: pointer;
}
.check-list p{
	font-weight: bold;
	font-size: 1.1em;
}
.check-list input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 15px;
}
.checktext{
	width: 90%;
	font-size: 1em;
	margin: 0 auto;
	color: red;
	
}
.check-list a {
  color: red;
  text-decoration: underline;
}

.cta-box-wrapper{
	max-width: 40%;
	width: 90%;
	background-color: #d0f3fe;
	margin: 0 auto;
}
 .cta-box {
  background-color: #d0f3fe;
  width: 100%;
  height: 100%;
}

 h2 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .4em;
  font-size: 18px;
  line-height: 2.8;
  background-color: #FFF038;
  font-weight: bold;
  color: #1a1a1a;
}

 h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .4em;
  font-size: 14px;
  line-height: 2.8;
  background-color: #d81a0d;
  color: #fff;
}

 h4 {
  font-weight: bold;
  position: relative;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding: .3em .6em;
  border-radius: 0px;
  font-size: 17px;
  line-height: 1.5;
  background-color: #FFF038;
  color: #1a1a1a;
}

 .heading-9 {
  position: relative;
  padding: .4em .2em;
  border-radius: 0px;
  font-size: 21px;
  font-weight: bold;
  background-color: #34b0ff;
  color: #fff;
}

 .heading-9::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #34b0ff;
}

 .box5 {
  width: 80%;
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  border-radius: 5px;
  /*丸みを調整*/
  background-color: #fff;
  /*背景の色*/
  box-shadow: 3px 3px 3px #237cb5;
}

 .box5_2 {
  width: 80%;
  margin: 2em auto;
  padding: 2em;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  box-shadow: 3px 3px 3px #237cb5;
}
#title{
	text-align: center;
	padding-bottom: 5px;
}
 .text-box {
  position: relative;
  padding: .9em .9em;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fffabc;
  color: #1a1a1a;
}

 .text-box2 {
  font-weight: bold;
  position: relative;
  padding: .9em .7em;
  border-radius: 0px;
  font-size: 18px;
  background-color: #FFF038;
  color: #1a1a1a;
}

 .ttl_line7 {
  font-weight: bold;
  padding: 0.3em 0.5em;
  color: #34b0ff;
  font-size: 20px;
  border-left: 7px double #34b0ff;
  border-bottom: 3px solid #34b0ff;
}

 .clear {
  clear: both;
}

.stepimg{
	width: 100%;
}

 .float__img {
  float: left;
  width: 65px;
  margin-top: 10px;
  margin-right: 20px;
}
.float__img img{
	width: 73px;
	height: 33px;
}
 .float__text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 650;
  color: #d81a0d;
}

 .text2 {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.6;
}

 ul,
 ol {
  padding-inline-start: 0;
}
.dotlist {
	padding: 0 1em;
}

/*背景*/
.c-btn__realtouch .btn-wrap {
  margin: 20px;
  box-sizing: border-box;
}



/* 全体の設定 */
.btn__area {
  /* 横幅 */
  width: 90%;
  /* 最大幅 */
  max-width: 90%;
  /* 高さ */
  height: auto;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 0 auto;
}



/* ボタン部分 */
.btn__area .btn {
  /* 横幅（全体幅 - 左右余白分） */
  width: calc(100% -20px);
  /* 高さ */
  height: auto;
  /* 文字色 */
  color: #fff;
  /* 文字の大きさ */
  font-size: 16px;
  /* 文字の太さ */
  font-weight: bold;
  /* 文字の位置 */
  text-align: center;
  /* 文字の装飾 */
  text-decoration: none;
  /*内側の余白｜上下余白｜左右余白（この合計値をwidthで引いています）｜*/
  padding: 19px 10px;
  /* 角丸 */
  border-radius: 10vw;
  display: block;
  /* -- ボタンの色のグラデーションについて --
  ボタンの色のグラデーションは下記URLのグラデーションジェネレーターをご利用ください
  https://cssgradient.io/
  色の設定等を行った後、css部分にある【background: rgb(~)】と【background: linear-gradient(~)】の2行をコピーし、以下の2行にペーストしてください */
  background: #e8331e;
  background: linear-gradient(7deg, rgba(232, 51, 30, 1) 30%, rgba(232, 110, 97, 1) 100%);
  /* ボタン下の厚み部分｜-4px=ボタンの厚み、rgba(0,0,0/20%)=透明度20%の黒をボタンの色に乗せています｜更に1px下に透明度30%の黒をボタンの色に乗せています｜ボタン下のモヤっとした影部分｜ */
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%), 0 1px 1px rgb(0 0 0 / 30%), 0 3px 4px rgb(0 0 0 / 20%);
}



/* ボタンにカーソルが触れた時の反応 */
.btn__area .btn:hover {
  position: relative;
  /* 厚みがなくなる分下にずれる値 */
  top: 2px;
  /* ボタン下の厚み部分｜-2px=ボタンの厚み、rgba(0,0,0/20%)=透明度20%の黒をボタンの色に乗せています｜更に1px下に透明度30%の黒をボタンの色に乗せています｜ボタン下のモヤっとした影部分｜ */
  box-shadow: inset 0 -2px 0 rgb(0 0 0 / 20%), 0 1px 1px rgb(0 0 0 / 30%), 0 3px 4px rgb(0 0 0 / 20%);
}

.ttl_line7 {
  font-weight: bold;
  padding: 0.3em 0.5em;
  color: #34b0ff;
  font-size: 20px;
  border-left: 10px double #34b0ff;
  border-left: 7px double #34b0ff;
  border-bottom: 3px solid #34b0ff;
}
 .textdeco {
  width: 100%;
  padding: 0;
  margin-top: 5px;
}

 .faq_wrapper {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  color: #1a1a1a;
  font-size: 16px;
}
.faq_contents{
	width: 90%;
	margin: 0 auto;
	padiing: 20px;
}

.ttl_line_fqa{
  font-weight: bold;
  padding: 0.3em 0.5em;
  color: #1a1a1a;
  font-size: 20px;
  border-left: 10px double #1a1a1a;
  border-left: 7px double #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
}

 .faq>*+* {
  margin-block-start: 1em;
}

 .faq-item {
  border: 1px solid #c0c0c0;
  background-color: #fff;
  margin: 20px 0;
}

 .faq-item[open] .faq-question::after {
  rotate: -90deg;
}

 .faq-question {
  cursor: pointer;
  position: relative;
  padding: 1em 2.5em 1em 1em;
  font-weight: 600;
  transition: 0.25s;
  background-color: #fff;
}

 .faq-question::after {
  content: "";
  width: 0.75em;
  height: 1.25em;
  background-color: #e9e9e9;
  position: absolute;
  top: calc(50% - 0.625em);
  right: 1.5em;
  clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 75% 50%, 0 0);
  rotate: 90deg;
  transition: 0.25s;
}

 .faq-answer {
  font-weight: 400;
  padding: 1.5em 1.5em 1.5em;
  background-color: rgba(71, 49, 47, 0.05);
  color: #402517;
  transition: 0.25s;
}

 summary {
  display: block;
  list-style: none;
}

 summary::-webkit-details-marker {
  display: none;
}
.gift{
	width: 100%;
}
 .textdeco {
  font-weight: 500;
  padding: 0;
  color: #1a1a1a;
  font-size: 11px;

}
footer{
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 550px) {
   .faq {
    font-size: 3.6vw;
  }

   .faq-question::after {
    right: 1em;
  }
}

 summary {
  display: block;
  list-style: none;
}

 summary::-webkit-details-marker {
  display: none;
}

 .textdeco {
  font-weight: 500;
  padding: 1em 0;
  font-size: 11px;
}

@media screen and (max-width: 550px) {
   .faq {
    font-size: 3.6vw;
  }

   .faq-question::after {
    right: 1em;
  }
}



/*フローティングバナー*/
.floating-banner {
  display: block;
  position: fixed;
  /* 追従 */
  z-index: 99999;
  /* 他の要素の下に隠れないように */
  bottom: 0px;



}

@media screen and (max-width: 550px) {
   .floating-banner_sp {

    display: block;
    position: fixed;
    /* 追従 */
    z-index: 99999;
    /* 他の要素の下に隠れないように */
    left: 0px;
    bottom: 0px;
  }
}

 .floating-banner:hover {
  opacity: .8;
  /* ホバーで少し透過 */
}

 .fade_off {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 1s;

}

@keyframes fadeInAnime {
  from {
    opacity: 0;

  }

  to {
    opacity: 1;
  }
}

 .fade_on {
  opacity: 1;
}

 .footer {
  background-color: #34b0ff;
  color: #fff;
  text-decoration: none;
}

 .footer a {
  color: #fff;
  text-decoration: none;
}

 .footer-logo {
  max-width: 15em;
  text-decoration: none;
}

 .footer-wrap {
  font-size: 16px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

 .footer-menu {
  display: flex;
  align-items: center;
  column-gap: 1.5em;
}

 .footer-menu-item {
  font-weight: 600;
  font-size: 0.85em;
  transition: .25s;
}

 a:hover {
  color: #ccbcb3;
}

@media (max-width: 920px) {
   .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5em;
  }

   .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 0.5em;
  }
}

@media (max-width: 560px) {
   .footer-wrap {
    font-size: 3.3vw;
  }
}

@media (min-width: 920px) {
   .footer[data-editor="1"] .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5em;
  }

   .footer[data-editor="1"] .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .main,
  .cta-box-wrapper {
    max-width: 100%; /* 横幅を画面いっぱいに広げる */
    width: 100%;
  }

  .text-on {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  
  .box5, .box5_2 {
    width: 80%; /* コンテンツの幅も調整 */
    padding: 1.5em; /* 内側の余白を少し調整 */
  }
  .float__img {
  margin-top: 5%;
}
}

@media (max-width: 500px) {
   .cta-box {
    font-size: 3vw;
  }

}
@media (max-width: 768px) {
  .main { max-width: 100%; width: 100%; min-width: 0; }
}
