/* ==== 初期設定 ============================================================ */

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

/* ==== float関連 ====== */

.float_l {
	float: left;
}

.float_l01 {
	float: left;
	/* float: none !important; */
	/* clear: both !important; */
}

.float_r {
	float: right;
}

.float_r01 {
	float: right;
	/* float: none !important; */
	/* clear: both !important; */
}

.img_fl12 {
	float: left;
	margin-right: 12px;
}

.img_fl16 {
	float: left;
	margin-right: 16px;
}

.img_fl16_01 {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.img_fl20 {
	float: left;
	margin-right: 20px;
}

.img_fl34 {
	float: left;
	margin-right: 34px;
}

.img_fl40 {
	float: left;
	margin-right: 40px;
}

.img_fl40_01 {
	float: left;
	margin-right: 40px;
}

.img_fr12 {
	float: right;
	fmargin-left: 12px;
}

.img_fr16 {
	float: right;
	fmargin-left: 16px;
}

.img_fr20 {
	float: right;
	fmargin-left: 20px;
}

.img_fr34 {
	float: right;
	fmargin-left: 34px;
}

.img_fr40 {
	float: right;
	fmargin-left: 40px;
}

.float_reset {
	float: none !important;
}

/* ==== clear関連 ====== */

.clear_b {
	clear: both;
}

.clear_fl01{
	clear: both;
	margin-bottom: 50px;
}

.clear_fl02{
	clear: both;
	margin-bottom: 20px;
}

.clear_fl03{
	clear: both;
	margin-bottom: 30px;
}

.clear_fix:after,
.clear_fl01:after,
.clear_fl02:after,
.clear_fl03:after,
.parent_box:after,
.parent_box01:after,
.ul_course1:after,
.ul_course2:after,
.ul_course3:after,
.　第:after,
.ul_course5:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear_fix,
.clear_fl01,
.clear_fl02,
.clear_fl03,
.parent_box,
.parent_box01,
.ul_course1,
.ul_course2,
.ul_course3,
.　第,
.ul_course5 {
	min-height: 1%;
	display: inline-block;
}

*html .clear_fix,
*html .clear_fl01,
*html .clear_fl02,
*html .clear_fl03,
*html .parent_box,
*html .parent_box01,
*html .ul_course1,
*html .ul_course2,
*html .ul_course3,
*html .　第,
*html .ul_course5 {
	height: 1px;
}

.clear_fix,
.clear_fl01,
.clear_fl02,
.clear_fl03,
.parent_box,
.parent_box01,
.ul_course1,
.ul_course2,
.ul_course3,
.　第,
.ul_course5 {
	display: block;
}

.clear_reset01 {
	clear: none !important;
}


.clear_reset01 {
	clear: none !important;
	float: left;
}

.clear_reset02 {
	clear: none !important;
	float: right;
}

/* ==== margin,padding関連 ====== */

.mar_auto {
	margin-left: auto;
	margin-right: auto;
}

.mar_reset {
	margin: 0 !important;
}

.mar_t0 {
	margin-top: 0 !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}

.mar_l0 {
	margin-left: 0 !important;
}

.mar_r0 {
	margin-right: 0 !important;
}

.padding_reset {
	padding: 0 !important;
}

.pad_t0 {
	padding-top: 0 !important;
}

.pad_b0 {
	padding-bottom: 0 !important;
}

.pad_l0 {
	padding-left: 0 !important;
}

.pad_r0 {
	padding-right: 0 !important;
}

.mar_t16 {
	margin-top: 16px;
}

.mat_t18 {
	margin-top: 18px;
}

.mat_t30 {
	margin-top: 30px !important;
}

.mar_r40 {
	margin-right: 40px;
}

.mar_b20 {
	margin-bottom: 20px !important;
}

.mar_b30 {
	margin-bottom: 30px !important;
}

.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_b80 {
	margin-bottom: 80px !important;
}

.mar_l34 {
	margin-left: 34px;
	/* margin-left: 3.469387755102041%;	*/	
}

.in_main .mar_l34 {
	margin-left: 34px;
	/* margin-left: 3.541666666666667%;	*/	
}

.mar_l68 {
	margin-left: 68px;
	/* margin-left: 6.938775510204082%;	*/	
}

.mar_r340 {
	margin-right: 340px;
	/* margin-right: 34.69387755102041%;	*/	
}

.pad_t22 {
	padding-top: 22px;
}

.pad_t30 {
	padding-top: 30px;
	/* padding-top: 3.125%;	*/
}

.pad_b20 {
	padding-bottom: 20px;
}

.pad_b30 {
	padding-bottom: 30px;
}

.pad_b40 {
	padding-bottom: 40px;
}

.pad_l16 {
	padding-left: 16px;
	/* padding-left: 1.63265306122449%;	*/	
}

.pad_l34 {
	padding-left: 34px;
	/* padding-left: 3.469387755102041%;	*/	
}

.in_main .pad_l34 {
	padding-left: 34px;
	/* padding-left: 3.541666666666667%;	*/		
}

.pad_r38_l10 {
	padding-right: 38px;
	padding-left: 10px;
}

/* ==== reset関連 ====== */


.bg_reset {
	background: none !important;
}

.border_reset {
	border: none !important;
}

.font_reset {
	font-size: 100% !important;
}

.font_14 {
	font-size: 14px !important;
}


.red {
	color: #ff0000;
}

.red01 {
	color: #cc3300;
	font-weight: bold;
}

.color_logo {
	color: #91103f;
	
}

.color_blue01 {
	color: #343c73;
	font-weight: bold;
	
}

.color_keyvisual_blue01 {
	color: #343c73;
	font-weight: bold;
	font-size: 14px;
	
}



/* ==== overflow text position関連 ====== */

.over_flow {
	overflow: hidden;
}

span.over_flow {
	overflow: hidden;
	display: block;
}

.over_flow_reset {
	overflow: visible !important;
}

.display_bl {
	display: block;
}

.position_rela {
	position: relative;
}

.position_00 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.posit_ab01 {
	position: absolute;
	left: 360px;
	top: 48px;
	}

	

/* ==== レイアウト項目 ====================================================== */

html {
	height: 100%;
}

body {
	text-align: center;
	font-family:  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #666666;
	background: url("../image/keyvisual_bg_new2.jpg") no-repeat center top;
}

#whole {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

header,
footer {
	clear: both;
	line-height: 1.0;
	width: 100%;	
}

footer {
	min-height: 300px;
}

.inner_header,
.inner_footer,
.main,
#article_main {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.inner_header:after,
.inner_footer:after,
#article_main:after,
.main:after,
nav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.inner_header,
.inner_footer,
#article_main,
.main,
nav {
	min-height: 1%;
	display: inline-block;
}

*html .inner_header,
*html .inner_footer,
*html #article_main,
*html .main,
*html nav {
	height: 1px;
}

.inner_header,
.inner_footer,
#article_main,
.main,
nav {
	display: block;
}

/* ==== header関連 ====== */

#logo {
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
}

.header_address {
	float: right;
	margin-top: 28px;
}

.header_address .tel {
	color: #9f1b34;
	font-size: 38px;
}

.header_address .tel_hour {
	color: #9f1b34;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.header_address .tel_kinkyu {
	color: #e66d00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.header_address .tel_kinkyu a {
	color: #e66d00;
	text-decoration: none;
}

/* ==== nav関連 ====== */

nav,
footer {
	min-width: 980px;
}


#page_nav {
	background-color: #636a74;
	height: 44px;
	width: 100%;
}

#page_nav ul li {
	float: left;
	font-size: 16px;
}

#page_nav ul li a {
	display: block;
	color: #fbfbfc;
	line-height: 44px;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid #fbfbfc;
	text-decoration: none;
}

#page_nav ul li#nav0 a {
	padding-left: 0;
}

#page_nav ul li#nav4 a {
	border-right: none;
}

/* ==== keyvisual関連 ====== */

body#toppage .keyvisual {
	border: 2px solid #f12096;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefff6), to(#f6f5cc));
	background: -webkit-linear-gradient(#fefff6 0%, #f6f5cc 100%);
	background: -moz-linear-gradient(#fefff6 0%, #f6f5cc 100%);
	background: -o-linear-gradient(#fefff6 0%, #f6f5cc 100%);
	background: -ms-linear-gradient(#fefff6 0%, #f6f5cc 100%);
	background: linear-gradient(#fefff6 0%, #f6f5cc 100%);
	padding: 28px 8px;
	/* padding: 4.59016393442623% 1.311475409836066%; */
	width: 590px;
	/* width: 60.20408163265306%; */
	margin-bottom: 34px;
}

body#toppage .keyvisual3 {
	background: url("../image/keyvisual_bg2.jpg") no-repeat left top;
	background-size: 100% auto;
	padding: 32px 0 9px 15px;
	/* padding: 3.26530612244898% 0 0.9183673469387755% 1.530612244897959%; */
	margin-bottom: 20px;
}

body#toppage .keyvisual3 .keyvisual_p1 {
	padding-right: 96px;
	/* padding-right: 9.795918367346939%; */
}




/* ==== footer関連 ====== */

footer {
	background: url("../image/common/footer_top_border.gif") repeat-x center top #dde4eb;
}

footer .inner_footer small {
	display: block;
	color: #005a91;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}




/* ==== font関連 ====== */

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

p, ol, ul, dl,figcaption {
	font-size: 18px;
	margin-bottom: 18px;
}

p,
figcaption {
	line-height: 1.6;
}

figcaption {
	margin-top: 16px;
}

figcaption.ssize {
	font-size: 16px;
	margin-top: 0 !important;
}

header p,
header h2,
footer p,
header ol,
footer ol,
header ul,
footer ul,
header dl,
footer dl {
	margin-bottom: 0;
}

/* ==== テーブル設定 ==== */

table {
border-collapse: collapse;
margin-bottom: 30px;
width: 100%;
}

caption {
	text-align: left;
	font-size: 75%;
	margin-bottom: 12px;
}

th {
color: #000000;
font-size: ;
background-color: #f6e3ce;
white-space: nowrap;
text-align: center;
border: 1px solid #666666;
padding: 10px;
}

th.th01 {
	width: 60%;
}

td {
color: #666666;
font-size: ;
background-color: #ffffff;
white-space: nowrap;
text-align: left;
border: 1px solid #666666;
padding: 10px;
}

/* ====ul リンク関連 ==== */

ul.pankuzu,
#page_nav ul,
ol {
	list-style: none;
}

ul li,
ol li,
dl dt,
dl dd {
	margin-bottom: 20px;
}

dl.dl01 dt {
	float: left;
	margin-right: 16px;
}

dl.dl01 dd {
	float: left;
}

.ul_course1,
.ul_course2,
.ul_course3,
.ul_course4,
.ul_course5,
.ul_link01,
.ul_blue_course1 {
	list-style: none;
}

.ul_course2 li,
.ul_course3 li,
.　第 li {
	float: left;
	margin-right: 16px;
}

.ul_course1 li {
	float: left;
	margin-bottom: 7px;
}

.ul_blue_course1 li {
	padding-left: 60px;
	color: #0098b9;
	font-size: 26px;
	line-height: 45px;
	}
	
.ul_blue_course1 li.li1 {
	background: url("../image/maru_1.gif") no-repeat left top;
	}
	
.ul_blue_course1 li.li2 {
	background: url("../image/maru_2.gif") no-repeat left top;
	}
	
.ul_blue_course1 li.li3 {
	background: url("../image/maru_3.gif") no-repeat left top;
	}
	
.ul_blue_course1 li.li4 {
	background: url("../image/maru_4.gif") no-repeat left top;
	}
	
.ul_course5 li {
	float: left;
	margin-right: 20px;
	}
	

/* ==== col関連 ====== */

.in_main {
	margin-left: 10px;
	margin-right: 10px;
/*1.020408163265306% */
}

.col2 {
	width: 462px;
	margin-right: 56px;
/* width: 47.14285714285714%; */
/* margin-right: 5.714285714285714%; */
}

.in_main .col2 {
	width: 452px;
	margin-right: 56px;
/* width: 47.08333333333333%; */
/* margin-right: 5.833333333333333%; */
}

.col3 {
	width: 300px;
	margin-right: 40px;
/* width: 30.61224489795918%; */
/* margin-right: 4.081632653061224%; */
}

.in_main .col3 {
	width: 300px;
	margin-right: 30px;
/* width: 31.25%; */
/* margin-right: 3.125%; */
}

.col3_2 {
	width: 640px;
/* margin-right: 40px; */
/* width: 65.30612244897959%; */
/* margin-right: 4.081632653061224%; */
}

.in_main .col3_2 {
	width: 630px;
/*margin-right: 30px; */
/* width: 65.625%; */
/* margin-right: 3.125%; */
}

.col4 {
	width: 227px;
	margin-right: 24px;
/* width: 23.16326530612245%; */
/* margin-right: 2.448979591836735%; */
}

.in_main .col4 {
	width: 222px;
	margin-right: 24px;
/* width: 23.125%; */
/* margin-right: 2.5%; */
}

.col2:nth-of-type(2n+1),
.col3:nth-of-type(3n+1),
.col4:nth-of-type(4n+1),
.ul_course2 li:nth-of-type(2n+1) ,
.ul_course3 linth-of-type(3n+1),
.　第 linth-of-type(4n+1),
.ul_course5 linth-of-type(5n+1) {
	clear: both;
}

.col2:nth-of-type(2n+2),
.col3:nth-of-type(3n+3),
.col4:nth-of-type(4n+4),
.ul_course2 li:nth-of-type(2n+2) ,
.ul_course3 linth-of-type(3n+3),
.　第 linth-of-type(4n+4),
.ul_course5 linth-of-type(5n+5) {
	margin-right: 0;
}

.col320 {
	width: 320px;
	/* width: 32.6530612244898%; */
}

.col351 {
	width: 351px;
	/* width: 35.81632653061224%; */
}

.col337 {
	width: 337px;
	/* width: 34.38775510204082%; */
}

.col588 {
	width: 588px;
	/* width: 60%; */
}

.col603 {
	width: 603px;
	/* width: 61.53061224489796%; */
}

.col622 {
	width: 622px;
	/* width: 63.46938775510204%; */
}

.col638 {
	width: 638px;
	/* width: 65.10204081632653%; */
}

.col656 {
	width: 656px;
	/* width: 66.93877551020408%; */
}

.col680 {
	width: 680px;
	/* width: 69.38775510204082%; */
}

.col684 {
	width: 684px;
	/* width: 69.79591836734694%; */
}

.col817 {
	width: 817px;
	/* width: 83.36734693877551%; */
}



/* ==== parent_box関連 ====== */

.parent_box {
	clear: both;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
}

.parent_box01 {
	clear: both;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
}

.parent_box .col2,
.parent_box .col3,
.parent_box .col4,
.parent_box01 .col2,
.parent_box01 .col3,
.parent_box01 .col4 {
	position: relative;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-o-box-flex: 1.0;
	-ms-box-flex: 1.0;
	box-flex: 1.0;
}

.parent_box .col3_2,
.parent_box01 .col3_2 {
	position: relative;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-o-box-flex: 1.0;
	-ms-box-flex: 1.0;
	box-flex: 1.0;
}

/* ==== h title関連 ====== */

.h_tit02:after,
.h_tit03:after,
.h_tit05:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
.h_tit02,
.h_tit03,
.h_tit05 {
	min-height: 1%;
	display: inline-block;
	}
	
*html .h_tit02,
*html .h_tit03,
*html .h_tit05 {
	height: 1px;
	}
	
.h_tit02,
.h_tit03,
.h_tit05 {
	display: block;
	margin-bottom: 30px;
	}
	

.h_tit01 {
	color: #05498a;
	font-size: 35px;
}

.h_tit02 span.sp01 {
	display: block;
	color: #00532e;
	font-size: 38px;
	background: url("../image/green_underbar.gif") repeat-x left bottom;
	padding-bottom: 3px;
	width: 100%;
}

.h_tit02 span.sp02 {
	display: block;
	color: #00532e;
	font-size: 20px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.h_tit03 span.sp01 {
	display: block;
	color: #024882;
	font-size: 38px;
	background: url("../image/blue_underbar.gif") repeat-x left bottom;
	padding-bottom: 3px;
	width: 100%;
}

.h_tit03 span.sp02 {
	display: block;
	color: #024882;
	font-size: 20px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}


.h_tit04_1 {
	background: url("../image/shikaku_1.gif") no-repeat left center;
	padding-left: 82px;
	min-height: 72px;
	}
	
.h_tit04_2 {
	background: url("../image/shikaku_2.gif") no-repeat left center;
	padding-left: 82px;
	min-height: 72px;
	}
	
.h_tit04_3 {
	background: url("../image/shikaku_3.gif") no-repeat left center;
	padding-left: 82px;
	min-height: 72px;
	}
	
.h_tit04_4 {
	background: url("../image/shikaku_4.gif") no-repeat left center;
	padding-left: 82px;
	min-height: 72px;
	}

	
.h_tit04_1 span.sp01,
.h_tit04_2 span.sp01,
.h_tit04_3 span.sp01,
.h_tit04_4 span.sp01 {
		display: block;
		font-size: 16px;
		color: #1c6941;
		letter-spacing: 2px;
		line-height: 1.0;
		padding-top: 7px;
		padding-bottom: 9px;
	}
	
.h_tit04_1 span.sp02,
.h_tit04_2 span.sp02,
.h_tit04_3 span.sp02,
.h_tit04_4 span.sp02 {
		display: block;
		font-size: 36px;
		color: #1c6941;
		line-height: 1.0;
	}


.h_tit05 {
	min-height: 64px;
} 


.h_tit05 .icon {
	float: left;
}

.h_tit05 span.sp01 {
	display: block;
	color: #024882;
	font-size: 32px;
	background: url("../image/chousa_underbar.gif") repeat-x left bottom;
	padding-top: 4px;
	padding-bottom: 9px;
	line-height: 1.0;
	/* margin-left: 61px; */
	margin-left: 9.298780487804878%;
	width: 90.70121951219512%;
}


.h_tit05 span.sp02 {
	display: block;
	color: #0e4572;
	font-size: 16px;
	float: right;
	line-height: 1.0;
	padding-top: 7px;
	padding-right: 5px;
	/* margin-left: 61px; */
	margin-left: 9.298780487804878%;
}

.col622 .h_tit05 span.sp01 {
	/* margin-left: 61px; */
	margin-left: 9.807073954983923%;
	width: 90.19292604501608%;
}

.col622 .h_tit05 span.sp01 {
	/* margin-left: 61px; */
	margin-left: 9.807073954983923%;
	width: 90.19292604501608%;
}

.col588 .h_tit05 span.sp01 {
	/* margin-left: 61px; */
	margin-left: 10.37414965986395%;
	width: 89.62585034013605%;
}

.col588 .h_tit05 span.sp01 {
	/* margin-left: 61px; */
	margin-left: 10.37414965986395%;
	width: 89.62585034013605%;
}

.h_tit06 {
	background: url("../image/blue_dot_up.png") repeat-x left top;
	width: 100%;
}

.h_tit06 span.sp01 {
	display: block;
	font-size: 14px;
	color: #3f788c;
	letter-spacing: 2px;
	line-height: 1.0;
	padding-top: 20px;
	padding-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.h_tit06 span.sp02 {
	display: block;
	background: url("../image/blue_dotunder.png") repeat-x left bottom;
	font-size: 32px;
	color: #468094;
	letter-spacing: 1px;
	line-height: 1.0;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

.h_tit07 {
	color: #cc3300;
	font-weight: bold;
}

.h_tit08 {
	background-color: #FF6600;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	
}

.h_tit09 {
	padding-bottom: 7px;
	border-bottom: 1px solid #66A986;
	color: #5da27e;
 
}

.h_tit10 {
	padding-bottom: 7px;
	border-bottom: 1px solid #66A986;
}

.h_tit10 span {
	display: block;
	padding-left: 14px;
	border-left: 7px solid #66A986;
	color: #5da27e;
}

.h_tit11 {
	padding-bottom: 7px;
	border-bottom: 1px solid #024882;
}

.h_tit11 span {
	display: block;
	padding-left: 14px;
	border-left: 7px solid #024882;
	color: #024882;
}


	

/* ==== かどまる・コラム系  ====== */

.kadomaru01 {
	background-color: #f7f9f8;
}

.kadomaru01 .inner_col{
	/* padding: 5.625% 4.6785%; */
	padding: 18px 15px;
	border-left: 3px solid #bdd9c9;
	border-right: 3px solid #bdd9c9;
	border-bottom: 3px solid #bdd9c9;
	border-radius: 0 0 5px 5px;
}

.kadomaru01 .h_tit {
	background-color: #579a78;
	border-radius: 5px 5px 0 0;
	/* padding: 5% 4.6785% 4.0625%; */
	padding: 16px 15px 13px;
}

.kadomaru01 .h_tit span.sp01 {
	display: block;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 2px;
	padding-bottom: 9px;
	line-height: 1.0;

}

.kadomaru01 .h_tit span.sp02 {
	display: block;
	color: #ffffff;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.0;

}

.kadomaru01 h2,
.kadomaru01 h3,
.kadomaru01 h4,
.kadomaru01 h5,
.kadomaru01 h6 {
	margin-bottom: 0;
}

.posit_ab02 {
	position: absolute;
	left: 350px;
	top: 10px;	
}

.posit_ab03 {
	position: absolute;
	left: 13px;
	top: -50px;	
}

.parent_box01 .kadomaru01,
.parent_box .kadomaru01 {
	position: relative;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-o-box-flex: 1.0;
	-ms-box-flex: 1.0;
	box-flex: 1.0;
}

.kadomaru02 {
	background-color: #FBFFFD;
	border-radius: 5px;
}

.kadomaru02 .inner_col{
	padding: 16px;
	/* padding: 1.63265306122449%; */

}

.kadomaru02 .h_tit {
	background-color: #66A986;
	border-radius: 5px 5px 0 0;
	/* padding: 1.63265306122449% 1.63265306122449%; */
	padding: 16px 16px;
	color: #ffffff;
}




/* ==== 問い合わせボタン関連 ====== */



.banner_uketsuke {
	background: url("../image/banner_tel_green.gif") no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	color: #48966d;
	margin-bottom: 5px;
	line-height: 19px;
	padding-left: 32px;
	min-height: 19px;
}

.banner_tel {
	font-size: 54px;
	color: #9f1b34;
	padding-bottom: 5px;
	border-bottom: 2px solid #9f1b34;
	margin-bottom: 10px;
	line-height: 1.0;
}

.banner_tel a,
address a {
	color: #9f1b34;
	text-decoration: none;
}

.banner_kinnkyu {
	font-size: 12px;
	font-weight: bold;
	color: #48966d;
	text-align: right;
	margin-bottom: 0;
	line-height: 1.0;
}

.banner_kinnkyu a {
	text-decoration: none;
	color: #48966d;
}





/* ==== box関連 ====== */

/* ==== column関連 ====== */

.blue_border_dot {
	border: 3px solid #00509d;
	background-color: #ffffff;
	padding: 4px;
	/* padding: 0.4081632653061224%; */
	}
	
.blue_border_dot .inner_col {
	border: 1px solid #00509d;
	padding: 22px 32px;
	/* padding: 2.244897959183673% 3.26530612244898%; */
	}


.type3 .col_border_green01,
.type3 .col_border_shiba01,
.type3 .col_border_blue01 {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f7f7f7));
	background: -webkit-linear-gradient(#fcfcfc 0%, #f7f7f7 100%);
	background: -moz-linear-gradient(#fcfcfc 0%, #f7f7f7 100%);
	background: -o-linear-gradient(#fcfcfc 0%, #f7f7f7 100%);
	background: -ms-linear-gradient(#fcfcfc 0%, #f7f7f7 100%);
	background: linear-gradient(#fcfcfc 0%, #f7f7f7 100%);
}

.type3 .col_border_green01 .inner_col,
.type3 .col_border_shiba01 .inner_col,
.type3 .col_border_blue01 .inner_col {
	padding: 24px 12px 16px;
	/* padding: 8% 4%;  5.3333333333333333%; */
}

.col_border_green01 {
	border: 4px solid #5fa681;
}

.col_border_shiba01 {
	border: 4px solid #9c95c1;
}

.col_border_blue01 {
	border: 4px solid #126cab;
}

.col_border_green01 .icon_head01 {
	position: absolute;
	left: 8px;
	top: -49px;
}

.col_border_shiba01 .icon_head01 {
	position: absolute;
	left: 8px;
	top: -43px;
}

.col_border_blue01 .icon_head01 {
	position: absolute;
	left: 8px;
	top: -49px;
}

.col_border_green01 .tab_head01,
.col_border_shiba01 .tab_head01,
.col_border_blue01 .tab_head01 {
	position: absolute;
	right: -4px;
	top: -28px;
}

.col_border_green01 h2,
.col_border_shiba01 h2,
.col_border_blue01 h2,
.col_border_green01 h3,
.col_border_shiba01 h3,
.col_border_blue01 h3,
.col_border_green01 h4,
.col_border_shiba01 h4,
.col_border_blue01 h4 {
	margin-bottom: 20px;
}

.h_green01,
.h_shiba01,
.h_blue01 {
	padding-bottom: 7px;
}

.h_green01 {
	background: url("../image/common/green_under_bar1.gif") repeat-x left bottom;
}

.h_shiba01 {
	background: url("../image/common/shiba_under_bar1.gif") repeat-x left bottom;
}

.h_blue01 {
	background: url("../image/common/blue_under_bar1.gif") repeat-x left bottom;
}

/* ==== 広告関連 ====== */





























