@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#body	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/* ヘッダー */
#header {
	background-color: #ffffff;
	width: 960px;
	height:114px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	}

#header h4 {
	float: left;
	padding-top: 25px;
	padding-left: 45px;
	}

#header p {
	font-size: 10px;
	line-height: 30px;
	float: right;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 25px;
	}

/* ナビゲーション */
#navi	{
	clear: both;
	background-color: #509231;
	border: 0px solid #ffffff;
	width: 960px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	}

#navi ul{
	background-color: #999999;
	overflow: hidden;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 0px;
	}

#navi li{
	float: left;
	}
	
#navi:after	{
	content: "";
	display: block;
	clear: both;
	}

/* コピー＆おほんちゃん */
#container2_copy_and_ohon	{
	background-color: #F6C343;
	width: 960px;
	/* height: 315px; */
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
	}

#container2_copy_and_ohon p	{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}

/* コンテンツ_課題図書へ */
#container3	{
	background-color: #ffffff;
	width: 960px;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-top:30px;
    padding-bottom: 10px;
	}

#container3 p {
	margin-bottom: 20px;
	text-align: center;
	}

/* コンテンツ_課題図書へ */
#container3-2	{
	background-color: #ffffff;
	width: 960px;
	height: 50px;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
	}

#container3-2 p {
	font-size: 14px;
	text-align: center;
	}

/* コンテンツ_バナー */
#container4	{
	background-color: #ffffff;
	width: 960px;
	height: 170px;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
	}

#container4 ul{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#container4 li{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
/* コンテンツ_作分が上手くなるサイトへ */
#container5	{
	background-color: #ffffff;
	width: 960px;
	height: 90px;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	}

#container5 p {
	margin-left: 230px;
	margin-right: 230px;
	}

/* その他 */
.red {
	color:#dc143c;
}

.blue {
	color:#458DCA;
}

.gray {
	color:#999999;
}

.right {
	text-align: right;
}

.news {
	font-size: 12px;
	line-height: 1.4em;
	color: #772728;
}
img {
	vertical-align: middle;
}
.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
  
 border:0px solid #888888;
 padding:3pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}

#footer{
	clear: both;
	width: 960px;
	height: 50px;
	background-color:#f6c32a;
	font-size: 11px;
	line-height: 3;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.topFlexBox {
    width: 820px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.topFlexL {
    width: 32%;
    border: 4px solid #F6C343;
}
.topFlexL h3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #F6C343;
    /*border-bottom: 2px solid #F6C343;*/
    padding: 10px 10px 8px;
}
.topFlexL p {
    padding: 20px 10px 0;
    text-align: left !important;
    padding-left:1em;
    text-indent:-1em;
    margin-left: 10px;
    margin-bottom: 0 !important;
    line-height: 1.2;
    font-size: 14px;
}
.topFlexL p::before {
    content: "◇";
}
.movie-pc {
    padding: 20px 0;
    text-align: center;
}
.movie-pc iframe:nth-of-type(n+2) {
    margin-top: 20px;
}
/* .movie-pc {
	display: flex;
	justify-content: space-between;
	background-color: #F6C343;
	padding: 20px 17px;
}
.movie-pc iframe {
		width: 452px;
		height: 254px;
} */
.top_info {
	background: #ed5e45;
    width: 500px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding: 14px 0 10px;
	border-radius: 20px;
	letter-spacing: 1px;
}
.slider_box {
	width: 840px;
	margin: 20px auto 0;
}
.slider_box .slick-prev, .slider_box .slick-next {
    width: 30px;
	height: 30px;
}
.slider_box .slick-prev {
    left: -35px;
}
.slider_box .slick-next {
    right: -35px;
}
.slider_box .slick-prev:before, .slider_box .slick-next:before {
    color: #666;
	font-size: 30px;
}
@media screen and (max-width: 620px) {
	.top_info {
		display: block;
		width: 100%;
		margin: 10px auto 0;
		font-size: 4vw;
		padding: 14px 0 10px;
		border-radius: 0;
		text-align: center;
	}
	.slider_box {
		width: 100%;
		margin-top: 50px;
	}
}