/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

*{
	outline:none;
	font-style:normal;
}

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;
    outline:0;
    font-size:16px;
    letter-spacing: 0.1em;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-size: 16px;
    line-height:1;
    color:#333;
	font-family:"Lucida Grande", "Hiragino kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}


article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

p{
	line-height:1.5;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:0;
    padding:0;
}

td,th{
	line-height:1.5;
	text-align:left;
	vertical-align:middle;
}

img{
	display:block;
	width:100%;
}

/*	CSS RESET	*/

html,body {
	margin:0px;
	padding:0px;
	height:100%;
}
img{
	width: 100%;
}

#home_content,
section {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow:hidden;
	padding:30px 0 0;
	box-sizing:border-box;
}

.section_inner{
	width:90%;
	height:100%;
	overflow:hidden;
	margin: 0 auto;
}


/* ============================== */
/* GENERAL */
/* ============================== */
.font_bold{
	font-weight: bold !important;
}
.notice{
	font-size: 0.9em !important;
	line-height: 1.5 !important;
}
small {
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.pc{ display: none; }
.center{
	text-align: center;
}



/* ============================== */
/* グローバルナビゲーション */
/* ============================== */

#global{
	width:100%;
	background:rgba(230,230,230,0.8);
	position:fixed;
	top:0;
	left:0;
	border-bottom:solid 1px #777;
	z-index:+999;
}

#global ul{
	width:100%;
	margin:auto;
}

#global ul img{
	width: auto;
	height:auto;
	margin:10px auto 0 auto;
}

#global ul li{
	box-sizing: border-box;
	float:left;
	width: 50%;
	border-top: solid 1px #333;
	text-align:center;
	position: relative;
}

#global ul li:first-child{
	width:100%;
	margin-bottom: 1em;
}


#global ul li a{
	color: #333;
	display:block;
	text-align:center;
	font-size:14px;
	padding: 10px 0;
	border-left: solid 1px #333;
}
#global ul li:first-child a{
	border: 0;
}

#global ul li a:hover{
	color: #a80808;
}

#global ul li:first-child a{
	text-align:left;
	padding:0;
}
/* ============================== */
/* ホーム */
/* ============================== */
#home_content{
	margin-top: 150px;
}
#home_content h1{
	font-size: 1.3em;
	text-align:center;
	color:#225;
	margin-bottom: 0.5em;
}

/* ************************ 紺色のヘッダー */
.description{
	letter-spacing:0.2em;
	text-align:center;
	line-height: 2em;
	font-weight:bold;
	color:#225;                      /* 紺色 */
	margin-bottom: 0.5em;
	border-bottom: double 3px #225;
}
.description2{
	text-align:left;
	font-size:18px;
	color:#225;
	margin-top:5%;
	padding-bottom:5%;
	line-height:1.5em;
}

/* ============================== */
/* 事業所概要 */
/* ============================== */
#content_1 p{
	font-weight:bold;
	text-align:center;
	padding: 10px 6px;
	background: #0eb6f5;            /* 水色 */
	margin-bottom: 1em;
	color: #fff;
}

/* ************************ 水色のヘッダー */
#content_1 h1{
	background:#fff;
	font-size: 1.2em;
	text-align:center;
	padding: 10px 0;
	border: solid 1px #0eb6f5;
	background: #d8ecf4;
}
#content_1 table{
	width: 100%;
}
#content_1 table th, #content_1 table td{
	border-bottom: dotted 2px #ccc;
	padding: 6px;
	font-size: 0.9em;
}
#content_1 table th{
	width: 30%;
}

/* ============================== */
/* アクセス */
/* ============================== */

#content_2 h1{
	font-size: 1.3em;
	text-align:center;
	color:#225;
	margin-bottom: 0.5em;
	border-bottom: double 3px #225;
}
#content_2 h1 span{
	display: block;
	margin: 10px 0;
}
#content_2 .section_inner p{
	margin-bottom: 20px;
}

/* ============================== */
/* 弁護士紹介 */
/* ============================== */


#content_3 .master_block h1, #content_3 .master_block h2{
	font-size: 1.3em;
	color: #a80808;
	text-align:center;
	padding: 10px 0;
	letter-spacing: 0.3em;
}
#content_3 .master_block h3{
	padding: 20px 0 10px 0;
	font-size: 1.2;
	border-bottom: solid 1px #ccc;
}
#content_3 table{
	width: 100%;
}
#content_3 table th, #content_3 table td{
	font-size: 0.9em;
	border-top: dotted 2px #ccc;
	padding: 6px;
}
#content_3 table th{
	width: 30%;
}
#content_3 .master_block ul{
	width: 100%;
	margin-top: 20px;
}
#content_3 .master_block ul li{
	font-size: 0.8em;
	margin: 10px 0;
	line-height: 1.5;
}
/* ============================== */
/* 業務内容 */
/* ============================== */
#content_4 h1{
	letter-spacing:0.2em;
	text-align:center;
	line-height: 2;
	font-size: 1.3em;
	font-weight:bold;
	color:#225;                      /* 紺色 */
	margin-bottom: 0.5em;
	border-bottom: double 3px #225;
}
#content_4 h2{
	text-align:center;
	color:#225;                      /* 紺色 */
}
#hoshu_shosai{
	margin-top: 20px;
}
#hoshu_shosai p{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.2;
	background: #0eb6f5;            /* 水色 */
	padding: 10px 6px;
	color: #fff;
}

#hoshu_shosai #gyomu_list ul{
	list-style-type : disc;
	padding-left: 1.3em;
	margin-bottom: 10px;
}
#hoshu_shosai #gyomu_list ul li{
	line-height: 1.3;
	margin: 10px 0;
}
#hoshu_shosai #gyomu_list div{
	line-height: 1.3;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}

/* ============================== */
/* 報酬体系 */
/* ============================== */
#housyu_1, #housyu_2, #housyu_3, #housyu_4, #housyu_5{
	display: block !important;
}

#housyu_1 th, #housyu_2 th, #housyu_3 th, #housyu_4 th, #housyu_5 th{
	font-size: 0.9em !important;
	width: 50%;
	text-align: left !important;
	padding: 4px;
}
#housyu_1 td, #housyu_2 td, #housyu_3 td, #housyu_4 td, #housyu_5 td{
	font-size: 0.9em !important;
	width: 50%;
	text-align: left !important;
	padding: 4px;
}

#housyu_4 h4{
	margin: 20px 0 10px 0;
	padding-left: 8px;
	border-left: 5px solid #555;
}


#content_5 .section_inner h1{
	letter-spacing:0.2em;
	text-align:center;
	line-height: 2;
	font-size: 1.3em;
	font-weight:bold;
	color:#225;                      /* 紺色 */
	margin-bottom: 0.5em;
	border-bottom: double 3px #225;
}
#content_5 .section_inner h2{
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}
.housyu_content h3{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	padding: 6px 0;
	background: #d8ecf4;
}
.housyu_content h4{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
}
.housyu_content p{
	font-size: 1em;
	line-height: 1.3;
	margin: 0.5em 0;
}
.housyu_content table{
	background: rgba(255,143,76,0.1);
}

#content_5 table{
	width: 100%;
}
#content_5 table th, #content_5 table td{
	border: solid 1px #ccc;
	text-align: center;
}

/* ============================== */
/* お問い合わせ */
/* ============================== */
#content_1, #content_2, #content_3, #content_4, #content_5, #home #content_6{
	padding-top: 170px;
	margin-top: -170px;
	margin-bottom: 2em;
}
#thankyou #content_6{
	margin-top: 150px;
}

#content_6 h1{
	font-size: 1.3em;
	letter-spacing:0.2em;
	text-align:center;
	line-height: 2;
	font-weight:bold;
	color:#225;                      /* 紺色 */
	margin-bottom: 0.5em;
	border-bottom: double 3px #225;
}
#content_6 h2{
	font-size: 1em;
	color: #a80808;
	text-align:center;
	padding: 10px 0;
	letter-spacing: 0.3em;
	line-height: 1.3;
}
#question dl dt{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.2;
	background: #0eb6f5;            /* 水色 */
	padding: 10px 6px;
	color: #fff;
}
#question dl dd{
	font-size: 1em;
	line-height: 1.2;
	margin: 10px 0;
}
.tel_link{
	display: block;
	padding: 6px;
	text-align: center;
	border: solid 1px;
	margin: 6px 0;
}

#mail_form{
	margin: 40px 0;
}
#mail_form dl dt, #mail_form dl dd{
	margin: 0.5em;
}

#mail_form dl dd{
	margin-left: 1em;
}
#mail_form dd span{
	color: #a80808;
	font-size: 0.8em;
	margin-left: 10px;
	vertical-align: top;
}

#toiawase_mes{
	width: 80%;
}
#mail_form input[type="text"]{
	width: 80%;
}
#content_6 #mail_form #submit input{
	margin-top: 1em;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: #a80808;
	padding: 0;
	border: 0;
	cursor:pointer;
}

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

.footer_inner {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background: #0eb6f5; 
	padding: 1em 0;
}

.footer_inner h2{
	padding: 0.5em;
	text-align: center;
}
address{
	font-size: 0.9em;
	line-height: 1.2;
	text-align: center;
	padding: 0.5em;
}
.footer_inner p{
	text-align: center;
}

/* ============================== */
/* 完了画面 */
/* ============================== */

#thankyou h2{
	letter-spacing: 0.2em;
}
#thankyou h3{
	margin: 1em 0;
}
#thankyou table{
	width: 100%;
}
#thankyou table th, #thankyou table td{
	border: solid 1px #ccc;
	padding: 0.3em;
	text-align: center;
	font-size: 0.9em;
	word-wrap: break-word;
	word-break:break-all;
}
#thankyou table th{
	width: 40%;
}
.end_to_index{
	font-weight:bold;
	border:solid 1px #a80808;
	padding:5px 20px;
	width:80%;
	border-radius:10px;
	box-shadow:2px 2px 4px #ccc;
	display:block;
	margin:20px auto;
	color:#a80808;
	text-align:center;
}

.end_to_index:hover{
	box-shadow:none;
}



.linkto_tel{
	position: relative;
	border: solid 2px #0eb6f5;
}
.linkto_tel a{
	display: block;
	text-align: left;
	line-height: 1.3;
	padding: 10px 50px 10px 10px;
	color: #225;
}
.linkto_tel a:after{
	content:'>';
	position:absolute;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 6px;
	height: 30px;
	width: 30px;
	margin: auto;
	border-radius: 50%;
	background: #0eb6f5;
}


#content_3{
	position:relative;
}

.komon{
	margin-top:100px;
	position:relative;
	border-top:solid 3px #a80808;
	padding-top:20px;
}

.komon h1 span{
	font-size:60%;
}

