@charset "UTF-8";

body{
}

#contentSp{
	display: none;
}

#contentSm{
	display: none;
}

#headSm{
	display: none;
}

#clean01_Sp{
	display: none;
}


#container{}

.red{
	color: #e02626;
}

.redb{
	color: #e02626;
	font-weight: bold;
	font-size: 125%;
}

/*******************ヘッダーここから*******************/

#headPc{
	width: 960px;
	margin: 0 auto;
	background-image: url(../image/img05.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

#headPc .topp{
	line-height: 2;
	text-align: center;
	font-size: 75%;
	color: #fff;
	background-color: #205eb2;
}

#headPc #hedIn{
	width: 960px;
	margin: 10px 0;
	display: flex;
}

#headPc #hedIn .inLeft{
	width: 100%;
	margin-left: 20px;
}

#headPc #hedIn .inLeft img{
	width: 480px;
	height: auto;
	margin-top: 25px;
}

#headPc #hedIn .inRight{
	width: 100%;
	margin-top: 10px;
}

#headPc #hedIn .inRight .inCont{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

#headPc #hedIn .inRight .inCont .tim{
	margin: 5px 0;
	font-size: 87.5%;
}

#headPc #hedIn .inRight .inCont img{
	width: 230px;
}

#headPc #hedIn .inRight .inCont .str{
	line-height: 2.4;
	background-color: #205eb2;
	color: #fff;
	font-weight: bold;
}

#headPc nav{
	width: 960px;
	margin: 20px 0;
}

#headPc nav ul{
	display: flex;
}

#headPc nav li{
	width: 190px;
	margin: 0 auto;
	padding: 17px 0 5px 0;
	text-align: center;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background-color: rgba(32,94,178,0.6);
}

#headPc nav li:nth-child(4){
	padding: 10px 0 5px 0;
	font-size: 87.5%;
}

#headPc nav a:link{
	color: #fff;
}

#headPc nav a:visited{
	color: #fff;
}

#headPc nav a:hover{
	color: #e02626;;
}

/*******************ヘッダーここまで*******************/


/*******************contentここから*******************/

#content{
	width: 960px;
	margin: 0 auto;
}

#content #contentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #205eb2;
}

#content #contentInner #topCont h1{
	margin: 30px 15px 5px 15px;
	padding: 2px 0 0 35px;
	line-height: 2.4;
	background-image: url(../image/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 2px 6px;
	font-weight: bold;
}

#content #contentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

/*****************************************/

#content #contentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid rgba(32,94,178,0.6);
}

#content #contentInner #midCont01 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 2.4;
	text-align: center;
	background-image: url(../image/img08.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 80px 8px;
	font-weight: bold;
	background-color: #eef27a;
}

#content #contentInner #midCont01 #midCont01Inner{
	width: 860px;
	margin: 0 auto;
	padding: 0 15px 20px;
	display: flex;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft{
	width: 540px;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft p{
	margin: 25px 0;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft .sho{
	width: 540px;
	height: 50px;
	margin-top: 65px;
	padding-top: 25px;
	text-align: center;
	font-size: 112.5%;
	font-weight: bold;
	color: #fff;
	background-color: #205eb2;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft .sho a:link{
	color: #fff;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft .sho a:visited{
	color: #fff;
}

#content #contentInner #midCont01 #midCont01Inner #midConleft .sho a:hover{
	color: #ec9999;;
}

#content #contentInner #midCont01 #midCont01Inner #midConright{
	width: 300px;
	text-align: center;
}

#content #contentInner #midCont01 #midCont01Inner #midConright p{
	margin: 15px 0; 
}

/******************************************************/

#content #contentInner #midCont02{
	width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #38b220;
}

#content #contentInner #midCont02 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 3;
	text-align: center;
	background-image: url(../image/img09.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 120px 7px;
	font-weight: bold;
	background-color: #7af27d;
}

#content #contentInner #midCont02 #midCont01Inner{
	width: 860px;
	margin: 0 auto;
	padding: 0 15px 20px;
	display: flex;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft{
	width: 540px;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft p{
	margin: 15px 0;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft .sho{
	width: 540px;
	height: 50px;
	margin-top: 105px;
	padding-top: 25px;
	text-align: center;
	font-size: 112.5%;
	font-weight: bold;
	color: #fff;
	background-color: #38b220;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft .sho a:link{
	color: #fff;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft .sho a:visited{
	color: #fff;
}

#content #contentInner #midCont02 #midCont01Inner #midConleft .sho a:hover{
	color: #ec9999;;
}

#content #contentInner #midCont02 #midCont01Inner #midConright{
	width: 300px;
	text-align: center;
}

#content #contentInner #midCont02 #midCont01Inner #midConright p{
	margin: 15px 0; 
}

/******************************************************/

/*************************************indexここまで*******************************************/

/*************************************cleanここから*******************************************/

#content #clecontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #205eb2;
}

#content #clecontentInner #topCont h1{
	margin: 30px 15px 5px 15px;
	padding: 2px 0 0 50px;
	line-height: 2.4;
	font-size: 150%;
	background-image: url(../image/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 2px 17px;
	font-weight: bold;
}

#content #clecontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

/*****************************************/

#content #clecontentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid rgba(32,94,178,0.6);
}

#content #clecontentInner #midCont01 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 2.4;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #205eb2;
	color: #fff;
}

#content #clecontentInner #midCont01 dl{
	width: 860px;
	margin: 20px auto 60px;
}

#content #clecontentInner #midCont01 dt{
	padding: 0 0 0 20px;
	font-weight: bold;
	border-left: 10px solid #205eb2;
	border-bottom: 1px dotted #205eb2;
	font-size: 125%;
	line-height: 2;
}

#content #clecontentInner #midCont01 dd{
}

#content #clecontentInner #midCont01 dd .ddtxt01{
	padding: 15px;
}

#content #clecontentInner #midCont01 dd .ddimg img{
	width: 350px;
	height: 233px;
	margin: 10px 20px;
	border: 10px solid #f3eded;
}

#content #clecontentInner #midCont01 .text01{
	text-align: center;
	font-size: 112.5%;
	font-weight: bold;
	background-color: #205eb2;
	line-height: 2.5;
	color: #fff;
}


/******************************************************/

#content #clecontentInner #midCont02{
	width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #0e18a4;
}

#content #clecontentInner #midCont02 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 3;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	background-color: #0e18a4;
	border-radius: 15px;
	color: #fff;
}

#content #clecontentInner #midCont02 #midCont01Inner{
	width: 880px;
	margin: 0 auto;
	padding: 0 15px 20px;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft{
	width: 100%;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft ul{
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li{
	height: 200px;
	margin: 25px 0 0 0;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(1){
	background-image: url(../image/img22.png);
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: bottom -10px left 100px;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(2){
	background-image: url(../image/img21.png);
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: bottom -10px left 100px;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(3){
	background-image: url(../image/img20.png);
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: bottom -10px left 100px;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li dl{
	display: flex;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li dt{
	width: 350px;
	height: 175px;
	padding-top: 25px;
	border: 2px solid #0e18a4;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft li dd{
	width: 475px;
	padding: 45px 0 0 25px;
	background-color: #0e18a4;
	color: #fff;
}


#content #clecontentInner #midCont02 #midCont01Inner #midConleft .sho a:visited{
	color: #fff;
}

#content #clecontentInner #midCont02 #midCont01Inner #midConleft .sho a:hover{
	color: #ec9999;;
}


/*************************************cleanここまで*******************************************/

/*************************************disuここから*******************************************/

#content #discontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #205eb2;
}

#content #discontentInner #topCont h1{
	margin: 30px 15px 5px 15px;
	padding: 2px 0 0 50px;
	line-height: 2.4;
	font-size: 150%;
	background-image: url(../image/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 2px 17px;
	font-weight: bold;
}

#content #discontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

/*****************************************/

#content #discontentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid rgba(97,158,0,0.6);
}

#content #discontentInner #midCont01 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 2.4;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #619e00;
	color: #fff;
}

#content #discontentInner #midCont01 dl{
	width: 860px;
	margin: 20px auto 60px;
}

#content #discontentInner #midCont01 dt{
	padding: 0 0 0 20px;
	font-weight: bold;
	border-left: 10px solid #619e00;
	border-bottom: 1px dotted #619e00;
	font-size: 125%;
	line-height: 2;
}

#content #discontentInner #midCont01 dd{
}

#content #discontentInner #midCont01 dd .ddtxt01{
	padding: 15px;
}

#content #discontentInner #midCont01 dd .ddimg img{
	width: 350px;
	height: 233px;
	margin: 10px 20px;
	border: 10px solid #f3eded;
}

#content #discontentInner #midCont01 .text01{
	text-align: center;
	font-size: 112.5%;
	font-weight: bold;
	background-color: #619e00;
	line-height: 2.5;
	color: #fff;
}


/******************************************************/

#content #discontentInner #midCont02{
	width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #436a06;
}

#content #discontentInner #midCont02 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 40px;
	line-height: 3;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	background-color: #afee4b;
	border-radius: 15px;
}

#content #discontentInner #midCont02 #midCont01Inner{
	width: 880px;
	margin: 0 auto;
	padding: 0 15px 20px;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft{
	width: 100%;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft ul{
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li{
	height: 200px;
	margin: 25px 0 0 0;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(1){
	background-image: url(../image/img30.png);
	background-repeat: no-repeat;
	background-size: 170px;
	background-position: bottom 0px left 80px;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(2){
	background-image: url(../image/img31.png);
	background-repeat: no-repeat;
	background-size: 170px;
	background-position: bottom 0px left 80px;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(3){
	background-image: url(../image/img29.png);
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: bottom -10px left 100px;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li dl{
	display: flex;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li dt{
	width: 350px;
	height: 175px;
	padding-top: 25px;
	border: 2px solid #436a06;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft li dd{
	width: 475px;
	padding: 45px 0 0 25px;
	background-color: #436a06;
	color: #fff;
}


#content #discontentInner #midCont02 #midCont01Inner #midConleft .sho a:visited{
	color: #fff;
}

#content #discontentInner #midCont02 #midCont01Inner #midConleft .sho a:hover{
	color: #ec9999;;
}


/*************************************disuここまで*******************************************/

/*************************************aboutここから*******************************************/

#content #abocontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #205eb2;
}

#content #abocontentInner #topCont h1{
	margin: 30px 15px 5px 15px;
	padding: 2px 0 0 50px;
	line-height: 2.4;
	font-size: 150%;
	background-image: url(../image/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 2px 17px;
	font-weight: bold;
}

#content #abocontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

#content #abocontentInner #topCont ul{
	margin: 30px 0 50px 0;
}

#content #abocontentInner #topCont li{
	margin: 20px;
	border-bottom: 1px solid #999;
}

#content #abocontentInner #topCont dt{
	padding: 10px;
	font-weight: bold;
}

#content #abocontentInner #topCont dd{
	margin: 5px 20px;
	font-size: 125%;
}



/*************************************aboutここまで*******************************************/


/*******************infoここから*******************/

#content #info01{
	margin-top: 100px;
	border: 3px solid #205eb2;
	background-image: url(../image/img10.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom 0;
	background-size: 160px;
}

#content #info01 h2{
	margin: 40px 40px 10px 40px;
	line-height: 2;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background-color: #205eb2;
	color: #fff;
}

#content #info01 ul{
	width: 900px;
	margin: 20px auto 50px;
}

#content #info01 li{
	margin: 10px;
	padding: 20px 0;
	border-bottom: 3px solid #205eb2;
}

#content #info01 li:last-child{
	border: none;
}

#content #info01 li dl{
	margin: 20px;
}

#content #info01 li dt{
	margin: 10px 20px;
	padding: 0 0 0 30px;
	background-image: url(../image/img06.png);
	background-repeat: no-repeat;
	background-size: 20px;
	font-weight: bold;
	color: #205eb2;
}

#content #info01 li dd{
	padding: 5px 0 5px 40px;
}


/*******************infoここまで*******************/


/*******************問合わせここから*******************/
#content{
	width: 960px;
	margin: 0 auto;
}

.ne{
	color: #f00;
}

#content h3{
	margin: 30px 15px 5px 15px;
	padding: 2px 0 0 50px;
	line-height: 2.4;
	font-size: 150%;
	background-image: url(../image/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 2px 17px;
	font-weight: bold;
}

#content ol{
	width: 950px;
	margin: 20px 30px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px dotted #205eb2;
}

#toiForm{
	padding: 20px;
}

#toiForm dl{
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
}

#toiForm dd input{
	width: 650px;
	height: 30px;
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	border: 2px solid #999;
	font-size: 112.5%;
}

#toiForm dd textarea{
	width: 650px;
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	border: 2px solid #999;
	font-size: 112.5%;
}

#toiForm .ppbox{
	margin: 15px;
}

#toiForm .ppbox input[type=checkbox]{
	width: 25px;
	height: 25px;
	background-color: #ccc;
}

.toriatu{
	margin: 20px;
}

#toiForm .btn{
	margin: 15px;
}

/*******************問合わせここまで*******************/



/*******************contentここまで*******************/

#aboutInfo{
	width: 960px;
	margin: 50px auto 0;
	padding: 0 0 0 15px;
	font-size: 87.5%;
}

#aboutInfo img{
	width: 300px;
}

footer{
	width: 960px;
	margin: 2px auto 0;
	text-align: center;
	font-size: 75%;
	background-color: #205eb2;
	line-height: 2;
	color: #fff;
}