/*
Page専用css
*/

@charset "UTF-8";

/* ==========================================================================
   固定ページ共通レイアウト by Maru
   ========================================================================== */

   /* メイン画像 */

   #page-main{
   	display: block;
   	height: 100%;
   	margin-bottom: 20px;
   }


   #page-main .page-mainimg{
   	overflow:hidden;
   	overflow-x:hidden;
   	overflow-y:hidden;
   	position: relative;
   	/* background: #6eb92b; */
   }

   #page-main .page-mainimg img{width: 100%;}

   #page-main .page-mainimg .noimg{
   	width: 100%;
   	padding-top: 178px;
    background: #6eb92b;
  }

  #page-main .page-maintitle{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }

  #page-main .page-maintitle i,
  #page-main .page-maintitle span{
    display: block;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
  }
  #page-main .page-maintitle i{font-size: 20px; font-family: 'Economica', sans-serif; margin-bottom: 20px; text-transform: uppercase;}
  #page-main .page-maintitle span{font-size: 25px;}
  #page-main .page-maintitle span::after {
    position: absolute;
    content: url(../images/common-title-circle.png);
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
  }


  @media only screen and (max-width: 736px) {

    #page-main{display: block;}
    #page-main .page-maintitle,
    #page-main .page-mainimg{width: 100%;}

    #page-main .page-mainimg .noimg{
     padding-top: 20%;
   }


   #page-main .page-imgtitle{margin:0; padding:10px 0;}

   #page-main .page-maintitle i,
   #page-main .page-maintitle span{line-height: 1;}
   #page-main .page-maintitle i{font-size: 14px; margin-bottom: 10px;}
   #page-main .page-maintitle span{
     font-size: 18px;
     transform: translateY(-8px);
   }

 }


 /* 各ページタイトル用画像指定 スラッグ基準*/

 /* 中ページ用共通 */
 .page-wrap{
  max-width: 796px;
  margin: 0 auto;
  display: block;
}

.page-area{padding:70px 0;}

/* 中ページフッター周り調整 */
.page-contents .hentry{margin:0;}

/* 中ページpタグ設定 */
.entry-content p{text-align: justify;}

@media only screen and (max-width: 736px) {

  .page-wrap{
   width: 100%;
   padding: 0 10px;
 }

 .page-area{padding:30px 0;}

}



/* ==========================================================================
   パンくずCSS
   ========================================================================== */

   .page-header-line{
   	margin: 0;
   	border-color: #f2f2f2;
   }

   /*** PC ***/
   .breadcrumbs{
   	padding: 10px 0;
   	z-index: 1000;
   	text-align: left;
   	font-size: 12px;
   }
   .breadcrumbs i{margin-right: 5px;}
   #breadcrumbs a{color: #6eb92b;}
   #breadcrumbs span{margin: 0 10px; color: #6eb92b;}

   #breadcrumbs br{display: none;}

   /* SP */
   @media only screen and (max-width: 736px) {

   	.breadcrumbs{
   		top: 20px;
   		margin: 0;
   		display: none;
   	}

   	#breadcrumbs {display: none;}


   }

/* ==========================================================================
   カテゴリー一覧ページ
   ========================================================================== */

   .newstopics-area .cate {padding: 2px 5px;}
   .newstopics-area .cate a{
   	display: inline-block;
   	color: #222;
   	text-align: center;
   	width: 6em;
   }

/* ==========================================================================
   固定ページ用 addquicking 登録CSS
   ========================================================================== */

   
   .p-col{
   	display: flex;
   	-webkit-box-pack: justify;
   	-ms-flex-pack: justify;
   	justify-content: space-between;
   	flex-wrap:wrap;
   }

   /* 2カラム */
   .p-col .p-col2{
   	width: calc(50% - 20px);
   	margin: 0 10px;
   }

   /* 3カラム */
   .p-col .p-col3{
   	width: calc((100% / 3) - 20px);
   	margin: 0 10px;
   }
   /* 4カラム */

   .p-col .p-col4{
   	width: calc(25% - 20px;);
   	margin: 0 10px;
   }

   /* その他割合 */

   .p-col.p-col37 .p-col2:nth-of-type(odd) {width: calc(30% - 20px);}
   .p-col.p-col37 .p-col2:nth-of-type(even){width: calc(70% - 20px);}

   .p-col.p-col46 .p-col2:nth-of-type(odd) {width: calc(40% - 20px);}
   .p-col.p-col46 .p-col2:nth-of-type(even){width: calc(60% - 20px);}

   .p-col.p-col64 .p-col2:nth-of-type(odd) {width: calc(60% - 20px);}
   .p-col.p-col64 .p-col2:nth-of-type(even){width: calc(40% - 20px);}


   @media only screen and (max-width: 736px) {

   	/* 2カラム */
   	.p-col .p-col2{ width: 100%; }

   	/* 3カラム */
   	.p-col .p-col3{ width: 100%; }
   	/* 4カラム */

   	.p-col .p-col4{ width: 50%; }

   	/* その他割合 */
   	.p-col.p-col37 .p-col2:nth-of-type(odd),
   	.p-col.p-col46 .p-col2:nth-of-type(odd),
   	.p-col.p-col64 .p-col2:nth-of-type(odd)
   	{margin-bottom: 20px;}

   	.p-col.p-col37 .p-col2:nth-of-type(odd),
   	.p-col.p-col37 .p-col2:nth-of-type(even),
   	.p-col.p-col46 .p-col2:nth-of-type(odd),
   	.p-col.p-col46 .p-col2:nth-of-type(even),
   	.p-col.p-col64 .p-col2:nth-of-type(odd),
   	.p-col.p-col64 .p-col2:nth-of-type(even)
   	{width: 100%;}



   	.arrowlink-page{
   		width: 100%;
   		padding: 16px;
   	}

   }

   /* 矢印付きリンクボタン */
   a.page-common-link{
   	display: table;
   	width: auto;
   	border: 1px solid #fff;
   	padding: 8px 70px;
   	color: #fff;
   	text-align: center;
   	position: relative;
   	margin: 0 auto;
   	border-radius: 5px;
   }
   a.page-common-link::after{
   	font-family: "Font Awesome 5 Free";
   	font-weight: 900;
   	content: "\f105";
   	position: absolute;
   	top: 50%;
   	right: 10px;
   	transform: translateY(-50%);
   }

   a.page-common-link.center{margin: 0 auto;}


   /* 見出しデザイン --------------------------- */
   .head-title{
   	font-size:30px;
   	color: #6eb92b;
   	font-weight: 900;
   	letter-spacing: 4px;
   	line-height: 1.4;
   }
   .head-title.blue{color: #21ade5;}
   .head-title.green2{color: #00ac97;}
   .head-title.purple{color: #cc7eb2;}

   .head-title-lv2{
   	font-size:30px;
   	color: #6eb92b;
   	font-weight: 900;
   	letter-spacing: 3px;
   	line-height: 1.4;
   }
   .head-title-lv2.blue{color: #21ade5;}

   .head-title-lv3{font-size: 24px;}


   @media only screen and (max-width: 736px) {

   	.head-title{
   		font-size:20px;
   		padding: 10px;
   	}

   	.head-title span{font-size: 12px;}


   	.head-title-lv2{font-size: 23px;}

   	.head-title-lv3{font-size: 16px;}

   }

   /* 2カラム用左寄せタイトルと文章 */
   .page-left-title{
   	display: block;
   	line-height: 1;
   	margin: 0 auto 50px;
   }
   .page-left-title h4{
   	font-size: 45px;
   	margin-bottom: 106px;
   	font-weight: normal;
   }

   .page-left-title h4::after{
   	display: block;
   	content: "";
   	width: 34px;
   	height: 6px;
   	background: #4db047;
   	position: relative;
   	top: 50px;
   }

   .page-left-title p{font-size: 16px; line-height: 1.8em; margin-bottom: 2em;}


   .beige-wrapper{
   	background: #f1f0e6;
   	padding: 50px;
   }

   .beige-wrapper.bw2{
   	padding: 25px 10px 25px 50px;
   }



   /* キーカラーと太文字 */
   .indent-blue::first-letter{color: #ff8200;}
   .indent-red::first-letter{color: #cf0037;}

   /* 共通アンカーリンク */
   .anker-link{
   	display: block;
   	padding-top: 80px;
   	margin-top: -80px;
   }

   @media only screen and (max-width: 736px) {

   	.green-bar-title{line-height: 1.4; padding:10px;}

   	.beige-wrapper.bw2{ padding: 25px; }

   	.page-contents-title span, .page-left-title h4{ font-size: 26px; margin-bottom: 50px; }

   	.page-contents-title span::after, .page-left-title h4::after{top: 25px;}

   	.beige-wrapper{padding:25px;}

   	.green-radius-title span{
   		padding: 20px;
   		font-size: 20px;
   		line-height: 1.4;
   	}

   	/* 共通アンカーリンク */
   	.anker-link{
   		display: block;
   		padding-top: 40px;
   		margin-top: -40px;
   	}


   }


   /* 共通テーブル */

   .table-design01{width: 100%;}
   .table-design01 th,
   .table-design01 td{
   	padding:10px;
   	border-bottom: 1px dotted #333;
   }
   .table-design01 tr:last-child th,
   .table-design01 tr:last-child td{
   	border-bottom: none;
   }

   .table-design01 th{
   	width: 40%;
   	text-align: center;
   	font-size: 18px;
   	font-weight: 700;
   }

   @media only screen and (max-width: 736px) {

   	.table-design01,
   	.table-design01 tbody,
   	.table-design01 tr,
   	.table-design01 th,
   	.table-design01 td{display:block; width: 100%;}
   	.table-design01 th,
   	.table-design01 td{padding: 5px 10px;}

   }



   /* アコーディオンのページ読み込み時初期設定 */
   .accbox{display: none;}


/* ==========================================================================
   グローバルナビページCSS
   ========================================================================== */
   /* helper class --------------------------------------------- */
   .block-link a{display: block;}

   a.gline-link,
   a:link.gline-link,
   a:hover.gline-link,
   a:visited.gline-link,
   a:active.gline-link
   {color: #4db047; text-decoration: underline;}

   .mov-tumb a{position: relative; display: block;}
   .mov-tumb a::before{
   	content: url('../images/icon-play.png');
   	display: block;
   	position: absolute;
   	top: 0;
   	right: 0;
   	bottom: 0;
   	left: 0;
   	margin: auto;
   	width: 93px;
   	height: 93px;
   	z-index: 9999;
   }

   .hr-m20{margin:40px 0;}

   .p-top{padding-top: 80px;}

   a.link-text{color: #ff8200; text-decoration: underline;}


/* ==========================================================================
   固定ページ用 CSS
   ========================================================================== */


   /* 共通--------------------------------------------------------------------- */

   .overarea{padding: 70px 0;}
   .overarea.green{background: #e9f5df;}
   .overarea.green2{background: #d9f3f0;}
   .overarea.blue{background: #def3fb;}
   .overarea.pink{background: #fce9ee;}
   .overarea.purple{background: #f7ecf4;}
   .overarea.yellow{background: #fef5d9;}

   .detail-wrap{
   	max-width: 960px;
   	margin: 0 auto 80px;
   	border-radius: 14px;
   	background: #fff;
   }

   .detail-box{padding: 80px;}

   .detail-title{
   	background: #6eb92b;
   	padding: 30px 0;
   	color: #fff;
   	font-size: 32px;
   	letter-spacing: 4px;
   	text-align: center;
   	position: relative;
   	border-radius: 14px 14px 0 0;
   }

   .detail-title::after{
   	content: "";
   	border-style: solid;
   	border-color: #6eb92b transparent transparent transparent;
   	border-width: 10px;
   	position: absolute;
   	bottom: -20px;
   	left: 50%;
   	transform: translateX(-50%);
   }

   .detail-title span{
   	display: inline-block;
   	font-size: 18px;
   	transform: translateY(-4px);
   	margin-right: 20px;
   }

   .detail-title-lv2{
   	background: #d9f3f0;
   	color: #00ac97;
   	text-align: center;
   	padding: 20px;
   	border-radius: 100px;
   	line-height: 1;
   	font-size: 20px;
   	letter-spacing: 4px;
   }


   @media only screen and (max-width: 736px) {

   	.overarea{padding: 30px 0;}

   	.detail-wrap{
   		margin: 0 auto 40px;
   	}

   	.detail-box{padding: 40px 20px;}

   	.detail-title{
   		padding: 20px 0;
   		font-size: 20px;
   		letter-spacing: 0;
   	}

   	.detail-title span{
   		display: block;
   		font-size: 16px;
   		transform: none;
       margin: 0;
     }

     .detail-title-lv2{
       padding: 10px;
       font-size: 16px;
       letter-spacing: 1px;
     }

   }

   /* ページデザイン--------------------------------------------------------- */

   /* 親ページ共通 */
   .parent-page .p-col2{margin:0 10px 40px;}

   @media only screen and (max-width: 736px) {
    .parent-page .p-col2{margin:0 0 40px;}
  }


  /* 学研オリジナルの豊富な教材 */
  #resource .page-wrap{max-width: 640px;}
  #resource .p-col{align-items: center;}
  #resource .p-col2{margin: 0 10px 40px;}

  @media only screen and (max-width: 736px) {

    #resource .p-col2{margin:0 0 40px;}
    #resource .p-col2:first-child{order: 2;}
    #resource .p-col2:last-child{order: 1;}
    #resource .caution-text{
      text-align: left;
      font-size: 12px;
      padding-left: 1em;
    }

  }

  /* 幼児教育専門の指導員 */

  #instructor .page-wrap{max-width: 640px;}
  #instructor .p-col{align-items: center;}
  #instructor .p-col2{margin: 0 10px 40px;}

  @media only screen and (max-width: 736px) {

    #instructor .p-col2{margin:0 0 40px;}
    #instructor .p-col2:first-child{order: 2;}
    #instructor .p-col2:last-child{order: 1;}


  }


  /* 学研幼児教室の学習理念 */
  #concept .common-link{padding: 10px 70px;}
  #concept .detail-box{padding: 20px 80px 60px;}
  #concept .detail-title span.linebox{
    border:1px solid #fff;
    padding: 0 5px 2px 10px;
    font-size: 12px;
    margin-right: 10px;
    transform: translateY(-6px);
  }

  .detail-wrap.pink .detail-title{background: #eb6e8f;}
  .detail-wrap.pink .detail-title::after{border-color: #eb6e8f transparent transparent transparent}
  .detail-wrap.pink .head-title{color: #eb6e8f;}
  .detail-wrap.pink .head-title-lv2{color: #eb6e8f;}

  .detail-wrap.green .detail-title{background: #00ac97;}
  .detail-wrap.green .detail-title::after{border-color: #00ac97 transparent transparent transparent}
  .detail-wrap.green .head-title{color: #00ac97;}
  .detail-wrap.green .head-title-lv2{color: #00ac97;}

  .detail-wrap.blue .detail-title{background: #21ade5;}
  .detail-wrap.blue .detail-title::after{border-color: #21ade5 transparent transparent transparent}
  .detail-wrap.blue .head-title{color: #21ade5;}
  .detail-wrap.blue .head-title-lv2{color: #21ade5;}


  /* .detail-box .head-title-lv2{font-size: 30px;} */


  #concept .detail-wrap.pink2{
    background: #f7638a;
    padding: 40px 0;
  }

  #concept .detail-wrap.pink2 .p-col{
    align-items: center;
    max-width: 700px;
    margin: 0 auto; 
  }

  #concept .detail-wrap.pink2 .p-col .p-col2:last-child{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
  }

  @media only screen and (max-width: 736px) {

    .detail-box .head-title{font-size: 20px; letter-spacing: 0;}
    .detail-box .head-title-lv2{font-size: 18px; letter-spacing: 0;}

    #concept .detail-box{padding: 20px 20px 60px;}

    #concept .detail-title span.linebox{
      display: table;
      width: auto;
      margin: 0 auto;
      transform: none;
    }

    #concept .common-link{padding: 10px 30px;}

    #concept .p-col2{margin:0 0 10px;}

    #concept .detail-wrap.pink2{
      padding: 20px 0;
    }

    #concept .detail-wrap.pink2 .p-col .p-col2:last-child{
      font-size: 20px;
      line-height: 1.4;
      text-align: center;
    }


  }

  /* 園児向け 3・4・5歳 年少・年中・年長 */
  .page-id-213 #content{background:#d9f3f0;}


  .anker-link-list{
    display: flex;
    justify-content: center;
  }
  .anker-link-list li{margin: 0 10px;}
  .anker-link-list li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 5px;
  }

  .icon-list{
    display: flex;
    flex-wrap: wrap;
  }

  .icon-list li{
    display: flex;
    align-items: center;
    width: 50%;
    color: #00ac97;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .icon-list li figure{
    overflow: hidden;
    background: #00ac97;
    border-radius: 200px;
    margin-right: 20px;
    width: 58px;
  }

  .icon-list li span{width: calc(100% - 78px);}

  .detail-wrap.green .common-title{color: #00ac97;}

  .price-area{
    background-color: #b2e6e0;
    background-image: url('../images/price-backimg.png');
    padding: 40px 80px;
  }

  .price-area h4{
    background: #fff;
    text-align: center;
    font-size: 25px;
    padding: 0 40px;
    color: #00ac97;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
  }

  .price-area h4::before,
  .price-area h4::after{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    z-index: -1;
  }

  .price-area h4::before{
    top: 0;
    left: -30px;
    border-color: #fff #fff #fff transparent;
  }
  .price-area h4::after{
    top: 0;
    right: -30px;
    border-color: #fff transparent #fff #fff;
  }

  .price-area dl{
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .price-area dt{
    flex: 2;
    color: #fff;
    background: #00ac97;
    padding: 10px;
  }

  .price-area dd{
    flex:8;
    padding: 10px;
    background: #fff;
  }

  .price-area dd span{font-size: 15px; font-weight: 400;}
  .movie-box{text-align: center;}

  .p-col.page-link-banner{
    align-items: flex-end;
    margin-bottom: 60px;
  }

  .goal-list h4{
    font-size: 17px;
    color: #00ac97;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
  }
  .goal-list ul{
    background: #d9f3f0;
    padding: 20px;
  }

  .goal-list ul li{text-indent: calc(-1em - 5px); margin-left: calc(1em + 5px);}
  .goal-list ul li::first-letter{color: #00ac97; margin-right: 5px;}


  .nouiku-course{
    background: #fef5d9;
    padding: 20px;
    border-radius: 10px;
  }
  .nouiku-title{
    background:#fabe00;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 32px;
    letter-spacing: 4px;
    color: #fff;
  }

  .nouiku-course .price-area{background: none;}
  .nouiku-course .price-area h4{color: #fabe00;}
  .nouiku-course .price-area dt{background: #fabe00;}

  .nouiku-course .p-col46{align-items: center;}
  .detail-wrap.green .nouiku-course .head-title-lv2{color: #fabe00;}

  .detail-wrap.orange .detail-title{background: #f08336;}
  .detail-wrap.orange .detail-title::after{border-color: #f08336 transparent transparent transparent}
  .detail-wrap.orange .head-title{color: #f08336;}
  .detail-wrap.orange .head-title-lv2{color: #f08336;}
  .detail-wrap.orange .detail-title-lv2{color: #f08336; background: #fdede1;}
  .detail-wrap.orange .icon-list li{color: #f08336;}
  .detail-wrap.orange .icon-list li figure{background: #f08336;}
  .detail-wrap.orange .price-area{background: #fadac2;}
  .detail-wrap.orange .price-area h4{color: #f08336;}
  .detail-wrap.orange .price-area dl dt{background: #f08336;}
  .detail-wrap.orange .common-title{color: #f08336;}




  @media only screen and (max-width: 736px) {

   .page-id-213 #page-main .page-maintitle span{
    letter-spacing: 0;
  }

  .anker-link-list{display: block;}
  .anker-link-list li{margin: 0 0 10px;}

  .icon-list{display: block;}

  .icon-list li{
    width: 100%;
    font-size: 14px;
  }

  .icon-list li figure{margin-right: 10px;}

  .price-area{padding: 20px 10px;}
  .entry-content .price-area p.t_right{text-align: left;}

  .price-area dl{font-size: 16px;}
  .price-area dt{flex: 1;}
  .price-area dd{flex:3;}

  .price-area h4{font-size: 18px; padding:0 10px;}

  .p-col.page-link-banner{margin-bottom: 20px;}
  .p-col.page-link-banner .p-col2{margin-bottom: 10px;}

  .nouiku-title{
    padding: 10px;
    font-size: 20px;
  }


}


/* 未就園児向け */
.page-id-244 #content{background:#fce9ee;}

.detail-wrap.pink .detail-title-lv2{color: #eb6e8f; background:#fce9ee;}
.detail-wrap.pink .icon-list li{color: #eb6e8f;}
.detail-wrap.pink .icon-list li figure{background: #eb6e8f;}
.detail-wrap.pink .common-title{color: #eb6e8f;}
.detail-wrap.pink .price-area{background: #f9d3dd;}
.detail-wrap.pink .price-area h4{color: #eb6e8f;}
.detail-wrap.pink .price-area dt{background: #eb6e8f;}

.price-area .p-col.member-recruit dt{
 flex:1;
 line-height: 1.2;
}

.price-area .p-col.member-recruit dt.pink{background:#eb6e8f;}
.price-area .p-col.member-recruit dt.green{background:#00ac97;}
.price-area .p-col.member-recruit dt.blue{background:#21ade5;}
.price-area .p-col.member-recruit dt.orange{background:#f08336;}
.price-area .p-col.member-recruit dt.purple{background:#8e80bb;}
.price-area .p-col.member-recruit dt.green2{
  background:#9cdb1f;
}
.price-area .p-col.member-recruit dd{
 flex:5;
 text-align: left;
 padding: 10px 10px 10px 20px;
 line-height: 1.4;
 font-size: 16px;
}
.price-area .p-col.member-recruit i{
 font-size: 15px;
 color: #da2525;
 font-weight: 300;
 display: block;
 font-style: normal;
}

.price-area .p-col.member-recruit span{
 margin-left: 10px;
}

.price-area  p{
 font-size: 13px;
}


@media only screen and (max-width: 736px) {
 .price-area .p-col.member-recruit dd{
  flex:6;
  line-height: 1.2;
}

.price-area .p-col.member-recruit i{
  font-size: 12px;
}

}

/* 小学校低学年向け */
.page-id-260 #content{background:#def3fb;}

.detail-wrap.blue .detail-title-lv2{
 background: #def3fb;
 color: #21ade5;
}

.icon-list.icon-col1{display: block;}
.icon-list.icon-col1 li{width: 100%;}

.detail-wrap.blue .icon-list li{color: #21ade5;}
.detail-wrap.blue .icon-list li figure{background: #21ade5;}

.detail-wrap.blue .common-title{color: #21ade5;}

.detail-wrap.blue .goal-list ul{background: #def3fb;}
.detail-wrap.blue .goal-list ul li::first-letter{color: #21ade5;}
.detail-wrap.blue .price-area{background: #bce6f7;}
.detail-wrap.blue .price-area h4{color: #21ade5;}
.detail-wrap.blue .price-area dt{background: #21ade5;}

.page-id-260 .price-area .p-col.member-recruit span{display: block; margin:0;}



/* おうちのかたの声 */

.voice-wrap dt{
 background: #e9f5df;
 border-radius: 100px;
 padding: 10px 45px 10px 60px;
 position: relative;
 color: #6eb92b;
 font-size: 18px;
 font-weight: 600;
 margin-bottom: 20px;
}

.voice-wrap dt.acc-title {
 line-height: 1.5;
}
.voice-wrap dt::after{
 position: absolute;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f068";
 top: 50%;
 right: 20px;
 transform: translateY(-50%);
}

.voice-wrap dt.open::after{
 content: "\f067";
}

.voice-wrap dt i{
 position: absolute;
 top: 50%;
 left: 10px;
 transform: translateY(-50%);
 background: #6eb92b;
 color: #fff;
 border-radius: 100px;
 width: 40px;
 height: 40px;
 font-size: 20px;
 text-align: center;
 font-style: normal;
}

.voice-wrap dt i::before{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.voice-wrap dd{padding-left: 40px;}


@media only screen and (max-width: 736px) {

 .voice-wrap dd{padding-left: 0px;}

}

@media only screen and (max-width: 340px) {
.voice-wrap dt .c-sp {
 display: none;
}
}

/* 導入をお考えの園様へ */
.introduce-course-area .copy-title{
 display: flex;
 justify-content: space-between;
 text-align: center;
 font-size: 18px;
 line-height: 1.4;
 color: #f08336;
 height: 3em;
 white-space: nowrap;
}
.introduce-course-area .copy-title::before,
.introduce-course-area .copy-title::after{
 content: "";
 display: block;
 border-style: solid;
 border-width: 2px;
 width: 20px;
}

.introduce-course-area .copy-title::before{border-color: #f08336 transparent #f08336 #f08336;}
.introduce-course-area .copy-title::after{border-color: #f08336 #f08336 #f08336 transparent;}

.introduce-course-area .course-title{
 background: #f08336;
 padding: 10px;
 border-radius: 20px 20px 0 0;
 color: #fff;
 text-align: center;
 font-size: 20px;
}


.introduce-course-area p{height: 11em;}

.introduce-course-area figure{margin-bottom: 20px;}
.introduce-course-area ul{
 background: #fdede1;
 padding: 20px;
 border-radius: 0 0 20px 20px;
 margin-bottom: 20px;
 height: 13em;
}
.introduce-course-area ul li a{color: #f08336;}
.introduce-course-area ul li a::before{
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f138";
 margin-right: 10px;
}


.introduce-course-area .green .copy-title{color: #00ac97;}
.introduce-course-area .green .copy-title::before{border-color: #00ac97 transparent #00ac97 #00ac97;}
.introduce-course-area .green .copy-title::after{border-color: #00ac97 #00ac97 #00ac97 transparent;}
.introduce-course-area .green .course-title{background: #00ac97;}
.introduce-course-area .green ul{background: #d9f3f0;}
.introduce-course-area .green ul li a{color: #00ac97;}

.introduce-course-area .pink .copy-title{color: #eb6e8f;}
.introduce-course-area .pink .copy-title::before{border-color: #eb6e8f transparent #eb6e8f #eb6e8f;}
.introduce-course-area .pink .copy-title::after{border-color: #eb6e8f #eb6e8f #eb6e8f transparent;}
.introduce-course-area .pink .course-title{background: #eb6e8f;}
.introduce-course-area .pink ul{background: #fce9ee;}
.introduce-course-area .pink ul li a{color: #eb6e8f;}


.text-wrap{
 max-width: 632px;
 margin: 0 auto 40px;
}

#gakken_survice .detail-box{padding: 80px 80px 40px 80px;}
#gakken_survice .detail-wrap{margin:0 auto;}

.page-wrap a.common-link{
 width: calc(100% - 20px);
 border-radius: 10px;
 padding: 20px 0;
 margin: 0 auto 40px;
}

.page-wrap a.common-link::after{
 content: "\f138";
}

/* テキスト改行の調整 */
@media only screen and (max-width: 933px) {
 .introduce-course-area p{height: 13em;}
}

@media only screen and (max-width: 775px) {
 .introduce-course-area p{height: 15em;}
}

@media only screen and (max-width: 736px) {

 .introduce-course-area .copy-title{margin-bottom: 20px;}
 .introduce-course-area figure img{width: 100%;}
 .introduce-course-area .p-col3{margin-bottom: 40px;}
 .introduce-course-area .p-col3:last-child{margin-bottom: 0px;}

 .introduce-course-area p{height: auto; margin-bottom: 10px;}

 .text-wrap{ padding: 0 10px;}

 #gakken_survice .detail-box{padding: 20px 20px 60px;}

}





/* 学研幼児教室開設までの流れ */

.flow-box{margin-bottom: 40px;}
.flow-box:last-child{margin-bottom: 0px;}
.flow-box .p-col2:nth-of-type(odd){flex:3;}
.flow-box .p-col2:nth-of-type(even){flex:1;}

.flow-box{position: relative;}
.flow-box::after{
 position: absolute;
 bottom: -50px;
 left: 39%;
 transform: translateX(-50%);
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f0d7";
 color: #21ade5;
 font-size: 30px;
}
.flow-box.p-col:last-child::after{content: none;}

.flow-box .voice-wrap dt{background: #def3fb; color: #21ade5;}
.flow-box .voice-wrap dt i{background: #21ade5;}
.flow-box .voice-wrap dt::after{content: none;}

a.form-link{
 display: block;
 max-width: 632px;
 background: #6eb92b;
 padding: 10px;
 color: #fff;
 font-size: 23px;
 font-weight: 700;
 text-align: center;
 margin: 0 auto 20px;
 border-radius: 100px;
}

a.form-link i{margin: 10px;}

.tel-info{
 background: #fff;
 padding: 5px 30px;
 text-align: center;
 margin: 0 auto;
 max-width: 632px;
 border-radius: 15px;
 color: #6eb92b;
 font-weight: 700;
}

.tel-info h5{
 font-size: 25px;
 border-bottom: 1px dotted #6eb92b;
}
.tel-info span{font-size: 23px;}
.tel-info .holidaymark{
 font-style: normal;
 display: inline-block;
 margin: 0 10px 0 20px;
 font-size: 30px;
 transform: translateY(3px);
}




@media only screen and (max-width: 736px) {

 .contact-info{padding:0 10px;}
 .contact-info .head-title-lv2{font-size: 18px; letter-spacing: 0;}

 .flow-box .p-col2{margin:0;}

 .flow-box .p-col2:nth-of-type(odd){flex:none;}
 .flow-box .p-col2:nth-of-type(even){flex:none;}

 .flow-box::after{
  left: 50%;
}

a.form-link{
  font-size: 18px;
}

a.form-link i{margin-right: 10px;}

.tel-info h5{font-size: 20px;}
.tel-info span{font-size: 18px; line-height: 1;}
.tel-info figure{margin-bottom: 10px;}
.tel-info .holidaymark{
  margin: 0 10px 0 0px;
  font-size: 20px;
  transform: translateY(1px);
}

} 

/* 正課コース */
.page-area.orange .head-title{color: #f08336;}
.page-area.orange .head-title-lv2{color: #f08336;}


/* まなびたいむ */
.page-area.pt70{padding:70px 0 0;}
.overwrap-banner{
 padding:80px 0 0;
 background: #fff;
 margin: 0 auto;
}
.page-id-401 #content{background:#fdede1;}
.detail-wrap.orange .goal-list ul{background: #fdede1;}
.detail-wrap.orange .goal-list li::first-letter{color: #f08336;}


/* かがくタイム */
.page-id-417 #content{background:#fdede1;}
#kagakutime .goal-list ul{background: transparent; padding: 0px 20px;}

.think-flow{display: flex;}
.think-flow li{
 padding: 10px 0;
 width: 6em;
 text-align: center;
 color: #f08336;
 border: 3px solid #f08336;
 border-radius: 10px;
 line-height: 1;
 margin-right: 40px;
 font-size: 22px;
 font-weight: 700;
 position: relative;
}

.think-flow li::after{
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f061";
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -33px;
}

.think-flow li:last-child::after{content: none;}

@media only screen and (max-width: 736px) {

 .page-area.pt70{padding:30px 0 0;}

 .think-flow{display: block;}
 .think-flow li{
   padding: 10px 0;
   width: 100%;
   margin: 0 0 40px 0;
   font-size: 18px;
 }

 .think-flow li::after{
   top: auto;
   bottom: -33px;
   content: "\f063";
   left: 50%;
   transform: translateX(-50%);
   right: auto;
 }

}



/* えいごタイム */
.page-id-446 #content{background:#fdede1;}

/* ベビキッズコース */
.page-id-463 #content{background:#fdede1;}

/* ２歳児一斉コース */
.page-id-477 #content{background:#fdede1;}


/* 課外コース */
.page-area.green2 .head-title{color: #00ac97;}
.page-area.green2 .head-title-lv2{color: #00ac97;}

/* 課外コース 子ページ */
.page-id-493 #content,/*プレイルーム*/
.page-id-504 #content,/*かがくルーム*/
.page-id-508 #content,/*ぴよちゃん教室*/
.page-id-510 #content/*スタディルーム*/
{background:#d9f3f0;}/*脳育コース*/

/* 脳育コース */
#nouiku .detail-wrap{margin:0 auto;}
.nouiku-point dl{display: flex; margin-bottom: 80px;}
.nouiku-point .p-col2:nth-of-type(1) dl,
.nouiku-point .p-col2:nth-of-type(2) dl{margin-bottom: 40px;}
.nouiku-point .p-col2:last-child dl{margin-bottom: 0px;}
.nouiku-point dt{
 flex:1;
 overflow: hidden;
 border-radius: 100px;
}
.nouiku-point dd{flex:2; margin-left: 20px;}

@media only screen and (max-width: 736px) {

 .nouiku-point dl,
 .nouiku-point .p-col2:nth-of-type(1) dl,
 .nouiku-point .p-col2:nth-of-type(2) dl{display: block; margin-bottom: 40px;}

 .nouiku-point dt{margin-bottom: 10px;}
 .nouiku-point dd{margin-left: 0px;}

}

/*自園式コース*/
.page-area.pink .head-title{color: #eb6e8f;}
.page-area.pink .head-title-lv2{color: #eb6e8f;}

/* 課外コース 子ページ */
.page-id-542 #content,/*ぴよちゃんランド*/
.page-id-548 #content/*もじかずランド*/
{background:#fce9ee;}/*脳育コース*/

/* 導入園の声 */
#voice .flow-box::after{content: none;}


#faq .voice-wrap dt{background: #def3fb; color: #21ade5;}
#faq .voice-wrap dt i,
#faq .voice-wrap dd .answer-box i{font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', "游ゴシック",YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
#faq .voice-wrap dt i{background: #21ade5;}

#faq .voice-wrap dd .answer-box{display: flex;}

#faq .voice-wrap dd{padding-left: 60px;}
#faq .voice-wrap dd .answer-box {position: relative;}
#faq .voice-wrap dd .answer-box i {
 position: absolute;
 top: 0;
 left: -50px;
 background: #eb6e8f;
 color: #fff;
 border-radius: 100px;
 width: 40px;
 height: 40px;
 font-size: 20px;
 text-align: center;
 font-style: normal;
 font-weight: 700;
}

@media only screen and (max-width: 736px) {
 #faq .voice-wrap dt{font-size: 14px; padding: 10px 30px 10px 60px;}
}

/* 全国の学研幼児教室 */
.page-id-693 #content{background:#def3fb;}

.area-list{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.area-list dt{font-size: 18px;}
.area-list dt::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 5px;
}

.area-list dt.purple,
.area-list dt.purple a{color: #8e80bb;}
.area-list dt.blue,
.area-list dt.blue a{color: #61c6f0;}
.area-list dt.orange,
.area-list dt.orange a{color: #ffa736;}
.area-list dt.pink,
.area-list dt.pink a{color: #fd919e;}

.area-info h4{
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.area-info h4.purple{background: #8e80bb;}
.area-info h4.blue{background: #61c6f0;}
.area-info h4.orange{background: #ffa736;}
.area-info h4.pink{background: #fd919e;}

.area-info table{width: 100%;}
.area-info th,
.area-info td{
  border-bottom: 1px solid #333;
  padding: 10px;
  line-height: 1.6;
}
.area-info th{
  font-weight: 400;
  text-align: left;
  font-size: 22px;
  width: 70%;
}

.area-info th .is-bold {
  font-weight: bold;
  font-size: 22px;
}

.area-info th span{
  font-size: 18px;
}


.area-info td{
  font-size: 25px;
  width: auto;
  text-align: right;
}

.area-info td span.fontsmall{
  display: block;
  font-size: 11px;

}
/*20230217*/
.tel_nmb p {
  font-size: 44px;
  font-weight: bold;
  color: #6eb92b;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 86px;
  position: relative;
}
.tel_nmb p:before {
  position: absolute;
  content: "";
  z-index: 9;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 86px;
  height: 54px;
  background: no-repeat url(../../../svg/free_call.svg);
}
.area-list dt.green,
.area-list dt.green a{color: #6eb92b;}
.area-info h4.green{background: #6eb92b;}
/**/
@media only screen and (max-width: 736px) {

  .area-info h4{
    font-size: 20px;
  }

  .area-info table{width: 100%;}
  .area-info th,
  .area-info td{
    display: block;
    width: 100%;
    text-align: left;
  }

  .area-info th{
    font-size: 18px;
  }

  .area-info th span{
    font-size: 14px;
  }


  .area-info td{
    font-size: 20px;
  }

  .area-info td span.fontsmall{
    font-size: 10px;
  }
/*20230217*/
.tel_nmb {
  line-height: 0;
}
.tel_nmb p {
  font-size: 28px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 54px;
  line-height: 1;
}
.tel_nmb p:before {
  left: 0;
  top: 3px;
  width: 54px;
  height: 34px;
}
/**/

}

/* キャラクターの紹介 */
.detail-wrap.yellow .detail-title{background: #fabe00;}
.detail-wrap.yellow .detail-title::after{border-color: #fabe00 transparent transparent transparent}
.character-info h4{
  border-bottom: 2px solid #fabe00;
  color: #6eb92b;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
}

#character .detail-box{padding:30px 40px;}
.character-info.p-col .p-col3:nth-of-type(1){width: calc(40% - 20px);}
.character-info.p-col .p-col3:nth-of-type(2){width: calc(20% - 20px);}
.character-info.p-col .p-col3:nth-of-type(3){width: calc(40% - 20px);}

.character-info h4 img{
  margin:0 10px 0 0;
  transform: translateY(-10px);
}

.character-info p{text-align: left;}

/* .character-info li::first-letter{color: #6eb92b;} */


.character-wrap{
  max-width: 960px;
  margin: 0 auto 80px;
}

.character-wrap .col2{margin-bottom: 30px;}

.character-wrap .col2,
.character-family-ph{
  border-radius: 14px;
  background: #fff;
  padding: 40px 30px;
}

.character-wrap .col2 dl{
  display: flex;
}

.character-wrap .col2 dt{margin-right: 10px;}
.character-wrap .col2 dd{margin-left: 10px;}

.character-wrap .col2 dl.no-clum{display: block;}
.character-wrap .col2 dl.left-ph dt{order: 2;margin-left: 10px;}
.character-wrap .col2 dl.left-ph dd{order: 1;margin-right: 10px;}

.character-wrap .col2 dl dt b{
  display: block;
  border-bottom: 2px solid #fabe00;
  color: #6eb92b;
  font-size: 26px;
  letter-spacing: 3px;
}

.character-wrap .col2:nth-of-type(1) dd{text-align: right;}
.character-wrap .col2:nth-of-type(4) dd img{transform: translateY(100px);}
.character-wrap .col2:nth-of-type(5) dd img{transform: translateY(140px);}
.character-wrap .col2:nth-of-type(6) dd img{transform: translateY(30px);}
.character-wrap .col2:nth-of-type(8) dd img{max-width: 160px;}
.character-wrap .col2:nth-of-type(9) dd img{transform: translate(40px,50px);}

.character-family-ph{position: relative; text-align: center;}
.character-family-ph .family-title{
  position: absolute;
  top: 50px;
  left: -30px;
}


@media only screen and (max-width: 736px) {

  #character .detail-box{padding:20px;}
  .character-info.p-col .p-col3:nth-of-type(1),
  .character-info.p-col .p-col3:nth-of-type(2),
  .character-info.p-col .p-col3:nth-of-type(3){width:100%;}

  .character-info h4 img{display: inline;}
  .character-info .p-col3:nth-of-type(2){padding:20px 0;}

  .character-wrap{padding:0 10px;}

  .character-wrap .col2,
  .character-family-ph{
    padding: 20px;
  }

  .character-wrap .col2 dl dt img{display: inline-block;}

  .character-wrap .col2 dl{
    display: block;
  }

  .character-wrap .col2 dl.no-clum{display: block;}
  .character-wrap .col2 dt,
  .character-wrap .col2 dd,
  .character-wrap .col2 dl.left-ph dt,
  .character-wrap .col2:nth-of-type(odd),
  .character-wrap .col2:nth-of-type(even),
  .character-wrap .col2 dl.left-ph dd{margin: 0 auto 20px;}

  .character-wrap .col2:nth-of-type(4) dd img,
  .character-wrap .col2:nth-of-type(5) dd img,
  .character-wrap .col2:nth-of-type(6) dd img{transform: none;}

  .character-family-ph{padding-top: 30px;}
  .character-family-ph .family-title{
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .character-wrap .col2:nth-of-type(9) dd img{transform: translate(0);}
}


/* 教室の流れ */
.schedule-title{
  display: flex;
  background: #e9f5df;
  color: #6eb92b;
  border-radius: 100px;
  font-size: 25px;
  padding: 10px 40px;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.schedule-title span{
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  font-size: 18px;
  margin-left: 10px;
}

.schedule-title span.green{background: #00ac97;}
.schedule-title span.blue{background: #21ade5;}
.schedule-title span.orange{background: #f08336;}

.schedule-title b:last-child{flex:2;}

#schedule-flow .flow-box{border-bottom: 50px;}
#schedule-flow .flow-box::after{color:#6eb92b;}

.caution-box{padding:0px 80px 80px;}

@media only screen and (max-width: 736px) {

  .schedule-title{
    font-size: 16px;
    padding: 10px 20px;
  }

  .schedule-title span{font-size: 14px;}

  .schedule-title b:last-child{flex:1;}

}

/* 関連サイト */
#favlink .head-title-lv2 img{
  transform: translateY(-10px);
  margin-right: 10px;
}
.favlink-list{
  width: 100%;
}

.favlink-list th,
.favlink-list td{
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

.favlink-list th{
  width: 70%;
  text-align: left;
  font-weight: 400;
}

.favlink-list th::first-letter{color: #6eb92b;}

.favlink-list td{width: auto;}
.favlink-list td a{font-size: 14px;}
.favlink-list td a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
  color: #6eb92b;
  margin-right: 5px;
}


@media only screen and (max-width: 736px) {

  .favlink-list th,
  .favlink-list td{
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 1.4;
  }

  .favlink-list th{border-bottom: none;}

  .favlink-list td{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  #favlink .head-title-lv2 img{
    margin: 0 auto;
  }

}



/* 新規会員募集 */
.newmember-area{
  display: flex;
  flex-wrap: wrap;
}

.school-block{
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  border: 2px solid #6eb92b;
  border-radius: 5px;
}

.school-block h4{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 10px 12px 16px;
  margin: 0;
  background: #6eb92b;
  line-height: 1.2;
}

.school-block h4 span{
  font-size: 16px;
  margin-right: 16px;
}

.school-block li{
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  padding: 10px;
}

.school-block li b{
  border: 1px solid #6eb92b;
  color: #6eb92b;
  padding: 0 5px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  flex: 1;
}

.school-block li span{
  flex: 5;
}

.nm_map a,
.nm_map span{
  color: #6eb92b;
  text-decoration: underline;
  font-size: 14px;

}

.nm_status{
  color: #f00;
  text-align: center;
  font-weight: 700;
}

.nm_textarea{
  padding: 10px;
}

.newmwmber-contact-list{line-height: 2;}


@media only screen and (max-width: 736px) {

  .school-block{width: 100%;}

  .school-block li b{
    font-size: 14px;
    flex: 1;
  }

  .school-block li span{
    flex: 4;
  }

}

.snslink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.snslink li {
    padding: 0 4px;
}
.snslink li a {
    display: block;
}
.snslink li a span {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 4px;
}
.snslink img {
    display: block;
    width: 32px;
}
/*動画ギャラリー*/
#movie .detNote_wrap {
    margin-top: -20px;
  }
#movie .det-note {
  padding: 0 0 0 1em;
  position: relative;
}
#movie .det-note .head {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  #movie .detNote_wrap {
    margin-top: -24px;
  }
  #movie .det-note {
    font-size: 14px;
  }
}
