@charset "UTF-8";
/*=========================

不動産予約相談　予約ボタン追加

======================== */
.btn_stores {
width: 100%;
}
.btn_stores img.first-child{
    width: 170px;
    margin: auto 0px -39px 475px;
}
@media screen and (max-width: 767px) {
.btn_stores {
width: 100%;
}
.btn_stores img.first-child{
    width: 150px;
    margin: auto;
}
}
/* @media screen and (min-width: 768px) {
.btn_stores {
width: 100%;
}
.btn_stores img.first-child{
    width: 150px;
    text-align: right;
    margin: auto;
}
} */



/*=========================

よくある質問 エントランス

======================== */

@media screen and (max-width: 767px) {
.page-body section#faq .faq_box {
	width: 100%;
	margin: 20px auto 20px;
	padding: 30px;
	border: solid 3px #60B154;
}
}
@media screen and (min-width: 768px) {
.page-body section#faq .faq_box {
	width:800px;
	margin:0 auto;
}
}
.page-body section#faq .faq_box h3 {
	color: #26841F;
	font-size: 2.0rem;
	margin-bottom:10px;
	text-align:center;
}
@media screen and (max-width: 767px) {
.page-body section#faq .faq_box h3 {
	font-size:1.5rem;
}
}
.page-body section#faq .faq_box li {
	list-style:none;
	position: relative;
	background:#F2F2F2;
	padding:20px 0 15px;
	margin:0 0 5px;
}
.page-body section#faq .faq_box li:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 20px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background:  url(../images/icon_faq_tit01.png) no-repeat;
	background-size: 18px 18px;
}
.page-body section#faq .faq_box li:hover {
	background:#E6F4E3;
	transiton:0.2s;
}
.page-body section#faq .faq_box li a:after:hover {
	left: 15px;
}
.page-body section#faq .faq_box li a {
	font-size:16px;
	color:#333;
	display:block;
	position:relative;
	padding:0 50px;
	text-decoration:none;
}
@media screen and (max-width: 767px) {
.page-body section#faq .faq_box li a {
	font-size:1.3rem;
}
}
.page-body section#faq .faq_box li a:after {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top:-5px;
	content: "";
	border-right: 1px solid #35952A;
	border-top: 1px solid #35952A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.2s;
}
#faq .faq-list {
	width: 900px;
	margin: 0px auto 30px;
}
 @media screen and (max-width: 767px) {
#faq .faq-list {
	width: 100%;
	margin: 0px auto 0px;
}
}
#faq .faq-list li {
	width: 292px;
	height: 100px;
	float: left;
	margin: 0 10px 10px 0;
	border:#F1F1F1 1px solid;
}
#faq .faq-list li:hover{
	opacity:0.7;
	transition:0.2s;
}
 @media screen and (max-width: 767px) {
#faq .faq-list li {
	width: 85%;
	min-width: 320px;
	float: none;
	margin: 0 auto 10px;
}
}
@media screen and (min-width: 768px) {
#faq .faq-list li:nth-child(3n) {
	margin: 0 0 10px 0;
}
}
 @media screen and (max-width: 767px) {
#faq .faq-list:nth-child(3n) {
	margin: 0 auto;
}
}
#faq .faq-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 15px 12px 12px 140px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 120px 96px;
	color: #595959;
	font-size: 1.2rem;
	text-decoration: none;
}
#faq .faq-list li a:after {
	content: "";
	position: absolute;
	top:50%;
	right:10px;
	margin-top:-7px;
	width:14px;
	height:14px;
	background-image: url(../images/icon_header_info.png);
	background-size: 14px 14px;
	z-index: 20;
}
#faq .faq-list li h2 {
	padding: 0 0 4px 0;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
}
#faq .faq-list li .h-faq {
	font-weight: bold!important;
	vertical-align: middle!important;
	position:absolute;
	top:50%;
	margin-top:-12px;/*padding-top: 50%!important;*/
}
#faq .faq-list li.menkyo a {
	background-image: url(../images/faq_category01.jpg);
}
#faq .faq-list li.shikaku a {
	background-image: url(../images/faq_category02.jpg);
}
#faq .faq-list li.shinki a {
	background-image: url(../images/faq_category03.jpg);
}
#faq .faq-list li.hosyo a {
	background-image: url(../images/faq_category04.jpg);
}
#faq .faq-list li.support a {
	background-image: url(../images/faq_category05.jpg);
}
#faq .faq-list li.reins a {
	background-image: url(../images/faq_category09.jpg);
}
#faq .faq-list li.public a {
	background-image: url(../images/faq_category08.jpg);
}
/*=========================

よくある質問 詳細

======================== */

.page-body section#faq dl {
	padding:20px 0;
	border-bottom:#ccc 1px dotted;
	position:relative;
	margin:0;
}
.page-body section#faq dl:first-of-type {
	padding:0 0 20px;
}
.page-body section#faq dt {
	position: relative;
	padding: 0 0 10px 30px;
}
.page-body section#faq dt:before {
	content: "";
	position: absolute;
	top:2px;
	left:0;
	width:18px;
	height:18px;
	background-image: url(../images/icon_faq_tit01.png);
	background-size: 18px 18px;
}
.page-body section#faq dd {
	font-size:14px;
	padding:0 0 0 0.2rem;
	position: relative;
	padding: 0 0 0 30px;
}
.page-body section#faq dd:before {
	content: "";
	position: absolute;
	top:2px;
	left:0;
	width:18px;
	height:15px;
	background-image: url(../images/icon_faq_tit02.png);
	background-size: 18px 15px;
}
/*=========================

入会書類ダウンロード

======================== */

article#download {
	margin-bottom:40px;
}
.doc_dl_area02 {
	margin-bottom:20px;
}
.doc_dl_area table, .doc_dl_area02 table {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 30px;
}
.doc_dl_area table thead tr th, .doc_dl_area02 table thead tr th {
	color: #fff;
	background: #FD6266;
	padding: 10px;
	text-align: center;
	border-collapse: collapse;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #fff;
}
.doc_dl_area table thead tr th:first-of-type {
	width: 5%;
}
.doc_dl_area table thead tr th:nth-of-type(2) {
	width: 77%;
}
.doc_dl_area table thead tr th:last-of-type {
	width: 18%;
}
.doc_dl_area table tbody tr, .doc_dl_area02 table tbody tr {
	border-bottom: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
}
.doc_dl_area table tbody tr th, .doc_dl_area02 table tbody tr th {
	border-right: 1px solid #fff;
	padding: 20px 10px;
	vertical-align: middle;
	background: #F1F1F1;
	text-align: center;
	font-weight: bold;
}
.doc_dl_area table tbody tr td, .doc_dl_area02 table tbody tr td {
	padding:15px;
	vertical-align: middle;
	text-align:left;
	font-size: 13px;
}
.doc_dl_area table tbody tr td:last-of-type {
	text-align: center;
}
.doc_dl_area table tbody tr td span, .doc_dl_area02 table tbody tr td span {
	font-size:12px;
	color:#777;
}
.doc_dl_area table tbody tr td img {
	width: auto;
	margin:0;
}
.doc_dl_area02 .dl_box {
	margin:0 0 15px;
}
.doc_dl_area .dl_box a, .doc_dl_area02 .dl_box a {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	/*border: #FD6F72 3px solid;*/
    position: relative;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.doc_dl_area .dl_box a:before, .doc_dl_area02 .dl_box a:before {
	content: "";
	position: absolute;
	top:50%;
	left:20px;
	width:18px;
	height:20px;
	margin-top:-10px;
	background-image: url(../images/icon_file.png);
	background-repeat:no-repeat;
	background-size: 18px 20px;
}
.doc_dl_area .dl_box a:after, .doc_dl_area02 .dl_box a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-right: 1px solid #DA141A;
	border-top: 1px solid #DA141A;
	margin: auto;
}
.doc_dl_area .dl_box p, .doc_dl_area02 .dl_box p {
	color:#FD6F72;
	display:inline-block;
	padding:0 0 0 40px;
}
.doc_dl_area .dl_box img, .doc_dl_area02 .dl_box img {
	width:20px;
	margin-right:10px;
	position:absolute;
	top:50%;
	margin-top:-10px;
}
.doc_dl_area02 .dl_box .btn-link a {
	display: block;
	position: relative;
	width: 500px;
	padding: 1px 0 0;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #CDCDCD;
	background-color: #F1F1F1;
	margin:0 auto;
}
.doc_dl_area02 .dl_box .btn-link.kakumaru a {
	border-radius: 20px;
}
.doc_dl_area02 .dl_box .btn-link a:hover {
	background:#ffe3e3;
	opacity:1;
}
.doc_dl_area02 .dl_box .btn-link.arrow a:after {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top:-4px;
	content: "";
	border-right: 1px solid #FD6F72;
	border-top: 1px solid #FD6F72;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================================

06　宅建業免許の更新・変更

==================================================================*/

.about .page-body article h3.h-sect, .about .page-body section h3.h-sect {
	padding: 0rem 0 0 1rem;
	color: #35952A;
	font-size: 1.6rem;
	margin: 0 0 15px;
	border-left:none;
}
.check_box02 {
	margin: 0 20px 40px 20px;
	border: 2px dotted #FD6266;
	padding: 20px 30px;
}
@media screen and (max-width: 767px) {
	.check_box02 {
		margin: 0 auto 5%;
		border: 2px dotted #FD6266;
		padding: 3%;
		width: 100%;
		box-sizing: border-box;
	}
}
.check_box02 h2 {
	font-weight:bold;
	padding-left: 1rem;
	margin-bottom:1rem;
}
/*
修正（一旦退避）
section後のコンマについて確認してくださいませ
：2018年3月29日@soratomo
*/
/*2018年3月29日 12:00 修正しました@cyujo*/

.box_link {
	width:100%;
	background:#F2F2F2;
	padding:15px 20px;
	margin:0 0 20px;
}
.box_link li {
	vertical-align:middle;
	line-height:2.0em;
}
.box_link li a {
	text-decoration:none;
	color:#333;
}
.box_link li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.box_link li img {
	margin:0 0 0 5px;
}
.page-body section .desk_table table {
	width:100%;
	margin-bottom:20px;
}
.page-body section .desk_table table thead th {
	background:#71b56c;
	color:#fff;
	text-align:center;
	border-bottom:#ccc 1px solid;
	padding:10px;
}
.page-body section .desk_table table tbody th {
	background:#f1f1f1;
	width:50%;
	text-align:left;
	padding-left:20px;
}
.page-body section .desk_table table tbody td {
	width:50%;
	text-align:right;
	padding-right:20px;
}
.page-body section .desk_table02 table {
	width:100%;
	border-bottom:#ccc 1px solid;
	margin-bottom:20px;
}
.page-body section .desk_table02 table thead th {
	background:#71b56c;
	color:#fff;
	text-align:center;
	border:#ccc 1px solid;
	padding:10px;
}
.page-body section .desk_table02 table tbody th {
	background:#f1f1f1;
	width:50%;
	text-align:center;
	padding-left:20px;
}
.page-body section .desk_table02 table tbody td {
	width:50%;
	text-align:left;
	padding-left:20px;
	border-bottom:#ccc 1px solid;
	vertical-align:middle;
}
/* ==================================================================

32　行政書士ダウンロード

==================================================================*/

    .admin_dl_area table {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}
.admin_dl_area table thead tr th {
	color: #fff;
	text-align: center;
	background: #FD6266;
	padding: 10px;
	border-collapse: collapse;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #fff;
}
.admin_dl_area table thead tr th:first-of-type {
	width: 55%;
}
.admin_dl_area table thead tr th:nth-of-type(2) {
	width: 25%;
}
.admin_dl_area table thead tr th:nth-of-type(3) {
	width: 10%;
}
.admin_dl_area table thead tr th:last-of-type {
	width: 10%;
}
.admin_dl_area table tbody tr {
	border-bottom: 1px solid #C8C8C8;
}
.admin_dl_area table tbody tr th {
	border-right: 1px solid #fff;
	padding: 20px 15px;
	vertical-align: middle;
	background: #F1F1F1;
	text-align: left;
	font-weight: bold;
}
.admin_dl_area table tbody tr td {
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
	text-align:center;
}
.admin_dl_area table tbody tr td:first-of-type {
	text-align: center;
}
.admin_dl_area table tbody tr td img {
	width: auto;
	margin:0;
}
/* ==================================================================

51　変更届

==================================================================*/


.change_table table {
	width:100%;
	border:#ccc 1px solid;
	margin-bottom:20px;
}
.change_table table thead tr th {
	font-size:12px;
	background:#FD6266;
	color:#fff;
	text-align:center;
	border:#ccc 1px solid;
	padding:10px;
	vertical-align:middle;
}
.change_table table thead tr th:first-of-type {
	width: 5%;
	vertical-align:middle;
}
.change_table table thead tr th:nth-of-type(2) {
	width: 54%;
	vertical-align:middle;
}
.change_table table thead tr th:nth-of-type(3) {
	width: 12%;
	vertical-align:middle;
}
.change_table table thead tr th:nth-of-type(4) {
	width: 13%;
	vertical-align:middle;
}
.change_table table thead tr th:last-of-type {
	width: 16%;
	vertical-align:middle;
}
.change_table table tbody tr th {
	background:#f1f1f1;
	text-align:center;
	vertical-align:middle;
}
.change_table table tbody tr td {
	text-align:center;
	vertical-align:middle;
}
.change_table table tbody tr td:first-of-type {
	text-align:left;
}
.change_table table tbody tr td img {
	margin:0;
	vertical-align:middle;
}
/* ==================================================================

新ページ　空き家バンク

==================================================================*/


.bank_table table {
	width:100%;
	border:#ccc 1px solid;
	margin-bottom:20px;
}
.bank_table table thead tr th {
	font-size:12px;
	background:#71b56c;
	color:#fff;
	text-align:center;
	border:#fff 1px solid;
	padding:10px;
	vertical-align:middle;
}
.bank_table table thead tr th:first-of-type {
	width: 20%;
	vertical-align:middle;
}
.bank_table table thead tr th:nth-of-type(2) {
	width: 15%;
	vertical-align:middle;
}
.bank_table table thead tr th:nth-of-type(3) {
	width: 45%;
	vertical-align:middle;
}
.bank_table table thead tr th:last-of-type {
	width: 20%;
	vertical-align:middle;
}
.bank_table table tbody tr th {
	font-size:13px;
	background:#f1f1f1;
	text-align:center;
	vertical-align:middle;
}
.bank_table table tbody tr td {
	font-size:13px;
	vertical-align:middle;
}
/* ==================================================================

このサイトについて

==================================================================*/

.about_area table tr th {
	width:40%;
	text-align:left;
}
/* ==================================================================

word　重要書類契約書

==================================================================*/

.word_dl_area table {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}
.word_dl_area table thead tr th {
	color: #fff;
	text-align: center;
	background: #FD6266;
	padding: 10px;
	border-collapse: collapse;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #fff;
}
.word_dl_area table thead tr th:first-of-type {
	width: 30%;
}
.word_dl_area table thead tr th:nth-of-type(2) {
	width: 50%;
}
.word_dl_area table thead tr th:last-of-type {
	width: 20%;
}
.word_dl_area table tbody tr {
	border-bottom: 1px solid #C8C8C8;
}
.word_dl_area table tbody tr th {
	border-right: 1px solid #fff;
	padding: 20px 20px;
	vertical-align: middle;
	background: #F1F1F1;
	text-align: center;
	font-weight: bold;
}
.word_dl_area table tbody tr td {
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 13px;
	text-align:left;
}
.word_dl_area table tbody tr td:last-of-type {
	text-align: center;
}
.word_dl_area table tbody tr td img {
	width: auto;
	margin:0;
}
.word_dl_area02 table {
	width:100%;
	margin-bottom:20px;
	border-top:1px #ccc solid;
}
/*.word_dl_area02 table thead th{
	background:#71b56c;
	color:#fff;
	text-align:center;
	border-bottom:#ccc 1px solid;
	padding:10px;
	}*/
.word_dl_area02 table tbody th {
	background:#f1f1f1;
	width:50%;
	text-align:left;
	padding:15px 0 15px 20px;
	border-bottom:1px #ccc solid;
	vertical-align:middle;
}
.word_dl_area02 table tbody td {
	width:50%;
	text-align:center;
	padding:15px 20px;
	border-bottom:1px #ccc solid;
	vertical-align:middle;
}
.word_dl_area02 table tbody tr td img {
	width: auto;
	margin:0;
}
/* ==================================================================

リンク集

==================================================================*/

h4.l-sect {
	padding: 1.5rem 0 0.5rem 0.2rem;
	color: #268420;
	font-size: 1.6rem;
}
h4.l-sect a {
	text-decoration:none;
}
h4.l-sect a:hover {
	transition:0.2s;
	text-decoration:underline;
	color:#268420;
}
.link_box {
	border-bottom:1px #C8C8C8 dotted;
	padding:0 0 0 10px;
	position:relative;
}
.link_box p {
	display:inline-block;
	margin:0 15px 0 0;
	position:relative;
}
.link_box a {
	color:#333;
	display:inline-block;
	position:relative;
	text-decoration:none;
}
.link_box a:before {
	display: block;
	position: absolute;
	left: -10px;
	top:50%;
	margin-top:-4px;
	content: "";
	width: 0;
	　　height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #026843;
}
.link_box a:hover {
	transition:0.2s;
	text-decoration:underline;
	color:#268420
}
.link_box02 {
	position:relative;
	margin:0 auto;
}
.link_box02 p {
	display:inline-block;
	width:300px;
	margin:0 0 0 0;
	position:relative;
}
.link_box02 a {
	color:#333;
	display:inline-block;
	position:relative;
	text-decoration:none;
}
.link_box02 a:before {
	display: block;
	position: absolute;
	left: -10px;
	top:8px;
	content: "";
	width: 0;
	　　height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #026843;
}
.link_box02 a:hover {
	transition:0.2s;
	text-decoration:underline;
	color:#268420
}
.page-body section .link_box02 img {
	width:23px;
	height:auto;
	margin:0;
	padding-left:7px;
}
/* ==================================================================

サイトマップ

==================================================================*/


.site_box div {
	/*background:#f1f1f1;*/
	width:320px;
	display:inline-block;
	padding:10px 20px 20px;
	vertical-align:top;
}
.site_box div:nth-of-type(2n) {
	margin:0 0 10px 0;
}
.s_txt01 {
	padding-left:15px;
}
.site_box ol li {
	margin-bottom:10px;
}
.site_box ol li a {
	color:#333;
	position:relative;
	text-decoration:none;
}
.site_box ol li a:before {
	display: block;
	position: absolute;
	left: -10px;
	top:50%;
	margin-top:-4px;
	content: "";
	width: 0;
	　　height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #026843;
}
.site_box ol li a:hover {
	transition:0.2s;
	text-decoration:underline;
	color:#268420
}
/* ==================================================================

物件をお探しの方

==================================================================*/

.estate_wrapper {
	text-align:center;
	margin:0 auto;
	padding:100px 0;
	background-image: url(../images/estate_title_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.estate .bg-style {
	padding: 40px 0 15px 0;
	background-image: url(../images/estate_bg_style.gif);
}
.estate_box01 {
	background:#fff;
	width:940px;
	height:250px;
	padding:10px;
	margin:0 auto 40px;
}
.estate_box02 {
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}
.estate_box03 {
	display:inline-block;
	vertical-align:middle;
	width:400px;
	padding:20px 0 0 0;
}
.estate_box03 img {
	margin-bottom:10px;
}
.estate_box04 {
	width:900px;
	margin:0 auto;
}
.estate_nav {
	margin:10px auto;
}
.estate_nav li {
	display:inline-block;
	margin:0 5px 10px;
}
.estate_nav li a {
	border-radius:20px;
	width: 185px;
}
.estate_nav li a {
	display: block;
	position: relative;
	padding: 1px 0 0;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #CDCDCD;
	background-color: #F1F1F1;
	transition: all 0.2s;
}
.estate_nav li a:after {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 16px;
	content: "";
	border-right: 1px solid #268421;
	border-top: 1px solid #268421;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
}
.estate_nav li a:hover {
	color: #fff;
	background-color: #268421;
}
.estate_nav li a:hover:after {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 16px;
	content: "";
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
	transition:0.2s;
}
 @media screen and (max-width: 767px) {
.estate_wrapper {
	text-align:center;
	padding:8%;
}
.estate .bg-style {
	padding:10% 5%;
}
.estate_box01 {
	background:#fff;
	width:100%;
	height:auto;
	padding:5%;
	margin:0 auto 10%;
}
.estate_box02 {
	display:block;
	width:100%;
}
.estate_box02 img {
	margin-bottom:5%;
}
.estate_box03 {
	display:block;
	width:100%;
	padding:0 0 0 0;
}
.estate_box03 img {
	margin-bottom:3%;
}
.estate_box04 {
	width:100%;
	margin:0 auto;
}
.estate_nav {
}
.estate_nav li {
	display:inline-block;
	margin: 0 1% 2%;
	width: 47%;
}
.estate_nav li a {
	border-radius:20px;
	width:100%;
}
/*.estate_nav li a {
    display: block;
    position: relative;
    padding: 1px 0 0;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: solid 1px #CDCDCD;
    background-color: #F1F1F1;
}
.estate_nav li a:after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    content: "";
    border-right: 1px solid #268421;
    border-top: 1px solid #268421;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}*/
	}
/* ==================================================================

不動産お役立ち情報　部分

==================================================================*/


.hudosan-link {
	padding: 100px 0;
	margin-bottom:-10px;
	background-image: url(../images/estate_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hudosan-link .title {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
}
.hudosan-link ul {
	margin: 0 auto;
	padding: 0 8px;
}
 @media screen and (min-width: 768px) {
.hudosan-link ul {
	width: 1170px;
	padding: 0;
}
}
.hudosan-link li {
	position: relative;
	width: 48%;
	height: 45px;
	float: left;
	margin: 0px 1% 10px;
	font-size: 1.2rem;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 46px;
	background-position: left top;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
 @media screen and (min-width: 768px) {
.hudosan-link li {
	width: 370px;
	height: 91px;
	margin: 0 10px 20px;
	background-size: 93px;
	font-size: 1.6rem;
	transition: all 0.12s;
}
.hudosan-link li:hover{
	transform: translateY(-5px);
    background-color: white;
    box-shadow: 5px 5px 0px #999999;
}
}
.hudosan-link li.estate_menu1 {
	background-image: url(../images/estate_menu1.png);
}
.hudosan-link li.estate_menu2 {
	background-image: url(../images/estate_menu2.png);
}
.hudosan-link li.estate_menu3 {
	background-image: url(../images/estate_menu3.png);
}
.hudosan-link li.estate_menu4 {
	background-image: url(../images/estate_menu4.png);
}
.hudosan-link li.estate_menu5 {
	background-image: url(../images/estate_menu5.png);
}
.hudosan-link li.estate_menu6 {
	background-image: url(../images/estate_menu6.png);
}
.hudosan-link li.estate_menu7 {
	background-image: url(../images/estate_menu7.png);
}
.hudosan-link li.estate_menu8 {
	background-image: url(../images/estate_menu8.png);
}
.hudosan-link li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}
.hudosan-link li:after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	border-top: 8px solid transparent;
	border-right: 8px solid #278422;
	z-index: 20;
}
.hudosan-link li p {
	font-size:18px;
	font-weight:800;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 5px 0 110px;
	line-height: 1.4;
}
.hudosan-link li span {
	font-size:16px;
	font-weight:500;/*font-size:18px;
	font-weight:800;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5px 0 55px;
  line-height: 1.4;*/
}
.hudosan-link li span .e_txt {
	font-size:16px;
	font-weight:500;
}
 @media screen and (max-width: 767px) {
.hudosan-link {
	padding:15% 2%;
}
.hudosan-link .title {
	width:100%
}
.hudosan-link li {
	display:block;
	width: 100%;
	height:91px;
	margin:0 auto 2%;
	background-size: 93px;
	font-size: 1.6rem;
 z-index:1000!important;
}
.hudosan-link li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
 z-index:1000!important;
}
.hudosan-link li p {
	font-size:1.7rem;
	font-weight:800;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 5px 0 110px;
	line-height: 1.4;
}
.hudosan-link li p span {
	font-size:1.5rem;
}
}
/* ==================================================================

資料請求フォーム

==================================================================*/


.req_box01 {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom:10px;
	width: 300px;
	vertical-align:middle;
}
.req_box02 {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	width: 440px;
	margin-bottom:10px;
	vertical-align:middle;
}
.req_box03 {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	width: 60px;
	margin-bottom:10px;
	vertical-align:middle;
}
.submit {
	margin-top: 20px;
	padding: 15px 20px;
	background: #f3f3f3;
	text-align: center;
}
.submit button {
	margin: 0 6px;
	padding: 2px 16px;
	font-size: 120%;
}
 @media screen and (max-width: 767px) {
.req_box01 {
	display:block;
	width:100%;
	margin-bottom:2%;
}
.req_box02 {
	display:block;
	width:100%;
	margin-bottom:2%;
}
.req_box03 {
	display:block;
	width:100%;
	margin-bottom:2%;
}
.page-body section .input_table table {
	border:none;
}
.page-body section .input_table table tr th {
	width:100%;
	display:block;
	font-wieight:bold;
	border-top:none;
	background:#f3f3f3;
	border-bottom:1px #ccc solid;
	border-top:1px #ccc solid;
	/*	padding:10px 0 10px 10px;*/
	text-align:left;
	vertical-align:middle;
}
.page-body section .input_table table tr td {
	/*padding:15px 0 15px 15px ;*/
	width:100%;
	display:block;
	font-wieight:bold;
	margin-bottom:20px;
	line-height:2.0em;
	vertical-align:middle;
	border:none;
}
}
/* ==================================================================

アンケート

==================================================================*/

.scroll_box {
	height: 130px;
	margin: 10px auto;
	padding: 5px;
	background: #FFF;
	border: 1px solid #B7B7B7;
	text-align: left;
	overflow-y: scroll;
}
.page-body section .question_form table {
	border-top:none;
}
.page-body section .question_form table tr th {
	width:100%;
	display:block;
	font-wieight:bold;
	border-top:none;
	background:#f3f3f3;
	padding:15px 0 10px 10px;
	text-align:left;
	vertical-align:middle;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
}
.page-body section .question_form table tr td {
	border:none;
	padding:15px 0 15px 15px;
	width:100%;
	display:block;
	font-wieight:bold;
	margin-bottom:20px;
	line-height:2.0em;
	vertical-align:middle;
}
 @media screen and (max-width: 767px) {
.question_form {
	width:100%;
	display:block;
}
.page-body section .question_form table {
	display:block;
	border-top:none;
	width:100%;
}
.page-body section .question_form table tbody {
	display:block;
	width:100%;
}
.page-body section .question_form table tbody tr {
	display:block;
	width:100%;
}
.page-body section .question_form table tr th {
	width:100%;
	display:block;
	font-wieight:bold;
	background:#f3f3f3;
	/*	padding:10px 0 10px 10px;*/
	text-align:left;
	vertical-align:middle;
}
.page-body section .question_form table tr td {
	/*padding:15px 0 15px 15px ;*/
	width:100%;
	display:block;
	font-wieight:bold;
	line-height:2.0em;
	vertical-align:middle;
	border:none;
}
}


/* ==================================================================

180509 ロールオーバー追加

==================================================================*/

#shibu-index .front-cover table.link-list th a:hover {
	opacity:0.7;
}
#shibu-index .front-cover table.link-list th a:hover:after {
	right: 15px;
	transition: 0.2s;
}
#membership-index .btn-link a:hover{
	background:#FD6F72;
	border-color:#FD6F72;
	color:#fff;
	}
#membership-index .btn-link.arrow a:hover:after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#membership-index .banner-link-img a:hover{
	opacity:0.7;
	}
#membership-index .sect-4 .banner-link-box .iRight a:hover{
	opacity:0.7;
	}
.membership .page-body section#merit02 .btn-link-left a:hover, .membership .page-body section#flow .btn-link-left a:hover{
	background:#FD6F72;
	border-color:#FD6F72;
	color:#fff;
	}
.membership .page-body section#merit02 .btn-link-left a:hover:after, .membership .page-body section#flow .btn-link-left.arrow a:hover:after{
	display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.membership .page-body aside#membership div.link-box .btn-link a:hover{
	background:#FD6F72;
	border-color:#FD6F72;
	color:#fff;
	}
.membership .page-body aside#membership .link-box .btn-link.arrow a:hover:after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*よくある質問　質問検索*/
.faq-search {}
.faq-search input , .faq-search select {
	height: 40px;
}
.faq-search .faq-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 10px;
}
.faq-search .faq-search-word {
    width: 62%;
    border: solid 1px #CDCDCD;
    background-color: #c8e7be;
}
.faq-search .faq-search-select {
	-webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	width: 20%;
	border: solid 1px #CDCDCD;
	padding-left: 5px;
	background-color: #fff;
	cursor: pointer;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}
.faq-search .faq-search-button {
    background-color: #35952A;
    border: none;
    color: #fff;
    width: 13%;
    cursor: pointer;
}
.page-body section p.faq-search-txt {
	width: 90%;
	margin: auto;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.faq-search .faq-search-word {
		width: 100%;
		margin-bottom: 10px;
	}
	.faq-search .faq-search-select {
		width: 65%;
	}
	.faq-search .faq-search-button {
		width: 30%;
	}
}

.page-body.faq-result-main {
	width: 690px;
  float: left;
}
.page-body.faq-result-main section#faq .faq_box {
	width: 100%;
}
.blank_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_blank_faq.png);
    background-size: 14px 14px;
    z-index: 20;
}

}
@media screen and (max-width: 767px) {
	.page-body.faq-result-main {
		width: 100%;
		float: inherit;
	}
	.page-body.faq-result-main section#faq .faq_box {
		width: 100%;
	}
	.faq-search .faq-search-form {
    width: 100%;
    margin: 0 auto 10px;
}
.page-body section p.faq-search-txt {
    width: 90%;
	}
}
