@charset "UTF-8";

/* --------------------------------- */
/* reset 														*/
/*---------------------------------- */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
	
	font-family: 'M PLUS Rounded 1c', sans-serif;
	
}
html {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}

/* --------------------------------- */
/* base 														*/
/*---------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	height: 100%;
	min-width: 1020px;
	font-weight: normal;
}
img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border-style: none;
}
body{
	padding:0;
	margin:0;
    background: url(../images/bg_gray1.png) repeat;
}


#level1 {
    padding: 0;
    margin: 0 auto;
    font-size: 95%;
    color: #575757;
    background-color: #fff;
    width: 1020px;
}


/* --------------------------------- */
/* style 														*/
/*---------------------------------- */
.l-header {
	margin-bottom: 30px;
}
.l-header_ttl {
	height: auto;
}
.l-header_pages_ttl {
	background: #FF3300;
}
/* main */
.l-mainBody {
	width: 100% !important;
	margin: 0;
	padding: 0 !important;
}
.breadcrumbs {
	padding: 7px 20px !important;
}
.breadcrumbs_list li {
	position: relative;
	z-index: 0;
	margin-right: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}
.breadcrumbs_list li:last-child {
	margin-right: 0;
}
.breadcrumbs_list li::before {
	position: absolute;
	z-index: 0;
	top: -1px;
	right: -12px;
	content: ">";
}
.breadcrumbs_list li:last-child::before {
	content: "";
}
.l-cont {
	padding: 0 20px 30px;
}
.c-ttl {
	margin: 0 0 25px !important;
	padding: 8px 0 14px 10px;
	border-top: 0 !important;
	border-left: 6px solid #036;
	border-bottom: 1px solid #036;
	font-weight: bold;
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.c-ttl_head {
	margin: 0 0 45px !important;
	padding: 0 !important;
	border-left: 0 !important;
	border-bottom: 0 !important;
	color: #003366 !important;
	font-weight: bold;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	text-align: center;
}
.c-ttl_head span {
	position: relative;
	z-index: 0;
}
.c-ttl_head span::before {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #2b5e9c;
	content: "";
}



section.book {
	width: 90%;
	margin:0 auto;
}

h1.l-header_ttl {
	background-image:url("../images/title.png");
	height: 124px;
	position: relative;
}

h1.l-header_ttl p {
	font-size: 38px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 38px;
	color: #270d00;
	
}


h3 {
	position: relative;
	font-size: 22px;
	color: #000;
	padding: 10px 0 10px 50px;
	background-color: #fff214;
	font-weight: 500;
	box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.6);
}

h3:before {
	content: '';
	display: inline-block;
	position: absolute;
    width: 0;
	height: 0;
	left: 0;
	top:0;
	border-style: solid;
	border-width: 43px 43px 0 0;
}


.contents_wrap {
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.contents {
	display: flex;
	width: 870px;
	margin: 0 auto;
}

.contents.col2 {
	width: 620px;
}

.movie {
	width: 250px;
	margin: 20px 20px 0px 20px;
}

.movie .thumbnail {
	border-style: solid;
	border-width: 1px;
    width: 250px;
    height: 140px;
    background-size: cover;
}

.movie a {
	color: #4e4243;
	text-decoration: none;
	font-weight: 400;
}

.movie a:hover .thumbnail {
	opacity: 0.7;
}

.movie .info {
    display: block;
    margin-top: 7px;
	color: #4e4243;
	font-size:12px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
	background-position: left;
	background-size: 14px;
	
}


/** ------- */
.butsuri {
	background-color: #fadce6; 
}
.butsuri h3:before {
	border-color: #e40076 transparent transparent transparent;
}
.butsuri .movie .info {
	background-image:url("../images/arrow_1.png");
}
.butsuri .movie .thumbnail {
	border-color: #e40077;
    box-shadow: 2px 2px 5px rgba(228, 0, 119, 0.2);
}


/** ------- */
.chigaku {
	background-color: #efdceb; 
}
.chigaku h3:before {
	border-color: #b9368e transparent transparent transparent;
}
.chigaku .movie .info {
	background-image:url("../images/arrow_2.png");
}
.chigaku .movie .thumbnail {
	border-color: #b9368e;
    box-shadow: 2px 2px 5px rgba(185, 54, 142, 0.2);
}


/** ------- */
.kagaku {
	background-color: #d7e6f6; 
}
.kagaku h3:before {
	border-color: #0086ce transparent transparent transparent;
}
.kagaku .movie .info {
	background-image:url("../images/arrow_3.png");
}
.kagaku .movie .thumbnail {
	border-color: #0086ce;
    box-shadow: 2px 2px 5px rgba(0, 134, 206, 0.2);
}

/** ------- */
.seibutsu {
	background-color: #e1f0dc; 
}
.seibutsu h3:before {
	border-color: #2aaf4a transparent transparent transparent;
}
.seibutsu .movie .info {
	background-image:url("../images/arrow_4.png");
}
.seibutsu .movie .thumbnail {
	border-color: #2aaf4a;
    box-shadow: 2px 2px 5px rgba(42, 175, 74, 0.2);
}

/** ------- */
.kajin {
	background-color: #fdead0; 
}
.kajin h3:before {
	border-color: #f18d00 transparent transparent transparent;
}
.kajin .movie .info {
	background-image:url("../images/arrow_5.png");
}
.kajin .movie .thumbnail {
	border-color: #f18d00;
    box-shadow: 2px 2px 5px rgba(241, 141, 0, 0.2);
}
/** ------- */


#footer {
	margin: 50px auto;
	text-align: center;
    padding-bottom: 10px;
}

#footer img {
	display: inline;
}

#footer .tosho_logo {
	margin-right: 20px;
}

#footer .tosho_logo img {
	width: unset;
	height: 27px;
}

#footer .ten_logo img {
	width: unset;
	height: 27px;
}

#footer a:hover img {
	opacity: 0.6;
}


/* ---------------------
 PC
------------------------ */
@media screen and (min-width: 768px) {
	/* common */
	.u-only_pc {
		display: block;
	}
	.u-only_sp {
		display: none;
	}
	.breadcrumbs_list {
		display: flex;
	}
	.l-header_pages_ttl {
		height: 100%;
	}
	.l-header_pages_ttl img {
		max-width: 710px;
	}
}

/* ---------------------
 IE11
------------------------ */
_:-ms-lang(x)::-ms-backdrop, .p-corpus_detail_wrap--ttl span::before {
	top: -2px;
}
_:-ms-lang(x)::-ms-backdrop, .p-corpus_detail_wrap--ttl span::after {
	top: 1px;
}
_:-ms-lang(x)::-ms-backdrop, .p-corpus_detail_head--txt {
	padding: 15px 20px 17px;
}

/* ---------------------
 SP
------------------------ */
@media screen and (max-width: 767px) {
	/* common */
	.u-only_sp  {
		display: block;
	}
	.u-only_pc {
		display: none;
	}
	html {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	body {
		min-width: inherit;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.l-cont {
		padding: 0 5% 50px;
	}
	#level1 {
		width: 100%;
		font-size: 62.5%;
	}
	.c-ttl_head {
		margin: 0 0 35px !important;
		font-size: 18px !important;
		font-size: 1.8rem !important;
	}
	.c-ttl_head span::before {
		bottom: -8px;
	}

	/* index */
	.breadcrumbs {
		background-size: cover;
	}
	.breadcrumbs_list li:first-child {
		width: 37px;
	}
	.breadcrumbs_list li {
		display: inline-block;
		vertical-align: top;
	}
	
	h3:before {
	    border-width: 25px 25px 0 0;
	}
	
	h3 {
		font-size: 17px;
	    padding: 10px 10px 10px 22px;
    	line-height: 1.3em;
    }
	
	h1.l-header_ttl {
		width: 100%;
	    background-repeat: no-repeat;
		height: 69px;
	    background-size: 100% 69px;
    }
    
	h1.l-header_ttl p {
		top: 10px;
        font-size: 21px;
		padding-right: 20px;
	}
	
	.contents {
		display: block;
	    width: 100%;
	}
	.contents.col2 {
		width: 100%;
	}
	
	.movie {
		margin: 20px auto 0px auto;
		width: 90%;
	}
	
	.movie .thumbnail {
		height: 100px;
		width: 100%;
	}
	

}

/* ---------------------
 iphone SE
------------------------ */
@media screen and (max-width: 320px) {
	/* main */
	.breadcrumbs_list li:first-child {
		width: 46px;
	}

}
