@charset "UTF-8";

html {
  font-size: 10px;
}

body {
	background: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
}

.wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: left;	
}

@media (max-width : 735px ){
  .wrap {
    padding: 15px;
  }
}

p {
  line-height: 2em;
  margin: 0 0 1em 0;
}

@media (max-width : 735px ){
  p {

  }
}

p.txt__cont {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5em;
}

p.txt__link {
  display: block;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
  color: #1e70b9;
  text-decoration: underline;
	margin-bottom: 2em;
}

p.txt__name {
  display: block;
  font-size: 2rem;
  line-height: 1em;	
	text-align:  left;
	color: #444;
}

p.txt__comment {
  font-size: 1.4rem;
  margin: 10px 0;
	}

p.txt__note {
  font-size: 1.6rem;
	margin-top: -1.5em;	
	}

p.txt__dit {
	font-size: 2.2rem;
	margin: 1.5em 2em 0;
	line-height: 1.5em;
	}

@media (max-width : 735px ){
p.txt__cont {
    font-size: 3.4vw;
  }
p.txt__link {
  font-size: 2.8vw;
}	
p.txt__name {
  font-size: 2.6vw;
	margin-top: -0.5em;
}
p.txt__note {
  font-size: 1.2rem;
	margin: -1.3em 0 1em;	
	}	
}



  /*マージン指定*/
.mt_0 {
	margin: 0 0;
}
.mt_10 {
	margin: 1em 0 0 0;
}	

.mtb_10 {
	margin: 1em 0;
}

.mtb_25 {
 margin: 2.5em 0;
}

.mrl_25 {
 margin: 0 2.5em;
}

.mb_25 {
 margin: 0 0 2.5em 0;
}
@media (max-width : 735px ){
.mb_25 {
 margin: 0 0 1.5em 0;
}
  }

  /*見出し*/	
h2.heading_1{
  display: block;
 font-size: 2.8rem;
  padding: 0.5em;
  background: #dedede;
  font-weight: bold;
  margin-bottom: 1em;
}

.heading_2{
  display: block;
  font-size: 2.8rem;
  padding: 0.5em;
  background: #000;
  font-weight: bold;
  color: #fff;	
  margin-bottom: 0.5em;
  text-align: center;
}

@media (max-width : 735px ){
h2.heading_1 {
    font-size: 4.4vw;
  }

.heading_2 {
    font-size: 4.4vw;
  }
}

figure {
  margin: 0 0 0.8em 0;
}
@media (max-width : 735px ){
  figure {
  margin: 0 0 0.5em 0;
  }
}

header {
  text-align: center;
  position: relative;
}

@media (max-width : 735px ){
  header {
    padding:0;
  }
}

header h1 {
  color: #000;
  font-size: 3.2rem;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-weight: bold;
	display: block;
	text-align: left;
}

@media (max-width : 735px ){
  header h1 {
    font-size: 4.2vw;
  }
}

header .small_pr {
	display: block;
	font-size: 1.6rem;
	color: #6990d1;
	text-align: left;
	margin:0.7em 0 0 0;
	font-weight: bold;
}

header .small_t {
	display: block;
	font-size: 1.6rem;
	text-align: left;
	line-height: 2rem;
	font-weight: bold;
}


@media (max-width : 735px ){
  header .small_pr {
    font-size: 2vw;
	line-height: 1.6rem;
  }
	header .small_t {
    font-size: 2vw;
	line-height: 1.6rem;
  }
}

img {
  width: 100%;
}

section {
  margin: 5% 0;
}

@media (max-width : 735px ){
  section {
    padding: 0 3%;
  }
}


@media (max-width : 735px ){
  footer {
    padding: 0 5%;
  }
}


 .footer__note {
  margin: 0 0.5em 1.5em 0.5em;
}

.footer__note li {
  font-size: 1.6rem;
  margin: 0 0 0.5em 0;
}

@media (max-width : 735px ){
 .footer__note li {
    font-size: 2.4vw;
  }
}

footer .footer__link {
  font-size: 16px;
  text-align: center;
}

@media (max-width : 735px ){
  footer .footer__link {
    font-size: 2.7vw;
  }
}

.is__sp {
  display: none;
}

@media (max-width : 735px ){
  .is__sp {
    display: inherit;
  }
}

.is__pc {
  display: inherit;
}

@media (max-width : 735px ){
  .is__pc {
    display: none;
  }
}

.bottom__fit {
  margin-bottom: 0 !important;
}

/*フッターエリア*/
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 : 735px ){
  footer ul.footer_menu {
    text-align: center;
    gap: 1em 0;
    flex-direction: column;
	  font-size: 12px;
  }
}



/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:735px) {
    .sma{
        display: block;
    }
}

/*SPでは無効（改行しない）*/
@media screen and (max-width:735px) {
.pca{
    display: none;
}
}

/*PCでは有効（改行する）*/
    .pca{
        display: none;
    }

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

video {
	width: 100%;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}

/*Q1,Q2*/
.enquete_container section ul.answer li {
  color: #585858;
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #585858;
  cursor: pointer;
  margin:0 0 1.3em 0.3em;
  padding:1em 1.7em 0.3em;
  display: inline-block;
}


.enquete_container section ul.answer li p {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4em;
	text-align: center;
	font-weight: 600;
  margin: 0.3em 0 0 0;
}


.enquete_container section ul.answer li .note {
  font-size: 0.4em;
  vertical-align: top;
}
.enquete_container section ul.answer.q1 li:last-child {
  width: calc(97%);
	padding: 0em;
  }

.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:1.3em;
}

.enquete_container section ul.answer.q2 {
    display: flex;
	margin-top: 0.5em;
}	
	
.enquete_container section ul.answer.q2 li {
  flex: 1;
	margin-top: 0;
}

.enquete_container section ul.answer.q2 li:first-child {
	margin-left: 10px;
  }

.enquete_container section ul.answer.q2 li:last-child {
	margin-left: 30px;
  }

.enquete_container section ul.answer.q3 {
	margin-top: 1em;
}

.enquete_container section ul.answer.q3 li {
	width: calc(95%);
	padding:1em 0;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: 600;
	font-size: 1.4em
}

@media screen and (max-width : 720px ){
.enquete_container section ul.answer.q3 li {
	padding:1em 0.5em;
	font-size: 0.8em
}
}

.enquete_container section ul.answer li.selected {
  background: #C1D8EB;
}

.enquete_container section ul.q3 li.selected {
  background: #fff;
}

@media screen and (max-width : 720px ){
.enquete_container section ul.answer li {
  border-radius: 20px;
  border: 2px solid;	
  cursor: pointer;
  margin:0px 10px 15px;
  width:100%;
  padding:1em 0.6em 0.4em;
}
	
.enquete_container section ul.answer li ul {
  margin-top: 0px;
}
			
.enquete_container section ul.answer li {
  width: calc(50% - 17px);
}
	
.enquete_container section ul.answer li p {
  font-size: 0.9em;
  margin: 0.4em 0 0 0;
}	
	
.enquete_container section ul.answer.q2 li {
  flex: 1;
}
	
.enquete_container section ul.answer.q2 li p {
  margin: -0.4em 0 0 0;
}	
	
.enquete_container section ul.answer.q2 li:first-child {
	margin-left: 0px;
  }

.enquete_container section ul.answer.q2 li:last-child {
	margin-left: 20px;
  }
	
	
.enquete_container section ul.answer li .note {
  font-size: 0.3em;
}	
	
.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;
}
}

.enquete_container section .js-accordion .slideMe {
  display: none;
}


  /* Q1,Q2,Q3*/



