@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 section {
  opacity: 0;
  margin-bottom: 50px;
}
.enquete_container section.q2{
	margin-bottom: 0;
}
.enquete_container section.fadeIn {
  opacity: 1;
  transition: 2s;
}
.enquete_container section ul.answer li {
  color: #fff;
  font-weight:400;
  background-color: #7f7f7f;
  border-radius: 10px;
  border: 3px solid #c6556f;
  padding: 1em;
  margin: 1em;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width : 960px ){
  .enquete_container section ul.answer li {
    font-size: 0.85em;
    padding: 0.6em;
  }
}
.enquete_container section ul.answer li.selected {
  background: #c6556f;
}
.enquete_container section ul.answer.yesno {
  display: flex;
	margin-top: 0;
}
.enquete_container section ul.answer.yesno li {
  flex: 1;
}

  /* Q1のみ指定*/
.enquete_container section ul.answer.q1 li {
  color: #585858;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #c6556f;
  cursor: pointer;
  margin:0 0 1.3em 0.7em;
  padding:1em 2.3em 0.3em;
  display: inline-block;
}

.enquete_container section ul.answer.q1 li img {
  width: 75%;
}


.enquete_container section ul.answer.q1 li p {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 2em;
  font-weight: 600;
  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:last-child {
  width: calc(96%);
  } */

.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:1.3em;
}

.enquete_container section ul.answer.q1 li.selected {
  background: #eed9e0;
}

@media screen and (max-width : 720px ){
.enquete_container section ul.answer {
  margin: 10px 0;
}
.enquete_container section ul.answer.q1 li {
  border-radius: 10px;
  border: 2px solid #a33c46;	
  cursor: pointer;
  margin:0px 10px 10px;
  width:100%;
  /* padding:1em 1em 0.8em; */
  padding:0.8em 1em 0.3em;
}
	
.enquete_container section ul.answer.q1 li ul {
  margin-top: 0px;
}
	
.enquete_container section ul.answer.q1 li {
  width: calc(50% - 18px);
}
	
.enquete_container section ul.answer.q1 li p {
  font-size: 1.1em;
  margin: 0.4em 0 0 0;
}
	

/* .enquete_container section ul.answer.q1 li:last-child {
  width: calc(95%);
  margin:0 10px 20px;
  } */
.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;
}
}

  /* Q1made*/

.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:15%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  cursor: pointer;
}

.enquete_container section.cta .img_wrap img.cv_btn {
	display: block;
	margin: 0 auto;
	width: 80%;
	cursor: pointer;
}

.enquete_container section.cta ol.remarks{
  list-style-type: none;
  padding-left: 0;
  display: table;
  font-size: 0.7rem;
  margin-top: 20px;
}
@media screen and (max-width : 960px ){
  .enquete_container section.cta ol.remarks{
    margin: 20px 10px;
  }
}
.enquete_container section.cta ol.remarks li{
  display: table-row;
  counter-increment: table-ol;
  line-height: 1.2;
}
.enquete_container section.cta ol.remarks li::before{
  content: "*" counter(table-ol);
  display: table-cell;
  padding-right: 1em;
  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;
}

 /* アコーディオン */
.enquete_container section ul.js-accordion {
  padding: 0 10px;
}
.enquete_container section ul.js-accordion li {
  padding: 1em 10px;
  border: 1px solid #1C1541;
  border-radius: 12px;
  background-color: #FAE7ED;
  text-align: center;
  margin: 20px 0;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
	line-height: 1.5;
}
.enquete_container section ul.js-accordion li .ico_title {
  position: relative;
}
.enquete_container section ul.js-accordion li .ico_title .ico_product {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: auto;
  height: min(20vw, 90px);
}
.enquete_container section ul.js-accordion li .ico_title p.optionTxt {
  display: block;
  margin: 0 0 0 30px;
  letter-spacing: -0.05em;
}
.enquete_container section ul.js-accordion li .hiddenContent {
  display: none;
  margin-top: 20px;
  transform-origin: 0 0;
}
.enquete_container section ul.js-accordion li.is-select{
	background-color: #1C1541;
    color: #fff;
    box-shadow: none;
}
.enquete_container section ul.js-accordion li.is-select .hiddenContent {
  display: block;
  transform: scale(1, 0);
  animation: slideIn 1s forwards;
}
@media screen and (max-width:428px){
	.enquete_container section ul.js-accordion li{
		font-size:min(4.5vw, 18px);
	}
	.enquete_container section ul.js-accordion li .ico_title .ico_product{
		height: min(18vw, 90px);
	}
}
 /* 行間を修正*/
.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;
  }

}

/*ア二メーション*/
@keyframes slideIn {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*# sourceMappingURL=style.css.map */


.slideMe {
  position: relative;
}

.slideMe img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}