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


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

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

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

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




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


*{
	font-style:normal;
	font-size:17px;
	line-height:1.7;
	color:#333;
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	letter-spacing:0.1em;
}

img{ 
	width: 100%;
	max-width: 100%;
	height: auto;
}

html, body{
	margin: 0;
	padding: 0;
    background-color: #ffffff;
	font-family:"ヒラギノ丸ゴ Pro W4" , "Hiragino Maru Gothic Pro" , "Hiragino kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "メイリオ", sans-serif;
}

.pc{
	display: none !important;
}


/* ***** 上へ ***** */
#pagetop{
	position:fixed;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
	background: #000;
	opacity: 0.6;
	z-index: 10;
}
/* ***** メニューへ ***** */
#gomenu{
	position:fixed;
	top: 19px;
	right: 10px;
	cursor: pointer;
	background: #484848;
	opacity: 0.5;
	z-index: 11;
}


/* ************************* */
/* ***** ヘッダー ***** */
/* ************************* */
#global_header{
	width: 100%;
	border-top: solid 8px #0eb6f5;
}
#logo_box p{
	width: 100%;
	text-align: center;
}
#logo_box img{
	width: auto;
	margin: 20px auto 10px auto;
}
#toiawase_box{
	width: 95%;
	margin: 0 auto;
}
#toiawase_box_inner{
	background: #0eb6f5;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
}
#toiawase_box_inner p{
	color: #fff;
}
#toiawase_box .soudan_dial{
	position: relative;
	color: #fff;
}
.soudan_dial span{
	display: block;
}
.soudan_dial a{
	color: #fff;
	font-size:120%;
	font-weight:bold;
}

/* お問合せボタン */
#toiawase_box_banner_wrapper{
	width: 100%;
	overflow: hidden;
}
#toiawase_box_banner{
	width: 200px;
	margin: 20px auto;
	padding: 8px;
	background: #60400e;
	border-radius: 10px;
}
#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: -6px;
}

/* グローバル・ナビ */
#global_navi{
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
#global_navi_list{
	position: relative;
	width: 95%;
	margin: 0 auto 20px auto;
	border-radius: 8px;
	border: solid 1px #bae6fc;
}
.global_navi_item{
	background-color: #e7f7ff;
}
.global_navi_item + .global_navi_item{
	border-top: solid 1px #bae6fc;
}
.global_navi_item > a{
	display: block;
	padding: 0.5em;
}
.global_navi_item > a:after{
	position: absolute;
	content: url(../img/arrow_01.gif);
	right: 16px;
}
.global_navi_item > a:hover{
	background: #fff;
}


/* ************************* */
/* ***** メイン ***** */
/* ************************* */
.main_body{
	box-sizing: border-box;
	width: 95%;
	padding-bottom: 1em;
	margin: 0 auto 3em auto;
	border-bottom: dotted 3px #0eb6f5;
}
.main_body h1{
	font-size: 1.4em;
	color: #0eb6f5;
	line-height: 1.2;
	margin: 1.1em auto 1em !important;
	font-weight:normal;
	width:95%;
}
.main_body h2{
	font-size: 1.4em;
	line-height: 1.2;
	color: #0eb6f5;
	margin: 1em 0;
}
.main_body div p{
	margin:0 auto;
	margin-bottom: 1em;
	width:95%
}
/* ***** お問合せ ***** */

.toiawase_index li{
	position: relative;
	width: 100%;
	background: #0eb6f5;
	height: 80px;
	margin-bottom: 1em;
}
.toiawase_index a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.toiawase_index_company01 p, .toiawase_index_company02 p, .toiawase_index_kojin p, .toiawase_index_company p{
	color: #fff !important;
}
.toiawase_index_company01 p, .toiawase_index_kojin p, .toiawase_index_company p{
	height: 16px;
	line-height: 1;
	position: absolute;
	top: 0; bottom: 0;
	margin: auto 32px auto 16px;
}
.toiawase_index_company02 p{
	line-height: 1;
	position: absolute;
	top: 10px;
	margin: auto 32px auto 16px;
}
.toiawase_index_company02 span{
	display: block;
	line-height: 1.4;
	color: #fff !important;
}

.toiawase_index li:after{
	position: absolute;
	height: 16px;
	top: 0; bottom: 0; right: 10px;
	margin: auto 0;
	content: url(../img/arrow_01.png);
}


/* ***** 会社情報 ***** */
.lawyer_photo img{
	border: solid 1px #ccc;
}
.lawyer_text dl, .lawyer_text dt, .lawyer_text dd{
	position: relative;
	overflow: hidden;
	font-size: 14px;
	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: 16px;
	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 li{
	list-style-type: disc !important;
	margin-left: 1.5em;
	margin-bottom: 1em;
	line-height: 1.2;
}



/* ************************* */
/* ***** 用語集 ***** */
/* ************************* */
.yougo_header{
	position: relative;
	overflow: hidden;
}
.yougo{
	position: relative;
	padding: 6px;
	font-size: 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{
	background: #0eb6f5;
	border-radius: 2px;
	padding: 8px;
	text-align: center;
	color: #fff;
}

#show_all_yougo:hover{
	opacity: 0.7;
}



/* ************************* */
/* ***** タイトル ***** */
/* ************************* */
.title_02{
	padding: 6px;
	font-size: 1em !important;
	font-weight: bold;
	color: #0eb6f5;
	line-height: 1.4 !important;
	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;
	line-height: 1.5;
}
.title_03:after, .title_03:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#e3d4b3; 
	position:absolute; 
	top:2px; 
	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:10px; 
	left:7px
}

/* ============================== */
/* リスト
/* ============================== */

/* ***** リスト１ ***** */
.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: 10px 10px 10px 30px;
	background: #e7f7ff;
}
.list_01 a:hover{
	background: #fff;
}

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


/* ============================== */
/* ボックス 01
/* ============================== */
.box_01 ul{
	width: 100%;
}
.box_01 ul li{
	position: relative;
	display: block;
	padding: 1em;
	border: solid 2px #bfe8fc;
	border-radius: 10px;
	background: #fefcf4;
	margin-bottom: 1em;
}

.box_01 a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.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{
	border-spacing : 12px;
	border-collapse : separate ;
	width: 100%;
}
.box_02 ul li{
	position: relative;
	display: block;
	vertical-align: center;
	margin-bottom: 1em;
}
.box_02 p{
	position: relative;
	padding: 1.5em 0;
	text-align: left;
	text-indent: 60px;
	border-radius: 4px;
	border: solid 2px #0eb6f5;
}
.box_02 p:before{
	position: absolute;
	top:-2px; left: -2px;
	content:"";
	width: 50px;;
	height: 100%;
	border-radius: 4px 0 0 4px;
	border: solid 2px #0eb6f5;
	background: #0eb6f5;
}
.box_02 a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-indent: -9999px;
}
/* ============================== */
/* ボックス 03
/* ============================== */
.box_03_clear {
	background: transparent !important;
	border: 0 !important;
}
.box_03_clear:before{
	background: transparent !important;
	border: 0 !important;
}

.box_03 ul{
	overflow: hidden;
	border-spacing : 12px;
	border-collapse : separate ;
	width: 100%;
}
.box_03 li{
	position: relative;
	overflow: hidden;
	display: bloock;
	width: 70%;
	margin: 0 auto 1em auto;
	background: #f4f4f4;
	padding: 4px 4px 4px 60px;
	border-radius: 6px;
	vertical-align: middle;
}
.box_03 li:before{
	position: absolute;
	content:"";
	width: 50px;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto 0;
	background: #e7f7ff;
	border-radius: 6px 0 0 6px;
	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';
}



/* ============================== */
/* トップ                         */
/* ============================== */
#top_content_01{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: dashed 1px #555;
}
#top_content_01 p{
	text-align: center;
}
#top_content_01_button{
	width: 90%;
	margin:0 auto;
}
#top_content_01_button img{
	display: block;
}
#top_content_01_button li{
	padding: 0.5em 0;
}
/* ***** 事例 ***** */
#top_content_02{
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: dashed 1px #555;
}
#top_content_02 ul li{
	position: relative;
	display: block;
	font-size: 0.9em;
	border-top: solid 4px #0eb6f5;
	width: 90%;
	height: 100px;
	margin: 8px auto 8px auto;
	padding: 12px;
	vertical-align: top;
	text-align: left;
	background: #fff;
	border-left: solid 1px rgba(206,192,165,1);
	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 span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1.2;
	text-align: right;
	padding: 2px 4px 4px 2em;
	color: #0eb6f5;
}
/* ***** 違い ***** */
#top_content_03 ul{
	width: 95%;
	margin: 0 auto;
}
#top_content_03 ul li{
	display: block;
	position: relative;
	word-wrap: break-word;
	word-break:break-all;
	width: 100%;
	line-height: 1.2;
	border: solid 2px #f96363;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 1em;
}
#top_content_03 article{
	padding: 9px;
}
#top_content_03 ul li h1{
	position: relative;
	padding: 6px 6px 6px 34px;
	margin: 6px 0 12px 0 !important;
	background: #ffe1e1;
	border-radius: 6px;
	color: #f96363;
	width:auto;
	font-size:120%
}
#top_content_03 ul li h1:before{
	content: "";
	position: absolute;
	background: transparent;
	top: 50%;
	left: 6px;
	margin-top :-10px;
	height: 10px;
	width: 10px;
	border: solid 6px #f96363;
	border-radius: 50%;
}
#top_content_03 ul li p{
	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{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%; height: 100%;
	text-align: right;
	text-decoration: underline;
	color: #f96363;
}
#top_content_03 ul li div a span{
	position: absolute;
	display: block;
	bottom: 0.5em;
	right: 1em;
	text-decoration: underline;
	color: #f96363;
	font-size:90%;
}


.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{
	color: #3cb158 !important;
}
.box_green div a span{
	color: #3cb158 !important;
}

/* ***** メリット ***** */
#top_content_04{
	width: 95%;
	margin: 0 auto;
}
#top_content_04 ul{
	border-radius: 6px;
	margin: 20px 0;
	width: 100%;
}
#top_content_04 ul li{
	display: block;
	position: relative;
	vertical-align: top;
	margin-bottom: 1em;
}
.merit_img{
	border: solid 6px #bae6fc;
	border-radius: 8px;
}


/* ************************* */
/* ***** サイドバー ***** */
/* ************************* */
#sidebar{
	box-sizing: border-box;
	margin-bottom: 2em;
}
#shindan_banner, #yougoshu_banner{
	display: block;
	width: 80%;
	margin: 0 auto;
}
#contents_menu{
	box-sizing: border-box;
	display: block;
	width: 95%;
	margin: 0 auto;
}
#contents_menu_title{
	color: #0eb6f5;
	text-align: center;
	padding: 6px 0;
	background: #e7f7ff;
	border-bottom: solid 3px #0eb6f5;
	border-right: solid 1px #bae6fc;
	border-left: solid 1px #bae6fc;
	border-top: solid 1px #bae6fc;
	border-radius: 6px 6px 0 0;
}
.contents_menu_block h1{
	position: relative;
	padding: 6px 4px 6px 14px;
	line-height: 16px;
	border-bottom: solid 1px #0eb6f5;
	margin: 20px 0 10px 0;
}
.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{
	width: 100%;
}
.contents_menu_block ul{
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: solid 1px #bae6fc;
}
.contents_menu_block li{
	background: #e7f7ff;
	border-top: solid 1px #bae6fc;
}
.contents_menu_block li:first-child{
	border: 0;
}

.contents_menu_block li > a{
	display: block;
	padding: 0.5em;
	background-color: #e7f7ff;
}
.contents_menu_block li > a:after{
	position: absolute;
	content: url(../img/arrow_01.gif);
	right: 16px;
}
.contents_menu_block ul li a:hover{
	background: #fff;
}



/* ************************* */
/* ***** フッター ***** */
/* ************************* */
#footer_block{
	width: 100%;
	text-align: center;
	background: #fff;
}
#footer_main_left{
	box-sizing: border-box;
	background: #0eb6f5;
	width: 95%;
	padding: 1em;
	margin: 0 auto 2em auto;
	border-radius: 10px;
	border: solid 5px #bae6fc;
}
#footer_main_left *{
	color: #fff;
}
#footer_company_name p{
	font-size: 0.9em;
}
.address{
	border-bottom: dotted 3px #e7f7ff;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#footer_company_info .sodan_dial_01, #footer_company_info .sodan_dial_02{
	display: block;
}
#footer_company_info .telnumber{
	font-size: 1.7em;
}

#footer_main_right{
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto 2em auto;
}
#footer_main_right iframe{
	box-sizing: border-box;
	border: solid 5px #bae6fc !important;
	border-radius: 10px;
}

#footer{
	font-size: 0.9em;
	color: #fff;
	background: #0eb6f5;
	padding: 3em 1em;
}


/* ***** フォーム ***** */
.hissu{
	padding: 0 4px;
	font-size: 0.8em;
	color: #fff;
	background: #ff0000;
	text-align: center;
}
.button_send{
	display: block;
	margin-top: 1em;
	width: 100%;
	font-size: 1.5em !important;
	font-weight: bold;
}
.form_table{
	width: 100%;
	color:#999;
	font-size:90%;
	border-collapse: collapse;
	background: #fff;
	margin:10px auto;
}


.form_table th,
.form_table td{
	vertical-align: middle;
	padding:10px;
	text-align:left;
	border:solid 1px #ccc !important;
}
.form_table th{
	background: #ddffff;
	width: 4em;
}
.form_table td{
	color:#999;
	font-size:90%;
}

.form_table td input[type="text"]{
	width:85%;
	font-size:14px;
}

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


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

.form_table td textarea{
	width:90%;
	height:10em;
	font-size:14px;
}

.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;
}
.err_list{
	width: 90%;
	margin: 0 auto;
	padding: 4px;
	background: #eee;
	padding-left: 1.5em;
}
.err_list ul{
}

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

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

}
.form_notice{
	color: #ff0000;
}

.form_toiawase th span{
	display: block;
}
/* ***** ボタン ***** */
.submitBtn{
	display: block;
	width: 90%;
	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;
}


/* ************************* */
/* ********** 汎用 ********** */
/* ************************* */
.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%;
}

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

.eye_right{
	float:right;
	width:50%;
	margin:0 25%;
}















