@charset "shift_jis";

/* body.css */
/*
	2017 new design ver.5.0
	県サイト作成・レスポンシブ
*/
/* --------------------------------------------------
header　オリジナル修正
-------------------------------------------------- */
header{
}
header div.minititle{
	/*font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}
html header div.minititle span{
}
/* --------------------------------------------------
main
-------------------------------------------------- */
body section.maintitle div {
	width: 100%;
	height: 100%;
	max-width: 1024px;
	margin: auto;
	background-image: url(/guide/nyukyosha/image/topimage.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	padding: 16vw 0 0 0;
	position: relative;
	height: 160vw;
}
body section.maintitle h1{
	width: 100%;
	text-align: center;
}
body section.maintitle h1 img{
	width: 90%;
	margin: auto;
}
body section.maintitle span{
	display: block;
	width: 100%;
	text-align: center;
	margin: 26vw 0 0 0;
}
body section.maintitle span img{
	width: 20%;
	max-width: 80px;
}


/* --------------------------------------------------
contents_list
-------------------------------------------------- */
body section.contents_list p{
	margin: 0 auto;
	padding: 2% 2% 5% 2%;
	background-image:url(/common_jp/image/v5/white80.png);
	max-width: 800px;
}


body section.contents_list h2{
	font-family: "RoundedMgenplus-medium",sans-serif;
	height: 114px;
	display: table;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0 0 0 3%;
	background-repeat: no-repeat;
	background-size: cover;
}

body section.contents_list h2 span{
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 0 40px;	
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;

}
body section.contents_list h2.cts1{	background-image:url(/guide/nyukyosha/image/bg_cnt1.png);}
body section.contents_list h2.cts1 span{background-image:url(/guide/nyukyosha/image/icon_cnt1.png);color: #008261;}
body section.contents_list h2.cts2{	background-image:url(/guide/nyukyosha/image/bg_cnt2.png);}
body section.contents_list h2.cts2 span{background-image:url(/guide/nyukyosha/image/icon_cnt2.png);color: #e95520;}
body section.contents_list h2.cts3{	background-image:url(/guide/nyukyosha/image/bg_cnt3.png);}
body section.contents_list h2.cts3 span{background-image:url(/guide/nyukyosha/image/icon_cnt3.png);color: #c85500;}
body section.contents_list h2.cts4{	background-image:url(/guide/nyukyosha/image/bg_cnt4.png);}
body section.contents_list h2.cts4 span{background-image:url(/guide/nyukyosha/image/icon_cnt1.png);color: #008261;}
body section.contents_list h2.cts5{	background-image:url(/guide/nyukyosha/image/bg_cnt5.png);}
body section.contents_list h2.cts5 span{background-image:url(/guide/nyukyosha/image/icon_cnt2.png);color: #e95520;}

body section.contents_list ul{
	width: 100%;
	max-width: 650px;
	margin: auto;
}
body section.contents_list ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
	padding: 8px 3%;	
	position: relative;
}
body section.contents_list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
	display: block;
    border-top: solid 2px #c00;
    border-right: solid 2px #c00;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -4px;
	z-index: 100;
}
body section.contents_list ul li a{
	color: #000;
	display: block;
	overflow: hidden;
}
body section.contents_list ul li a div{
	width: 60px;
	height: 60px;
	display:inline-block;
	border:1px solid #ccc;
	vertical-align: middle;
}
body section.contents_list ul li a div span{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 3% 0 0;
	float: left;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}
body section.contents_list ul li a div span img.obj{
	top:50%;
	left:50%;
	width: 180%;
	position: absolute;	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

body section.contents_list ul li a h3{
	width: auto;
	height: 20px;
	/*float: left;*/
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "RoundedMgenplus-medium",sans-serif;
	margin: 0px 0 0 10px;
	box-sizing: border-box;
	padding-top: 0em;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	display: inline-block;
	vertical-align: middle;
	
}




/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){

	body section.maintitle h1{
		font-size: 30px;
		font-size: 3.0rem;
	}
	body section.maintitle h1 small{
		font-size: 25px;
		font-size: 2.5rem;
	}
	
}


/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	body section.maintitle{
		width: 100%;
		border-top: 6px solid #c00;
		margin: 0px 0 130px 0;
		position: relative;
		top: 100px;
	}
	body section.maintitle div{
		height: 400px;
		background-size: cover;
		background-position: center center;
		padding: 10px 0;
	}
	body section.maintitle h1{
		width: 380px;
		font-size: 40px;
		font-size: 4.0rem;
		text-align: left;
		margin: auto;
	}
	body section.maintitle h1 img{
		width: 90%;
		margin: auto;
	}
	body section.maintitle span{
		display: none;
	}
	
	/* --------------------------------------------------
	contents_list
	-------------------------------------------------- */
	body section.contents_list p{
		line-height: 1.8em;
		padding: 0px 0　30px 0;
	}
	body section.contents_list h2{
		width: 900px;
		margin: 15px auto 0 auto;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
	body section.contents_list h2 br{
		display: none;
	}
	body section.contents_list ul {
		width: 900px;
		max-width: none;
		margin: 20px auto 100px auto;
		background-color: #fff;
		border-radius: none;
		padding-bottom: 0;
		overflow: hidden;
	}
	body section.contents_list ul li{
		border-bottom: 1px solid #ccc;
		box-shadow: 1px 1px 3px #ccc;
		float: left;
		border: none;
		padding: 0;
		width: 280px;
		margin: 0 0 20px 15px;
		background-color: transparent;
		border-radius: 5px;
		padding: 0;
		float: left;
	}
	body section.contents_list ul li::before {
		top:75%;
	}
	body section.contents_list ul li a{
		padding: 0px 0 0px 0;
		background-color: transparent;
		height: 150px;
		vertical-align: bottom;
		position: relative;
		background: none;
		text-decoration: none;
		padding: 0;
	}
    body section.contents_list ul li a div{
        overflow: hidden;
        height: 50%;
		width: 100%;
		border: none;
    }
	body section.contents_list ul li a span{
		width: 100%;
		height: 100% !important;
	}
	body section.contents_list ul li a div span img.obj{
		width: 100%;
		height: auto;
		position: relative;;
	}
    body section.contents_list ul li a span img.obj{
        top:50%;
		left:50%;
		position: absolute;
    }
	body section.contents_list ul li a h3{
		float: none;
		width: 100%;
		height: 25px;
		background-color: #fff;
		margin: 20px 0 0 0;
		padding-top: 7px;
		text-align: center;
        position: relative;
        z-index: 100;
        
        background-color: transparent;
	}
	body section.contents_list ul li a p{
		float: none;
		width: 100%;
		background-color: #fff;
		margin: 0;
		font-size: 11px;
		font-size: 1.1rem;
		padding: 5px 5px 0 5px;
	}


}
/* EOF */