
/* 
#0eb6f5		メインカラー（水色）・濃い
#bfe8fc		メインカラー（水色）・中間
#bae6fc		メインカラー（水色）・薄い
#e7f7ff		メインカラー（水色）・超薄い


#3cb158		サブカラー・緑
#f4912e		サブカラー・オレンジ

#e3d4b3		ベージュ：濃い（ヘッダー）
#f4e5c6		ベージュ：薄い

#f96363		赤：濃い
#ffe1e1		赤：薄い

#3cb158		緑：濃い
#d4ffde		緑：薄い




#c3e3ff		メインカラー・グラデーション02
#e7f7ff		メインカラー・グラデーション03
*/



*{
	font-style:normal;
	font-size:18px;
	color:#484848;
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	letter-spacing:0.1em;
}
html,body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
    background-color: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
}

.sp{
	display: none !important;
}

img{
	vertical-align: bottom;
}


/* ************************* */
/* ***** ヘッダー ***** */
/* ************************* */
#main_banner{
	width: 100%;
	height: 370px;
	background-image:url(../img/banner_main.png);
}

#global_header{
	width: 990px;
	border-top: solid 8px #0eb6f5;
}
#global_header header{
	box-sizing: border-box;
	width: 990px;
	height: 120px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
#logo_box{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 100px;
	background: #0eb6f5;
}
#logo_box p{
	height: 100%;
	background: #fff;
	border-radius: 0 30px 0 0;
	padding-top: 10px;
}


#toiawase_box{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	margin-right: -10px;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
#toiawase_box .small{
	font-size: 14px;
	color: #fff;
}
#toiawase_box .soudan_dial{
	position: relative;
	font-size: 14px;
	color: #fff;
}
.soudan_dial a{
	color: #fff;
}
.soudan_dial span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 10px;
}
.soudan_dial span:after{
	position: absolute;
	content:"|";
	color: #fff;
	top: 0;
	right: 0;
}

#toiawase_box_inner{
	border: solid 2px #0eb6f5;
	background: #0eb6f5;
	padding-left: 2em;
	border-radius: 0 0 6px 30px;
}

/* お問合せボタン */
#toiawase_box_banner{
	width: 250px;
	padding: 8px;
	margin: 10px 0;
	background: #60400e;
	border-radius: 10px;
	float: right;
}
#toiawase_box_banner > a{
	display: block;
	text-align: center;
	color: #fff !important;
}
#toiawase_box_banner > a:after{
	content: url(../img/arrow_02.png);
	position: relative;
	top: 2px;
	right: -12px;
}



/* グローバル・ナビ */
#global_navi{
	width: 990px;
	background: #fff;
	border-bottom: solid 1px #ccc;
}
#global_navi nav{
	width: 990px;
	background: #fff;
	margin: 20px auto 10px auto;
}

#global_navi ul{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-left: dotted 1px #0eb6f5;
	border-right: dotted 1px #0eb6f5;
}
.global_navi_item{
	font-size: 16px;
	display: table-cell;
	text-align: center;
	padding: 0 6px;
}
.global_navi_item + .global_navi_item{
	border-left: dotted 1px #0eb6f5;
}
.global_navi_item a{
	display: block;
	padding: 6px;
	border-radius: 6px;
}
.global_navi_item a:hover{
	background: #e7f7ff;
}

/* メイン・バナー */
#main_banner{
	position: relative;
	box-sizing: border-box;
	width: 990px;
	height: 370px;
	z-index: -1;
	background:url(../img/banner_main_bg.png) repeat-x;
}
#main_banner p{
	width: 990px;
	height: 370px;
	margin: 0 auto;
	background-image:url(../img/banner_main.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#main_banner:after{
	content:"";
	width: 100%;
	height: 390px;
	position: absolute;
	top:0;
	box-shadow:0 8px 12px -8px #222 inset;
}
#main_banner img{
	display: block;
	height: 100%;
	margin: 0 auto;
}


/* ************************* */
/* ***** コンテンツ ***** */
/* ************************* */
.content_wrapper{
	position: relative;
	box-sizing: border-box;
	width: 990px;
	margin: 0 auto;
	z-index: 1;
}

/* ************************* */
/* ***** メイン ***** */
/* ************************* */
.main_body{
	box-sizing: border-box;
	float: right;
	width: 680px;
	margin-bottom: 2em;
}
.main_body h1{
	font-size: 1.4em;
	color: #0eb6f5;
	margin: 1.5em 0 0.5em 0;
}
.main_body h2{
	font-size: 1.4em;
	line-height: 1.2;
	color: #0eb6f5;
	margin: 1em 0;
}
.main_body div p{
	margin-bottom: 1em;
}
/* ***** お問合せ ***** */
/* モバイルでは画像を使わないため、PC版では背景画像を使う */
.toiawase_index li{
	overflow: hidden;
	width: 646px;
	height: 88px;
	margin-bottom: 2em;
}
.toiawase_index li a{
	display: block;
	width: 100%;
	height: 100%;
}
.toiawase_index li:hover{
	opacity: 0.8;
}
.toiawase_index a p{
	text-indent: -9999px;
}
.toiawase_index_kojin{
	background: url(../img/toiawase_button_kojin.png);
}
.toiawase_index_company{
	background: url(../img/toiawase_button_company.png);
}
/* ***** お問合せ（企業） ***** */
.toiawase_index_company01{
	background: url(../img/toiawase_button_company01.png);
}
.toiawase_index_company02{
	background: url(../img/toiawase_button_company02.png);
}


/* ***** 会社情報 ***** */
.lawyer_photo img{
	width: 250px;
	height: auto;
	border: solid 1px #ccc;
}
.lawyer_profile{
	position: relative;
	display: table;
	border-collapse : separate ;
	width: 100%;
}
.lawyer_photo, .lawyer_text{
	display: table-cell;
	vertical-align: top;
}
.lawyer_text{
	padding: 0 0.5em 0 1em;
	font-size: 1em;
}
.lawyer_text dl, .lawyer_text dt, .lawyer_text dd{
	position: relative;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.7;
}
.lawyer_text dl dd{
	margin-bottom: 1em;
}
.lawyer_text dl dt{
	padding: 0.5em 0.5em 0.5em 2em;
	font-size: 1em;
	line-height: 1;
}
.lawyer_text dl dt:before{
	position: absolute;
	content:url(../img/title_icon_01.png);
	width: 16px; height:16px;
	top:0; bottom:0;
	left:0;
	margin: auto;
}
.lawyer_text ul
	list-style-type: disc !important;
}
.lawyer_text li{
	margin-left: 1.5em;
	margin-bottom: 1em;
	line-height: 1.2;
}


/* ************************* */
/* ***** 用語集 ***** */
/* ************************* */
.yougo_header{
	position: relative;
	overflow: hidden;
}
.yougo{
	position: relative;
	padding: 6px;
	font-size: 1.1em !important;
	font-weight: bold;
	line-height: 1.4 !important;
	color: #0eb6f5;
	background: #edf6fb;
	border-radius: 4px;
	margin-bottom: 1em !important;
	padding-left: 2em;
	cursor: pointer;
}
.kaisetsu{
	border: solid 1px #f4e5c6;
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 2em;
	background: #fbf6ec;
	display: none;
}
.yougo:before{
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #0eb6f5;
	top:6px; bottom: 0; margin: auto 0;
	left: 1em;
}
#show_all_yougo{
	display: block;
	padding: 4px;
	background: #0eb6f5;
	border-radius: 2px;
	width: 200px;
	margin: 0.5em;
	float: right;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#show_all_yougo:hover{
	opacity: 0.7;
}


/* ************************* */
/* ***** タイトル ***** */
/* ************************* */
.title_02{
	padding: 6px;
	font-size: 1.1em !important;
	font-weight: bold;
	line-height: 1.4 !important;
	color: #0eb6f5;
	background: #e7f7ff;
	border-radius: 4px;
	margin-bottom: 1em !important;
}

.title_03{
	font-size: 1em !important;
	font-weight: bold;
	color: #3cb158;

	position:relative;
	padding-left:30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
.title_03:after, .title_03:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#e3d4b3; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.title_03:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}


.text_01{
	color: #f4912e;
}
/* ============================== */
/* リスト
/* ============================== */

/* ***** リスト１ ***** */
.list_01 li{
	position: relative;
	border-top: solid 1px #ccc;
	padding: 6px 0 6px 30px;
}
.list_01 li:last-child{
	border-bottom: solid 1px #ccc;
}
.list_01 li:after{
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #0eb6f5;
	top:0; bottom: 0; margin: auto 0;
	left: 15px;
}
.list_01 a{
	display: block;
	margin-left: -30px;
	padding-left: 30px;
}
.list_01 a:hover{
	background: #e7f7ff;
}

/* ***** リスト２ ***** */
.list_02 li{
	position: relative;
	list-style-type: disc !important;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 1em;
}

	

/* ============================== */
/* ボックス 01
/* ============================== */
.box_01 ul{
	display: table;
	table-layout: fixed;
	border-spacing : 12px;
	border-collapse : separate ;
	width: 100%;
}
.box_01 ul li{
	position: relative;
	display: table-cell;
	padding: 1em;
	border: solid 2px #bfe8fc;
	border-radius: 4px;
	background: #fefcf4;
}

.box_01 a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box_01 ul li:hover{
	-webkit-box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.7);
	-moz-box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.7);
	box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.7);
}

.box_01 div{
	margin-top: 1em;
}
.box_01 a span{
	display: block;
	width: 100%;
	position: absolute;
	right:1em;
	bottom:0;
	padding-top: 1em;
	text-decoration: underline;
	text-align: right;
	color: #0eb6f5;
}

/* ============================== */
/* ボックス 02
/* ============================== */
.box_02 ul{
	display: table;
	table-layout: fixed;
	border-spacing : 12px;
	border-collapse : separate ;
	width: 100%;
}
.box_02 ul li{
	position: relative;
	display: table-cell;
	vertical-align: center;
}
.box_02 p{
	position: relative;
	padding: 2em 0;
	text-align: left;
	text-indent: 60px;
	border-radius: 4px;
	border: solid 1px #0eb6f5;

}

.box_02 p:before{
	position: absolute;
	top:-1px; left: -1px;
	content:"";
	width: 50px;;
	height: 100%;
	border-radius: 4px 0 0 4px;
	border: solid 1px #0eb6f5;
	background: #0eb6f5;
	z-index: -1;
}
.box_02 a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-indent: -9999px;
}
.box_02 a:hover{
	background: rgba(230,247,255,0.3);
}

/* ============================== */
/* ボックス 03
/* ============================== */
.box_03_clear {
	background: transparent !important;
	border: 0 !important;
}
.box_03_clear:before{
	background: transparent !important;
	border: 0 !important;
}

.box_03 ul{
	display: table;
	table-layout: fixed;
	border-spacing : 12px;
	border-collapse : separate ;
	width: 100%;
}
.box_03 li{
	position: relative;
	display: table-cell;
	width: 30%;
	height: 100px;
	background: #f4f4f4;
	padding: 4px 4px 4px 60px;
	margin-bottom: 1em;
	border-radius: 4px;
	vertical-align: middle;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}
.box_03 li:hover{
	background: #bae6fc;
}
.box_03 li:before{
	position: absolute;
	content:"";
	width: 50px;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto 0;
	background: #e7f7ff;
	border-radius: 4px 0 0 4px;
	border-right: dotted 1px #0eb6f5;
}
.box_03 a{
	position: absolute;
	display: block;
	top:0; left:0;
	left:0; right:0;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
}
.box_03 li:after{
	position: absolute;
	top:50%; left:0; right:0; bottom:0; 
	font-size: 20px;
	color: #0eb6f5;
	font-weight: bold;
	margin-top: -20px;
	width: 50px;
	text-align: center;
}
.box_03_01:after{
	content:'\002460';
}
.box_03_02:after{
	content:'\002461';
}
.box_03_03:after{
	content:'\002462';
}
.box_03_04:after{
	content:'\002463';
}
.box_03_05:after{
	content:'\002464';
}
.box_03_06:after{
	content:'\002465';
}




.shadow{
	-webkit-box-shadow: 2px 2px 2px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 2px 0px rgba(204,204,204,0.5);
	box-shadow: 2px 2px 2px 0px rgba(204,204,204,0.5);
}
.shadow_hover{
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: inset 2px 2px 2px 0px rgba(204,204,204,0.5);
	box-shadow: inset 2px 2px 2px 0px rgba(204,204,204,0.5);
}
/* ============================== */
/* トップ                         */
/* ============================== */
#top_content_01{
	width: 100%;
	background:url(../img/top_content_01_bg.png) no-repeat;
	background-position: right top;
	margin-bottom: 40px;
	border-bottom: dashed 1px #555;
}
#top_content_01 p{
	line-height: 3em;
	margin-bottom: 40px;
}
#top_content_01_button li{
	display: inline-block;
	padding-right: 40px;
	margin-bottom: 40px;
}
#top_content_01_button li a{
	display: block;
}
#top_content_01_button li a:hover{
	opacity: 0.8;
}
#top_content_01_button li img{
	width: 254px;
	height: 65px;
}


/* ***** 事例 ***** */
#top_content_02{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dashed 1px #555;
}
#top_content_02 ul{
	text-align: center;
	border-radius: 20px;
	background: #f4e5c6;
	padding: 10px 0;
}
#top_content_02 ul li{
	position: relative;
	display: inline-block;
	font-size: 1em;
	line-height: 1.2;
	border-top: solid 4px #0eb6f5;
	width: 45%;
	height: 80px;
	margin: 4px;
	padding: 6px;
	vertical-align: top;
	text-align: left;
	background: #fff;
	border-right: solid 3px rgba(206,192,165,1);
	border-bottom: solid 3px rgba(206,192,165,1);
}
#top_content_02 ul li:after{
	position: absolute;
	content:"";
	top:0;
	right: 0;
	width: 0;
	height: 0;
	border: solid 10px;
	border-top-color: #0eb6f5;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #0eb6f5
}

#top_content_02 ul li p{
	position: relative;
}
#top_content_02 ul li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #0eb6f5;
	letter-spacing: -0.1em !important;
}
#top_content_02 ul li a:hover{
	background: rgba(231, 247, 255, 0.5);
}
#top_content_02 ul li a span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1.2;
	text-align: right;
	padding: 2px 2px 2px 50px;
	color: #0eb6f5;
}

/* ***** 違い ***** */
#top_content_03{
	background: url(../img/top_content_03_bg.png) no-repeat;
	background-position: top right;
	padding-bottom: 40px;
	border-bottom: dashed 1px #555;
}
#top_content_03 ul{
	width: 100%;
}
#top_content_03 ul li{
	display: inline-block;
	word-wrap: break-word;
	word-break:break-all;
	width: 40%;
	font-size: 1em;
	line-height: 1.2;
	border: solid 2px #f96363;
	border-radius: 10px;
	background: #fff;
}
#top_content_03 article{
	padding: 6px;
}
#top_content_03 ul li {
	position: relative;
}
#top_content_03 ul li h1{
	position: relative;
	padding: 6px 6px 6px 32px;
	margin: 6px 0 12px 0 !important;
	background: #ffe1e1;
	border-radius: 4px;
	color: #f96363;
}
#top_content_03 ul li h1:before{
	content: "";
	position: absolute;
	background: transparent;
	top: 50%;
	left: 4px;
	margin-top :-10px;
	height: 10px;
	width: 10px;
	border: solid 6px #f96363;
	border-radius: 50%;
}
#top_content_03 ul li p{
	font-size: 1em;
	line-height: 1.5;
	padding: 12px 0 0 0;
	border-top: dotted 2px #f96363;
}
#top_content_03 ul li div{
	height: 2em;
}
#top_content_03 ul li div a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
#top_content_03 ul li div a span{
	position: absolute;
	display: block;
	bottom: 0.5em;
	right: 0.5em;
	text-decoration: underline;
	color: #f96363;
}


.box_green{
	border: solid 2px #3cb158 !important;
}
.box_green h1{
	color: #3cb158 !important;
	background: #d4ffde !important;
}
.box_green h1:before{
	border: solid 6px #3cb158 !important;
}
.box_green p{
	border-top: dotted 2px #3cb158 !important;
}
.box_green div a span{
	color: #3cb158 !important;
}


/* ***** メリット ***** */

#top_content_04 ul{
	border: solid 6px #bae6fc;
	border-radius: 6px;
	margin: 20px 0;
	display: table;
}
#top_content_04 ul li{
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.merit_img{
	width:300px;
}

#top_content_04 ol{
	margin-top: 10px;
}
#top_content_04 ol li{
	display: block;
	font-size: 1em;
	padding-top: 0.5em;
}
#top_content_04 ol:before{
	position: absolute;
	content:"";
	left: -1em;
	width: 4px;
	height: 70%;
	border: solid 1px #e9e9e9;
	top: 0; bottom:0;
	margin: auto;
	border-radius: 4px;
	background: #e9e9e9;
}



/* ************************* */
/* ***** サイドバー ***** */
/* ************************* */
#sidebar{
	box-sizing: border-box;
	float: left;
	width: 260px;
	margin-top: -40px;
	margin-bottom: 2em;
}
#contents_menu{
	background: #e7f7ff;
	padding: 6px;
	border-radius: 10px;
}
.contents_menu_block{
	margin-bottom: 20px !important;
}
#contents_menu_title{
	color: #0eb6f5;
	text-align: center;
	padding: 6px 0;
	background: #fff;
	border-bottom: solid 3px #0eb6f5;
	border-radius: 6px 6px 0 0;
}
#shindan_banner img{
	border: solid 4px #fff;
	border-radius: 16px;
}
#shindan_banner img:hover{
	opacity: 0.8;
}
.contents_menu_block h1{
	position: relative;
	padding: 6px 4px 6px 14px;
	line-height: 16px;
	border-bottom: solid 1px #0eb6f5;
	margin: 10px 0;
}
#yougoshu_banner a{
	display: block;
}
#yougoshu_banner a:hover{
	opacity: 0.8;
}
.contents_menu_block h1:before{
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	content:"";
	width: 0;
	height: 12px;
	border: solid 3px #0eb6f5;
	border-radius: 4px;
}

.contents_menu_block ul li a{
	display: block;
	font-size: 1em;
	letter-spacing: 0.0em;
	line-height: 1.2;
	margin: 8px 0;
	padding: 10px;
	background: #e7f7ff;
	border-radius: 4px;
}
.contents_menu_block ul li a:hover{
	background: #fff;
}
.contents_menu_block a{
	display: block;
}


/* ************************* */
/* ***** フォーム ***** */
/* ************************* */

.toiawase_confirm th{
	width: 30%;
}
.toiawase_register h1{
	text-align: center;
	border-bottom: solid 2px #ccc;
}
.button_send{
	font-size: 1.5em !important;
	font-weight: bold;
}
.hissu{
	padding: 0 4px;
	font-size: 0.8em;
	color: #fff;
	margin-left: 10px;
	background: #ff0000;
}
.form_table{
	width: 100%;
	color:#999;
	font-size:90%;	border-collapse: collapse;
	border: solid 1px #0eb6f5;
	background: #fff;
	margin:10px auto;
}

.form_table th,
.form_table td{
	vertical-align: middle;
	padding:10px;
	text-align:left;
	border:solid 1px #0eb6f5;
}
.form_table th{
	background: #e7f7ff;
}
.form_table td{
	color:#999;
	font-size:1em;
}

.form_table td input[type="text"]{
	width:55%;
	font-size:1em;
}

.form_table td input[type="text"].zip{
	width:35%;
}

.form_table td hr{
	margin:5px auto;
	width:95%;
	background:#fff;
	border:solid 1px #fff;
}

.form_table td textarea{
	width:95%;
	height:10em;
	font-size:1em;
}

.form_table td textarea,
.form_table td input[type="text"]{
	border:solid 1px #aaa;
	padding:5px 10px;
	border-radius:5px;
	outline:none;
}


input[type="number"]{
	width:6em;
	padding:5px;
	border-radius:5px;
	border:solid 1px #aaa;
	outline:none;
}

input[type="number"]:focus,
input[type="number"]:active{
	border:solid 1px #2b6cb0;
}

.td_radio{
	color: #484848 !important;
}

.submitArea{
	width:100%;
	text-align: center;
	margin:10px auto;
	position:relative;

}
.err_list{
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	background: #eee;
	padding-left: 50px;
}
.err_list ul{
}

.err_list li{
	list-style-type: disc !important;
	color: red !important;
}
.thanks_area{
	height: 400px;
}

.form_notice{
	color: #ff0000;
}
.fl{
	width: 95% !important;
}

.form_toiawase th{
	white-space: nowrap;
	width:30%;
}
/* ***** ボタン ***** */
.submitBtn{
	display: block;
	max-width: 350px;
	padding: 10px;
	margin: 0 auto;
	background: #0eb6f5;
	border-radius: 4px;
	box-shadow: inset -2px -2px 2px #0b6c90, 1px 1px 2px #bfe8fc;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	text-shadow: -1px -1px #0185c9;
}
.submitBtn:hover{
	box-shadow: inset 2px 2px 2px #0b6c90, 1px 1px 3px #e7f7ff;
	background: #0185c9;
}

/* ************************* */
/* ***** フッター ***** */
/* ************************* */


#footer_block{
	width: 990px;
	height: 700px;
	background: #0eb6f5;
	padding-bottom: 50px;
}
#footer_snavi{
	width: 990px;
	padding: 10px 0;
	margin: 0 auto;
}
#footer_snavi ul{
	text-align: right;
}

#footer_snavi ul li{
	position: relative;
	display: inline-block;
	text-align: right;
	font-size: 1em;
	padding-right: 40px;
	color: #fff;
}


#footer_main{
	width: 990px;
	margin: 0 auto;
}

#footer_main_left, #footer_main_right{
	box-sizing: border-box;
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
#footer_main_left{
	margin: 0 40px 0 0;
}
#footer_company_name{
	box-sizing: border-box;
	height: 80px;
}
#footer_company_name h1{
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	text-align: right;
}
#footer_company_name p{
	text-align: right;
	color: #fff;
}
#footer_main_right iframe{
	border: solid 8px #bae6fc !important;
	border-radius: 10px;
}
#footer_company_name{
	height: 100px;
}
#footer_company_info{
	box-sizing: border-box;
	border: solid 8px #bae6fc;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	height: 246px;
}
#footer_company_info .address{
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: dotted 3px #0eb6f5;
	margin-bottom: 6px;
}
#footer_company_info .sodan_dial_01{
	color: #fff;
	font-size: 14px;
	padding: 2px 4px;
	background: #0eb6f5;
	border-radius: 10px;
}
#footer_company_info .sodan_dial_02{
	color: #0eb6f5;
	font-size: 14px;
}
#footer_company_info .telnumber{
	font-size: 1.7em;
	text-align: right;
}
#footer_company_info .uketsuke{
	font-size: 14px;
	text-align: right;
	margin-right: -5px;
}
#footer_company_info .faxnumber{
	font-size: 16px;
	text-align: right;
	margin-right: 3px;
}
#footer_company_info .faxnumber span{
	color: #0eb6f5;
}


#footer{
	width: 990px;
	margin: 30px auto 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: right;
}


/* ************************* */
/* ********** 汎用 ********** */
/* ************************* */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}

.text_color_main01{
	color: #0eb6f5 !important;
}

.arrow_01:after{
	position: absolute;
	content: url(../img/arrow_01.png);
	top: 3px;
	right: 20px;
}
.arrow_01 a{
	padding-right: 30px;
	margin-right: -30px;
	display: block;
	color: #fff;
}
.icon_telephone:before{
	position: relative;
	top: 2px;
	left: -5px;
	content:url(../img/icon_telephone.png);
}





.mt_20{
	margin-top: 20px !important;
}
.mt_30{
	margin-top: 30px !important;
}

.pd_10{
	padding: 10px !important;
}
.mb_10{
	margin-bottom: 10px !important;
}
.mb_20{
	margin-bottom: 20px !important;
}
.mb_30{
	margin-bottom: 30px !important;
}
.mb_40{
	margin-bottom: 40px !important;
}
.mb_100{
	margin-bottom: 100px !important;
}
.w_40per{
	width: 40%;
}
.w_50per{
	width: 50%;
}
.w_100per{
	width: 100%;
}

.link{
	text-decoration: underline;
	color: #0000ff;
}
.bold{
	font-weight: bold;
}


#shindan_fm{
	width:90%;
	margin:20px auto;
}
#shindan_fm div{
	display:block;
	margin:20px auto;
	background:#fafaff;
	border:solid 2px #3FB5F1;
	border-radius:15px;
	padding:30px;
	box-sizing:border-box;
	box-shadow:2px 2px 5px #ccc;
	font-size:20px;
}

#shindan_fm h3 span{
	background:#3FB5F1;
	border-radius:50%;
	color:#fff;
	margin-right:1em;
	padding:10px;
}

#shindan_fm h4{
	border-bottom:dashed 2px #3FB5F1;
	padding-left:25px;
	position:relative;
}

#shindan_fm h4:after,
#shindan_fm h4:before{
	content:"";
	border:solid 1px #3FB5F1;
	width:10px;
	height:10px;
	position:absolute;
}

#shindan_fm h4:after{
	left:5px;
	top:12px;
}

#shindan_fm h4:before{
	left:0px;
	top:7px;
}

#shindan_fm div p{
	font-size:16px;
	width:90%;
	margin:10px auto;
}

#shindan_fm .anser{
	width:95%;
	margin:20px auto;
	overflow:hidden;
}
#shindan_fm .anser li{
	width:50%;
	float:left;
}
#shindan_fm .anser li a{
	display:block;
	width:80%;
	padding:10px 0;
	border-radius:6px;
	text-align:center;
	color:#fff;
}

#shindan_fm .anser li a.show_yes{
	background:#47c;
}
#shindan_fm .anser li a.show_no{
	background:#f77;
}

#shindan_fm .kison_ul{
	margin:20px 0;
}

#shindan_fm .kison_ul li{
	width:90%;
	margin:10px auto;
}

#shindan_fm .kison_ul li a{
	padding:10px 20px;
	font-size:22px;
	color:#fff;
	position:relative;
	display:block;
	background:#3FB5F1;
	border:solid 1px #3FB5F1;
}

#shindan_fm .kison_ul li a:after{
	content:"";
	width:15px;
	height:15px;
	border-right:solid 2px #fff;
	border-top:solid 2px #fff;
	transform:rotate(45deg);
	dipslay:block;
	position:absolute;
	right:10px;
	top:20px;
}

