@charset "UTF-8";

/*
Theme Name: souzoku_theme
Description: 金沢税務法律事務所様 相続サイト
Author: 株式会社wapon
Author URI: http://wapon.co.jp/
Version: 1.0
*/

/* reset style
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
input,textarea {
	margin: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

.clearfix {
	width:100%;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* base style
--------------------------------------------------*/
body {
	font: 14px "メイリオ","Meiryo","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333;
	border-top: 5px solid #4b2d1e;
	min-width: 960px;
}
a {
	color: #336699;
}

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/

.m5 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m25 {
	margin-bottom: 25px;
}
.m30 {
	margin-bottom: 30px;
}
.m35 {
	margin-bottom: 35px;
}
.m40 {
	margin-bottom: 40px;
}
.bold {
	font-weight: bold;
}

table {
	width: 100%;
	margin-top: 15px;
}
table th,
table td {
	border: 1px solid #d8d8d8;
	text-align: center;
}
table th {
	font-weight: bold;
	background-color: #f3f3f3;
	padding: 10px;
}
table td {
	padding: 10px;
}
blockquote {
	background-color: #dcefff;
	padding: 15px 20px;
	margin: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d8d8d8;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

#header_inner,
#gnav,
#home_head,
#content {
	width: 960px;
	margin: 0 auto;
}
#content {
	margin-bottom: 100px;
}

.opacity:hover {
	opacity: .8;
}
.opacity:hover img {
	-ms-filter: "alpha(opacity=80)"; /*forIE8*/
}

.title_main {
	border: 1px solid #d8d8d8;
	background-color: #f4f4f4;
	margin-bottom: 25px;
}
.title_main span {
	padding: 11px 20px 10px 20px;
	display: block;
	border-left: 4px solid #d44703;
	font-size: 108%;
	color: #35291e;
}
.sp_banner {
	display: none;
}

/* header
--------------------------------------------------*/
#header_inner {
	padding-bottom: 20px;
}
#header_title {
	float: left;
	margin-top: 40px;
}
#header_title h1 {
	margin-bottom: 10px;
}
.headline {
	color: #555;
	font-size: 77%;
}

#sp_header_info {
	display: none;
}
#header_info {
	float: right;
	margin-top: 20px;
}
#header_tel {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dadada;
}
.header_map {
	font-size: 77%;
}
.header_map img {
	vertical-align: middle;
}
.h_maptitle {
	float: left;
	margin-right: 12px;
}
.header_map ul {
	float: left;
}
.header_map ul li {
	list-style-type: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}
.header_map ul li a {
	height: 15px;
	display: block;
	padding-left: 14px;
	background: url(./images/icon_map.png) no-repeat top left;
}
.header_map ul li a:hover {
	background-position: bottom left;
}

/* gnav
--------------------------------------------------*/
#gnav_area {
	clear: both;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#menu-gnav {
	width: 960px;
	margin: 0 auto;
}
#menu-gnav li {
	font-size: 108%;
	list-style-type: none;
	width: 160px;
	text-align: center;
	display: block;
	float: left;
}
#menu-gnav li a {
	color: #555;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-top: 4px solid #f1f1f1;
	height: 60px;
	line-height: 60px;
}
#menu-gnav li a:hover {
	background-color: #f6f6f6;
	border-color: #d44703;
}
#menu-gnav .current-menu-item a,
#menu-gnav .current-page-ancestor a {
	color: #d44703;
	border-color: #d44703;
}
#menu-gnav .current-menu-item a:hover,
#menu-gnav .current-page-ancestor a:hover {
	background-color: #fff;
}

/* footer
--------------------------------------------------*/
#footer {
	background: url(./images/bg_footer_top.jpg) no-repeat top center #f4f4f4;
	padding-top: 35px;
	clear: both;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#foot_nav {
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}
#foot_nav,
#foot_subnav {
	font-size: 85%;
}
.foot_nav_list {
	width: 960px;
	margin: 0 auto;
	background: url(./images/bg_foot_list.png) no-repeat center left;
}
.foot_nav_list li {
	list-style-type: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
	text-align: center;
	background: url(./images/bg_foot_list.png) no-repeat center right;
}
li.foot_clear {
	background: none;
}
.foot_nav_list li a {
	background: url(./images/icon_arrow_foot.png) no-repeat left center;
	padding-left: 15px;
}
li.foot_maplink a {
	background: url(./images/icon_map_foot.png) no-repeat left center;
	padding: 2px 0 0 14px;
}

#foot_subnav {
	width: 960px;
	margin: 0 auto 25px;
}
.foot_subnav_list li {
	list-style-type: none;
	text-align: center;
	float: left;
}
.foot_subnav_list {
	float: left;
	margin-left: 35px;
}
.foot_subnav_list li {
	margin-right: 15px;
}
.foot_subnav_list a {
	background: url(./images/icon_blank.png) no-repeat left center;
	padding-left: 14px;
}
.disclaimer {
	text-align: right;
	margin-right: 12px;
}
.disclaimer a {
	background: url(./images/icon_arrow_foot.png) no-repeat left center;
	padding-left: 15px;
}
#area_info {
	clear: both;
	width: 958px;
	margin: 0 auto 50px;
	border: 1px solid #cecdbe;
	color: #717168;
	font-size: 85%;
}
.ai_title {
	float: left;
	font-weight: bold;
}
#area_info p {
	padding: 15px 20px;
}

#footer_bottom {
	padding-top: 3px;
	clear: both;
	background: url(./images/bg_footer_line.png) top left repeat-x #4b2d1e;
}
#footer_bottom a {
	color: #d5c7c0;
}
.footer_inner {
	width: 960px;
	margin: 0 auto;
	font-size: 77%;
	color: #d5c7c0;
	padding: 20px 0;
	line-height: 1.8;
}
.footer_inner small {
	font-size: 100%;
}
.bg_footer {
	background: url(./images/bg_footer_bottom.png) no-repeat top center;
	height: 97px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 3px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 55px;
	z-index: 999;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #8b746a;
	text-align: center;
	color: #fff !important;
	font-size: 116%;
	text-decoration: none;
	line-height: 50px;
	border-radius: 25px;
}
.pagetop a:hover {
	text-decoration: none !important;
}
.pagetop span {
	display: none;
}

/* | index |
--------------------------------------------------*/
#bg_home_head {
	background: url(./images/bg_home_head.jpg) repeat-x top left;
	padding-top: 20px;
}
#home_head {
	margin-bottom: 20px;
}
.home_mainimg {
	width: 728px;
	border: 1px solid #d8d8d8;
	float: left;
	background-color: #fff;
}
.home_mainimg img {
	padding: 4px;
}
.home_guide {
	border: 1px solid #4b2d1e;
	width: 208px;
	float: right;
	background-color: #f1f1f1;
}
.home_guide .btn {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 14px;
}
.home_section {
	margin-bottom: 50px;
}

.sp_guide {
	display: none;
}

.reason_box {
	width: 317px;
}
.reason_box_center {
	width: 324px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.reason_box,
.reason_box_center {
	font-size: 93%;
	line-height: 1.8;
	float: left;
}
.reason_box_inner {
	padding: 0 31px;
}
.reason_box h3,
.reason_box_center h3 {
	margin-bottom: 12px;
}
.btn_reason {
	display: block;
	margin-top: 15px;
}

.work_clear {
	margin-right: -15px;
}
.work_box {
	width: 310px;
	float: left;
	background-color: #efeedd;
	border-radius: 5px;
	font-size: 85%;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 343px;
}
.work_box_text {
	float: right;
	width: 187px;
}
.icon_work {
	display: block;
	width: 80px;
	height: 80px;
}
.work_box h3 {
	font-size: 131%;
	color: #4b2d1e;
	border-bottom: 1px solid #4b2d1e;
	margin-bottom: 12px;
}
.work_box_head {
	margin-bottom: 12px;
}
.work_box_inner {
	padding: 16px;
}
.work_box_check {
	background-color: #fff;
	border-radius: 5px;
	clear: both;
	margin-bottom: 12px;
}
.work_box_check ul {
	padding: 10px 10px 5px;
}
.work_box_check ul li {
	list-style-type: none;
	background: url(./images/icon_check.png) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.work_box .btn {
	text-align: right;
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.flow_clear {
	margin-bottom: 40px;
}
.flow_box {
	width: 216px;
	float: left;
	background-color: #f4f4f4;
	font-size: 85%;
	min-height: 345px;
}
.flow_text {
	padding: 20px 15px;
	line-height: 1.6;
}
.flow_home_arrow {
	display: block;
	width: 32px;
	margin-top: 132px;
	float: left;
}
.flow_box strong {
	color: #d44703;
}
.flow_box a {
	font-weight: bold;
}
.flow_box a:hover {
	text-decoration: none;
}

.access_clear {
	margin-right: -20px;
	overflow: hidden;
}
.access_box {
	width: 468px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 20px;
	line-height: 1.8;
}
.access_box_inner {
	padding: 20px;
}
.access_box_inner h3 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 5px;
}
.home_access_map {
	margin-top: 10px;
	margin-bottom: 10px;
}
.map {
	margin-right: 10px;
}
.maplink {
	font-size: 85%;
	background: url(./images/icon_blank.png) no-repeat left center;
	padding-left: 13px;
}
.maplink:hover {
	text-decoration: none;
}

.news_section {
	border: 1px solid #d8d8d8;
}
.news_head {
	background-color: #f4f4f4;
	height: 45px;
	position: relative;
}
.news_section h2 {
	border-left: 4px solid #d44703;
	padding-left: 20px;
	font-size: 108%;
	color: #35291e;
	line-height: 45px;
}
.headlink {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 77%;
	color: #555;
	text-decoration: none;
	background: url(./images/icon_arrow.png) no-repeat 0 3px;
	padding-left: 9px;
}
.headlink:hover {
	text-decoration: underline;
}
.qanda_head .headlink {
	top: 16px;
}
.news_inner {
	padding: 25px 20px 15px;
}
.news_section .news_inner {
	height: 145px;
	overflow: auto;
}
.news_list {
	font-size: 93%;
}
.news_list dt {
	float: left;
}
.news_list dd {
	margin-left: 230px;
	margin-bottom: 10px;
}
.date {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
}
.news_list a:hover {
	text-decoration: none;
}
.news_cate {
	background-color: #838a2d;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100px;
	text-align: center;
	font-size: 85%;
	color: #fff;
	padding: 2px 0;
	border-radius: 3px;
}
.news_cate.news {
	background-color: #c25769;
}
.news_cate.column {
	background-color: #d19826;
}
.news_cate.event {
	background-color: #308794;
}
.news_cate.unclassified {
	background-color: #868686;
}

/* | page |
--------------------------------------------------*/
#title_page {
	color: #35291e;
	font-size: 174%;
	margin: 45px 0 40px 0;
	letter-spacing: .1em;
}
#title_page span {
	background: url(./images/icon_page_title.png) no-repeat left center;
	padding-left: 28px;
}
.page_section {
	margin-bottom: 40px;
}
.sub_title {
	color: #4b2d1e;
	border-bottom: 1px solid #4b2d1e;
}

#main {
	width: 730px;
	float: left;
}
#sidebar {
	width: 210px;
	float: right;
	margin-top: 46px;
}
#page_nav {
	margin-bottom: 30px;
}

/* sidebar
--------------------------------------------------*/
.side_access,
.side_guide,
.side_business {
	border: 1px solid #ddd;
	font-size: 93%;
}
#sidebar h3 {
	background-color: #4b2d1e;
	color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
}
.side_access {
	margin-bottom: 15px;
}
.side_access h4 {
	background-color: #efeedd;
	color: #4b2d1e;
	text-align: center;
	height: 40px;
	line-height: 42px;
}
.side_map {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 93%;
}
.side_map .telinfo {
	font-size: 93%;
	color: #4b2d1e;
}
.telinfo2 {
	font-size: 1rem;
	font-weight: bold;
	color: #4b2d1e;
}
.side_guide {
	text-align: center;
	padding-bottom: 15px;
}
.guide_img {
	margin-bottom: 15px;
}
.side_business {
	margin-bottom: 15px;
}
#menu-business_nav_list li {
	font-size: 93%;
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1;
}
#menu-business_nav_list li:last-child {
	border-bottom: 0;
}
#menu-business_nav_list li a {
	color: #555;
	display: block;
	padding: 15px 15px 15px 26px;
	text-decoration: none;
	background: url(./images/icon_arrow_side_off.png) no-repeat 15px 18px;
}
#menu-business_nav_list .current-menu-item a {
	background: url(./images/icon_arrow_side_on.png) no-repeat 15px 18px;
}
#menu-business_nav_list li a:hover {
	text-decoration: underline;
}


/* | flow |
--------------------------------------------------*/
.page_flow {
	border: 1px solid #cecdbe;
	margin-bottom: 15px;
}
.page_flow_last {
	margin-bottom: 30px;
}
.page_flow h3 {
	background-color: #dbdacb;
	color: #4b2d1e;
}
.page_flow h3 span {
	background-color: #4b2d1e;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 15px;
	margin-right: 15px;
	font-weight: normal;
}
.page_flow_inner {
	padding: 20px 0;
	width: 690px;
	margin: 0 auto;
}
.page_flow_text {
	width: 450px;
	float: left;
	line-height: 1.8;
}
.page_flow_text a:hover {
	text-decoration: none;
}
.flow_text_space {
	margin-bottom: 20px;
}
.page_flow_img {
	width: 180px;
	float: right;
}
.flow_arrow {
	text-align: center;
	margin-bottom: 15px;
}

.flow_tel {
	margin-top: 10px;
	margin-bottom: 20px;
}
.flow_check {
	background-color: #efeedd;
}
.flow_check strong {
	color: #4b2d1e;
}
.flow_check_inner {
	padding: 10px;
}
.checklist {
	margin-top: 5px;
}
.checklist li {
	list-style-type: none;
	background: url(./images/icon_check.png) no-repeat 0 5px;
	padding-left: 20px;
}

/* | business |
--------------------------------------------------*/
.page_work_clear {
	margin-right: -20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.page_work_box {
	font-size: 93%;
	width: 355px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 357px;
}
.page_work_box .work_box_text {
	width: 233px;
}
.title_sub {
	height: 45px;
	line-height: 45px;
	margin-bottom: 15px;
	font-size: 108%;
	color: #4b2d1e;
	border-left: 4px solid #4b2d1e;
	border-bottom: 1px solid #4b2d1e;
	padding-left: 15px;
}
.business_box {
	margin-bottom: 30px;
	line-height: 1.8;
}
.business_box a:hover {
	text-decoration: none;
}
.table_1col {
	width: 50%;
}

.qanda_head .title_main {
	margin-bottom: 0;
}
.qanda_head {
	position: relative;
}
.qanda_box {
	margin-bottom: 40px;
}
.qanda_box li {
	list-style-type: none;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dotted #d8d8d8;
	background: url(./images/bg_q.png) no-repeat 15px 15px;
}
.qanda_box li a {
	text-decoration: none;
	color: #555;
	padding-left: 40px;
}
.qanda_box li a:hover {
	text-decoration: underline;
}

/* | price |
--------------------------------------------------*/
.price_box {
	margin-bottom: 60px;
}
.table_price {
	width: 80%;
}
.table_price .wide {
	width: 220px;
}
.table_point {
	font-size: 123.1%;
	color: #d44703;
}

/* | company |
--------------------------------------------------*/
.company_tel {
	display: block;
	margin: 10px 0;
}
.access_sub_title {
	margin: 30px 0 10px 0;
}
.page_access_map {
	margin: 10px 0;
}

.prof_box {
	background-color: #dbdacb;
	width: 225px;
	margin-right: 20px;
	float: left;
	position: relative;
	margin-top: 75px;
	padding-top: 90px;
}
.prof_box_hakusan {
	background-color: #efeedd;
	margin-right: 0;
}
.prof_img{
	display: block;
	position: absolute;
	top: -75px;
	left: 36px;
}
.prof_box h3 {
	color: #4b2d1e;
	font-size: 108%;
	text-align: center;
}
.prof_box h3 span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}
.prof_inner {
	padding: 20px 15px;
	font-size: 93%;
}
.member_box {
	margin-top: 15px;
	border-top: 1px solid #b4b3a7;
}
.member_title {
	font-weight: bold;
	color: #4b2d1e;
	margin-top: 15px;
}

.reason_box_1col {
	margin-bottom: 40px;
	line-height: 1.8;
}
.reason_box_1col h3 {
	margin-bottom: 15px;
}
.reason_box_1col .text {
	width: 930px;
	margin: 0 auto;
}
.reason_box_1col a:hover {
	text-decoration: none;
}
.table_tel {
	width: 530px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.table_tel th,
.table_tel td {
	border: 1px solid #d8d8d8;
	text-align: center;
}
.table_tel th {
	font-weight: normal;
	background-color: #f3f3f3;
	padding: 5px 20px;
}
.table_tel td {
	padding: 20px 0;
}
.table_tel td img {
	vertical-align: middle;
}

/* | guide |
--------------------------------------------------*/
.qandamenu {
	margin-bottom: 40px;
}
.guidemenu_list li {
	font-size: 108%;
	list-style-type: none;
	margin-bottom: 10px;
}
.guidemenu_s_list {
	margin: 10px 0 20px 38px;
	overflow: hidden;
}
.guidemenu_s_list li {
	font-size: 93%;
	display: block;
	float: left;
	margin-right: 20px;
}
.guidemenu_s_list li a {
	color: #555;
	text-decoration: none;
	background: url(./images/icon_arrow.png) no-repeat 0 3px;
	padding-left: 9px;
}
.guidemenu_s_list li a:hover {
	text-decoration: underline;
}
.qanda_list li {
	list-style-type: decimal-leading-zero;
	margin-left: 3em;
	margin-bottom: 10px;
}
.back_qanda {
	margin-bottom: 30px;
}
.qanda_list li a,
.column_box li a {
	color: #555;
	text-decoration: none;
}
.qanda_list a:hover,
.column_box li a:hover {
	text-decoration: underline;
}
.guidemenu_list a:hover,
.back_qanda a:hover {
	text-decoration: none;
}

.column_box {
	margin-bottom: 40px;
}
.column_box li {
	list-style-type: none;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dotted #d8d8d8;
	background-repeat: no-repeat;
	background-image: url(./images/bg_pencil.png);
	background-position: 13px 16px;
}
.column_box li a {
	padding-left: 40px;
}

/* | access |
--------------------------------------------------*/
.access_box_1col {
	line-height: 1.8;
}

/* | news |
--------------------------------------------------*/
.page_news_inner {
	margin-bottom: 40px;
}
.page_news_section .news_list dt,
.page_news_section .news_list dd {
	padding-bottom: 10px;
}

/* single.php
--------------------------------------------------*/
.single_box {
	margin-bottom: 30px;
	line-height: 1.8;
}
.single_box ul,
.single_box ol {
	margin-left: 2em;
}
.single_box a:hover {
	text-decoration: none;
}

/* 印刷設定
--------------------------------------------------*/
@media print {
	#header,
	#footer {
		display: none;
	}
	body {
		border-top: none;
	}
}


/* 2019.620. 追加css
--------------------------------------------------*/
.access_map .ggmap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.access_map .ggmap iframe,
.access_map .ggmap object,
.access_map .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
@media screen and (max-width: 767px) {
	side_map .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	 
	side_map .ggmap iframe,
	side_map .ggmap object,
	side_map .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
}
