@charset "utf-8";

.sp_mode{
	display:none !important;
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: 16px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.8em;
}

*{
	outline:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.alignleft{
	text-align:left;
}

.aligncenter{
	text-align:center;
}

.alignright{
	text-align:right;
}

a{
	color:#333;
	text-decoration: none;
}

a:visited {
}

a:link {
}

a:hover{
}
body{
	background: #fafbf4;
}

.notice{
	font-size: 0.8em;
	color: #ff0000;
}

.notice span{
    font-size: 1.2em;
	color: #ff0000;
}

#wrapper{
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}
main{
	margin: 100px auto;
	box-sizing: border-box;
	border: solid 10px #59a459;
	border-radius: 10px;
	background: #fff;
}

/* ************************************************** */
/* ヘッダー */
/* ************************************************** */

#keisanki_header{
	background:url(../img/keisanki_header_bg.png) no-repeat center center;
	margin-top: -102px;
	height: 140px;
	position: relative;
}
#keisanki_header ul{
	position: absolute;
	box-sizing: border-box;
	width: 750px;
	top: 45px;
	right: 85px;
	text-align: right;
}
#keisanki_header li{
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
#keisanki_header_left{
	position: relative;
	width: 270px;
	padding: 0 10px 0 0;
}
#keisanki_header_right{
	position: relative;
	width: 390px;
	padding: 0 0 0 10px;
}
#keisanki_header_right:before{
	content:"";
	width: 0;
	height: 60px;
	border-left: solid 2px #ccc;
	position: absolute;
	top: 0;
	left: -14px;
}
#keisanki_header_left p{
	font-size: 12px;
}
#keisanki_header_right p{
	font-size: 14px;
	line-height: 2em;
}
#keisanki_header_right span{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 6px;
	background: #127d12;
	color: #fff;
}
#g_title{
	font-size: 33px !important;
	line-height: 1.2em;
	font-weight: bold !important;
	color: #127d12;
	letter-spacing: 0.1em;
}

/* ************************************************** */
/* 結果表示・入力フォーム共通 */
/* ************************************************** */
.section_result, .section_keisan{
	padding: 20px;
}
.section_result h1, .section_keisan h1{
	font-size: 24px;
	color: #127d12;
}
.keisan_inner{
	border: solid 2px #ccc;
	border-radius: 10px;
	padding: 20px;
}


/* ************************************************** */
/* 結果表示 */
/* ************************************************** */
.section_result h2{
	font-size: 16px;
	color: #d20000;
	background: #f7eeee;
	border-radius: 12px;
	padding-left: 20px;
}
.section_result h3{
	color: #10b05b;
	margin: 10px 0 0 0;
}
#result{
	vertical-align: middle;
	width: 100%;
	background: #feffe8;
	border-radius: 12px;
	border: solid 1px #ccc;
}
#result p{
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#result p span{
	font-size:18px;
	font-weight:normal;
	margin:auto 5px;
}

/* ************************************************** */
/* 入力フォーム */
/* ************************************************** */
.sub_header{
	position: relative;
	width: 1000px;
	height: 66px;
	top: 0;
	left: -80px;
	background:url(../img/sub_header_bg.png) 0 0 no-repeat transparent;
}
.sub_header p{
	position: relative;
	display: inline-block;
}
.sub_header_01{
	width: 390px;
	height: 66px;
	top: 10px; 
	left: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #fff !important;
	letter-spacing: 0.2em;
	transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
}
.sub_header_02{
	font-size: 18px;
	font-weight: bold;
}
.division_title{
	font-size: 20px;
	font-weight: bold;
	color: #127d12;
	margin: 10px 0;
	border-bottom: solid 1px #127d12;
}

/* ************************************************** */
/* 慰謝料計算機・入力フォーム */
/* ************************************************** */
#isyaryou_calc ul{
	position: relative;
	margin: 0 0 30px 0;
	background:url(../img/isharyo_img_01.png) no-repeat right bottom;
}

#isyaryou_calc ul li{
	display: inline-block;
	text-align: center;
	padding: 20px;
	width: 210px;
	height: 100px;
}
#isyaryou_calc ul li.long{
	width: 350px !important;
}
#isyaryou_calc select{
	height: 50px;
	background: #feffe8;
	border: solid 2px #555;
	width: 200px;
	padding:0 15px;
	box-sizing:border-box;
}

#isyaryou_calc select:focus{
	border: solid 2px #c22;
	background: #fff;
}



#isyaryou_calc p{
	color: #127d12;
	font-size: 24px;
	font-weight: bold;
}


/* ************************************************** */
/* 養育費／婚姻費用・入力フォーム */
/* ************************************************** */
#form_calc select{
	height: 50px;
	background: #feffe8;
	border: solid 2px #555;
	width: 200px;
}

#form_calc input[type="number"]{
	background: #feffe8;
	border: solid 2px #555;
	width: 200px;
	padding:10px 15px;
	box-sizing:border-box;
}
#husband_salary, #wife_salary{
	width: 180px !important;
}
#form_calc table{
	width: 100%;
	border-collapse:separate;
	border-spacing: 20px;
}
#form_calc table th{
	width: 250px;
	text-align: left;
}

#form_calc table{
	position: relative;
}
#form_calc table th{
	position: relative;
}

#form_calc table th:after{
	position: absolute;
	content: '';
	width: 810px;
	height: 0;
	bottom: -10px;
	left: 0;
	border-bottom: dotted 2px #ccc;
}
#form_calc table tr:last-child th:after{
	border: 0;
}
.err_mes li{
	color: #ff0000;
}

#form_calc .job_category{
}
#form_calc .job_category li{
	display: inline-block;
	margin: 10px 0;
}

#form_calc .child_num li{
	margin-bottom:10px;
}

#form_calc p{
	color: #127d12;
	font-size: 24px;
	font-weight: bold;
}


/* ************************************************** */
/* サブミット */
/* ************************************************** */
#keisan_submit{
}
#submit_area{
	position: relative;
	margin: 20px auto 50px;
}

.section_keisan #submit_area{
	margin: 70px auto 20px;
}

.section_keisan #submit_area:before{
	content: url(../img/keisanki_go_calc_arrow.png);
	position: absolute;
	top: -40px;
	left: 330px;
}
.submit_button{
	position:relative;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: bold;
	width: 100%;
	padding:20px 0;
	background: #10b05b;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(168,168,168,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(168,168,168,1);
	box-shadow: 5px 5px 0px 0px rgba(168,168,168,1);
}

a.submit_button{
	display:block;
	text-align:center;
	width:90%;
	margin:auto;
}

#submit_area:after{
	position: absolute;
	content: url(../img/submit_bg_arrow.png);
	top: 28px;
	right: 220px;
	
}

/* ************************************************** */
/* 免責事項 */
/* ************************************************** */
#menseki{
	font-size: 0.8em;
	margin: 20px 0;
	color: #127d12;
}

/* ************************************************** */
/* フッター */
/* ************************************************** */
footer{
	width: 100%;
	min-height: 100px;
	background: #127d12;
	padding: 10px 0;
}
#footer_inner{
	width: 960px;
	margin: 20px auto;
}
#footer_left{
	width: 640px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#footer_right{
	position: relative;
	width: 290px;
	display: inline-block;
	margin-left: 10px;
}
#footer_right:before{
	position: absolute;
	content:'';
	width: 0;
	height: 80px;
	border: solid 1px #ccc;
	top: 0;
	left: -20px;
}
#footer_right li{
	color: #fff;
}

#footer_text li{
	display: inline-block;
}
#footer_text li{
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 0.2em;
	padding: 0 0 0 10px;
}
#footer_text li:first-child{
	font-size: 0.9em;
	font-weight: bold;
	color: #127d12;
	background:#fff;
	border-radius: 10px;
	padding: 0 20px;
}
#footer_tel{
	margin: 10px 0;
}
#footer_tel>li{
	position: relative;
	display: inline-block;
	color: #fff;
}
#telnumber{
	font-size: 50px;
	line-height: 1em;
}
#telnumber:before{
	content: url(../img/icon_tel.png);
}
#uketsuke li{
	line-height: 1.5em;
	font-size: 0.8em;
	color: #fff;
}
#uketsuke{
	display: inline-block;
}
#soudan_muryo{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
	border-radius: 50%;
	margin: 0 20px;
	color: #fff;
	top: -2px;
}
#soudan_muryo:after{
	position: absolute;
	width: 50px;
	height: 50px;
	content:'';
	border: solid 2px #ccc;
	border-radius: 50%;
	top: -10px;
	left: -12px;
}

.toi_btn{
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	height: 50px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #025302), color-stop(0.50, #004300));
	background: -webkit-linear-gradient(top, #025302 50%, #004300 50%);
	background: -moz-linear-gradient(top, #025302 50%, #004300 50%);
	background: -o-linear-gradient(top, #025302 50%, #004300 50%);
	background: -ms-linear-gradient(top, #025302 50%, #004300 50%);
	background: linear-gradient(to bottom, #025302 50%, #004300 50%);
}
.toi_btn:hover{
	opacity: 0.8;
}
#toi_form li a{
	display: block;
}

#about{
	font-size: 0.8em;
	text-align: center;
}
#about a{
	letter-spacing: 0.1em;
	text-decoration: underline;
}
#about a:link{ color: #0000ff; }
#about a:hover{ color: #d20000; }
#about a:active{ color: #d20000; }
#about a:visited{ color: #990099; }

.copyright{
	font-size: 0.8em;
	font-style: normal;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #127d12;
}

/* ************************************************** */

input[type=radio]{
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label{
	position: relative;
	display: inline-block;
	margin-right: 12px;
	line-height: 1.5px;
	cursor: pointer;
}
 
@media (min-width: 1px) {
	input[type=radio]{
		display: none;
		margin: 0;
	}
	input[type=radio] + label{
		padding: 0 0 0 40px;
	}
	input[type=radio] + label::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 31px;
		height: 31px;
		margin-top: -19px;
		background-color: white;
	}
	input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	input[type=radio]:checked + label::after{
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 8px;
		width: 15px;
		height: 15px;
		margin-top: -11px; 
		background: #b70707;
		border-radius: 10px;
	}
}

.contents{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}

.contents p.main_p{
	font-size:17px;
	text-align:center;
	width:70%;
	margin:20px auto;
}

.contents p.main_p span{
	font-weight:bold;
	font-size:19px;
	color:red;
}

.contents h2{
	margin:10px 0;
	letter-spacing:0.05em;
	padding:7px 10px;
	background:#f5f5f5;
	color:#333;
	border-radius: 5px;
}
.contents h2:before{
	content:"●";
	color:#10b05b;
	margin-right:7px;
	font-size:14px;
}

.contents .list_three{
	overflow:hidden;
}

.contents .list_three li{
	width:31%;
	margin-right:2%;
	float:left;
	border:3px solid #ddd;
	border-radius:5px;
}

.contents .list_three li:last-child{
	margin:0;
}

.contents .list_three li img{
	width:100%;
}

.contents .list_three li h3{
	width:80%;
	background:#f5f5f5;
	padding:6px 5% 6px 15%;
	font-size:17px;
	margin:0;
	position:relative;
	text-decoration:underline;
}

.contents .list_three li h3:before{
	content: "";
	width: 16px;
	height: 16px;
	background:#10b05b;
	border-radius: 50%;
	left: 12px;
	top: 13px;
	position: absolute;
}
.contents .list_three li h3:after{
	content: ">";
	color:#fff;
	top:4px;
	font-size:12px;
	left:17px;
	position:absolute;
}

.contents .list_three li p{
	width:90%;
	margin:0 auto 30px;
	font-size:14px;
}

.more_list {
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-left:20px;
	font-size: 90%;
	margin-bottom: 20px;
}

.more_list a:before {
    content: url("../img/navi.png");
    position: absolute;
    top: 4px;
    left: 29%;
}


.more_list a:visited{
    color: #639;
    text-decoration: none;
}

.more_list a{
    text-decoration: none;
    color: #1d3994;
}

.more_list a:hover{
    text-decoration:underline;
}

.to_different{
	width:700px;
	margin:0 auto;
}

.to_different a{
	display:block;
	margin-bottom:30px;
}

.to_different a:first-child{
}

