@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
}

section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  font-size: 0;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}

.logo {
    width: 44%;
    display: flex;
    align-items: center;
    padding-left: 3%;
}

.floating_tel {
    width: 35%;
}

.df .hbtan {
  border-radius: 3px;
  width: 35%;
}

.df {
  display: flex;
  justify-content: space-between;
  width: 51%;
  margin: auto 0;
}

.df.header2 {
  justify-content: space-between;
  width: 49%;
}

a.htel {
  width: 20%;
  margin: auto 0;
}

section.mv {
  position: relative;
}
.date_ctaarea{
  font-weight: bold;
  padding: 5%;
  color: #fff;
  text-align: center;
  line-height: 0.8;
  width: 88%;
  background-color: #1b306b;
  margin: 0 auto;

}
.voicettl {
  width: 45%;
  margin: auto;
  margin: 7% auto 6%;
}
.resultttl {
  width: 100%;
  margin: auto;
  margin: 7% auto 6%;
}
.cta_btn {
    padding: 3.5%;
    position: absolute;
    bottom: 9%;
    width: 91%;
    margin: auto;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

  .cta img.abs {
    width: 94%;
    margin: auto;
    left: 0;
    right: 0;
    top: 13%;
}
.btn_in {
  display: flex;
  gap: 0 1%;
}

.pc{
  display: block;
  }
  .sp{
  display: none;
  }

@media screen and (max-width: 767px) {
  .cta_area h2 #time2 {
      text-align: center;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

.date {
  animation: flash 1.5s linear infinite;
}
.date {
  line-height: 0.7;
  padding: 2% 0;
}

.fcR {
  color: #ee4116;
}
.fcY {
  color: #f8ff8f;
}
.cta_area h2 {
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.3;
  font-weight: 700;
  background: #deebff;
  color: #000;
  padding: 1%;
}

@media screen and (max-width: 767px) {
  .cta_area h2 {
      font-size: 4.5vw;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.3;
      font-weight: 700;
      background: #deebff;
      color: #000;
      padding: 1%;
  }
}
@media screen and (min-width: 768px) {
  .date {
    line-height: 1.3;
  }
}

/* スライダー */
.voice .container {
    padding: 0% 3% 3%;
}
.voice {
  background-image: url(../img/voice_bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 2% 3% 5%;
    position: relative;
}

.result {
  background-image: url(../img/slide1_bg.png);
  background-size: cover;
  background-position: top;
  padding: 6%;
}
div .slick-next {
  right: 7px;
}

div .slick-prev:before,
div .slick-next:before {
  font-size: 25px;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.result div .slick-prev:before,
.result div .slick-next:before {
  font-size: 30px;
}

div .slick-prev {
  left: -18px;
}
/* スライダー1 */

.container button {
  z-index: 20;
}

.voice .slider02 .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  font-size: 15px !important;
}
.voice .slick-prev:before {
  background: url(../img/btn_p.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-next:before {
  background: url(../img/btn_n.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.result .slick-prev:before {
  background: url(../img/slide1_prev.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.result .slick-next:before {
  background: url(../img/slide1_next.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1b3071 !important;
}
.slick-slide img {
    padding: 1%;
}
/* スライダー2 */
.result .slider02 .slick-dots li button:before {
  color: #b2b2b2 !important;
  opacity: 1;
  font-size: 15px !important;
}

.result .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #001f5c !important;
}

.resultbtn {
  width: 81%;
  margin: auto;
  display: block;
  padding: 3% 0 3%;
}

.result div .slick-next {
  right: 0px;
}

.result div .slick-prev {
  left: -7px;
}

/* 一つ目のスライダー（result）の矢印位置調整 */
@media screen and (max-width:741px) {
  .result .slick-prev {
    left: -15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 25px !important;
    height: 25px !important;
  }
  
  .result .slick-next {
    right: -15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 25px !important;
    height: 25px !important;
  }
  
  .result .slick-prev:before {
    background: url(../img/slide1_prev.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
  
  .result .slick-next:before {
    background: url(../img/slide1_next.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
}

p.date_area {
    font-weight: bold;
    font-size: 17px;
    margin: 2% 0 1% 2%;
    text-align: end;
    position: absolute;
    right: 7%;
    top: 32%;
}
section.cta_area {
    position: relative;
}
.cta_area_box {
    position: absolute;
    width: 84%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}



/* .cta_area a {
    position: absolute;
    width: 84%;
    margin: 0 auto;
    right: 0;
    left: 0;
}
a.m_cta_mail {
    bottom: 28%;
}

a.m_cta_tel {
    bottom: 23%;
} */

/* 対応エリアのアコーディオン */
/* アコーディオン1  */
#accordion_area {
  padding-top: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
}
.accordion_one {
  width: 80%;
  max-width: 100%;
}

.acc {
  border: 3px solid #1c326f;
  margin-bottom: 10px;
}
.acc_header {
  background: #1c326f;
  color: #fff;
  padding: 0.5% 0 0.5%;
  text-align: center;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
  font-size: 22px;

}

.acc_header::after {
  content: "";
  display:block;
  width: 10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  position:absolute;
  right: 8%;
  top: 13%;
  bottom: 4%;
  margin: auto;
  transition: all .4s ease-in-out;
}


.acc_header.open::after {
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  position:absolute;
  right: 8%;
  top: 0%;
  bottom: 10%;
  margin: auto;

}
.acc {
  position: relative;
}
.acc-contents {
  padding: 3%;
}
#accordion_area .acc_header.open::after {
  transform: rotate(136deg) !important;
}

@media screen and (max-width:741px) {
  .voice .slick-prev {
    left: -15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 25px !important;
    height: 25px !important;
  }
  
  .voice .slick-next {
    right: -15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 25px !important;
    height: 25px !important;
  }
  
  .voice .slick-prev:before {
    background: url(../img/btn_p.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
  
  .voice .slick-next:before {
    background: url(../img/btn_n.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
  .accordion_one {
    width: 90%;
    max-width: 100%;
  }
 .acc_header {
    font-size: 17px;
  }
  .acc-p {
    font-size: 3.7vw;
  }
  
}

/* アコーディオン */
.faq_00 {
  width: 90%;
  margin: 0 auto;
}

.faq_t {
  width: 30%;
  text-align: center;
  margin: 0 auto;
  font-size: 0px;
}

.faq_c_q {
  display: flex;
  align-items: center;
  background: #b3ddff;
  padding: 2% 3% 1%;
  position: relative;
  border-radius: 4px;
}

.faq_c_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #024899;
  transition: all 0.3s ease-in-out;
}

.faq_c_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  background: #024899;
  transition: all 0.2s ease-in-out;
}

.accordion-container .faq_c_q.open::before {
  transform: rotate(180deg);
}

.accordion-container .faq_c_q.open::after {
  opacity: 0;
}

.faq_c_q img, .faq_c_a img {
  width: 7%;
  height: 7%;
  margin: 1%;
}

.faq_c_q p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1% 1% 3% 2%;
}

.faq_c_a {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 0% 3% 2%;
  border-radius: 0px;
}

.faq_c_a p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-left: 2%;
  line-height: 1.7;
}

.faq_c_01 {
  display: block;
  margin: 3% 0;
  overflow: hidden;
}

.qa {
  background-color: #fff;
  padding-bottom: 5%;
}

.accordion-container .acc-ttl.open::before {
  transform: rotate(180deg);
}

.accordion-container .acc-ttl.open::after {
  opacity: 0;
}

/* 光るボタン */
.demo-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.demo-inner img{
  animation: hekomu2 2s infinite;
}

.demo-inner2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.demo-inner2 img{
  animation: hekomu2 2s infinite;
}


@keyframes hekomu2 {
	0% {
		top: 0px;
	}
	10% {
		box-shadow: none;
        position: relative;
        top: 8px;
	}
	20% {
		top: 0px;
	}
	30% {
		box-shadow: none;
        position: relative;
        top: 8px;
	}
	40% {
		top: 0px;
	}
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.demo-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/cta.png");
  mask-image: url("../img/cta.png");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  pointer-events: none;
}

@keyframes shiny {
  0% {
    left: -10%;
  }
  50% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.shiny-btn {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.demo-hikari {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: radial-gradient(
    circle,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 75%
  );
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes demo_kirari {
  100% {
    left: 100%;
  }
}

/* 追従 */
.floating-banner {
  position: fixed;
  z-index: 100;
  display: flex;
  background: rgba(255, 255, 255, 0.904);
  justify-content: space-between;
  bottom: 0;
  padding: 0%;
}


.floating {
  opacity: 0;
  transition: 0.3s;
}

.form-ttl {
  font-size: 18px;
  margin: 8px 0px 0px;
  padding: 0px 5px 8px;
  font-weight: bold;
  text-align: left;
  width: 95%;
  color: #1b3071;
}
body #contact {
  border-radius: 9px;
}

.follow_width {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
}


  .follow_woman {
      width: 37%;
      margin-left: 63%;
      margin-bottom: -17%;
  }

  @media screen and (max-width: 440px) {
  .follow_woman {
    width: 40%;
    margin-left: 61%;
    margin-bottom: -17%;
}
  }

@media screen and (max-width: 440px) {
  .follow_flex {
      width: 77%;
  }
}


  .Realtime_follow {
      font-size: 1.4em !important;
      margin-bottom: -17%;
      margin-left: 5%;
  }
  @media screen and (max-width: 440px) {
  .Realtime_follow {
    font-size: 1.1em !important;
    margin-bottom: -20%;
    margin-left: 7%;
}
  }

  
@media screen and (max-width: 767px) {
  div .faq_c_q p {
    font-size: 4vw;
    line-height: 1.5;
  }
  div .faq_c_a p {
    font-size: 4vw;
  }

  #contact .form_bg {
    padding: 7%;
    top: 11%;
    width: 100%;
  }
}
form#form-input {
  padding: 7%;
}
.form_tbl th {
  display: block;
  width: 95%;
  color: #1b3071;
  font-size: 18px;
  margin: 8px 0px 0px;
  padding: 0px 5px 8px;
  font-weight: bold;
  text-align: left;
}

span.must {
  margin-left: 10px;
  color: #fff;
  background: #ff821d;
  padding: 2px 4px 3px;
  font-size: 16px;
  margin-bottom: 3px;
  margin-right: 2px;
  border-radius: 3px;
}

form#form-input {
  border: none;
  box-shadow: 0px 0px 20px -4px #889ac8;
  border-radius: 7px;
}
.form_tbl td {
  display: block;
  width: 100%;
  max-width: 92vw;
  border: none !important;
  margin-bottom: 12px;
}

.form_tbl input#tel {
  text-indent: 5px;
  padding: 10px 0;
  width: 27%;
}
.form-input input,
textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
  background-color: #dcefff;
  border: none;
  font-weight: bold;
}

textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
  background-color: #d4e0f8;
  border: none;
  font-weight: bold;
}

.form_tbl {
  background: #fff;
  padding: 0% 5% 5% 5%;
  border-radius: 10px;
  width: 100%;
}

.form_bg {
  padding: 7%;
  top: 13%;
}

#contact {
  position: relative;
  background: #fff;
}

::placeholder {
  color: #7583ae;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #7583ae;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #7583ae;
}

button#confirm {
  background-color: #2982dc;
  color: #fff;
  border-radius: 100px;
  padding: 17px 0;
  margin-bottom: 8%;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

button.hover.goBack {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #585f63;
  border: solid 1px #000000;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

button.hover.sendFrom {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
color: #fff;
  background: #de4700;
  border: solid 1px #936701;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 5% auto 0;
}

.error-wrap {
  color: #da0301;
  font-size: 14px;
  margin-bottom: 2%;
}
.error {
  color: #da0301;
  font-size: 14px;
  margin: 2% 0 3%;
}
.s_btn {
  margin: auto;
}

.input_title {
  color: #fff;
  font-size: 16px;
  color: #000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
  padding-bottom: 0%;
}

h2 {
  text-align: center;
  line-height: 0.5;
  padding: 5% 0 1%;
}

div .form_c {
  width: 90%;
  margin: auto;
}

.submitbtn2 input[type="submit"] {
  width: auto !important;
  padding: 15px 30px 12px 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #2982dc;
  border: solid 1px #0f9ada;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

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

#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
  color: #999;
}

div #footer {
  text-align: center;
}

.finish_b {
  background: #fff;
  width: 90%;
  padding: 5%;
}

.form-box {
  margin-bottom: 8%;
}

.c_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.confirm-table {
  background: #fff;
  margin: auto;
  padding: 3%;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -4px #889ac8;
  text-align: center;
}

.check-contents-box {
  background: #fff;
  text-align: center;
  padding: 5% 0;
}

h1.confirm {
  color: #1b3071;
}

.confirm-table td,
.confirm-table th {
  display: block;
}

.confirm-table tr {
  display: block;
  margin: 2% 0;
}

.contents.thank-contents {
  background: #fff;
  text-align: center;
}

.contents-box {
  padding: 5%;
  background: #fff;
}

p.btn {
  text-align: left;
  color: #1b3071;
  font-weight: bold;
    text-align: center;
}

.contents-box a.back.hover {
  text-decoration: none;
}

.policy-box {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 50px;
}

.cta_wrap {
    position: relative;
}


.consent {
  font-size: 24px;
  color: #414141;
  margin-top: 25px;
  text-align: center;
}

input[type="checkbox"] {
  transform: translateY(5px);
}

input[type="radio"],
input[type="checkbox"] {
  width: 25px;
  height: 25px;
    cursor: pointer;
}

.head_cont {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.date_ctaarea {
  width: 95%;
  text-align: left;
}
.ctaarea_box{
  border: solid 2px #1b306b;
  background-color: #fff;
  width: 95%;
  padding: 4%;
  margin: 0 auto;
}
.cta_badge_re{
  position: relative;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  div .floating-banner {
    width: 100%;
    background: rgb(255 255 255 / 75%);
}
  div .follow_width {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1%;
}
 body #contact_2 .form_bg {
    margin-top: -15%;
  }
  .cta_area_box {
    position: absolute;
    width: 50%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 13%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.btn_in {
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
}
.hyousyou_wrap{
  background-image: url(../img/hyousyou_bg.jpg);
  background-position: center top;
  background-size: cover;
}
.hyousyou_wrap img{
  max-width: 1000px;
  margin: 0 auto;
  padding: 5% 2%;
}
.pc_cta {
    position: relative;
}
.logo {
    width: 22%;
    padding: 1%;
}
.head_cont {
        max-width: 900px;
}
.df {
    width: 51%;
    margin: auto 1%;
    padding: 1% 0;
    display: flex;
    gap: 11px;
}
.date {
    padding: 0% 0;
    font-size: 25px;
}
.faq_00 {
    max-width: 1000px;
}
.faq_c_q p {
    font-size: 19px;
}
.faq_c_a p {
    font-size: 19px;
}
div .accordion_one {
    max-width: 1000px;
}
.qa-ttl {
    width: 37%;
    margin: auto;
}
.qa {
    padding-top: 2%;
}
.faq_c_q img, .faq_c_a img {
    width: 4%;
    height: 4%;
}
.faq_c_q p {
    margin: 1% 1% 2% 2%;
}

.ctaarea_box{
  max-width: 800px;
  margin: 0 auto;
  padding: 3%;
}
.cta_tel_pc{
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 3%;
}

.demo-ttl {
    margin: auto;
    max-width: 800px;
}
.btn_in a {
  width: 49%;
}
.accident {
    background: #1b3071;
}
.support .pc, .choice .pc {
    max-width: 1200px;
    margin: auto;
    padding: 5% 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.date_ctaarea{
  top: 11%;
  line-height: 0.8;
  z-index: 999;
  font-size: 20px;
  padding: 2.5%;
  max-width: 800px;
}
.graph_ttl {
  width: 36%;
  margin: 0 auto 0%;
  max-width: 500px;
}

div .graph {
    background-image: url(../img/graph_bg_pc.jpg);
    padding-bottom: 2%;
    padding-top: 1%;
}
div .graph_scroll img {
    width: 53%;
    height: auto;
    max-width: 800px;
}
.graph_scroll {
    text-align: center;
}
.ttl {
    width: 54%;
    margin: auto;
    padding: 3% 0 2%;
    position: relative;
}
.acd_mark {
    position: absolute;
    top: 2%;
    width: 30%;
    left: -17%;
}
.support {
    background-image: url(../img/support_bg.jpg);
    background-position: center top;
    background-size: cover;
}
.choice {
    background-image: url(../img/choice_pc_bg.png);
    background-position: center top;
    background-size: cover;
}
.flow {
    background-position: center top;
    background-size: cover;
}
.sup-ttl {
    width: 80%;
    margin: auto;
    padding: 2% 0 1%;
}
.container {
max-width: 1300px;
        margin: auto;
        padding-top: 2%;
}
.voice .container {
    padding: 0% 3% 0%;
}

body .voice {
    padding: 2% 3% 1%;
}
.voicettl {
    width: 25%;
    margin: auto;
    margin: 3% auto 3%;
}
.resultttl {
    margin: auto;
    width: 52%;
    max-width: 800px;
}
section.result {
    padding-top: 0;
}
.resultbtn {
    width: 24%;
    padding: 2% 0 0%;
}
p.date_area {
        max-width: 1150px;
        font-size: 15px;
        top: 27%;
        margin: auto;
        right: -16%;
        left: 0;
        text-align: center;
    }
}
.voicettl {
    width: 18%;
    margin: 0% auto 0%;
}

.flo_ttl {
    padding: 2% 0;
    width: 80%;
    margin: auto;
   
}
.faq_c_01 {
    margin: 2% 0;
}
.faq_c_q {
    padding: 1% 3% 0%;
}
body #contact {
    border-radius: 9px;
    max-width: 900px;
    margin: auto;
}
.form-box {
    margin-bottom: 2%;
}
.consent {
    font-size: 18px;
}
button#confirm {
    margin-bottom: 2%;
}
form#form-input {
    padding: 4% 5% 7%;
}
h2 {
    padding: 0;
}
#contact_2 .form_bg {
    margin-top: -20%;
}
.result {
    padding: 5% 6% 4%;
}
.voice {
    background-image: url(../img/slide_pc_bg.jpg);
    padding: 2% 3% 5%;
}
.result {
    background-image: url(../img/slide1_bg_pc.png);
}
.form_bg {
    padding: 6%;
}
.contents-box {
    padding: 5%;
    background: #fff;
    max-width: 1000px;
    margin: auto;
}
.thanksText {
    line-height: 1.7;
}
.contents-box {
  padding: 2% 5%;
}
.thank-contents .contents-box{
  padding: 7% 5%;
}

.faq_c_q.acc-ttl.js-acc-ttl {
    cursor: pointer;
}
@media (min-width: 1000px) and (max-width: 1500px){
  .date_ctaarea{
    top: 8.5%;
  }
  .hyousyou_wrap img {
    max-width: 800px;
}
}
@media (min-width: 769px) and (max-width: 999px){
  .date_ctaarea{
    top: 7%;
  }
}
#contact_2 {
  position: relative;
}
.cta_bg {
  position: relative;
}
.cta_bg .mv_cta {
    bottom: 5.5%;
}

.form h2 {
padding: 0;
}

.graph {
    background-image: url(../img/graph_bg.jpg);
    background-size: cover;
    background-position: top;
    padding-bottom: 4%;
}

.graph_scroll {
    overflow-x: auto;
    padding: 0% 3% 3%;
}
.graph_scroll img {
  width: 450px;
  height: auto;
}


