@charset "utf-8";
/* CSS Document */



h2 {
	width: 100%;
	margin: 30px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 66px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}

.img_center {
	text-align: center;
	width: 100%;
}


.sol_waku1 {
	background-color: #174d8c;
	padding: 0% 5% 5%;
}

.sol_waku2 {
	background-color: #f0f0f0;
	padding: 5% 5% 0%;
	min-height: 180px;
}

.sol_waku2 dd {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:bold;
	text-align: center;
}

.sol_waku2 dt {
	margin: 10px auto;
/*	background-color: #0f0;*/
	text-align: justify;
}



.jirei_img_m {
	margin-bottom: 30px;
}


.jirei_img_s {
	display: none;
}


.other_lk {
	text-align: right;
}



.pbtn {
	margin-top :20px;
	margin-bottom: 10px;
}



/* Mobile */
	
@media only screen and (max-width: 768px) {


h2 {
	width: 100%;
	margin: 30px auto auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}


h4 {
	margin-top: 20px;
}


.sol_waku1 {
	background-color: #174d8c;
/*	background-color: #f00;*/
	padding: 0% 2% 2%;
}

.sol_waku2 {
	padding: 2%;
	min-height: inherit;
}


.sol_waku2 dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
	text-align: center;
}

.sol_waku2 dt {
	margin: 10px auto;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: justify;
}


.jirei_img_m {
	display: none;
}

.jirei_img_s {
	display: block;
}


.pbtn {
	margin-top :20px;
}




}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) and (max-width: 1232px) {


.jirei_img_s {
	display: none;
}



h2 {
	width: 100%;
	margin: 30px auto 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 46px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}







.sol_waku1 {
	background-color: #174d8c;
/*	background-color: #0f0;*/
	padding: 0% 5% 5%;
}

.sol_waku2 {
	min-height: 250px;
}

.sol_waku2 dd {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight:bold;
	text-align: center;
}

.sol_waku2 dt {
	margin: 10px auto;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: justify;
}



.pbtn {
	margin-top :20px;
}


}






