@charset "utf-8";

/* ====================================================================
 子どもと先生の広場　特設ページ
==================================================================== */

@charset "utf-8";


h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

/* footer link */

/* 調整用*/
.mb_14 {
	margin-bottom:14px !important;
}

.pb_14 {
	padding-bottom:14px;
}

.pb_20{padding-bottom:20px;
}


/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

* html .clearfix {/*IE6*/
	height: 1%;
}
*:first-child + html .clearfix {/*IE7*/
	display: inline-block;
}

.clear {clear:both; }

.pc {display:block;}
.sp {display:none;}

@media screen and (max-width: 639px){
	.sp {display:block;}
	.pc {display:none;}
}

@media screen and (min-width: 640px){
    #tagline,
    #contents{
        min-width: 980px;
    }
}

#linkbutton_3l ul li {
/*    box-shadow: none;*/
}

.kodomo_under #contents {
	background-image: url(../../common/images/kodomo_back_ue_under.jpg);
}
@media screen and (max-width: 639px){
    .kodomo_under #contents {
        padding: 0;
    }
}
.float_l {
	float:left;
}

.float_r {
	float:right;
}
#contents .header {
    padding-top: 0.5%;
}
@media screen and (max-width: 639px){
    #contents .header {
        padding-top: 1.5%;
    }
}
@media screen and (max-width: 639px){
    #contents .header .h1_area,
    #contents .header .pankuzu,
    #contents .header #headerContainer{
        padding: 0 3.2%;
    }
    #contents .inner {
        width: auto;
        padding: 0 3.2%;
    }
}
@media screen and (max-width: 414px){
    #contents .header .h1_area,
    #contents .header .pankuzu,
    #contents .header #headerContainer{
        padding: 0 2.5%;
    }
    #contents .inner {
        width: auto;
        padding: 0 2.5%;
    }
}
.kodomo_under #contents #top_lead {
    position: relative;
	width: auto;
	float: right;
    margin:10px 20px 0 0;
}
@media screen and (max-width: 639px){
    .kodomo_under #contents #top_lead {
        margin:0;
    }
}
@media screen and (max-width: 414px){
    .kodomo_under #contents #top_lead {
        width: 30%;
        text-align: right;
    }
}
@media screen and (max-width: 414px){
    .taglogo a.title_link{
        min-height: 48px;
        display: inline-block;
        width: 50%;
    }
    .taglogo a.title_link img{
        width: 100%;
        height: auto;
    }
}
.kodomo_under #contents #top_lead img{
    position: relative;
}
.kodomo_under #contents #top_lead img.sp{
    display: none;
}
@media screen and (max-width: 639px){
    .kodomo_under #contents #top_lead img.pc{
        display: none;
    }
    .kodomo_under #contents #top_lead img.sp{
        display: inline;
    }
}
@media screen and (max-width: 414px){
    .kodomo_under #contents #top_lead img.sp{
        width: auto;
    }
}

.kodomo_under #contents #top_lead span{
    width: 16em;
    margin: 35px auto 0;
    position: relative;
    display: block;
    height: auto;
    line-height: 1.5em;
    font-size: 14px;
}

div#linkbutton_3l {
	width: 940px;
    margin:10px auto 0;
}
@media screen and (max-width: 639px){
    div#linkbutton_3l {
	   width: 100%;
    }
}
@media screen and (max-width: 414px){
    div#linkbutton_3l {
	   width: 100%;
        margin: 13% 0 0;
    }
}

div#linkbutton_3l ul{
	list-style:none;
	height: auto;
	margin:0;
	padding:0;
	position:relative;
    letter-spacing: -.4em;
}
#linkbutton_3l ul li{
    display: inline-block;
    width: 32%;
    height: auto;
    margin-left: 10px;
    letter-spacing: normal;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}
@media screen and (max-width: 639px){
    #linkbutton_3l ul li{
        width: 47.75%;
        margin-left: 1.8%;
        margin-bottom: 1.8%;
    }
}
@media screen and (max-width: 500px){
    #linkbutton_3l ul li{
        width: 100%;
        margin-left:0px;
    }
}

#linkbutton_3l ul li:nth-child(3n+1){
    margin-left: 0;
}
@media screen and (max-width: 639px){
    #linkbutton_3l ul li:nth-child(3n+1){
        margin-left:10px;
    }
    #linkbutton_3l ul li:first-child,
    #linkbutton_3l ul li:nth-child(odd){
        margin-left:0px;
    }
}
@media screen and (max-width: 500px){
    #linkbutton_3l ul li:nth-child(3n+1){
        margin-left:0px;
    }
}
#linkbutton_3l ul li a.link_title{
    position: absolute;
    top: 0;
    padding: 20px 15px;
    font-size: 18px;
    letter-spacing: 0.028em;
    text-decoration: none;
}
#linkbutton_3l ul li.link_bt02 a.link_title,
#linkbutton_3l ul li.link_bt05 a.link_title,
#linkbutton_3l ul li.link_bt06 a.link_title{
    padding: 10px 15px;
    line-height: 1.4em;
}
div#linkbutton_3l ul li ul.link_btList{
    position: absolute;
    margin-top: 26%;
    top: 0;
    left: 12%;
    list-style-type: disc;
}
#linkbutton_3l ul li ul.link_btList li{
    display:list-item;/*blockだとlist-styleが表示されない*/
    width: 100%;
    height: auto;
    margin:0 0 4px;
    font-size: 14px;
}
#linkbutton_3l ul li ul.link_btList li a{
    text-decoration: none;
}
#footer #linkbutton_3l ul li a{
    color:#000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 639px){
    #footer #linkbutton_3l ul li a{ font-size: 16px; }
}
#footer #linkbutton_3l ul li a:hover{ color:#000; }
#footer #linkbutton_3l ul li.link_bt01 a { background: #25ddce; }
#linkbutton_3l ul li.link_bt02 a { background: #2cda5d; }
#linkbutton_3l ul li.link_bt03 a { background: #ff9a04; }
#linkbutton_3l ul li.link_bt04 a { background: #36a2e7; }
#linkbutton_3l ul li.link_bt05 a { background: #ff763f; }
#linkbutton_3l ul li.link_bt06 a { background: #ff568f; }

#area #contents #linkbutton_3l ul .link_bt01 img {
	margin: 0px;
	padding: 0px;
}
#area #contents #linkbutton_3l ul li img{
    width: 100%;
}
div#linkbutton_3l2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

div#linkbutton_3l2 ul{
	list-style:none;
	height: auto;
	margin:0;
	padding:0 10px;
	position:relative;
}
#linkbutton_3l2 ul li{
    display: inline-block;
    width: 49.5%;
    height: auto;
}
#linkbutton_3l2 ul li a:hover{
    opacity: 0.7;
}

#area #contents .ill_coment p {
	font-size: 0.75em;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
	padding-top:0px;
}
#area #contents .footer_ill img{
    width: 100%;
	margin:0px;
	padding:0px;

}
#area #contents .footer_ill {
	height: 245px;
    background: url(../../common/images/top/footer_ill.jpg);

}
#area #contents #footer p{
	background-color: #FF0;
	margin:0px;
	padding:0px;
}

.kodomo_under #contents h1{
    margin:20px 0 0;
}
.kodomo_under #contents h1 img{
    width:auto;
    height:auto;
    padding:0 0 0 10px;
    margin:0;
}
@media screen and (max-width: 639px){
    .kodomo_under #contents h1{
        margin: 0;
        width: 48%;
        display: inline-block;
    }
    .kodomo_under #contents h1 img{
        margin: 2.5% 0 5%;
        padding: 0;
        width: 100%;
    }
}
@media screen and (max-width: 414px){
    .kodomo_under #contents h1{
        width: 70%;
    }
}

.kodomo_under .pankuzu {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
    color: #1b1b1b;
    padding: 20px 5px 0px;
}
@media screen and (max-width: 639px){
    .kodomo_under .pankuzu {
        padding: 10px 5px 0px;
    }
}
@media screen and (max-width: 414px){
    .kodomo_under .pankuzu {
        display: none;
    }
}
.kodomo_under .pankuzu a{
    color: #0087e6;
    text-decoration: none;
}

.kodomo_under #headerContainer {
    margin-top: 8px;
    margin-bottom: 20px;
}
.kodomo_under #headerContainer h2 {
    background-color: #0075ea;
    font-weight: normal;
    font-size: 30px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
@media screen and (max-width: 639px){
    .kodomo_under #headerContainer h2 {
        font-size: 19px;
		/*font-size: 22px;*/
    }
}
.kodomo_under #headerContainer h2 .h2_area {
    padding-top: 2.7%;
    padding-bottom: 2.5%;
    padding-left: 2.59%;
    width: calc(97.412% - 293px);
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
    color: #fff;
}
.kodomo_under #headerContainer h2 img{
    display: inline-block;
    vertical-align: middle;
    width:293px;
    height: 100px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.kodomo_under #headerContainer h2 img.w639{
    display: none;
}

.kodomo_under #headerContainer h2 img.w414{
    display: none;
}

@media screen and (max-width: 639px){
    .kodomo_under #headerContainer h2 .h2_area {
        width: calc(97.412% - 235px);
    }
    .kodomo_under #headerContainer h2 img.w980{
        display: none;
    }
	.kodomo_under #headerContainer h2 img.w414{
        display: none;
    }
    .kodomo_under #headerContainer h2 img.w639{
        display: inline-block;
    }
    .kodomo_under #headerContainer h2 img{
        width: 235px;
        height: 80px;
    }
}
@media screen and (max-width: 414px){
    .kodomo_under #headerContainer h2 .h2_area {
			display: inline-block;
        width: calc((100% - 5%) - 35%);
    }
    .kodomo_under #headerContainer h2 img.w980{
        display: none;
    }
	.kodomo_under #headerContainer h2 img.w639{
        display: none;
    }
    .kodomo_under #headerContainer h2 img.w414{
        display: inline-block;
        width: 35%;
	    	height: auto;
    }
    .kodomo_under #headerContainer h2 img{
        width: 180px;
        height: 80px;
    }
}
#kodomo_osirase #contents .content {
    margin-bottom: 3.16%;
}

#kodomo_osirase #contents .content p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 30px;
    padding: 0;
}
@media screen and (max-width: 414px){
    #kodomo_osirase #contents .content p{
        margin: 0 0 8%;
        letter-spacing: -0.01em;
    }
}


/***********************************/

#area #contents #footer p{
    background: #7cbf44;
}
#area #contents #footer p a img{
    width:24%;
    height:38px;
}
div#footer address{
    font-size: 0.78em;
}

#kodomo_osirase #contents .inner{
    width:940px;
    margin:0 auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 639px){
    #kodomo_osirase #contents .inner{
        width:auto;
    }
}

@media screen and (max-width: 639px){
    #footer .footer_ill img {
        width: 100%;
    }
}
@media screen and (max-width: 414px){
    #footer {
        background-position: left 400px;
    }
    #footer .footer_ill {
        height: 650px;
        padding: 0 2.5%;
    }
}
@media screen and (max-width: 639px){
    #footer {
        background-position: left 50px;
    }
    #footer .footer_ill {
        height: 296px;
    }
}
@media screen and (max-width: 500px){
    #footer {
        background-position: left 210px;
    }
    #footer .footer_ill {
        height: 455px;
    }
}


/*協力」したい　から引き継ぐ　*/
#kodomo_osirase #contents .content div p{
    margin: 3% 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}


#kodomo_osirase #contents .content .mt30 {
	margin-top: 30px;
}
#kodomo_osirase #contents .content .mt20 {
	margin-top: 20px !important;
}
#kodomo_osirase #contents .content .mt10 {
	margin-top: 10px !important;
}
#kodomo_osirase #contents .content .fc_blue {
	color: #09f;
}


.taC { text-align: center !important; }
.taR { text-align: right !important; }
.mb0 { margin-bottom: 0px !important; }
.pt5 { padding-top: 5px !important; }

.taL { text-align: left !important; }
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt40 {margin-top: 40px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}

.pr20 {padding-right: 20px !important;}
.pl20 {padding-left: 20px !important;}

.mr40_pc {margin-right: 40px !important;}
.mr80_pc {margin-right: 80px !important;}
@media screen and (max-width: 639px){
	.mr40_pc {margin-right: 0px !important;}
	.mr80_pc {margin-right: 0px !important;}
}


/*　 ul 初期設定　ここから*/

#kodomo_osirase ul {
	padding-left: 0px;
	list-style: none;
}

/*　 ul 初期設定　ここまで*/




/*　----------------------------------------------------------
 この下からページ内コンテンツ設定
----------------------------------------------------------*/

/* h2_area
----------------------------------------------------------*/
.h2_area span {
  padding-left: 20px;
  font-size: 20px;
}
@media screen and (max-width: 639px){
  .h2_area span {
    display: block;
    padding-left: 0;
    font-size: 16px;
  }
}

/* katsudou_w_content
----------------------------------------------------------*/
.katsudou_w_content {
  padding: 40px 70px !important;
}
.osc_tit { color: #09f; }
	.osc_tit span { font-size: 1.2em; padding: 0 0.5px; }
	.osc_tit .tit-color-01 { color: #ff568f; padding-left: 3px; }
	.osc_tit .tit-color-02 { color: #08c3b4; }
	.osc_tit .tit-color-03 { color: #e07707; }
	.osc_tit .tit-color-04 { color: #209e44; }
	.osc_tit .sp-xs { display:none; }
.osc_lead {
	margin: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
	line-height: 200%;
}

@media screen and (max-width: 639px){
  .katsudou_w_content {
    padding: 20px 25px !important;
  }
	.katsudou_w_content h2 {
    font-size: 18px;
		white-space: nowrap;
		text-indent: -0.8em;
  }
	.osc_tit .sp-xs { display:none; }
	.katsudou_w_content > p {
		font-size: 14px;
	}
	.osc_lead {
		margin: 20px 0 0 0;
		text-align: left;
	}
}

@media screen and (max-width: 349px){
	.osc_tit .sp-xs { display:block; }
}


/* osc_list */
.osc_list {
	counter-reset: number;
}
.osc_list li {
	margin-top: 30px;
}
.osc_list li a {
	display: block;
	position: relative;
	width: calc(100% - 10px);
	margin-left: 10px;
	text-decoration: none;
}
.osc_list li:nth-child(odd) a {
	background: url(../images/note_01_bg.png) left top repeat-y;
	background-size: 100% auto;
}
.osc_list li:nth-child(even) a {
	background: url(../images/note_02_bg.png) left top repeat-y;
	background-size: 100% auto;
}
.osc_list li a:hover {
	opacity: 0.75;
}
.osc_list li a:before {
	counter-increment: number;
  content: counter(number);
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	background-color: #5798e2;
	width: 38px;
	height: 38px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 38px;
	z-index: 2;
}

/* osc_list_info */
.osc_list_info {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
}
.osc_list_info .info_time {
	position: relative;
	display: inline-block;
	background-color: #000;
	margin: 0;
	padding: 4px 4px 4px 36px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
	.osc_list_info .info_time:after {
		position: absolute;
    left: 100%;
    top: 0;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0 12px 20px 12px;
    border-left-color: rgba(0, 0, 0, 1);
	}
	.osc_list_info .info_time span {
		padding: 0 5px;
	}
.osc_list_info .info_lang {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #004f9e;
	background-color: #9ac3ec;
	margin: 0 0 0 20px;
	padding: 4px 4px;
	color: #222;
	font-size: 12px;
	line-height: 1;
}

/* osc_list_inner */
.osc_list li .osc_list_inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	padding: 40px 30px 20px;
}
.osc_list li .osc_list_img {
	position: relative;
	width: 30%;
	margin: 0;
}
.osc_list li .osc_list_block {
	width: 67%;
	margin-left: 3%;
}

.osc_list li .osc_list_img:after {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	font-size: 30px;
	border-radius: 50%;
	border: 2px solid #09f;
	background-color: rgba(255, 255, 255, 0.8) !important;
	width: 36px;
	height: 36px;
	color: rgba(0, 153, 255, 0.8);
	text-align: center;
	line-height: 36px;
	text-indent: 4px;
}
.osc_list li .osc_list_img img {
	width: 100%;
	height: auto;
}

.osc_list li .list_tit {
	color: #094fa5;
	font-size: 16px;
  font-weight: bold;
}
.osc_list li .list_subtit {
	color: #094fa5;
	font-size: 14px;
	font-weight: normal;
}
.osc_list li .list_txt {
	color: #222;
	font-size: 14px;
}


@media screen and (max-width: 639px){
	/* osc_list_inner */
	.osc_list li .osc_list_inner {
		-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
	.osc_list li .osc_list_img {
		width: 100%;
		margin-bottom: 10px;
	}
	.osc_list li .osc_list_block {
		width: 100%;
		margin-left: 0;
	}
}

/* movie_wrapper
----------------------------------------------------------*/
.movie_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* movie_sec
----------------------------------------------------------*/
.movie_sec{
    width: 100%;
}

.movie_sec h4 img{
    width: 100%;
}
.movie_sec h4 img.w639,
.movie_sec h4 img.sp{
    display: none;
}
@media screen and (max-width: 639px){
    .movie_sec h4 img.pc{
        display: none;
    }
    .movie_sec h4 img.w639{
        display: block;
    }
}
@media screen and (max-width: 414px){
    #contents .slideshow h4 img.w639,
    #contents .slideshow h4 img.pc,
    #contents .info h4 img.w639,
    #contents .info h4 img.pc{
        display: none;
    }
    #contents .slideshow h4 img.sp,
    #contents .info h4 img.sp{
        display: block;
    }
}

/* movie-list */
.movie-list {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}
.movie-list li {
  display: inline-block;
  width: 220px;
  margin-left: 20px;
  vertical-align: top;
}
.movie-list li:first-child {
  margin-left: 0px;
}
.movie-list li a {
  text-decoration: none;
  outline: 0;
}
.movie-list li .movie-list-date {
	display:block;
	padding-top: 10px;
  font-size: 12px;
}
.movie-list li .movie-list-tit {
  font-size: 14px;
}
.movie-list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px){
  .movie-list li {
    width: 92vw;
  }
}

/* slick上書き */
.movie-list .slick-prev, .movie-list .slick-next {
  width: 40px !important;
  height: 40px !important;
  z-index: 2;
}
.movie-list .slick-prev:before, .movie-list .slick-next:before {
  display: inline-block !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  border-radius: 50% !important;
  background-color: #000;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  line-height: 40px !important;
  opacity: 0.5 !important;
}
.movie-list .slick-prev:before { content: '\f053' !important; }
.movie-list .slick-next:before { content: '\f054' !important; }

@media print, screen and (min-width: 640px) {
  .movie-list .slick-prev { left: -50px !important; }
  .movie-list .slick-next { right: -50px !important; }
}
@media print, screen and (max-width: 639px) {
  .movie-list .slick-prev { left: 0px !important; }
  .movie-list .slick-next { right: 0px !important; }
}
