@charset "shift_jis";

/* body.css */
/*
	2017 new design ver.5.0
	§TCgμ¬EX|Vu
*/
/* --------------------------------------------------
header@IWiC³
-------------------------------------------------- */
header{
}
header div.minititle{
	/*font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","qMmΎ© ProN W6", "HiraMinProN-W6", "HGΎ©E", "lr oΎ©", "MS PMincho", "MS Ύ©", serif;*/
}
html header div.minititle span{
}
/* --------------------------------------------------
main
-------------------------------------------------- */

body section.maintitle div {
	width: 100%;
	max-width: 1024px;	
}

body section.maintitle h1{
	background-color: #d20014;
	padding: 10px 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-family: "RoundedMgenplus-medium";
	max-width: 1024px;
}
body section.maintitle ul{
	width: 80%;
	max-width: 900px;
	margin: auto;
}
body section.maintitle ul li{
	margin: 15px 0 0 0;
	line-height: 1.8em;
	list-style: circle;
}
body section.maintitle ul li h4{
	background-color: #eee;
	padding: 5px;
	margin: 10px 0 10px 0;
}
body section.maintitle ul li a{
	display: inline-block;
	margin: 0 0 0 10px;
}
body section.maintitle ul li a:link,
body section.maintitle ul li a:hover,
body section.maintitle ul li a:visited,
body section.maintitle ul li a{
	text-decoration: none;
}



section.maintitle div.service{
	background-color: #faf5f0;
	padding: 0 0 20px 0;
	margin: 0px auto 0 auto;
	overflow: hidden;
}
section.maintitle div.service h3{
	background-color: #d20014;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	font-family: "RoundedMgenplus-medium";
}
section.maintitle div.service ul{
	width: 90%;
	overflow: hidden;
	margin: 10px auto;
}
section.maintitle div.service ul li {
	list-style: none;
	margin: 0 0 5px 0;
}
section.maintitle div.service ul li a {
    background-color: #fff;
    display: block;
    width: 96%;
    height: 85%;
    padding: 10px 0 20px 0;
    margin: 3% auto 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ccc;
    color: #2c5c92;
    text-align: center;
    position: relative;
	font-family: "RoundedMgenplus-medium";
}
section.maintitle div.service ul li a small{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", "sans-serif";
	color: #4a2f17;
	display: block;
}
section.maintitle div.service ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #c00;
    border-right: solid 2px #c00;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 5%;
    margin-top: -4px;
}



/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){

}


/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	body section.maintitle{
		margin: 100px auto 0 auto;
	}
	/*form*/
	#main #contents_area form strong {
		border-bottom: none;
	}
	#main #contents_area dl{
		border-top: none;
	}
	#main #contents_area dl dt {
		clear:both;
		border-top:solid 1px #ccc;
		width:250px;
	}
	#main #contents_area dl dd {
		float:left;
		min-height: 3.0em;
		width:448px;
		border-top:solid 1px #ccc;
	}
	body section.maintitle ul{
		margin: 50px auto;
	}
	/* send */
	section.maintitle p{
		width: 800px;
		margin: auto;
		line-height: 1.5em;
		padding: 20px 0 300px 0;
	}
	
		
	div.service ul li{
		width: 50%;
		float: left;
	}
}
/* EOF */