/* ==== 初期設定 ============================================================ */

* {
	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_mo {
	/* float: left; */
	/* margin-right: 16px; */
	float: none !important;
	clear: both !important;
}

.img_fl16_2 {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.img_fl20 {
	float: left;
	margin-right: 20px;
}

.img_fl20_mo {
	/* float: left; */
	/* margin-right: 20px; */
	float: none !important;
	clear: both !important;
}

.img_fl30 {
	float: left;
	margin-right: 30px;
}

.img_fl30_mo {
	/* float: left; */
	/* margin-right: 30px; */
	float: none !important;
	clear: both !important;
}

.img_fl34 {
	float: left;
	margin-right: 34px;
}

.img_fl34_mo {
	/* float: left; */
	/* margin-right: 34px; */
	float: none !important;
	clear: both !important;
}

.img_fl40 {
	float: left;
	margin-right: 40px;
}

.img_fl40_mo {
	/* float: left; */
	/* margin-right: 40px; */
	float: none !important;
	clear: both !important;
}

.img_fr12 {
	float: right;
	fmargin-left: 12px;
}

.img_fr16 {
	float: right;
	fmargin-left: 16px;
}

.img_fr20 {
	float: right;
	fmargin-left: 20px;
}

.img_fr20_mo {
	/* float: right;/* 
	/* margin-left: 20px; /* 
	float: none !important;
	clear: both !important;
}

.img_fr30 {
	float: right;
	fmargin-left: 30px;
}

.img_fr30_mo {
	/* float: right; */
	/* margin-left: 30px; */
	float: none !important;
	clear: both !important;
}

.img_fr34 {
	float: right;
	fmargin-left: 34px;
}

.img_fr40 {
	float: right;
	fmargin-left: 40px;
}

.img_fr40_mo {
	/* float: right; */
	/* margin-left: 40px; */
	float: none !important;
	clear: both !important;
}

.float_reset {
	float: none !important;
}

/* ==== clear関連 ====== */

.clear_b {
	clear: both;
}

.clear_fl01{
	clear: both;
	margin-bottom: 40px;
}

.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,
.ul_course4: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_course4,
.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 .ul_course4,
*html .ul_course5 {
	height: 1px;
}

.clear_fix,
.clear_fl01,
.clear_fl02,
.clear_fl03,
.parent_box,
.parent_box01,
.ul_course1,
.ul_course2,
.ul_course3,
.ul_course4,
.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_t-50 {
	margin-top: -50px !important;
}

.mar_t16 {
	margin-top: 16px;
}

.mat_t18 {
	margin-top: 18px;
}

.mat_t20 {
	margin-top: 20px;
}

.mar_t30 {
	margin-top: 30px !important;
}


.mar_t50 {
	margin-top: 50px !important;
}

.mar_r40 {
	margin-right: 40px;
}

.mar_b5 {
	margin-bottom: 5px !important;
}

.mar_b20 {
	margin-bottom: 20px !important;
}

.mar_b30 {
	margin-bottom: 30px !important;
}

.mar_b40 {
	margin-bottom: 40px !important;
}

.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_b80 {
	margin-bottom: 80px !important;
}

.mar_b165 {
	margin-bottom: 165px !important;
}

.inner_header .mar_b165 {
	margin-bottom: 30px !important;
}


.mar_l34 {
	margin-left: 34px;
	/* margin-left: %;	*/	
}

.in_main .mar_l34 {
	margin-left: 34px;
	/* margin-left: %;	*/	
}

.mar_l68 {
	margin-left: 68px;
	/* margin-left: %;	*/	
}

.mar_l80 {
	margin-left: 80px;
	/* margin-left: %;	*/	
}

.mar_l90 {
	margin-left: 90px;
	/* margin-left: %;	*/	
}

.mar_l172 {
	margin-left: 172px;
	/* margin-left: %;	*/	
}

.mar_r22 {
	margin-right: 22px;
	/* margin-left: %;	*/	
}

.mar_r340 {
	margin-right: 340px;
	/* margin-right: %;	*/	
}

.pad_t22 {
	padding-top: 22px;
}

.pad_t30 {
	padding-top: 30px;
	/* padding-top: %;	*/
}

.pad_t40 {
	padding-top: 40px;
	/* padding-top: %;	*/
}

.pad_b20 {
	padding-bottom: 20px;
}

.pad_b30 {
	padding-bottom: 30px;
}

.pad_b40 {
	padding-bottom: 40px;
}

.pad_l16 {
	padding-left: 16px;
	/* padding-left: %;	*/	
}

.pad_l34 {
	padding-left: 34px;
	/* padding-left: %;	*/	
}

.pad_l45 {
	padding-left: 45px;
	/* padding-left: %;	*/	
}

.in_main .pad_l34 {
	padding-left: 34px;
	/* padding-left: %;	*/		
}

.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;
}






/* ==== overflow text position関連 ====== */

.over_flow {
	overflow: hidden;
}

span.over_flow {
	overflow: hidden;
	display: block;
}

.over_flow_reset {
	overflow: visible !important;
}

.display_bl {
	display: block;
}

.mo_display_none {
	display: none;
}

.mo_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;
}

.mo_txt_center {
	text-align: center;
}

.p_txt_center span {
	display: block;
	text-align: center;
	}

.posit_ab01 {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 150px; */
	}
	
.posit_ab02 {
	/* position: absolute; */
	/* left: 642px; */
	/* bottom: -20px; */
	margin-left: auto;
	margin-right: auto;
	width: 337px;
	}
	

/* ==== レイアウト項目 ====================================================== */

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;
}

#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; */
	width: 97.95918367346939%;
}

.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関連 ====== */

.top_obi {
	mine-height: 238px;
	background-color: #40b7f2;
	margin-bottom: 15px;
	width: 100%;
}

#logo {
	padding-top: 13px;
}

.top_tel {
	float: right;
	font-size: 42px;
	color: #ddbe4f;
	background: url("../image/icon_tel01.gif") no-repeat left top;
	line-height: 42px;
	padding-top: 3px;
	padding-left: 74px;
	padding-right: 40px;
	margin-bottom: 23px;
}


/* ==== nav関連 ====== */

nav,
footer {
	min-width: 980px;
}

/* ==== keyvisual関連 ====== */

.keyvisual {
	margin-bottom: 34px;
	text-align: center;
}





/* ==== footer関連 ====== */

footer {
	background-color: #4485ae;
	color: #ffffff;
}

footer .inner_footer small {
	display: block;
	color: #ffffff;
	font-size: 22px;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 20px;
}




/* ==== font関連 ====== */

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 30px;
}

p, ol, ul, dl,figcaption {
	font-size: 16px;
	margin-bottom: 16px;
}

figure {
	margin-bottom: 15px;
}

p,
figcaption {
	line-height: 1.6;
}

figcaption {
	margin-top: 16px;
}

figcaption.ssize {
	font-size: 14px;
	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: 26px;
	margin-bottom: 12px;
}

th {
color: #000000;
font-size: 20px;
background-color: #ffffff;
white-space: nowrap;
text-align: center;
border: 1px solid #666666;
padding: 10px;
}

th.th01 {
	width: 60%;
}

td {
color: #666666;
font-size: 18px;
background-color: #ffffff;
/* white-space: nowrap; */
text-align: center;
border: 1px solid #666666;
padding: 10px;
}

table thead {
	display: none;
}

table tbody tr {
	display: block;
}

table tbody th {
	display: block;
}

table tbody td {
	display: block;
}

table.table1 td:before {
	display: block;
	border-bottom: 1px solid #666666;
	padding: 10px;
	background-color: #d8e7f9;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
}

table.table1 td:nth-of-type(1):before {
	content: "当社";
}

table.table1 td:nth-of-type(2):before {
	content: "A社";
}

table.table1 td:nth-of-type(3):before {
	content: "B社";
}

table.table1 td:nth-of-type(4):before {
	content: "C社";
}

table.blue th {
	background-color: #d8e7f9;
}

table.blue td {
	text-align: left;
}

table.shiba th {
	background-color: #d7d7f8;
}

table.blue caption {
    border-left: 7px solid #6C9AC5;
    color: #5F96C9;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 7px;
 }
 
table.shiba caption {
    border-left: 7px solid #7777A3;
    color: #7777A3;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 7px;
 }
 
 table .td_bg_pink {
	 background-color: #fbe5e8;
	 color: #de0101;
	 font-weight: bold;
	 }
	 
 table .td_bg_yellow {
	 background-color: #fdfcc4;
	 }


/* ====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,
.ul_check_box01,
ul.blue_checkbox01 {
	list-style: none;
}

.ul_course2 li,
.ul_course3 li,
.ul_course4 li {
	/* float: left; */
	/* margin-right: 16px; */
}

.ul_course5 li {
	/* float: left; */
	/* margin-right: 10px; */
}


.ul_course1 li {
	float: left;
	margin-bottom: 7px;
}

.list_normal {
	margin-left: 1em;
}

.blue_checkbox01 li {
	background: url("../image/blue_checkbox01.gif") no-repeat left center;
	padding-left: 30px;
	min-height: 18px;
	line-height: 18px;
	}

	

/* ==== col関連 幅の指定====== */

.in_main {
	margin-left: 10px;
	margin-right: 10px;
/* 1.0416666666666667% */
}

.col2 {
	/* width: 462px; */
	/* margin-right: 56px; */
/* width: 47.14285714285714%; */
/* margin-right: 5.714285714285714%; */
margin-bottom: 30px;
width: 100%;
}

.in_main .col2 {
	/* width: 452px; */
	/* margin-right: 56px; */
/* width: 47.08333333333333%; */
/* margin-right: 5.833333333333333%; */
margin-bottom: 30px;
width: 100%;
}


.col3 {
	/* width: 300px; */
	/* margin-right: 40px; */
/* width: 30.61224489795918%; */
/* margin-right: 4.081632653061224%; */
margin-bottom: 30px;
width: 100%;
}

.in_main .col3 {
	/* width: 300px; */
	/* margin-right: 30px; */
/* width: 31.25%; */
/* margin-right: 3.125%; */
margin-bottom: 30px;
width: 100%;
}

.col3_2 {
	/* width: 640px; */
/* margin-right: 40px; */
/* width: 65.30612244897959%; */
/* margin-right: 4.081632653061224%; */
margin-bottom: 30px;
width: 100%;
}

.in_main .col3_2 {
	/* width: 630px; */
/* margin-right: 30px; */
/* width: 65.625%; */
/* margin-right: 3.125%; */
margin-bottom: 30px;
width: 100%;
}

.col4,
.ul_course4 li {
	/* width: 227px; */
	/* margin-right: 24px; */
/* width: 23.75%; */
/* margin-right: 1.666666666666667%; */
margin-bottom: 30px;
width: 100%;
}

.col5,
.ul_course5 li {
	/* width: 184px; */
	/* margin-right: 15px; */
/* width: 19.16666666666667%; */
/* margin-right: 1.0416666666666667%; */
margin-bottom: 30px;
width: 100%;
}

.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 li:nth-of-type(3n+1),
.ul_course4 li:nth-of-type(4n+1),
.ul_course5 li:nth-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 li:nth-of-type(3n+3),
.ul_course4 li:nth-of-type(4n+4),
.ul_course5 li:nth-of-type(5n+5) {
	margin-right: 0;
}

.col3_mobile_mar {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.col286 {
	width: 286px;
	/* width: %; */
}

.col300 {
	width: 300px;
	/* width: %; */
}

.col320 {
	width: 320px;
	/* width: %; */
}

.col351 {
	width: 351px;
	/* width: %; */
}

.col337 {
	/* width: 337px; */
	/* width: %; */
}

.col372 {
	/* width: 372px; */
	/* width: %; */
}

.col390 {
	/* width: 390px; */
	/* width: 100%; */
}

.col452 {
	/* width: 452px; */
	/* width: %; */
}

.col476 {
	/* width: 476px; */
	/* width: %; */
}

.col492 {
	/* width: 492px; */
	/* width: %; */
}

.col538 {
	/* width: 538px; */
	/* width: 100%; */
}

.col568 {
	/* width: 568px; */
	/* width: %; */
}

.col588 {
	/* width: 588px; */
	/* width: %; */
}

.col595 {
	/* width: 595px;
	/* width: %; */
}

.col602 {
	/* width: 602px; */
	/* width: 100%; */
}

.col603 {
	/* width: 603px; */
	/* width: 100%; */
}

.col609 {
	/* width: 609px; */
	/* width: 100%; */
}

.col622 {
	/* width: 622px; */
	/* width: 100%; */
}

.col635 {
	/* width: 635px; */
	/* width: 100%; */
}

.col636 {
	/* width: 636px; */
	/* width: 100%; */
}

.col637 {
	/* width: 637px; */
	/* width: 100%; */
}

.col638 {
	/* width: 638px; */
	/* width: 100%; */
}

.col656 {
	/* width: 656px; */
	/* width: 100%; */
}

.col675 {
	/* width: 675px; */
	/* width: 100%; */
}

.col680 {
	/* width: 680px; */
	/* width: 100%; */
}

.col684 {
	/* width: 684px; */
	/* width: 100%; */
}

.col699 {
	/* width: 699px; */
	/* width: 100%; */
}

.col703 {
	/* width: 703px; */
	/* width: 100%; */
}

.col798 {
	/* width: 798px; */
	/* width: 100%; */
}

.col800 {
	/* width: 800px; */
	/* width: 100%; */
}

.col808 {
	/* width: 808px; */
	/* width: 100%; */
}

.col830 {
	/* width: 830px; */
	/* width: 100%; */
}

.col889 {
	/* width: 889px; */
	/* width: 100%; */
}



/* ==== parent_box関連 ====== */

.parent_box {
	clear: both;
	/* display: -webkit-box; */
	/* display: -moz-box; */
	/* display: -o-box; */
	/* display: -ms-box; */
	/* display: box; */
}

.parent_box01 {
	clear: both;
	margin-bottom: 50px;
	/* 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;
}

.box_border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==== font title関連 ====== */

.font_tit01 {
	color: #ffffff;
	font-size: 80px;
}

.font_tit02 {
	color: #ffffff;
	font-size: 20px;
}

.font_tit03 {
	color: #409de4;
	font-size: 48px;
}

.clear_fix span.sp_01,
.clear_fix span.sp_03 {
	/* display: block; */
	/* float: left; */
}

.clear_fix span.sp_02 {
	display: none;
	/* float: left; */
}

.clear_fix span.sp_01 {
	/* margin-right: 34px; */
}

.clear_fix span.sp_02 {
	/* margin-right: 30px; */
}

.font_tit04 {
	color: #f70415;
	font-size: 72px;
}

.font_tit05 {
	font-size: 48px;
}

.font_bold01{
	font-weight:bold;
}

.font_size18{
	font-size:18px;
}


.font_size22{
	font-size: 22px;
}

.font_size26{
	font-size: 26px;
}

.font_size28{
	font-size: 28px;
}

.font_size31 {
	font-size: 31px;
}


.font_size34 {
	font-size: 34px;
}

.font_size40 {
	font-size: 40px;
}

.font_size56 {
	font-size: 56px;
}

.font_size60 {
	font-size: 60px;
}

.font_size72 {
	font-size: 62px;
}

/* ==== color 関連 ====== */

.red {
	color: #ff0000;
}

.red01 {
	color: #cc3300;
	font-weight: bold;
}

.color_logo {
	color: #91103f;
	
}

.color_blue01 {
	color: #343c73;
	font-weight: bold;
	
}

.color_blue02 {
	color: #2883c9;
	
}

.color_blue03 {
	color: #2082ce;
	
}

.color_blue04 {
	color: #2a8cd8;
	
}

.color_red01 {
	color: #f70415;
}

.color_red02 {
	color: #fe0303;
}

.color_black01 {
	color: #000e19;
}


.color_white01 {
	color: #ffffff;
}

.color_gold01{
	color:#c28b08;
}

.color_gold02{
	color:#c39837;
}

.color_gold03{
	color:#c28901;
}

/* ==== h title関連 ====== */

.h_tit01{
	background:url("../image/icon_tel02.gif") no-repeat left center;
	/* padding-left:130px; */
	padding-left:13.26530612244898%;
}

.h_tit02{
	background:	url("../image/gold_number1.gif") no-repeat left top;
	padding-left:87px;
}

.h_tit03{
	background:	url("../image/gold_number2.gif") no-repeat left top;
	padding-left:87px;
}

.h_tit04{
	background:	url("../image/gold_number3.gif") no-repeat left top;
	padding-left:87px;
}

.h_tit05{
	background:	url("../image/gold_number4.gif") no-repeat left top;
	padding-left:87px;
}

.h_tit06{
	display:block;
	color: #c39837;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #cba23c;
	border-bottom: 2px solid #cba23c;
	padding: 14px 2px;
	margin-right: 40px;
}

.h_tit07{
	display:block;
	margin-top: 10px;
	color: #000e19;
	font-size: 31px;
	font-weight: bold;
	margin-right: px;
}

.h_tit08 {
	background-color: #409de4;
	min-height:128px;
	padding-top:22px;
	font-size: 62px;
	color: #ffffff;
	text-align: center;
	
}

.h_tit09{
	background:url("../image/icon_tel03.gif") no-repeat left center;
	padding-left:130px;
}

.h_tit10 {
	background: url("../image/he_blue_left.gif") no-repeat left top;
	padding-left: 20px;
	color: #2d97e5;
	font-size: 36px;
	min-height: 55px;
	line-height: 55px;
}

.h_tit11 {
	background: url("../image/he_blue_left02.gif") no-repeat left top;
	padding-left: 20px;
	color: #2d97e5;
	font-size: 36px;
	min-height: 55px;
	line-height: 55px;
}

.h_tit12 {
	background: url("../image/blue_underbar01.gif") repeat-x left bottom;
	padding-bottom: 7px;
	color: #2d97e5;
	font-size: 26px;
}

.h_tit13 {
	background: url("../image/blue_underbar02.gif") repeat-x left bottom;
	padding-bottom: 7px;
	color: #0b5f9c;
	font-size: 26px;
}

.h_tit14 {
	color: #0b5f9c;
	font-size: 26px;
}


/* ==== かどまる・コラム系  ====== */

.blue_bg01 {
	background: url("../image/blue_bot_bg01.gif") no-repeat center bottom #dbeffe;
}

.blue_bg02 {
	background-color: #2082ce;
	padding: 20px;
}

.blue_bg03 {
	background-color: #409de4;
	border-radius: 7px;
	/* padding: 20px; */
	padding: 3.149606299212598%;
}

.blue_bg04 {
	background-color: #409de4;
	min-height:128px;
	/* padding-left:80px; */
	padding-top:10px;
	
}

.blue_bg05{
	background-color:#2e8ed8;
	padding:14px 5px;
	border-radius:7px;
}


.blue_bg06{
	background-color:#d1ebff;
}

.blue_bg07{
	background-color: #409de4;
	background-image: url("../image/gagepic02.gif");
	background-repeat: no-repeat;
	background-position: right bottom;				
	min-height: 278px;
}

.blue_bg08{
	background: url("../image/tel_blue_bg.gif") no-repeat right bottom #eff7fd;
	border: 1px solid #409de4;
}

.blue_bg08 .inner_contents {
	background: url("../image/photo17.png") no-repeat right bottom;
	background-size: 30.61224489795918%;
	/* padding: 14px; */
	padding: 1.428571428571429%;
}

.blue_bg09_man{
	background-color:#d1ebff;
	background: url("../image/soudan_man.gif") no-repeat right bottom #d1ebff;
}

.blue_bg09_lady{
	background-color:#d1ebff;
	background: url("../image/soudan_lady.gif") no-repeat right bottom #d1ebff;
}

.blue_bg09_man .inner_contents,
.blue_bg09_lady .inner_contents{
	padding: 20px;
}

.blue_bg10{
	background-color: #c9e2f5;
	padding: 5px;
}

.blue_bg11{
	background: -webkit-gradient(linear, left top, left bottom, from(#e6fefe), to(#fcfeff));
	background: -webkit-linear-gradient(#e6fefe 0%, #fcfeff 100%);
	background: -moz-linear-gradient(#e6fefe 0%, #fcfeff 100%);
	background: -o-linear-gradient(#e6fefe 0%, #fcfeff 100%);
	background: -ms-linear-gradient(#e6fefe 0%, #fcfeff 100%);
	background: linear-gradient(#e6fefe 0%, #fcfeff 100%);
	
}


.box_01 {
	/* padding: 40px 7px 7px 42px; */
	padding: 1.6666666666666667%;
	/* width: 635px; */
	width: 96.66666666666667%;
	}
	
.white_bg01 {
	background-color: #ffffff;
	border-radius: 7px;
	/* padding: 13px; */
	padding: 2.184873949579832%;
}

.box_gray01 {
	background: url("../image/photo_01.png") no-repeat right bottom;
	background-size: 50%;
	border: 1px solid #666666;
	padding: 20px 15px 15px;
	}






/* ==== link関連 ====== */

.blue_link02 a,
.shiba_link02 a {
	display: block;
	background: url("../image/common/blue_link_icon03.gif") no-repeat left center;
	padding-left: 14px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}

.blue_link02 a {
	color: #418faa;
}


.shiba_link02 a {
	color: #5084b4;
}

a.tel01 {
	text-decoration: none;
	color: #ffffff;
	} 

a.tel02 {
	text-decoration: none;
	color: #2082ce;
	} 





























