@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 li:nth-child(5){
	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; 
}

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

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

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

#content #contentInner #midCont03 h2{
	margin: 30px 5px 30px 5px;
	padding: 2px 0 0 10px;
	line-height: 3;
	text-align: center;
	background-image: url(../image/img32.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 280px 10px;
	font-weight: bold;
	background-color: #ec6813;
}

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

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

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

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

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

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

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

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

#content #contentInner #midCont03 #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ここまで*******************************************/

/*************************************refoここから*******************************************/

#content #refocontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ec6813;
}

#content #refocontentInner #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 #refocontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

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

#content #refocontentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #ec6813;
}

#content #refocontentInner #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: #ec6813;
	color: #fff;
}

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

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

#content #refocontentInner #midCont01 dd{
}

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

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

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


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

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

#content #refocontentInner #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: #ec6813;
	border-radius: 15px;
}

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

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

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

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

#content #refocontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(1){
	background-image: url(../image/img30.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

#content #refocontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(2){
	background-image: url(../image/img31.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

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

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

#content #refocontentInner #midCont02 #midCont01Inner #midConleft li dt{
	width: 350px;
	height: 175px;
	padding: 15px 20px 0;
	border: 2px solid #ec6813;
	font-size: 100;
	font-weight: bold;
	text-align: center;
}

#content #refocontentInner #midCont02 #midCont01Inner #midConleft li dd{
	width: 475px;
	padding: 15px 15px 0 15px;
	background-color: #ec6813;
	color: #fff;
}


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

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


/*************************************refoここまで*******************************************/

/*************************************removここから*******************************************/

#content #removcontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #079ad9;
}

#content #removcontentInner #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 #removcontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

#content #removcontentInner #topCont02{
	display: flex;
}

#content #removcontentInner #topCont02 #topconImg{}


#content #removcontentInner #topCont02 #topconImg img{
	width: 500px;
}

#content #removcontentInner #topCont02 #topconTxt{
	padding: 15px 0;
}

#content #removcontentInner #topCont02 #topconTxt h2{
	font-weight: bold;
	font-size: 150%;
}

#content #removcontentInner #topCont02 #topconTxt p{
	margin: 15px;
}

#content #removcontentInner #topCont02 #topconTxt .sho01{
	margin: 30px 15px 15px 15px;
	background-color: #ff0000;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	line-height: 2.4;
}

#content #removcontentInner #topCont02 #topconTxt .sho01 a{
	display: block;
	background-color: #cf2c2c;
}

#content #removcontentInner #topCont02 #topconTxt .sho01 a:link{
	color: #fff;
}

#content #removcontentInner #topCont02 #topconTxt .sho01 a:visited{
	color: #fff;
}

#content #removcontentInner #topCont02 #topconTxt .sho01 a:hover{
	color: #fff;
	background-color: #ff0000;
}

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

#content #removcontentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #079ad9;
}

#content #removcontentInner #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: #079ad9;
	color: #fff;
}

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

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

#content #removcontentInner #midCont01 dd{
}

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

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

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


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

#content #removcontentInner #midCont02{
	width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #079ad9;
}

#content #removcontentInner #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: #079ad9;
	border-radius: 15px;
}

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

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

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

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

#content #removcontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(1){
	background-image: url(../image/img30.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

#content #removcontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(2){
	background-image: url(../image/img31.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

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

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

#content #removcontentInner #midCont02 #midCont01Inner #midConleft li dt{
	width: 350px;
	height: 175px;
	padding: 15px 20px 0;
	border: 2px solid #079ad9;
	font-size: 100;
	font-weight: bold;
	text-align: center;
}

#content #removcontentInner #midCont02 #midCont01Inner #midConleft li dd{
	width: 475px;
	padding: 15px 15px 0 15px;
	background-color: #079ad9;
	color: #fff;
}


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

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


/*************************************removここまで*******************************************/

/*************************************bactここから*******************************************/

#content #bactcontentInner #topCont{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #079ad9;
}

#content #bactcontentInner #topCont .redb01{
	font-weight: bold;
	color: #ff0000;
}

#content #bactcontentInner #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 #bactcontentInner #topCont p{
	margin: 0 0 0 10px;
	padding: 5px 20px;
	border-radius: 15px;
}

#content #bactcontentInner #topCont02{
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#content #bactcontentInner #topCont02 #topconImg{
	margin: 15px 0;
}

#content #bactcontentInner #topCont02 #topconImg h2{
	margin: 3px;
	padding: 5px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

#content #bactcontentInner #midTxt{
	margin: 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #205eb2;
}

#content #bactcontentInner #midTxt h2{
	width: 400px;
	margin: 15px 0;
	padding: 12px 0 8px 0;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #29ecb2;
	font-weight: bold;
	font-size: 125%;
}

#content #bactcontentInner #midTxt p{
	margin: 15px;
	padding: 5px 20px;
}


/********/

#content #bactcontentInner #midImg{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999;
}


#content #bactcontentInner #midImg h4{
	padding: 10px;
	font-size: 112.5%;
	font-weight: bold;
}

#content #bactcontentInner #midImg ul{
	display: flex;
}

#content #bactcontentInner #midImg li{
	margin: 10px;
}

#content #bactcontentInner #midImg img{
	width: 430px;
	height: 260px;
	border: 10px solid #f2f2f2;
}

/********/
#content #bactcontentInner #topCont03{
	display: flex;
}

#content #bactcontentInner #topCont03 #topconImg h2{
	width: 400px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

#content #bactcontentInner #topCont03 #topconImg p{
	margin: 15px 0;
	padding: 15px 0;
	text-align: center;
}

#content #bactcontentInner #topCont03 #topconImg img{
	height: 180px;
}

#content #bactcontentInner #topCont03 #topconTxt{
	margin: 0 15px;
	padding: 0 0 15px 0;
}

#content #bactcontentInner #topCont03 #topconTxt h2{
	font-weight: bold;
	font-size: 150%;
}

#content #bactcontentInner #topCont03 #topconTxt ul{
	margin: 5px 0;
}

#content #bactcontentInner #topCont03 #topconTxt li{
	margin: 5px;
	font-size: 87.5%;
	list-style: square;
}

#content #bactcontentInner #topCont03 #topconTxt p{
	margin: 15px;
}

/*********/

#content #bactcontentInner #midTxt{}


#content #bactcontentInner #topCont02{
	display: flex;
}

#content #bactcontentInner #topCont02 #topconImg{
	margin: 15px 0;
}

#content #bactcontentInner #topCont02 #topconImg h2{
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}


#content #bactcontentInner #topCont02 #topconImg img{
	width: 350px;
}

#content #bactcontentInner #topCont02 #topconTxt{
	margin: 0 15px;
	padding: 15px 0;
}

#content #bactcontentInner #topCont02 #topconTxt h2{
	font-weight: bold;
	font-size: 150%;
}

#content #bactcontentInner #topCont02 #topconTxt ul{
	margin: 5px 0;
}

#content #bactcontentInner #topCont02 #topconTxt li{
	margin: 5px;
	font-size: 87.5%;
	list-style: square;
}

#content #bactcontentInner #topCont02 #topconTxt p{
	margin: 15px;
}

#content #bactcontentInner #midTxt01{
	margin: 40px 0 60px;
	padding: 0 0 60px 0;
	border-bottom: 1px dotted #000;
}

#content #bactcontentInner #midTxt01 h3{
	margin: 20px 30px;
	padding: 20px 0;
	text-align: center;
	background-color: #0e8f2e;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}

#content #bactcontentInner #midTxt01 p{
	margin: 0 20px;
	padding: 10px 30px;
}

/****/

#content #bactcontentInner #midTxt02{
	margin: 40px 0 60px;
	padding: 0 0 60px 0;
	border-bottom: 1px dotted #000;
}

#content #bactcontentInner #midTxt02 h3{
	margin: 20px 30px;
	padding: 20px 0;
	text-align: center;
	background-color: #d60f0f;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}

#content #bactcontentInner #midTxt02 dl{
	margin: 30px;
	padding: 10px;
}

#content #bactcontentInner #midTxt02 dt{
	width: 180px;
	padding: 5px 15px;
	border-left: 10px solid #d60f0f;
	border-bottom: 1px dotted #d60f0f;
	font-weight: bold;
	font-size: 112.5%;
}

#content #bactcontentInner #midTxt02 dd{
	margin: 15px;
}


/****/

#content #bactcontentInner #midTxt03{
	margin: 40px 0 60px;
	padding: 0 0 60px 0;
	border-bottom: 1px dotted #000;
}

#content #bactcontentInner #midTxt03 h3{
	margin: 20px 30px;
	padding: 20px 0;
	text-align: center;
	background-color: #d6c90f;
	color: #000;
	font-size: 125%;
	font-weight: bold;
}

#content #bactcontentInner #midTxt03 p{
	margin: 20px;
	padding: 15px;
}

#content #bactcontentInner #midTxt03 .im01{
	text-align: center;
}

#content #bactcontentInner #midTxt03 img{
	border: 10px solid #f3ed9e;
}

#content #bactcontentInner #midTxt03 ul{
	margin: 15px 15px 15px 120px;
}

#content #bactcontentInner #midTxt03 li{
	margin: 5px;
	padding: 0 0 0 30px;
}

#content #bactcontentInner #midTxt03 li a{
	font-weight: bold;
}

#content #bactcontentInner #midTxt03 li a:link{
	color: #f00;
}

#content #bactcontentInner #midTxt03 li a:visited{
	color: #f00;
}

#content #bactcontentInner #midTxt03 li a:hover{
	color: #000;
}

/****/

.redb{
	margin: 10px 0 15px;
	padding: 1px 10px;
	color: #f00;
	font-weight: bold;
	background-color: #a1e494;
}

#content #bactcontentInner #midTxt04{
	margin: 40px 0 60px;
	padding: 0 0 60px 0;
	border-bottom: 1px dotted #000;
}

#content #bactcontentInner #midTxt04 h3{
	margin: 20px 30px;
	padding: 20px 0;
	text-align: center;
	background-color: #0fd62a;
	color: #000;
	font-size: 125%;
	font-weight: bold;
}

#content #bactcontentInner #midTxt04 p{
	margin: 20px;
	padding: 15px;
}

#content #bactcontentInner #midTxt04 ol{
	margin: 15px;
	
}

#content #bactcontentInner #midTxt04 li{
	margin: 15px;
	padding: 30px;
	border: 1px solid #ddd;
}

#content #bactcontentInner #midTxt04 dt{
	padding: 10px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 112.5%;
	background-color: #cbf1d0;
}

#content #bactcontentInner #midTxt04 dd{
	margin: 15px;
}

#content #bactcontentInner #midTxt04 dd img{
	width: 180px;
}

/****/

.redb{
	margin: 10px 0 15px;
	padding: 1px 10px;
	color: #f00;
	font-weight: bold;
	background-color: #a1e494;
}

#content #bactcontentInner #midTxt05{
	margin: 40px 0 60px;
	padding: 0 0 60px 0;
	border-bottom: 1px dotted #000;
}

#content #bactcontentInner #midTxt05 h3{
	margin: 20px 30px;
	padding: 20px 0;
	text-align: center;
	background-color: #1a6cd6;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}

#content #bactcontentInner #midTxt05 p{
	margin: 20px;
	padding: 15px;
}

#content #bactcontentInner #midTxt05 ul{
	margin: 15px;
	
}

#content #bactcontentInner #midTxt05 li{
	margin: 5px;
	padding: 0 0 0 30px;
}

#content #bactcontentInner #midTxt05 dl{
	margin: 0 0 30px 0;
}

#content #bactcontentInner #midTxt05 dt{
	padding: 10px;
	font-weight: bold;
	font-size: 125%;
	border: 1px solid #3ca826;
	background-color: #d7f5d1;
}

#content #bactcontentInner #midTxt05 dd{
	margin: 0;
	padding: 0;
}

/****/

#content #bactcontentInner #midTxt06 h3{
	margin: 15px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	border-radius: 15px;
	background-color: #205fa7;
	color: #fff;
}

#content #bactcontentInner #midTxt06 p{
	padding: 15px;
}

#content #bactcontentInner #midTxt06 img{
	width: 250px;
	margin: 15px 20px;
	border: 10px solid #ccddf0;
}

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

#content #bactcontentInner #midCont01{
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #079ad9;
}

#content #bactcontentInner #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: #079ad9;
	color: #fff;
}

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

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

#content #bactcontentInner #midCont01 dd{
}

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

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

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


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

#content #bactcontentInner #midCont02{
	width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #079ad9;
}

#content #bactcontentInner #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: #079ad9;
	border-radius: 15px;
}

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

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

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

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

#content #bactcontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(1){
	background-image: url(../image/img30.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

#content #bactcontentInner #midCont02 #midCont01Inner #midConleft li:nth-child(2){
	background-image: url(../image/img31.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: bottom 10px left 120px;
}

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

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

#content #bactcontentInner #midCont02 #midCont01Inner #midConleft li dt{
	width: 350px;
	height: 175px;
	padding: 15px 20px 0;
	border: 2px solid #079ad9;
	font-size: 100;
	font-weight: bold;
	text-align: center;
}

#content #bactcontentInner #midCont02 #midCont01Inner #midConleft li dd{
	width: 475px;
	padding: 15px 15px 0 15px;
	background-color: #079ad9;
	color: #fff;
}


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

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


/*************************************bactここまで*******************************************/


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

#contentAir #airKv{
	width: 900px;
	margin: 0 auto;
}

#contentAir #airKv #kvImgair{
	padding: 50px 0;
	border-top: 1px dotted #205eb2;
	border-bottom: 1px dotted #205eb2;
}

#contentAir #airKv #kvImgair h2{
	margin: 0 0 20px 10px;
	padding: 5px 20px 5px;
	font-size: 125%;;
	font-weight: bold;
	border-left: 10px solid #205eb2;
}

#content #kv{
	width: 960px;
	padding-bottom: 60px;
}

#content #kv #kvMain{
	width: 960px;
	padding: 50px;
	background-color: #fff4d7;
}

.imgeIn img{
	width: 880px;
}

#content #abocontentInner #imgKvCont 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{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #205eb2;
}


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

#content #abocontentInner #topCont p img{
	width: 270px;
	margin: 5px 10px;
}

#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;
}


/*******************info01ここまで*******************/

/*******************info02ここから*******************/

#content #info02{
	margin-top: 100px;
	padding: 20px;
	border: 1px solid #eff803;
	background-image: url(../image/img10.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom 0;
	background-size: 160px;
}

#content #info02 h2{
	padding: 15px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #eff803;
}

#content #info02 p{
	margin: 20px;
}

#content #info02 dl{
	margin: 15px 30px;
}

#content #info02 dt{
	font-weight: bold;
}

#content #info02 dd{
	padding: 5px 20px 20px 20px;
}

/*******************info02ここまで*******************/


/*******************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;
}