@charset "UTF-8";

  /*-------------- kids font　--------------*/   
  html {
	visibility: hidden;
  }
  html.wf-active {
	visibility: visible;
  }

/* --------  セレクトボタン用 -------- */
.section-01 .btn-block {
	padding: 0 1.125rem;
 }

.section-01 .btn-block .t-btn {
 flex: 1; margin: 0 1.5625rem; 
}

.section-01 .btn-block .t-btn {
	display: block;margin-top: 1.5rem;font-size: 1.5rem;font-weight: bold;box-shadow: 0 0 0 0 #efd088;
}

.section-01 .btn-block .t-btn:hover {
 	box-shadow: 0 0 0 12px #f4c436;
}

.t-btn-green {
	box-shadow: 0 0 0 0 #faff8b;
}
.t-btn {
	display: inline-block;
	padding: 16px;
	border: 5px solid;
	border-radius: 50rem;
	text-align: center;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: bold;line-height: 1.5;
	color: #000;
	appearance: none;
	transition: all 300ms ease;
}


.t-btn-green {
	background-color: #d1e404;border-color: #d1e404;box-shadow: 0 0 0 0 #d1e404;
	color: #fff;
}
.t-btn-green {
	box-shadow: 0 0 0 0 #faff8b;
}

@media (min-width: 768px) {
.t-btn { font-size: 1.125rem;
 }
.t-btn--font-lg {
	font-size: 1.5rem;
 }
 }
@media (min-width: 768px) {
.section-01 .lead-block, .section-02 .lead-block {
 text-align: center;
 }  
  
.section-01 .btn-block {
	display: flex;
	position: relative;
	width: 700px;
	margin: 2.375rem auto 2.5rem;
	z-index: 4;
}}

/* --------  img拡大縮小 -------- */

.imgbox {
	width: 100px;
	height: 100px;
	background-color: skyblue;
	transform-origin: top left;
}

.imgbox:hover {
	cursor: zoom-in;
}

.imgbox.scale {
	transform: scale(3, 3);
}

.imgbox.scale:hover {
	cursor: zoom-out;
}

/* --------  img_sliderセット　 -------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/*インラインフレームのみ画面サイズあわせ
 iframe {
            max-width: 100%; !important;
          }

/*img {
    max-width: 100%;
    height: auto;
}　　*/

/*answer img round corner------- */
.corner{border-radius: 10px;

}




/* -------- img_slider サムネイル  -------- */
.img_slider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
}
.img_slider label:hover {
	opacity: 0.9;
}
.img_slider label img {
	display: block;
	width: 40px;
	border-radius: 2px;
}
.img_slider input[name='img_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.img_slider input[name='img_switch'] ~ img {
	opacity: 0;
}
.img_slider input[name='img_switch']:checked + label + img {
	opacity: 1;
}

/* -------- もっとしりたい  -------- */
.qa_icon03{
	background-color: #f39800;
	color: #FFF;
	font-weight: bold;
	padding: 0 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	display: inline-block;
	margin: 0 4px 0 0;
	font-size:0.8em;
	}
/* -------- ワンポイント  -------- */
.qa_icon04{
	background-color: #64c8f6;
	color: #FFF;
	font-weight: bold;
	padding: 0 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	display: inline-block;
	margin: 0 4px 0 0;
	font-size:0.8em;
	}

/* -------- 吹き出し -------- */

.balloon{
	display: flex;
	margin: 0 0 1em 0;
}
.balloonR{
	flex-direction: row-reverse;
}
.balloon-img{
	width: 80px;
	height: auto;
	flex-shrink: 0;
  /*border-radius: 50%;*/
  /*border: 5px solid #efefef;*/
}
.balloon-text{
	padding: 1em;
	border-radius: 6px;
	position: relative;
	display: flex;
}
.balloon-text2{
	padding: 1em;
	border-radius: 6px;
	position: relative;	
	display: flex;
  }
.balloon-text-inner{
	margin: auto;
}

.balloonL .balloon-text{
	margin: 0 0 0 15px;
	background: #bcd3ff;
}
.balloonR .balloon-text{
	margin: 0 10px 0;
	background: #fdb7ff;
}
.balloon-text::before,.balloon-text::after{
	content: '';
	position: absolute;
	top: 19px;
	font-size: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.balloonL .balloon-text::before{
	left: -16px;
	border-right: 16px solid #bcd3ff;
}
.balloonR .balloon-text::before{
	right: -16px;
	border-left: 16px solid #fdb7ff;
}



/*吹き出し  クイズ用右寄せ*/
.balloon2 {
 	position: relative;
	display: inline-block;
 	margin: 1em 0;
	padding:1em;
	min-width:12em;
	max-width:100%;
	text-align:center;
 	color: #333;
	font-size: 16px;
	background: #eee;
	border-radius:.7em;
	margin-left: auto;
	margin-right: auto;
	}
.balloon2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #eee;
    translateX(50%) ; 
   }

/* -------字下げと太字---------------*/

span {
	margin-left: 1rem;
	font-weight:bold;


}

/* -------クイズキャラクター--	width:50%;
	float:left;--------------- */
.quiz-chara{

	text-align:center;
	}

@media (min-width: 768px) {
.quiz-chara{
	text-align:center;
	}
}




/* -------character_site --------------- 
h3 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  border-radius: 2em;
  background: #55c0f5;
}
h3::before, h3::after {
  position: absolute;
  content: '●';
  color: #ffffff;
}
h3::before {
  left: 0.5em;
}
h3::after {
  right: 0.5em;
}
--------------- */

h4 {
    color: #050588;
    font-weight: bold;
    margin: 2em 0 2em 0px;  
    text-shadow: 0 0 5px white;
    padding: 0.3em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    font-family: "Yu Gothic Pr6N M",sans-serif;font-feature-settings:normal;
}

.text {
    position: relative;
    margin: 2em 0 2em 0px;
    padding: 15px;
    background: rgb(224, 246, 246);
    border-radius: 30px;
}



/* -------character_site　縦横並び--------------- */
.contents {
     width: 100%;
     max-width: ;
     margin: auto;
 }
 .contents img {
     width: 70%;
     
 }

 .flexbox {
     display:flex;

 }

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
    max-width:100%;
}
.image1{
  width:80%;
  margin: 0 auto;
  margin-bottom: 10px; 
}
.image2{
  width:30%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.image4{
	width:70%;
	margin: 0 auto;	
	margin-bottom: 20px;
}
.flexbox {
     display:flex;
 }
.item1{
    width: 30%;
    margin: auto;
}
.item2{
     width: 70%;
    margin: auto;
}
@media screen and (max-width: 767px) {
     .flexbox {
         display: block;
     }
     .flexbox .item1 {
         width: 100%;
         margin: 0 auto;
        
     }
     .flexbox .item2 {
         width: 100%;
         margin: 0 auto;
        
     }
 }

 /*---------------  main_quiz_speech bubble---------------  */
.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
  }
  
  .balloon5 .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
  }
  
  .balloon5 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
  }
  
  .balloon5 .chatting {
	width: 100%;
  }
  
  .says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
  }
  
  .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -22px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
  }
  
  /*---------------main_quiz kids h3　---------------*/     
   .kids {
		  position: relative;
		  padding: 1em;
		  font-size: 4vw ;
		  color: #0338a0;
		  display: block;
		  font-size: 1.17em;
		  margin-block-start: 1em;
		  margin-block-end: 1em;
		  margin-inline-start: 0px;
		  margin-inline-end: 0px;
		  font-weight: bold;
		  unicode-bidi: isolate; 
		}
		.kids:after {
		  position: absolute;
		  content: "";
		  left: 0;
		  bottom: 0;
		  width: 100%;
		  height: 10px;
		  background: repeating-linear-gradient(-45deg, #B8DFEA, #B8DFEA 5px, #ffffff 5px, #ffffff 10px);
		}

