@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset 'UTF-8';
.mainContentArea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
}

.mainContent {
	font-family: 'Noto Sans JP';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	color: #565244;
	background: url('../../../images/bg.jpg');
}

.cf:after {
	display: block;
	clear: both;
    content: '';
}

ul {
	margin: 0;
	padding: 0;
}

.mdTtl1 .main {
    font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Arial, Helvetica, sans-serif;
    font-size: 157%;
    text-indent: 0;
    color: #333;
}

.title_img img {
	width: 100%;
	max-width: 910px;
}

.special{
	width: 80%;
	margin: 35px auto 0;
}
.special_title{

	background: #993333;
	color: #fff;
	padding: 8px;
	text-align: center;


}

.special_detail{
padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
}

.special_detail p{
	font-size: 95%;
	margin: 15px auto;
}



h3.sec_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 24px;
	padding: 10px 10px 10px 0;
	color: #5c2a2c;
}

h3.sec_title:after {
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.book_catchphrase {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #993333;
}

.book_title {
position: relative; 	
font-size: 22px; 	font-size: 22px;
font-weight: 600; 	font-weight: 600;
margin: 10px 0 15px 0; 	margin-bottom: 15px;
-webkit-font-feature-settings: 'palt'; 	-webkit-font-feature-settings: 'palt';
font-feature-settings: 'palt'; 	font-feature-settings: 'palt';
line-height: 1.3em; 	
border-left: 10px #933 solid; 	
background-color: #EAD8D8; 	
padding: 10px; 	
} 	
	
.book_title::after { 	
position: absolute; 	
top: 0; 	
right: 0; 	
content: ''; 	
width: 0; 	
border-width: 0 16px 16px 0; 	
border-style: solid; 	
border-color: #F4F0ED #F4F0ED #ddd #ddd; 	
box-shadow: -1px 1px 2px rgba(0, 0, 0, .1); 	
} 

.book_info {
/*! 	display: -webkit-box; */
/*! 	display: -ms-flexbox; */
/*! 	display: flex; */
	width: 100%;
	/* 	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; */
}

.book_info dt {
	font-weight: 600;
	margin-left: 20px;
	float: left; 	
	width:20%; 
}

.book_info dt:first-child {
font-weight: 600; 	
/*! margin-left: 20px; */
float: left; 	
/*! clear: left; */ 	
width: 20%;
}

.book_info dd {
	margin-left: 10px;
}

.book_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.book_img {
/*
	width: 80%;
	height: 100%;
	margin-top: 20px;
	margin: 12px auto;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background: #fff;
*/
	width: 80%;
	padding: 10px;
	border: 1px solid
	#e6e6e6;
	background:
	#fff;
	margin: 20px auto;
}

.book_img img {
	/*! width: 100%; */
/*
	height: 100%;
	max-height: 500px;
*/
}

.book_abstract {
	width: 100%;
	margin: 0 0 0 20px;
}

.ribbon {
	font-size: 16px;
	/*文字の大きさ*/
	font-weight: 700;
	line-height: 30px;
	/*リボンの高さ*/
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	/*リボンの高さ*/
	margin: 20px 0 10px 0;
	padding: 0 15px;
	/*横の大きさ*/
	text-align: center;
	vertical-align: middle;
	color: #fff;
	/*文字色*/
	background: #933;
	/*塗りつぶし色*/
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
}

.ribbon:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	content: '';
	border: #933 solid 15px;
	border-right: transparent solid 10px;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.recommend_list a {
	display: block;
	text-decoration: none;
	color: #555;
}

.recommend_list a:hover {
	background: rgba(85, 85, 85, .04);
	text-decoration: none;
	;
}

.recommend_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.recommend_img {
	width: 20%;
	height: 100%;
	margin: 8px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.recommend_img img {
	width: 100%;
}

.recommend_content {
	padding: 16px;
}

.recommend_catchphrase {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #993333;
}

.recommend_title {
	font-size: 20px;
	font-weight: 600;
}

.recommend_info {
	font-size: 13px;
	line-height: 1.8;
}

.recommend_info dt {
/* 	margin-right: 15px; */
	font-weight: 600;
	float: left;
	width: 30%;
	text-align: left;
}


.recommend_btn_other {
	display: block;
	color: #fff;
	background: #4e7600;
	padding: 5px;
	font-size: 18px;
	width: 200px;
	text-align: center;
	border-radius: 2px;
	/*! margin-top: 20px; */
	margin: 20px auto;
}

.strong {
	font-weight: 600;
	color: #933;
}

.apply_requirements {
	margin: 10px;
	padding: 24px;
	border-radius: 5px;
	background: #fff;
}

.apply_requirements ul {
	font-size: 15px;
	margin: 16px;
}

.apply_requirements ul dt {
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 8px;
	color: #933;
	border-left: 4px solid #933;
}

.apply_requirements ul dd {
	line-height: 1.6;
	margin-bottom: 8px;
}

.apply_requirements p {
	margin-bottom: 10px;
}

.card {
	text-align: center;
	margin-top: 20px;
}

.card img {
	width: 150px;
}

.apply_btn {
	display: block;
	padding: 0 25px;
	width: 320px;
	line-height: 50px;
	background: #993333;
	color: #fff;
	text-align: center;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	border-radius: 5px;
	margin: 20px auto;
}

.apply_btn:hover {
	text-decoration: none;
	background: #822929;
}

/* book closed ------------------ */

section.fin-top {
/*min-width: 320px;*/ 
max-width: 100%;
margin-top: 15px;
margin-bottom: 15px;
margin-left:auto ;
margin-right:auto ;
text-align: center;
font-weight: bold;
color: #FF3333;
padding: 15px 20px;
border-radius: 5px;
background: #fff;
font-size:16px;
}



div.fin {
width: 300px;
margin: 20px auto;
text-align: center;
font-weight: bold;
color: #FF3333;
padding: 3px;
border-radius: 5px;
background: #fff;
border: 1px solid #F33;
}



/*********サイドニュース*********/

.mdSideArea {
	float: left;
	width: 230px;
	padding: 8px;
	background: #f1f1f1;
	margin-left: 8px;
}

.subLatestArticles,
.subPhoto {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-top: 0!important;
}


/********* 800px以下 *********/

@media (max-width: 800px) {
	.mainContentArea {
		padding: 10px;
	}
	.mainContent {
		padding: 15px;
	}
	.book_title {
		position: relative; 
		margin-top: 10px;
		border-left: 10px #933 solid; 	
		background-color: #EAD8D8; 	
		padding: 10px; 
	}
	
	.book_title::after { 	
		position: absolute; 	
		top: 0; 	
		right: 0; 	
		content: ''; 	
		width: 0; 	
		border-width: 0 16px 16px 0; 	
		border-style: solid; 	
		border-color: #F4F0ED #F4F0ED #ddd #ddd; 	
		box-shadow: -1px 1px 2px rgba(0, 0, 0, .1); 	
	} 

	.book_info {
		font-size: 14px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.book_content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.book_img {
		width: 100%;
		max-width: 300px;
		margin: 20px auto 10px auto;
	}
	.book_catchphrase {
		margin-top: 10px;
	}
	.book_abstract {
		width: 100%;
		margin: 0;
	}
	.recommend_list li {
		display: block;
	}
	.recommend_img {
		width: 50%;
		max-width: 200px;
		/*! margin: 20px auto　20px auto; */
		height: auto;
		margin: 20px auto;
	}
	.recommend_content {
		padding: 5px;
		text-align: center;
	}
	.recommend_catchphrase {
		font-size: 12px;
	}
	.recommend_title {
		font-size: 16px;
		line-height: 1.5;
	}
	.recommend_info {
		font-size: 12px;
	}
	.recommend_info {
		width: 50%;
		max-width: 200px;
		text-align: center;
		margin: 0 auto;
	}
	.recommend_info dt {}
	.recommend_info dd {
		text-align: right;
	}
	.recommend_btn_other {
		margin: 20px auto;
	}
	.apply_requirements {
		margin: 0;
		padding: 16px;
	}
	.apply_requirements ul {
		margin: 16px 16px 16px 5px;
	}
	.mdSideArea {
		display: block;
		width: 96%;
		margin: 0 10px 0 10px;
		padding: 0;
		background: #fff;
	}
	section.fin-top {
		width: 80%;
	   font-size: 14px;
	}
	
	div.fin {
		width: 80%;
		max-width: 300px;
		text-align: center;
		margin: 20px auto　20px auto;
		font-size: 12px;
	}
}