@charset "utf-8";


/* 全体 */
.cate-title{
}
.toggle-btn,
.panel,
.panel.open{
background:#FCF299;
  }
.toggle-btn{
border:1px solid #999;
}
.open .toggle-btn{
border:0;
}
.panel .togglenav_kw #tmp_query_nav{
border:1px solid #FCF299;
}


#main_body h3{
    border-bottom: 3px dotted #8ac8cf;
    padding: 0 0 6px;
}
#main_body h4{
    background: #edeade;
    padding: 14px 20px 13px;
}

.panel .nav_mainmenu{
	margin-top: 40px;
}
.panel .nav_mainmenu ul{
	display: flex;
    flex-wrap: wrap;
    gap: 80px;
@media screen and (max-width: 1080px) {
display: block;
}
}
.panel .nav_mainmenu ul li{
    width: calc(50% - 40px);
}
.panel .nav_mainmenu ul li.kids_imgnav{
    width: calc((100% - 80px) / 2);
}

.panel .nav_mainmenu ul li.kids_txtnav {
/*  width: calc((100% - 160px) / 3);*/
/*calc((100% - 70px) / 3)*/
@media screen and (max-width: 1080px) {
    margin-top: 3em;
}
}
.panel .nav_mainmenu ul li.kids_txtnav:last-child {
@media screen and (max-width: 1080px) {
    margin-top: 0;
}
}

.panel .nav_mainmenu ul li a{
	display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.panel .nav_mainmenu ul li a:hover,
.panel .nav_mainmenu ul li a:hover span{
	text-decoration: none;
}
.panel .nav_mainmenu ul li a img{
	width: auto;
	max-height: 130px;
  
}
.panel .nav_mainmenu ul li span{
	font-size: 2.4rem;
	text-decoration: underline;
@media screen and (max-width: 1080px){
    font-size: 1.8rem;
}
}
.panel .nav_mainmenu ul li span .externalicon{
  font-size: inherit;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
.panel .nav_mainmenu ul li span .externalicon img{
  vertical-align: text-bottom;
}






#main{
  width: 100%!important;
}

.kids_top #mymainback_bg{
  background: url("../../img/kids/toda_kids_bg.png") no-repeat center top;
    background-size: cover;
}

#main_header{
  text-align: center;
  background: none;
}
#main_header h1{
   background:none;
    display: flex;
  color: #503d2f;
  padding: 0 0 .5em 0;
  font-size: 4rem;
  position: relative;
    justify-content: center;
    align-items: center;
  
  @media screen and (max-width: 1080px) {
    font-size: 2.4rem;
      padding: 0 0 1em 0;
  }
  
}



#main_header h1:before,#main_header h1:after { 
  position: relative;
  display: inline-block;
  color: #ff6a6a;
  content:"";
  width: 10px;
  height: 10px;
  padding: 0;
  background: #78A000;
  vertical-align: middle;
  margin: 0;
  border-radius: 100px;
    max-height: 10px;
    min-width: 10px;
}
#main_header h1:before {
  margin-right: 0.3em
}
#main_header h1:after {
  margin-left: 0.3em
}

#main_body h2{
    background: #C0D92A;
  font-size: 2.2rem;
  @media screen and (max-width: 1080px) {
  font-size: 1.8rem;
}
}
#main_body h2::before{
  display: none;
}
#main_body h3{
  font-size: 2rem;
  border-bottom: double 3px  #C0D92A;
  @media screen and (max-width: 1080px) {
  font-size: 1.6rem;
}
}
#main_body h3::before,
#main_body h3::after{
  display: none;
}
#main_body h4{
  background: none;
  border-bottom: dotted 3px #EF9C39;
  padding-left: 0;
  padding: 0.2em 0;
  font-size: 1.8rem;
  @media screen and (max-width: 1080px) {
  font-size: 1.6rem;
}
}
#main_body h5{
  font-size: 1.6rem;
  border-left: 3px solid #EF9C39;
  padding: 0em .5em;
  @media screen and (max-width: 1080px) {
  font-size: 1.4rem;
}
}
#main_body h6{
  font-size: 1.6rem;
  border: 0;
  @media screen and (max-width: 1080px) {
  font-size: 1.4rem;
}
}

/*top*/

.kids_top #main_body img{
  width: auto;
}

#main_body ul.kids_topnav li::before{
  display: none;
}

#main_body ul.kids_topnav li a{
  transition-duration: .4s;
  display: inline-block;
}
#main_body ul.kids_topnav li a:hover {
  transform: scale(1.1);
}


@media screen and (min-width: 1081px){
  .kids_top #main_body a img{
    max-width: 220px;
  }
  .kids_top #main_body .top_title a img{
    max-width: 638px;
  }
  .kids_top #main_body .kids_minna a img{
  max-width: 260px
  }
  
  .kids_topnav li img.kids_chara{
    max-height:160px;
  }
  
  
    .kids_top #mymainback_bg{
      background: none;
    }
  /*2025*/
 .kids_top .mainWrap {
    position:absolute;
    left: 0;
    width: 100%;
    /*height:calc(100vh - 76px);*/
   
    top:-160px;
    text-align: center;
    background: #FFF39F;
    overflow: hidden;
  }
  
  #lottie{
  }
  
        #lottie{
            background-color:#ffffff;
            width:100%;
            max-width:1920px;
            width:1920px;
          
            height:100%;
            display:block;
            margin:0 auto;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
          margin-top:  -40px;
        }
    .kids_top #footer{
        z-index: 999;
  margin-top: -180px;
  position: relative;
    }
    .mov-btn{
      text-align: right;
    }
    #toggleBtn{
      border-radius: 200px;
      background: #217EA7;
      color: #FFF;
      padding: 1em 1em;
      font-weight: bold;
      margin-left: auto;
      margin-right: 0;
    }
.kids_top  #main{
    padding-top: 20px;
  }
  
  
}

@media screen and (max-width: 1080px){
  .mov-btn,
  .mainWrap,
  #lottie{
    display: none!important;
  }
  
  .top_title{
    text-align: center;
    position: relative;
  }
  .kids_top #mymainback{
    height: auto!important;
  }
  .kids_topnav li{
    margin-bottom: 1.5em;
    text-align:center;
    padding: 0!important;
  }
  .kids_topnav li img.kids_chara{
    max-width:25%;
    vertical-align: bottom;
  }
  
  .kids_topnav li.kids_ibasho img.kids_chara{
    max-width: 45%;
  }
  .kids_topnav li.kids_post img.kids_chara{
    max-width: 45%;
  }
  
  .kids_topnav li a{
    
    max-width:50%;
  }
  .kids_topnav li a img{
    vertical-align: top;
  }
}

@media screen and (min-width:768px) and ( max-width:1080px) {
  
  .kids_topnav{
    display: flex;
    justify-content: center;
    gap:  20px 0;
    flex-wrap: wrap;
  }
  .kids_topnav li{
    width: 50%;
  }
}


@media screen and (min-width: 1081px) {
  .kids_top #mymainback{
    height: 850px!important;
  }
.kids_top #main_body{
  position: relative;
  /*height: 100%;
  height: 100vh;*/
  height: 800px;
}
.top_title{
  position: absolute;
  width: 100%;
  text-align: center;
      top: 170px;
}
.kids_topnav{
}
#main_body ul.kids_topnav li{
  position: absolute;
}
  .kids_news{
    left: 40px;
    top: 110px;
    a{
      margin-left: -50px;
      position: absolute;
      top: -140px;
    }
    .kids_chara{
    }
  }
  .kids_sodan{
    right: 100px;
    top: -20px;
    .kids_chara{
      margin-left: -140px;
      position: absolute;
      top: 70px;
    }
  }
  .kids_ibasho{
    left: 60px;
    left: -10px;
    top: 300px;
    .kids_chara{
            margin-left: -140px;
      position: absolute;
      top: 160px;
      top: 130px;
    }
  }
  .kids_post{
    right: 240px;
    top: 350px;
    .kids_chara{
      margin-left:-60px;
      margin-left: -40px;
      position: absolute;
      top: 110px;
      top: 60px;
    }
  }
  .kids_minna{
    right: 480px;
    top: 550px;
    right: 570px;
    top: 420px;
  }
  
  
}

.cate-title_page{
  text-align: center;
    background: url("../../img/kids/toda_kids_bg.png") no-repeat center center;
  padding: 1em 0;
}
.cate-title_page a{
  display: inline-block;
}
.cate-title_page a img{
  max-width: 480px;
@media screen and (max-width: 1080px) {
    padding: 20px 10px 0;
    width: calc(100% - 20px);
}
}


/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 1080px) {

}
/* ==================================================
タブレット ここまで
================================================== */



#hyouka_box_title, #main_body #hyouka_area_box h2{
    background: #c0d92a;
}
#hyouka_box_title:before, #main_body #hyouka_area_box h2:before{
content:none;
}
.hyouka_box input[type="submit"], #hyouka_area_submit input, div[class*="question"] #main_body input[type="submit"], div[class*="question"] #main_body input[type="button"]{
    border: 2px solid #503d2f;
    background: #fff;
}
#section_footer{
    background: #503d2f;
}