

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p,li,dt,dd {
    line-height: 1.8em;
    font-size: 15px;
}

a {
    color: #1091f7;
}

#head_wrap {
    background: #363636;
	padding: 28px 0 14px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.head_inner {
    width: 1000px;
	overflow: hidden;
    margin: 0 auto;
}

h1.site_ttl a,h1.site_ttl02 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
	text-decoration:none;
}

h1.site_ttl02 {
    padding-left: 20px;
}

.nav_wrap {
    width: 100%;
    margin-bottom: 30px;
}

.gnav {
    float: right;
}

.gnav li {
    display: inline-block;
    margin-right: 20px;
    background: url(../img/nav_icon.png) right center no-repeat;
    padding-right: 25px;
}
.gnav li:last-child {
    background: url(../img/nav_icon_2.png) right center no-repeat;
    padding-right: 20px;
}

.gnav li a {
    color: #fff;
    font-size: 14px;
}

#main_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.main_inner {
    min-width: 1000px;
    margin: 0 auto;
    padding: 72px 0 0 0;
	background:#fafafa;
}

.main_inner p {
    width: 1000px;
	height:188px;
	margin:0 auto;
}

.main_inner img {
    width: 1000px;
	margin:0 auto;
}

#content {
    width: 100%;
    position: relative;
}

.content_inner {
    width: 1000px;
    margin: 0 auto;
}

.content_inner02 {
    width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_lead_block {
    overflow: hidden;
}

.content_lead_block .photo {
    float: left;
}

.content_lead_block .lead {
    padding-left: 300px;
}

.list_box {
    border: 3px solid #dcdcdc;
    padding: 40px 50px 10px 60px;
    margin-top: 30px;
}

.list_box li {
    margin-bottom: 30px;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.list_box .list_box_hl {
    padding-top: 15px;
    padding-left: 1.4em;
}

.list_box .list_box_hl ul {
    padding-top: 5px;
}

.list_box .list_box_hl li {
    margin-bottom: 5px;
}

.list_box .list_box_hl {
}

.section01 {
    margin-top: 80px;
}

.section01,
.section03,
.section05 {
    background: #fafafa;
    padding: 60px 0;
}

.section02,
.section04 {
    background: #fff;
    padding: 60px 0;
}

.section02 {
    padding-bottom: 120px;
}

h2.h2_ttl {
    margin-bottom: 40px;
}

.step {
    text-align: left;
    background: #919191;
    padding: 15px;
    color: #fff;
    margin: 30px 0;
}

.step spna {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

dl.step_list {
    margin-bottom: 30px;
}

dl.step_list dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
} 

dl.step_list dd {
    padding-left: 10px;
    font-size: 14px;
}

h3.h3_ttl {
    font-size: 20px;
    border-left: 4px solid #1189e7;
    padding-left: 10px;
    margin: 40px 0 30px; 
}

.btn01 {
    border: 2px solid #32527f;
    width: 29em;
}

.btn02 {
    width: 29em;
}

.btn01 a {
    display: block;
    position: relative;
    padding: 10px 0;
    text-align: center;
    color: #32527f;
    text-decoration: none;
}

.btn01 a:hover {
    background: #32527f;
    color: #fff;
}

.btn01 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #32527f;
}
.btn01 a:after { 
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fafafa;
}
.btn01 a:hover:before {
    background: #fafafa;
}
.btn01 a:hover:after {
    background: #32527f;
}

.btn_list {
    margin-bottom: 30px;
}

.btn_list li {
    display: inline-block;
}

.btn_list li:first-child {
    margin-right: 30px;
}

.tokuten li {
    width: 470px;
    float: left;
	padding-right:30px;
}

.qa_list {
    margin-bottom: 30px;
}

.qa_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.qa_list dl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
	font-weight:bold;
} 

.qa_list dt {
    background: url(../img/qicon.png) left top no-repeat;
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 14px;
}

.qa_list dd {
    background: url(../img/aicon.png) left top no-repeat;
    padding-left: 35px;
    font-size: 14px;
}


.footer p,
.footer02 p {
    margin: 0;
    padding: 1px 0;
    text-align: center;
	background:#999 ;
	color:#fff;
}

.footer .copy,
.footer02 .copy {
    font-size: 12px;
}

.table_f {
    width:100%;
    margin:30px 0 20px 0;
    border-collapse:collapse;
}

.table_f tr {
    border-bottom: 1px solid #eaeaea;
}

.table_f th{
    width:350px;
    padding-bottom: 30px;
}

.table_f td{
    text-align:left;
    padding:30px 15px;
}

.table_f span {
    background: #940707;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    margin-right: 15px;
}

td textarea {
    border: 1px solid #aaa;
}

.q_txt {
    vertical-align: middle;
}

.contact_btn {
    width: 460px;
    margin: 0 auto;
} 

.contact_btn:hover {
    opacity: 0.6;
}

.contact_btn02 {
    width: 346px;
    margin: 0 auto;
}

.contact_btn02:hover {
    opacity: 0.6;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#page-top a:hover {
    opacity: 0.6;
}

html,body{
    height: 100%;
}

div#content {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%
}

div.footer02{
    position: absolute;
    bottom: 0;
    width: 100%
}



/* lawpage */

.lawpage section{ padding:20px; }

.lawpage h2{
	font-size:24px;
	text-align:center;
	margin:42px;
	font-weight:bold;
}

.lawpage table{
	overflow:hidden;
	width: 100%;
	margin-bottom:20px;
}

.lawpage table th{
	width:200px;
	padding:20px;
	background:#fafafa;
	border-bottom:2px solid #fff;
	font-weight:bold;
}

.lawpage table td{
	width:520px;
	padding:20px;
	border-bottom:2px solid #fff;
}