@charset "UTF-8";
body {
  color: #333;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body ul {
  list-style: none;
  padding: 0;
}
body img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
body video {
  width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.enquete_container {
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (max-width : 960px ){
  .enquete_container {
    width: 100%;
  }
}

 /*↓注釈↓*/
.enquete_container .note {
  font-size: 0.7em;
  vertical-align: top;
}
 /*↓注釈選択肢記載↓*/
.enquete_container .note_text {
  font-size: 0.6em;
	text-align: center;
}
 /*↓注釈本文右下記載↓*/
.enquete_container .note_q {
  font-size: 0.6em;
  text-align:right;
  width: 90%;
  margin-top: -10px;	
}

 /*↓注釈q3適用↓*/
.enquete_container .note_q3 {
	width: 80%;
  font-size: 0.6em;
  text-align:left;
	margin-right: 2em;
}



.enquete_container section {
  opacity: 0;
  margin-bottom: 0px;
}
.enquete_container section.fadeIn {
  opacity: 1;
  transition: 2s;
}

.enquete_container section ul.answer li {
  color: #122e61;
  font-weight:normal;
  background-color: #dae3f3;
  border-radius: 20px;
  border: none;
  padding: 1em;
  margin: 1em auto;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
  box-shadow: 4px 4px 3px 0px rgba(9, 9, 9, 0.4);
  width:82%;
}
@media screen and (max-width : 960px ){
  .enquete_container section ul.answer li {
    font-size: 0.9em;
    padding: 1em;
  }
}
.enquete_container section ul.answer li.selected {
  background: #122e61;
  color: #fff;
}
.enquete_container section ul.answer li.selected img{
  padding-top: 0.3em;
}

  /* Q1のみ指定*/
.enquete_container section ul.answer.q1 {
  margin: 0 auto;
  width: 80%;
}

.enquete_container section ul.answer.q1 li {
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin:0 0 1.3em 0.7em;
  display: inline-block;
 width: calc(46% - 10px);
}

.enquete_container section ul.answer.q1 li p {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.2em;
  margin: 0.3em 0 0 0;
}


.enquete_container section ul.answer.q1 li p .note {
  font-size: 0.5em;
  vertical-align: top;
}


.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:1.3em;
}

.enquete_container section ul.answer.q1 li.selected {
  background: #122e61;
  color: #fff;
}

@media screen and (max-width : 720px ){
.enquete_container section ul.answer.q1 li {
  background: #dae3f3;
  border-radius: 20px;
  border: none;	
  cursor: pointer;
  margin:0px 10px 15px;
  width:100%;
  padding:1em 1em 0.8em;
  box-shadow: 6px 6px 8px 0px rgba(9, 9, 9, 0.4);
}
	
.enquete_container section ul.answer.q1 li ul {
  margin-top: 0px;
}
		
	
.enquete_container section ul.answer.q1 li {
  width: calc(50% - 17px);
}
	
.enquete_container section ul.answer.q1 li p {
  font-size: 0.7em;
}
	
.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:0;
}
.enquete_container section ul.answer.q1 li:nth-child(even) {
  margin-right:0;
}
}
  /*↑Q1の設問設定ここまで↑*/

  /*↓faq背景↓*/
.enquete_container section.faq_bg {
  background-color: #dae3f3;
  padding: 2em 1em;	
  margin: 1em 0;	
}

  /*↓faqの設問設定↓*/
.enquete_container section ul.answer.faq li {
  color: #122e61;
  border:#122e61 solid 3px;
  background-color: #fff;
}
.enquete_container section ul.answer.faq li.selected {
  color: #fff;	
  background: #122e61;
}
 /*↑faqの設問設定ここまで↑*/

.enquete_container section .attention {
  display: none;
  color: #f00;
  text-align: center;
}

.enquete_container section .attention.show {
  display: block;
}
.enquete_container section .attention input[type=checkbox] {
  display: none;
}
.enquete_container section.cta .cv_wrap {
  position: relative;
}
.enquete_container section.cta .cv_wrap::before {
  content: "";
  display: block;
  padding-top: 23%;
}
.enquete_container section.cta .cv_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.enquete_container section.cta .cv_wrap img.cv_btn {
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 700px;
  cursor: pointer;
}
.enquete_container ol.remarks {
  list-style-type: none;
  padding-left: 0;
  display: table;
  font-size: 0.7rem;
  margin-top: 20px;
  margin: 20px auto;	
  width: 80%;
}
@media screen and (max-width : 960px ){
  .enquete_container ol.remarks {
    font-size: 0.6em;
    margin: 20px auto;
	width: 75%;
  }
}
.enquete_container ol.remarks li {
  display: table-row;
  counter-increment: table-ol;
  line-height: 1.2;
}
.enquete_container ol.remarks li::before {
  content: "*" counter(table-ol);
  display: table-cell;
  padding-right: 0.5em;
  width: 2.5em; /*Firefox用*/
}
.enquete_container section.cta ol.remarks li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.enquete_container section .js-accordion .slideMe {
  display: none;
}

video {
 /* iPhone safariの枠線を消す*/
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
 /* PCのChromeの枠線を消す*/
  outline: none;
  border: none;
}

 /* 行間を修正*/
.mt_50 {margin: 50px 0 0 0;}
.mt_20 {margin: 20px 0 0 0;}

 /* 行間を修正*/
.font_space01 {letter-spacing: 0.01em}

/*PCでは無効（改行しない）*/
.spbr{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:428px) {
    .spbr{
        display: block;
    }
}

/*フッターエリア*/
footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 700px;
}
footer ul.footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  gap: 3em;
}
@media screen and (max-width : 960px ){
  footer ul.footer_menu {
    text-align: center;
    gap: 1em 0;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */

.cta_btn {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

[data-target=js-q1], [data-target=js-q2], [data-target=js-q3] {
  display: none;
}