/*
Theme Name: akiya_bee
Theme URI: http://vanidesign.blog.fc2.com/blog-entry-8.html
Description: WPを作成する際の基本テンプレート
Version: 1.2
Author: Vanillate
Author URI: http://vanillate.com/
*/



.contentsbox:after {

	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;

}

.contentsbox {

	/*  display:inline-block; */

}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}


body {
	/*font: 14px "Lucida Sans", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Osaka;*/
	font: 14px "メイリオ", Meiryo, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #f2f3f2;
}

#body_inner {
	width: 100%;
	min-width: 960px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.single a {
	font-weight: bold;
}

a:link {}

a:hover {
	text-decoration: underline;
}

a:active {}

a:visited {}

.clear {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}


header {
	overflow: hidden;
	height: 100px;
	/* border-bottom:dashed 1px gray; */
	margin-bottom: 0px;
}

header .menu ul {
	margin: 0px;
	padding: 0px;
}

header .page_item {
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#side_nav {

	margin: 0px;
	padding: 0px;

}

#side_nav li {

	list-style: none;

}


.post {}

.home #contents {
	width: 1140px;
	margin: 0px auto 0;
}

#contents {
	width: 1140px;
	margin: 0px auto 0;
}

#main {
	width: 880px;
	margin-left: 0;
	float: left;
	/* box-sizing:border-box;border:2px red solid; */
}

.home #side {
	width: 240px;
	margin-left: 20px;
	margin-right: 0;
	float: right;
	padding-top: 70px;
	/* box-sizing:border-box;border:2px red solid; */
}

#side {
	width: 240px;
	margin-left: 20px;
	margin-right: 0;
	float: right;
	padding-top: 126px;
	/* box-sizing:border-box;border:2px red solid; */
}

.blog_info {
	border-bottom: dashed #ccc 1px;
	width: 90%;
	margin: 0 40px;
}

.blog_info h2 {
	font-size: 24px;
	color: #555;
}

.blog_info ul {
	padding: 0px;
	margin: 0px;
}

.blog_info li {
	font-size: 14px;
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #555;
}

li.cal {
	background: url(images/calendar.gif) no-repeat 0 1px;
}

li.cat {
	background: url(images/folder.gif) no-repeat 0 1px;
}

li.tag {
	background: url(images/tag.gif) no-repeat 0 2px;
}

.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.avatar {
	float: left;
}

.comment-content {
	margin-left: 50px;
}

.reply {
	margin-left: 50px;
	margin-bottom: 20px;
}

article.comment {
	font-size: 12px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}


.comment_form_over label {
	font-size: 11px;
}


.comment_form_over p {
	margin: 0px;
	padding: 0px;
}

input#author {
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#email {
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#url {
	width: 545px;
	border: 1px solid #ccc;
	height: 18px;
}

.comment-form-author {
	float: left;
}

.comment-form-email {
	float: right;
}


textarea#comment {
	width: 545px;
	border: 1px solid #ccc;
	height: 100px;
}

.title {
	margin: 20px 0px 5px 0px;
}

#comments-title {
	margin: 20px 0px 5px 0px;

}

#reply-title {
	margin: 50px 0px 10px 0px;
}

.widget-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.logged-in-as {
	font-size: 12px;
}

#nameandurl {
	padding-top: 10px;
	margin-bottom: 20px;
}

#textbox {
	padding-top: 10px;
}

.blog_description {
	font-size: 12px;
	margin: 0px 120px;
	color: gray;
}


/* @group wp表示でよく使う装飾 */

.post strong {
	color: #000;
}

.post em {
	color: gray;
}

.post blockquote {
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	color: gray;
}

.post code {
	color: teal;
	font-family: "Courier New";
}



.thecontent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.thecontent ul li {
	list-style: none;
	background: url(images/tick.gif) no-repeat 0 4px;
	padding-left: 13px;
}

/*----------- custom css start by tanaka -------------*/

/*----- header area -----*/
header.header_front_page_cst {
	height: 540px;
}

.logo_bar_cst {
	width: 100%;
	height: 90px;
	background-color: #449079;
	/* tanaka_chane add new */
	overflow: hidden;
	/* box-sizing:border-box; border: 3px solid blue; */
	position: fixed;
	z-index: 99999;
	box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
}

.header_inner {
	width: 100%;
	max-width: 1140px;
	min-width: 1024px;
	margin: 0 auto;
}

.logo_img_cst {
	float: left;
	/* box-sizing:border-box; border: 3px solid red; */
}

.logo_img_cst img {
	/*	height:80px;
	width:500px;
	margin-left:20px;*/
	margin-top: 0px;
	width: 100%;
	height: auto;
	max-width: 600px;
}

.logo_nav_cst {
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	width: 300px;
	/* box-sizing:border-box; border: 3px solid red; */
}

.logo_nav_cst .searchtext {
	width: 70%;
	height: 30px;
	font-size: 18px;
	border: 0px;
	color: #666;
	text-indent: 5px;
}

.logo_nav_cst .searchbuttom {
	width: 60px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #1d2088;
	border: 1px solid #ccc;
}

#billboard {
	width: 100%;
	max-width: 1140px;
	min-width: 1024px;
	position: relative;
	top: 40px;
	left: 0px;
	overflow: hidden;
	height: 380px;
	margin: 120px auto 0;
}

#billboard img {
	width: 100%;
	height: auto;
	max-width: 1140px;
}

.banner_cst img {
	width: 100%;
}

.banner_msg_cst {
	position: absolute;
	top: 130px;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	/* background-color:rgba(255,255,255,0.4); */
	width: 100%;
	/*　メインの画像のメッセージ設定 */
	/* text-indent:10%; */
	text-align: center;
	color: #000;
	/*文字色*/
	text-shadow:
		/*縁取り*/
		0 1px 0 #fff,
		1px 0 0 #fff,
		0 -1px 0 #fff,
		-1px 0 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

/*----- pt_home area -----*/

.genre_title_cst {
	display: inline-block;
	position: relative;
	top: 38px;
	left: 5%;
	height: 60px;
	font-size: 25px;
	/*	padding:0 30px; */
	border: 1px solid #999;
	background-color: #449079;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	/* box-sizing:border-box; border: 3px solid red; */
	z-index: 999;
}

/* .genre_title_cst:after, */
.genre_title_cst:before {
	position: absolute;
	content: "";
	top: -0px;
	display: inline-block;
	border-width: 20px 4px;
	border-style: solid;
}

.genre_title_cst:before {
	left: -9px;
	border-color: transparent #052 #052 transparent;
	z-index: -1;
}

/*
.genre_title_cst:after{
	right:-4px;
	border-color:transparent transparent #adc #adc;
}
*/

.genre_title_cst img {
	display: block;
	float: left;
	height: 100%;
	/*	width:60px;
	height:60px; */
	/* box-sizing:border-box; border: 3px solid red; */
}

.genre_title_cst h1,
.genre_title_cst h2 {
	color: #fff;
	font-weight: normal;
	float: left;
	height: 100%;
	line-height: 60px;
	padding-right: 1em;
	/*	margin-left:20px; */
	/* box-sizing:border-box; border: 1px solid red; */
}

.genre_title_cst h2 img {
	width: 100%;
	height: auto;
	max-width: 473px;
}

.info_block_cst {
	/* background-color:#eee; */
	overflow: hidden;
	width: 840px;
	margin-bottom: 0px;
	padding: 50px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid #449079;
	/*
	-moz-box-shadow: 		2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
	-o-box-shadow: 			2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
	-ms-box-shadow: 		2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
	box-shadow:					2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
	*/
}

.info_box_cst {
	width: 158px;
	height: 200px;
	margin: 0 10px 0 0;
	float: left;
	background-color: #ffffff;
	position: relative;
	/*
	-moz-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 			1px 1px 4px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
	box-shadow: 				1px 1px 4px 3px rgba(0,0,0,0.2);
	*/
}

.info_box_cstN {
	width: 158px;
	height: 170px;
	margin: 0 10px 0 0;
	float: left;
	background-color: #ffffff;
	position: relative;
	/*
	-moz-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 			1px 1px 4px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
	box-shadow: 				1px 1px 4px 3px rgba(0,0,0,0.2);
	*/
}



.info_box_info p {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: center;
}

.pref_table {
	margin: 0 0 40px 10px;
}

.pref_table th {
	text-align: right;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.pref_table td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px dashed #ccc;
}

.syokushu_box_cst {
	width: 168px;
	margin: 10px 0;
	float: left;
}


.select_button_cst {
	display: block;
	margin: auto;
	width: 90%;
	/* height: 54px; */
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-size: 20px;
}

.select_button_cst:hover {
	text-decoration: none;
}

.select_button_cst:active {
	top: 3px;
	box-shadow: none;
}

.syokushu_box_cst .select_button_cst {
	font-size: 18px;
	background-color: #1abc9c;
	box-shadow: 0 3px 0 #0e8c73;
}

.syokushu_box_cst .select_button_cst:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}

.bigbutton_box_cst {
	margin-bottom: 40px;
}

.bigbutton_box_cst .select_button_cst {
	background-color: #1abc9c;
	box-shadow: 0 3px 0 #0e8c73;
}

.bigbutton_box_cst .select_button_cst:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}

.googlemap_cst {
	text-align: center;
	margin: auto;
	padding: 5%;
}

/*-----  single.php area -----*/

.company_details_block_cst {
	margin: 0 4% 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 1.6;
}



.company_details_block_cst p {
	margin: 0;
}

.company_details_table_cst {
	width: 100%;
}

.company_details_table_cst th {
	border: solid #aaa 1px;
	width: 15%;
	text-align: center;
	padding: 5px;
}

.company_details_table_cst td {
	border: solid #aaa 1px;
	width: 85%;
	padding: 1% 2%;
}

.company_images_block_cst {
	margin: 0 5%;
}

/*----- sidebar.php area -----*/
.widget-container {
	border: 1px solid #449079;
	padding: 5%;
	margin-bottom: 20px;
	background-color: #fff;
}

.widget-container h3 {
	border-left: 4px solid orange;
	border-bottom: 1px solid #449079;
	padding-left: 10px;
	margin-bottom: 10px;
}

.widget-container li {
	padding-left: 10px;
	list-style: disc;
	list-style-position: inside;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.widget-container li .post-date {
	font-size: 80%;
	color: #999;
}

.widget-container2 {
	border: 1px solid #449079;
	padding: 5%;
	margin-bottom: 20px;
	background-color: #fff;
}

.widget-container2 h3 {
	border-left: 4px solid orange;
	border-bottom: 1px solid #449079;
	padding-left: 10px;
	margin-bottom: 10px;
}

.widget-container2 li {
	padding-left: 10px;
	list-style: disc;
	list-style-position: inside;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.widget-container2 li .post-date {
	font-size: 80%;
	color: #999;
}


/*-----  loop.php 業者一覧 area -----*/

.gyosya_list {
	margin: 2% 5%;
}

.gyosya_list .compay_loop_block {
	padding-bottom: 15px;
	border-bottom: dashed #ccc 1px;
	overflow: hidden;
	height: 200px;
}

/*
.gyosya_list .company_image{
	width:30%;
	display:inline-block;
	vertical-align:middle;
}
.gyosya_list .company_image img{
	width:100%;
	max-height:210px;
}
*/

.gyosya_list a:hover {
	text-decoration: none;
}

.gyosya_list .thecontent {
	width: 65%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}

.gyosya_list .thecontent h3 {
	font-size: 20px;
	margin-top: 0px;
}

.nav-below {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}

/*-----  投稿フォーム area -----*/
.akiyainfo_form_cst {
	margin-left: 5%;
	margin-bottom: 40px;
	line-height: 30px;
}

.akiyainfo_form_cst .wpcf7-textarea {
	width: 90%;
}

/*-----  footer.php area -----*/
footer {
	width: 100%;
	/*	height: 150px; */
	background-color: #449079;
}

footer .footer_menu_cst {
	padding-top: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

footer .footer_menu_cst a:visited,
footer .footer_menu_cst a:link,
footer .footer_menu_cst a:hover,
footer .footer_menu_cst a:active {
	color: #ffffff;
}

footer .copy {
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}


/*----------- custom css end   by tanaka -------------*/

/* @end */
/*box-sizing:border-box; border: 3px solid red;*/


/* 20150406 temp */

/* 20150406 temp */

.area_bnr ul,
.bnr_sitelink ul {
	list-style-type: none;
}

.enforcement {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

.enforcement p {
	margin: 1em 0 0 60px;
}




.widget-area h3 {
	line-height: 1.5em;
}

.execphpwidget p,
.execphpwidget a {
	/*	padding:0.5em 1em; */
	line-height: 1.3em;
}

.aligncenter {
	text-align: center;
}

/* PU */
.page-template-page-pudef #pu_def h1 {
	display: block;
	width: 420px;
	font-size: 32px;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	border: 1px solid #aaa;
	margin: 0 auto;
	padding: 1em;
	background: #8BCDBA;
	color: #fff;
}

.page-template-page-pudef #pu_def .desc_vhqp {
	font-size: 18px;
	margin: 2em 0 0 0;
	text-decoration: underline;
}

.page-template-page-pudef #pu_def .list_vhqp {
	width: 420px;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	margin: 2em auto 0;
}

.page-template-page-pudef #pu_def h2 {
	display: block;
	width: 420px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin: 3em auto 0;
}

.page-template-page-pudef #pu_def .message_pu {
	width: 420px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 2em auto 0;
}

.sec02 {
	margin: 32px auto 0;
	width: 600px;
}

.sec02 h1 {
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 4px 0 4px 0px !important;
	margin: 0 auto 15px !important;
}

.sec02 h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 15px auto 0 !important;
}

.sec02 p {
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0;
}

.sec02 table {
	border-collapse: collapse;
	width: 100%;
}

.sec02 table th {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee;
	padding: 3px 5px;
}

.sec02 table td {
	font-size: 14px;
	padding: 3px 5px;
	border: 1px solid #eee;
	text-align: left;
}

.sec02 table .thL {
	width: 60px;
}

.sec02 table .thC {
	width: 400px;
}

.sec02 table .thR {
	width: 120px;
}

.ui-state-default {
	font-size: 16px;
}

/* 201509 */
.info_top {
	width: 100%;
	height: 30px;
	background: #333;
	z-index: 99998;
	position: fixed;
	margin: 90px 0 0 0;
	box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
}

.info_top p {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

.tickerT {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #449079;
	width: 100px !important;
	font-size: 16px !important;
}



#ticker {
	/* that's your list */
	position: relative;
	/*left: 750px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ticker li {
	float: left;
	/* important: display inline gives incorrect results when you check for elem's width */
	margin: 6px 0 0 0;
	padding-right: 30px;
	/*background: #fff;*/
	color: #F2F3F2;
}





#ticker {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	list-style: none;
	margin: 0;
}

.tickercontainer {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tickercontainer .mask {
	position: relative;
	padding-left: 110px;
	padding-right: 10px;
	overflow: hidden;
}

/* 201509 */
#list_akiyakanrishi {
	border-collapse: collapse;
}

#list_akiyakanrishi th,
#list_akiyakanrishi td {
	border: 1px solid #ddd;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
}

/*20151111*/
.company_image {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.company_image img {
	/* width: 240px;
    position: absolute;
    clip: rect(0px 240px 180px 0px); */
	width: 100%;
	height: auto;
	max-width: 400px;
}

.info_box_img {
	width: 158px;
	height: 119px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.info_box_img img {
	width: 158px;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0px 158px 119px 0px);
}

.info_box_imgN {
	width: 158px;
	height: 95px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.info_box_imgN img {
	/*		width: 158px;
    position: absolute;
	top:0;
	left:0;
    clip: rect(0px 158px 119px 0px); */
	width: 100%;
	height: auto;
	max-width: 175px;
}

.company_img01 {
	width: 48%;
	float: left;
}

.company_img01 img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

.company_img02 {
	width: 48%;
	float: right;
}

.company_img02 img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

/*  */
.custom_search {
	width: 300px;
	float: right;

}

.searchform-label {
	font-size: 14px !important;
}

.searchform-input-wrapper select {
	height: 30px;
}

/* サーチフォーム用 */
.custom_search {
	width: 330px;
	float: right;
}

.searchform-label {
	display: block;
	float: left;
	width: 40% !important;
	overflow: hidden;
	font-size: 1.1em;
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 4px;
	text-align: right;
}

.info_box_cct {
	width: 720px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	float: left;
}

.info_box_cct img {
	width: 720px !important;
	position: absolute;
	top: 0;
	left: 70px !important;
	clip: auto !important;
}

.fBnr {
	width: 468px;
	margin: 60px auto;
	height: 60px;
	padding: 0;
}

.fBnr img {
	width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	top: 400px !important;
}

/* dropdown */

.ofN {}

.pref_table {
	float: left;
}

.box_pref {
	float: left;
	width: 440px;
	height: 360px;
	margin: 0 0 0 0;
}

.title_pref {
	margin: 0 0 0 20px;
}

#contents_pref {
	height: 318px;
	overflow-y: scroll;
}

#nav_pref {
	width: 70px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1.6em;

}

#nav_pref li {

	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 70px;

	height: 1.6em;
	line-height: 1.6em;


}

#nav_pref li a {
	padding: 5px;
	background-color: #efefef;
	display: block;
	color: #333;
	text-decoration: none;
	height: 1.6em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
}

#nav_pref li a:hover {
	background-color: #449079;
	color: #fff;
}

#nav_pref li ul {
	list-style-type: none;
	width: 70px;
	display: none;
	position: relative;
	top: -33px;
	left: 71px;

}

/* dd2 */
#pref_dd {
	/* overflow-y: scroll; */
	width: 440px;
	height: 400px;
	margin: 0 0 0 20px;
}

#nav2 {
	float: left;
	list-style: none;
	width: 90px;
}

#nav2 li {
	position: relative;
	width: 90px;
	height: 36px;
	list-style: none;
	z-index: 9999;
}

#nav2>li {
	border-bottom: 1px solid #fff;
}

#nav2 li:last-child {
	border-bottom: none;
}

#nav2 li:hover>ul>li {
	border-bottom: 1px solid #fff;
}

#nav2 li>ul>li:last-child {
	border-bottom: none;
}

#nav2 li a {
	display: block;
	width: 90px;
	height: 36px;
	color: #333;
	font-size: 13px;
	line-height: 36px;
	padding-left: 10px;
	background: #ededed;
	transition: 0.8s;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #fff;
	background: #449079;
	;
}

#nav2>li:hover>a {
	background: #449079;
	transition: 0.8s;
}

#nav2>li:hover li:hover>a {
	background: #449079;
	;
}

#nav2 li:hover>ul>li {
	overflow: visible;
	top: -36px;
	left: 101px;
	height: 36px;
}

#nav2 li ul li {
	overflow: hidden;
	height: 0;
	left: 91px;
	transition: 0.5s;
}

#nav2 li ul li a {
	background: #ededed;
	color: #333;
	transition: 0.8s;
}

#nav2 li ul:before {
	/*孫*/
	position: absolute;
	content: "";
	top: 13px;
	left: 91px;
	border: 5px solid transparent;
	border-left: 5px solid #449079;
	;
}

#nav2 li:hover ul li ul li:hover>a {
	/*孫*/
	background: #449079;
	;
}

.pref_table a {
	margin-right: 18px;
}

.pref_table a.set4 {
	margin-right: 4px !important;
}

/* ToTop */
.a-pagetop {
	width: 80px;
	height: 90px;
	margin: 32px auto 0;
}

.a-home {
	width: 80px;
	height: 90px;
	position: absolute;
	bottom: 160px;
	right: 32px;
}

.a-pagetop img,
.a-home img {
	width: 100%;
	height: auto;
	max-width: 160px
}

/* BUkken */
.box_art {
	margin-bottom: 10px;
}

.tArt {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #ccc;
}

.tArt th {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 15px;
	text-align: center;
}

.tArt td {
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 4px;
	text-align: center;
}

.img_art {
	width: 160px;
}

.tArt img {
	width: 100%;
}

.price_article {
	width: 90px;
}

.madori_art {
	width: 100px;
}

.price_art {
	font-size: 16px;
	font-weight: bold;
	color: #DC0E11;
}

.tra_art {
	width: 280px;
}

.h2_art {
	font-size: 18px;
	text-align: center;
}

.copy a {
	text-decoration: none;
	color: #fff;
}

.info_box_cct2 {
	width: 720px;
	height: auto;
	margin: 0 auto 20px;
	position: relative;
}

.info_box_cct2 .fLT {
	font-weight: bold;
	width: 50%;
	diaplay: block;
	float: left;
	text-align: center;
}

.info_box_cct2 .fRT {
	font-weight: bold;
	width: 50%;
	diaplay: block;
	float: right;
	text-align: center;
}

.vaM {
	vertical-align: middle;
}

/* 2016.10.21 */

#colorbox {
	z-index: 99999 !important;
}

.custom_search {
	width: 252px !important;
	float: right;
	margin: 0 20px !important;
}

.custom_search select {
	font-size: 14px;
}

.searchform-input-wrapper {
	width: 100% !important
}

.searchform-label {
	display: none !important;
}

.searchform-input-wrapper input {
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
	border: 1px solid rgb(166, 166, 166);
	border-radius: 5px;
}

.searchform-controls input {
	width: 40px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #00bfff;
	border: 1px solid #ccc;
	margin-top: 5px;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
.custom_search :placeholder-shown {
	color: #000;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.custom_search ::-webkit-input-placeholder {
	color: #000;
}

/* Firefox 18- */
.custom_search :-moz-placeholder {
	color: #000;
	opacity: 1;
}

/* Firefox 19+ */
.custom_search ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

/* IE 10+ */
.custom_search :-ms-input-placeholder {
	color: #000;
}

/* 2017.07.07 */

.addrPP {
	font-size: 16px;
	margin: 0.5em 0;
	height: 3em;
	overflow: hidden;
}

/* fMenu */

.fMenu {
	width: 100%;
	margin: 100px auto 0;
}

.fMenu ul {
	text-align: center;
}

.fMenu li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 10px;
	/display: inline;
	/zoom: 1;
}

#soudan,
#chiiki,
#bukken,
#osusume {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.formL {
	width: 50%;
	float: left;
}

.formR {
	width: 50%;
	float: right;
}

.akiyainfo_form_cst .wpcf7-textarea {
	height: 4em;
}


/* 201710 */
.mapInfo {
	width: 590px;
	margin: -3em auto 2em;
}

.mapInfo ul {
	list-style-type: none;
}

.company_details_table_cst a {
	font-weight: normal;
}

.fwB {
	font-weight: bold;
}

.postid-6908 .noDataInfo {
	display: none;
}

/* 2017.12 TELINQ */
#telInq {
	width: 180px;
	float: left;
	margin: -5px 20px 0 20px;
}

#telInq img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

/* MAP2018 */
.pRel {
	position: relative;
}

.h410 {
	height: 410px;
}

.box_map {
	background: url(images/ACSmapBG.jpg) no-repeat;
	width: 700px;
	height: 440px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.box_map2 {
	background: url(images/ACSmapBG.jpg) no-repeat;
	width: 700px;
	height: 440px;
	position: absolute;
	top: 20px;
	right: 70px;
}


.box_map ul {
	background: #e4ecf9;
	border-radius: 3px;
	padding: 4px 0 0 4px;
	behavior: url(/css/std/lib_css/PIE.htc);
	position: relative;
	position: absolute;
	width: 128px;
}

.box_map2 ul {
	background: #e4ecf9;
	border-radius: 3px;
	padding: 4px 0 0 4px;
	behavior: url(/css/std/lib_css/PIE.htc);
	position: relative;
	position: absolute;
	width: 128px;
}

#area01 {
	right: 10px;
	top: 30px;
	width: 64px !important;
	background: #D4EED7;
}

#area02 {
	right: 10px;
	top: 157px;
	background: #FEF7D7;
}

#area03 {
	right: 10px;
	top: 298px;
	background: #CCF4FF;
}

#area04 {
	left: 310px;
	top: 75px;
	background: #d5edf9;
}

#area05 {
	left: 401px;
	top: 361px;
	background: #d7dbea;
}

#area06 {
	left: 164px;
	top: 117px;
	background: #ffecf6;
}

#area07 {
	left: 12px;
	top: 171px;
	background: #eaf4d6;
}

#area08 {
	left: 203px;
	top: 361px;
	background: #fbddcf;
}

#area09 {
	left: 12px;
	top: 298px;
	background: #f7f9cf;
}

#area10 {
	left: 13px;
	top: 55px;
	width: 64px !important;
	background: #fceacc;
}


.box_map li {
	display: block;
	height: 27px;
	width: 60px;
	margin: 0 2px 4px 0;
}

.box_map2 li {
	display: block;
	height: 27px;
	width: 60px;
	margin: 0 2px 4px 0;
}

.box_map a {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
	display: block;
	height: 27px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 13px;
	color: #000;
	behavior: url(/css/std/lib_css/PIE.htc);
	position: relative;
}

.box_map2 a {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
	display: block;
	height: 27px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 13px;
	color: #000;
	behavior: url(/css/std/lib_css/PIE.htc);
	position: relative;
}

.box_map a:hover {
	/*押したとき*/
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eeeeee, endColorstr=#dddddd);
}

.box_map2 a:hover {
	/*押したとき*/
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eeeeee, endColorstr=#dddddd);
}

.box_map a:active {
	/*押したとき*/
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: -webkit-linear-gradient(#fcfac0 0%, #f6f283 100%);
	background-image: linear-gradient(#fcfac0 0%, #f6f283 100%);
	/*グラデーションを明るく*/
}

.box_map2 a:active {
	/*押したとき*/
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: -webkit-linear-gradient(#fcfac0 0%, #f6f283 100%);
	background-image: linear-gradient(#fcfac0 0%, #f6f283 100%);
	/*グラデーションを明るく*/
}

.hori>li,
.hori>li a {
	float: left;
}

.box_mapF {
	background: #dedede;
	padding: 1em 0;
	margin: 3em auto 0;
}

#Fmenu {
	max-width: 1140px;
	margin: 0 auto;
}

#Fmenu li {
	list-style-type: none;
	float: left;
	margin: 0 0.5em 0.25em 0.5em;
	color: #555;
}

#Fmenu li a {
	color: #555;
}

.since {
	margin: 0em 3em 0em 0em;
	text-align: right;
	;
}

/* 20190715 */
.hkTxt {
	color: #f00;
}

/* list_bnr */
.list_bnr {
	overflow: hidden;
	max-width: 1140px;
	padding: 20px;
	margin: 1em auto;
}

.list_bnr p {
	display: inline-flex;
	width: 24%;
}

.list_bnr p img {
	width: 100%;
}

.osB {
	width: 100%;
	margin: 40px auto 0;
}

.osB img {
	width: 100%;
}

.bnr_sideRL img,
.bnr_sideRR img {
	width: 100%;
	height: auto;
	max-width: 360px;
}

.bnr_sideR img {
	width: 100%;
	height: auto;
	max-width: 240px;
}

/* サイト内更新 */
time {
	width: 100%;
	max-width: 1140px;
	height: auto;
	display: block;
	text-align: right;
	margin: 0 auto;
}

/* 21個別用 */

.fsP48 {
	font-size: 48px;
}

.fsP42 {
	font-size: 42px;
}

.fsP36 {
	font-size: 36px;
}

.fsP32 {
	font-size: 32px;
}

.fsP30 {
	font-size: 30px;
}

.fsP28 {
	font-size: 28px;
}

.fsP24 {
	font-size: 24px;
}

.fsP20 {
	font-size: 20px;
}

.fsP18 {
	font-size: 18px;
}

.fsP16 {
	font-size: 16px;
}

.fsP14 {
	font-size: 14px;
}

.fs60 {
	font-size: 60px;
}

.fs48 {
	font-size: 48px;
}

.fs36 {
	font-size: 36px;
}

.fs32 {
	font-size: 32px;
}

.fs30 {
	font-size: 30px;
}

.fs28 {
	font-size: 28px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs17 {
	font-size: 17px;
}

.fs16 {
	font-size: 16px;
}

.fs14 {
	font-size: 14px;
}

.info_box_imgL {
	width: 720px;
	height: 120px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

/* 3種問い合わせボタン */
.btnList {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 20px auto;
	width: 882px;
}

.btnItem {
	margin: 0 10px;
	float: left;
}

/* 230830 */
.uritai_U {
	border-top: 1px dotted #ccc;
	padding: 1em;
	text-align: center;
}

/* 230911 */
.secTtl {
	max-width: 99%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0.5em 0 0.5em;
}

.secTtl::before {
	content: url(https://sonwosinai-akiyafurukatsuyou.com/wp-content/themes/akiya_bee/images/ico_title_AKIYA.svg);
	display: inline-block;
	width: 50px;
	height: 46px;
	vertical-align: middle;
	margin-right: 0.5em;
}

.fs20M {
	font-size: 20px !important;
}

.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48
}

/* 24大嶋 */

.fsO60 {
	font-size: 60px;
}

.fsO48 {
	font-size: 48px;
}

.fsO36 {
	font-size: 36px;
}

.fsO32 {
	font-size: 32px;
}

.fsO30 {
	font-size: 30px;
}

.fsO28 {
	font-size: 28px;
}

.fsO24 {
	font-size: 24px;
}

.fsO22 {
	font-size: 22px;
}

.fsO20 {
	font-size: 20px;
}

.fsO18 {
	font-size: 18px;
}

.fsO17 {
	font-size: 17px;
}

.fsO16 {
	font-size: 16px;
}

.fsO14 {
	font-size: 14px;
}

.fsoS {
	width: 100%;
	border: 8px solid #245a38;
	padding: 2em 1.5em;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 2407 お問い合わせ */
.tel_inq {
	width: 330px;
	margin: 30px auto;
	text-align: center;
}

table.inq {
	width: 96%;
	margin: 0px auto 32px;
	border-collapse: collapse;
}

table.inq th {
	width: auto;
	margin: 0;
	padding: 8px;
	width: 140px;
	font-size: 15px;
	line-height: 15px;
}

table.inq td {
	width: auto;
	padding: 8px;
	text-align: left;
}

table.inq .req {
	width: 40px;
	text-align: center;
}

table.inq .req span {
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 4px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

table.inq .searchzip {
	font-size: 0.8em;
}

table.inq .att {
	font-size: 0.75em;
	font-weight: bold;
}

table.inq input {
	font-size: 15px;
	line-height: 28px;
	/* 文字の高さ */
	margin: 0px;
	/* 余白を消す */
	background-color: #eee;
	/* 背景 */
	border: 1px solid #ccc;
	/* 罫線 */
	width: 100%;
	/* 幅 */
	padding: 8px;
	/* 余白 */
	height: 32px;
	/* 高さ */
}

table.inq .inputarea_zip input {
	width: auto !important;
}

table.inq textarea {
	font-size: 15px;
	line-height: 28px;
	/* 文字の高さ */
	margin: 0px;
	/* 余白を消す */
	background-color: #eee;
	/* 背景 */
	border: 1px solid #ccc;
	/* 罫線 */
	width: 100%;
	/* 幅 */
	padding: 8px;
	/* 余白 */
	height: 300px;
	/* 高さ */
	vertical-align: middle;
}

.btn_inq_main {
	text-align: center;
}

.btn_inq_main input {
	font-size: 24px;
	line-height: 24px;
	/* 文字の高さ */
	padding: 15px 25px;
	/* 余白 */
	background-color: #449079;
	/* 背景 */
	color: #FFFFFF;
	/* 文字色 */
	border: 1px solid #ccc;
	/* 罫線 */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	behavior: url(PIE.htc);
}

/* 240821 osm */
.fs20-09 {
	font-size: 20px;
}

.fs16-10 {
	font-size: 16px;
}

.fs20-11 {
	font-size: 20px;
}

.fs18-10 {
	font-size: 18px;
}

.fs16-09 {
	font-size: 16px;
}

.fs24-13 {
	font-size: 24px;
}

.fs28-14 {
	font-size: 28px;
}

/* 250710 */
.headImg {
	text-align: center;
	margin: 20px auto;
}

/* 2508 */
/* 共通デザイン */
.akiya-article {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.8;
}

.akiya-article header {
	height: 100% !important;
	;
}

.akiya-article footer {
	height: 100% !important;
	padding: 1em;
	margin-top: 1em;
}

.akiya-article h1 {
	font-size: 1.8em;
	margin-bottom: 16px;
}

.akiya-article .lead {
	font-size: 1.2em;
	margin-bottom: 24px;
}

.akiya-article h2 {
	font-size: 1.4em;
	margin-top: 24px;
}

.akiya-article h3 {
	font-size: 1.2em;
	margin-bottom: 8px;
}

.akiya-article p {
	font-size: 1.1em;
	margin-bottom: 8px;
}

.akiya-article ul {
	padding-left: 0;
}

.akiya-article li {
	list-style: none;
}

.card-grid {
	display: flex;
	gap: 16px;
	margin: 16px 0;
}

.card {
	flex: 1;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px;
}

.cta-text {
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	color: #fff;
	font-size: 1.2em;
}

.cta-btn {
	display: block;
	text-align: center;
	color: #fff;
	padding: 12px 20px;
	margin: 16px auto;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	max-width: 300px;
	font-size: 1.4em;
}

.cta-btn:hover {
	opacity: 0.9;
}

/* 色テーマ */
.theme-sell h1,
.theme-sell h2 {
	color: #1e3a8a;
}

/* 売却 → 青系 */
.theme-sell .cta-btn {
	background: #1e40af;
}

.theme-purchase h1,
.theme-purchase h2 {
	color: #b91c1c;
}

/* 買取 → 赤系 */
.theme-purchase .cta-btn {
	background: #dc2626;
}

.theme-assessment h1,
.theme-assessment h2 {
	color: #166534;
}

/* 査定 → 緑系 */
.theme-assessment .cta-btn {
	background: #15803d;
}

/* === FAQ base === */
.faq {
	--faq-accent: #449079;
	--faq-bg: #f9fafb;
	--faq-border: #e5e7eb;
	--faq-text: #111;
}

.faq {
	margin: 18px 0;
	padding: 0;
	color: var(--faq-text);
}

.faq h2 {
	font-size: 1.25rem;
	margin: 0 0 10px;
}

/* container spacing */
.faq details {
	background: #fff;
	border: 1px solid var(--faq-border);
	border-radius: 10px;
	margin: 10px 0;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

/* summary button */
.faq summary {
	list-style: none;
	cursor: pointer;
	padding: 12px 44px 12px 44px;
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, var(--faq-accent), transparent 60%) border-box;
}

/* remove native marker */
.faq summary::-webkit-details-marker {
	display: none;
}

/* left accent bar */
.faq details {
	border-left: 4px solid transparent;
}

.faq details[open] {
	border-left-color: var(--faq-accent);
	background: var(--faq-bg);
}

/* caret icon */
.faq summary::after {
	content: "▸";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .18s ease;
	font-size: 1rem;
	opacity: .7;
}

.faq details[open] summary::after {
	transform: translateY(-50%) rotate(90deg);
	opacity: .9;
}

/* optional leading icon */
.faq summary::before {
	content: "Q";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--faq-accent);
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
	display: grid;
	place-items: center;
}

/* answer */
.faq details>p {
	margin: 0;
	padding: 12px 16px 14px 44px;
	border-top: 1px dashed var(--faq-border);
	background: #fff;
}

.faq details[open]>p {
	background: #fff;
}

/* subtle hover */
.faq summary:hover {
	background: #fcfdfd;
}

/* small "more" link under compact FAQ */
.faq .faq-more {
	margin: 6px 0 0;
	text-align: right;
}

.faq .faq-more a {
	text-decoration: none;
	color: var(--faq-accent);
	font-weight: 700;
}

.faq .faq-more a:hover {
	text-decoration: underline;
}

/* responsive */
@media (max-width: 720px) {
	.faq summary {
		padding-left: 44px;
		padding-right: 40px;
	}

	.faq details>p {
		padding-left: 44px;
	}
}

/* === Color themes (section-wise) === */
/* 全般 */
.faq--general {
	--faq-accent: #64748b;
}

/* 売却（青） */
.faq--sell {
	--faq-accent: #1e40af;
}

/* 買取（赤） */
.faq--purchase {
	--faq-accent: #dc2626;
}

/* 査定（緑） */
.faq--assessment {
	--faq-accent: #15803d;
}

/* 相続（黄） */
.faq--inheritance {
	--faq-accent: #e19619;
}



.info_block_cst_U {
	/* background-color:#eee; */
	overflow: hidden;
	width: 840px;
	margin-bottom: 0px;
	padding: 50px 20px 20px 20px;
	background-color: #fff;
	border-top: 1px solid #449079;
	border-left: 1px solid #449079;
	border-right: 1px solid #449079;
	border-bottom: none;

}

.info_block_cst_D {
	/* background-color:#eee; */
	overflow: hidden;
	width: 840px;
	margin-bottom: 0px;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border-top: none;
	border-left: 1px solid #449079;
	border-right: 1px solid #449079;
	border-bottom: 1px solid #449079;

}

/* 固定ヘッダーを考慮してズレないように */
.anchor-fix {
	position: relative;
	height: 0;
}

#jump-wizard {
	scroll-margin-top: 118px;
}

/* ← ヘッダー高+余白に合わせる(例:90+8) */

/* 念のため #akiya-wizard 自体に余白も */
#akiya-wizard {
	scroll-margin-top: 118px;
}

/* info_block の上下に挟む構成にした場合の線消し（必要なら） */
.info_block_cst--top {
	border-bottom: none;
}

.info_block_cst--bottom {
	border-top: none;
}

/* 共通 */
.ak-cta {
	text-align: center;
}

.ak-btn {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #94a3b8;
	border-radius: 999px;
	padding: 10px 16px;
	margin: 4px;
	line-height: 1;
	white-space: nowrap;
}

.ak-btn--primary {
	background: #449079;
	color: #fff;
	border-color: #449079;
}

.ak-btn--ghost {
	background: #fff;
	color: #0f172a;
}

.ak-btn--s {
	font-size: 13px;
	padding: 8px 12px;
}

.ak-btn--m {
	font-size: 15px;
}

.ak-btn--l {
	font-size: 17px;
	padding: 12px 18px;
}

/* 3ボタンレイアウト */
.ak-cta3 {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0;
}

.ak-cta3--stack {
	flex-direction: column;
	align-items: center;
}

.ak-cta3 a {
	min-width: 160px;
	text-align: center;
}

/* 色分け（お好みで） */
.ak-btn--sell {
	border-color: #334155;
}

.ak-btn--buy {
	border-color: #0ea5e9;
}

.ak-btn--appraise {
	border-color: #f59e0b;
}

/* 補足 */
.ak-note {
	text-align: center;
	color: #64748b;
	font-size: 13px;
	margin: 6px 0 0;
}

/* スクロール着地のズレ対策（保険） */
#jump-wizard,
#akiya-wizard {
	scroll-margin-top: 98px;
}

/* ヘッダー高に合わせ調整 */

/* ===== Twin Wings Buttons (下層ページ用) ===== */

/* レイアウト（横並び/縦積み） */
.ak-cta2 {
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 16px 0;
}

.ak-cta2--stack {
	flex-direction: column;
}

@media (max-width: 480px) {
	.ak-cta2--row {
		flex-direction: column;
	}
}

/* ボタン共通 */
.ak-btn {
	--ak-radius: 9999px;
	--ak-speed: .18s;
	display: inline-block;
	min-width: 220px;
	padding: 12px 18px;
	border-radius: var(--ak-radius);
	border: 1.5px solid #94a3b8;
	background: #fff;
	color: #0f172a;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	transition: transform var(--ak-speed) ease, box-shadow var(--ak-speed) ease, background var(--ak-speed) ease, color var(--ak-speed) ease, border-color var(--ak-speed) ease;
	position: relative;
	will-change: transform;
}

.ak-btn:hover {
	transform: translateY(-1px);
}

.ak-btn:active {
	transform: translateY(0);
}

.ak-btn:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

/* サイズ可変 */
.ak-btn--s {
	font-size: 14px;
	padding: 10px 14px;
	min-width: 180px;
}

.ak-btn--m {
	font-size: 16px;
}

.ak-btn--l {
	font-size: 18px;
	padding: 14px 22px;
	min-width: 240px;
}

/* 双翼カラー */
.ak-btn--sell {
	border-color: #334155;
	color: #334155;
}

.ak-btn--sell:hover {
	background: #334155;
	color: #fff;
}

.ak-btn--buy {
	border-color: #0ea5e9;
	color: #0369a1;
}

.ak-btn--buy:hover {
	background: #0ea5e9;
	color: #fff;
}

/* うっすら影＆持ち上がり感 */
.ak-btn:hover {
	box-shadow: 0 6px 18px rgba(2, 6, 23, .08), 0 2px 6px rgba(2, 6, 23, .06);
}

/* ダーク背景上での視認性（必要なら親に .on-dark を付与） */
.on-dark .ak-btn {
	background: rgba(255, 255, 255, .96);
}

/* 250828 */
root {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100dvh;
	background: black;
	font-family: sans-serif;
	color: white;
}

.scrolling-text {
	width: 30vw;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	font-size: clamp(16px, 50dvh, 220px);
	white-space: nowrap;
	margin: 0 auto;
}


.author {
	position: fixed;
	bottom: 1em;
	right: 1em;
	font-size: clamp(16px, 4dvh, 32px);
	color: white;
}

.author a {
	color: #afa;
	font-weight: bold;
}