@charset "utf-8";

/*##################################################
 *HTMLreset(参考：Eric Mayer's Reset CSS 2.0) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%; /* 16px */
	vertical-align: baseline;
}
/* パディングとボーダーを幅と高さに含める設定 */
*, *:before, *:after {
  box-sizing: border-box;
}
/* 古いブラウザーのためのHTML5表示リセット */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*##################################################
 *common */
body {
	/* 基本設定 */
	-webkit-text-size-adjust: 100%; /* スマホの縦横に関わらず文字サイズ固定 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	text-align: center;
	width: 100%;
	text-shadow: none;
	/* 個別設定 */
	color: #333;
	background-color: #000;
	min-width: 1120px; /* レスポンシブ時の右側の余白を解消 */
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #a18b53;
}
a:hover {
	text-decoration: underline;
}
a img {
	transition: opacity 0.3s;
}
a:hover img {
	opacity:0.7;
}
a[target=_blank] {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
p {
	line-height: 32px;
}
ol, ul {
	list-style: none;
	font-size: 0;
}
li {
	font-size: 18px;
	line-height: 32px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table tr th,
table tr td  {
	padding:0px;
	word-wrap: break-word;
}
input {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
    background: transparent;
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align: middle;
}
input[type="checkbox"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
	height: 16px;
	width: 16px;
	position:relative;
	top: -1px;
	margin-right: 10px;
	cursor: pointer;
}
input[type="radio"] { 
	-webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
	height: 16px;
	width: 16px;
	position:relative;
	top: -1px;
	margin-right: 10px;
	cursor: pointer;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="button"] {
    cursor: pointer;
}
input[type="reset"] {
    cursor: pointer;
}
textarea {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
    background: transparent;
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	resize: none;
}
button{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
	background: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	cursor: pointer;
}
button:active,
button:focus,
button:active > span,
button:focus > span {
    position:relative;
}
select {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../image/common-icon-select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	vertical-align: middle;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
label {
  cursor: pointer;
}
iframe {
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	background-color: #ddd;
	border: 0;  /*デフォルトデザインでは線がある場合があるので念のため*/
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}
.br {
	display: inline;
}
.br-sp {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.note {
	font-size: 14px;
	line-height: 24px;
}
.error {
	font-size: 14px;
	margin: 0 auto 30px auto;
	padding: 5px;
	color: #f63;
	background-color: #ffeaea;
	border-radius:10px;
}
.error p {
	margin: 0 !important;
	font-weight: bold;
	line-height: 28px;
}

/* 960px以下 */
@media screen and (max-width: 960px) {
body {
    min-width: initial; /* レスポンシブ時の右側の余白を解消するbodyのmin-widthをリセット */
    min-width: auto; /* レスポンシブ時の右側の余白を解消するbodyのmin-widthをリセット（IE用） */
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity:1;
}
li {
	font-size: 16px;
}
input[type="checkbox"]{
	border: 1px solid #666;
	background: #666;
}
input[type="radio"] {
	border: 1px solid #666;
	background: #666;
}
_:-ms-lang(x)::-ms-backdrop, input[type="radio"] { /* IEのハック */
	background: transparent;
}
_:-ms-lang(x)::backdrop, input[type="radio"] { /* Eageのハック */
	background: transparent;
}
.error {
	padding: 15px;
}
.error p {
	line-height: 24px;
}
}
/* 740px以下 */
@media screen and (max-width: 740px) {
hr {
	margin: 60px 0px 60px 0px;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
.br {
	display: none;
}
.br-sp {
	display: inline;
}
}
/* 560px以下 */
@media screen and (max-width: 560px) {
p {
	text-align: left;
}
}

/*##################################################
 *wrap */
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
/*##################################################
 *header */
#header {
	width: 100%;
	min-width: 1120px;
	position: fixed;
	z-index: 100;
}
#header .h-box {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(#000 40px, rgba(255,255,255,0.9) 40px, rgba(255,255,255,0.9));
	padding: 0 30px 0 30px;
}
#header .h-box .sitename {
	width: 230px;
	float: left;
	text-align: left;
}
#header .h-box .sitename .property-counter {
	font-size: 14px;
	color: #fff;
	height: 40px;
}
#header .h-box .sitename .property-counter span {
	font-weight: bold;
	color: #a18b53;
}
#header .h-box .sitename .property-counter span.countnum-total {
	font-size: 20px;
	line-height: 40px;
	margin: 0 7px 0 14px;
}
#header .h-box .sitename .logo {
	width: 230px;
}
#header .h-box .sitename .logo img {
	width: 100%;
	height: auto;
}
#header .h-box .sitename .logo a:hover img {
	opacity:1;
}
#header .h-box .btn-menu-sp {
	display: none;
}
#header .h-box .gnav {
	float: right;
	padding-top: 40px;
}
#header .h-box .gnav .main-menulist1 {
	float: left;
}
#header .h-box .gnav .main-menulist1 ul {
	overflow: hidden;
	margin-top: 20px;
}
#header .h-box .gnav .main-menulist1 ul li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#header .h-box .gnav .main-menulist1 ul li a {
	font-weight: bold;
	color: #333;
	display: block;
	height: 20px;
	padding: 0 15px 0 15px;
}
#header .h-box .gnav .main-menulist1 ul li a:hover {
	color: #a18b53;
	text-decoration: none;
}
#header .h-box .gnav .main-menulist2 {
	float: left;
}
#header .h-box .gnav .main-menulist2 ul {
	overflow: hidden;
	margin-top: 20px;
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 15px;
}
#header .h-box .gnav .main-menulist2 ul li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#header .h-box .gnav .main-menulist2 ul li a {
	font-weight: bold;
	color: #333;
	display: block;
	height: 20px;
	padding: 0 15px 0 15px;
}
#header .h-box .gnav .main-menulist2 ul li a:hover {
	color: #a18b53;
	text-decoration: none;
}
#header .h-box .gnav .main-menulist2 ul li:last-child a {
	padding-right: 0px;
}
#header .h-box .gnav .sub-menulist {
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0px;
	height: 40px;
}
#header .h-box .gnav .sub-menulist ul {
	float: right;
}
#header .h-box .gnav .sub-menulist ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
#header .h-box .gnav .sub-menulist ul li a {
	font-weight: bold;
	color: #fff;
	display: block;
	height: 40px;
	padding: 0 15px 0 15px;
}
#header .h-box .gnav .sub-menulist ul li a:hover {
	color: #a18b53;
	text-decoration: none;
}
#header .h-box .gnav .sub-menulist ul:first-child li:last-child a {
	padding: 0 30px 0 30px;
	background-color: #333;
}
#header .h-box .gnav .sub-menulist ul:first-child li:last-child a:hover {
	color: #fff;
	background-color: #a18b53;
}
/*1280px以下 */
@media screen and (max-width: 1280px) {
#header .h-box .gnav .main-menulist1 ul li a {
	padding: 0 10px 0 10px;
}
#header .h-box .gnav .main-menulist2 ul {
	margin-left: 10px;
	padding-left: 10px;
}
#header .h-box .gnav .main-menulist2 ul li a {
	padding: 0 10px 0 10px;
}
}
/* 960px以下 */
@media screen and (max-width: 960px) {
#header {
	min-width: initial;
	min-width: auto;
}
#header .h-box {
	background: #fff;
	padding: 0;
}
#header .h-box .sitename {
	margin-left: 30px;
}
#header .h-box .sitename .property-counter {
	display: none;
}
#header .h-box .btn-menu-sp {
	display: block;
	float: right;
}
#header .h-box .btn-menu-sp a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../../image/common-icon-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	background-color: #000;
}
#header .h-box .gnav {
	float: none;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	border-top: 1px solid #ddd;
	overflow-y: scroll;
	-ms-overflow-style: none; /* IE,Edgeでスクロールバーを消す */
	scrollbar-width: none; /* Firefoxでスクロールバーを消す */
	height: calc(100vh - 60px); /* メニュー部分の高さを決める */
	-webkit-overflow-scrolling: touch; /* SPで慣性スクロールを有効にする */
	background: #222;
}
#header .h-box .gnav::-webkit-scrollbar { /* Chrome,Safariでスクロールバーを消す */
        display:none;
}
#header .h-box .gnav .main-menulist1 {
	float: none;
	background-color: #fff;
}
#header .h-box .gnav .main-menulist1 ul {
	width: auto;
	clear: both;
	margin-top: 0;
}
#header .h-box .gnav .main-menulist1 ul li {
	float: none;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
	text-align: left;
}
#header .h-box .gnav .main-menulist1 ul li a {
	height: 60px;
	padding: 0 0 0 30px;
}
#header .h-box .gnav .main-menulist1 ul li a:hover {
	color: #333;
}
#header .h-box .gnav .main-menulist1 ul li:last-child {
	border-bottom: none;
}
#header .h-box .gnav .main-menulist2 {
	float: none;
	background-color: #fff;
}
#header .h-box .gnav .main-menulist2 ul {
	width: auto;
	margin-top: 0;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
}
#header .h-box .gnav .main-menulist2 ul li {
	font-size: 14px;
	font-weight: normal;
	line-height: 60px;
}
#header .h-box .gnav .main-menulist2 ul li a {
	font-weight: normal;
	height: 60px;
}
#header .h-box .gnav .main-menulist2 ul li a:hover {
	color: #333;
}
#header .h-box .gnav .main-menulist2 ul li:first-child a {
	padding: 0 15px 0 30px;
}
#header .h-box .gnav .main-menulist2 ul li:last-child a {
	padding: 0 15px 0 15px;
}
#header .h-box .gnav .sub-menulist {
	float: none;
	position: static;
	top: auto;
	right: auto;
	height: auto;
	background-color: #000;
}
#header .h-box .gnav .sub-menulist ul {
	float: none;
}
#header .h-box .gnav .sub-menulist ul li {
	line-height: 60px;
}
#header .h-box .gnav .sub-menulist ul li a {
	height: 60px;
}
#header .h-box .gnav .sub-menulist ul li a:hover {
	color: #fff;
}
#header .h-box .gnav .sub-menulist ul:first-child li {
	float: none;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid #444;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
	text-align: left;
}
#header .h-box .gnav .sub-menulist ul:first-child li a {
	height: 60px;
	padding: 0 0 0 30px;
}
#header .h-box .gnav .sub-menulist ul:first-child li a:hover {
	color: #fff;
}
#header .h-box .gnav .sub-menulist ul:first-child li:last-child a {
	background-color: transparent;
}
#header .h-box .gnav .sub-menulist ul:first-child li:last-child a:hover {
	color: #fff;
	background-color: transparent;
}
#header .h-box .gnav .sub-menulist ul:last-child li {
	font-weight: normal;
}
#header .h-box .gnav .sub-menulist ul:last-child li a {
	font-weight: normal;
}
#header .h-box .gnav .sub-menulist ul:last-child li:first-child a {
	padding: 0 15px 0 30px;
}
#header .h-box .gnav .sub-menulist ul:last-child li:last-child a {
	padding: 0 15px 0 15px;
}
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#header .h-box .sitename {
	margin-left: 15px;
}
#header .h-box .gnav .main-menulist1 ul li a {
	padding: 0 0 0 15px;
}
#header .h-box .gnav .main-menulist2 ul li:first-child a {
	padding: 0 15px 0 15px;
}
#header .h-box .gnav .sub-menulist ul:first-child li a {
	padding: 0 0 0 15px;
}
#header .h-box .gnav .sub-menulist ul:first-child li:last-child a {
	padding: 0 0 0 15px;
}
#header .h-box .gnav .sub-menulist ul:last-child li:first-child a {
	padding: 0 15px 0 15px;
}
}
/* 560px以下 */
@media screen and (max-width: 560px) {
#header .h-box .sitename {
	width: 192px;
}
#header .h-box .sitename .logo {
	width: 192px;
}
#header .h-box .btn-menu-sp a {
	width: 50px;
	height: 50px;
}
#header .h-box .gnav {
	height: calc(100vh - 50px); /* メニュー部分の高さを決める */
}
#header .h-box .gnav .main-menulist1 ul li {
	line-height: 50px;
	background-position: right 15px center;
}
#header .h-box .gnav .main-menulist1 ul li a {
	height: 50px;
}
#header .h-box .gnav .main-menulist2 ul li {
	line-height: 50px;
}
#header .h-box .gnav .main-menulist2 ul li a {
	height: 50px;
}
#header .h-box .gnav .sub-menulist ul li {
	line-height: 50px;
}
#header .h-box .gnav .sub-menulist ul li a {
	height: 50px;
}
#header .h-box .gnav .sub-menulist ul:first-child li {
	line-height: 50px;
	background-position: right 15px center;
}
#header .h-box .gnav .sub-menulist ul:first-child li a {
	height: 50px;
}
}

/*##################################################
 *content */
#content {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
}
#content .conttitle1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 45px;
	letter-spacing: 0.1em;
}
#content .conttitle2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	padding: 15px 0 9px 14px;
	text-align: left;
	border-left: 10px solid #a18b53;
}
#content .conttitle3 {
	font-size: 24px;
	font-weight: bold;
	color: #a18b53;
	margin-bottom: 20px;
	padding: 0 2px 6px 2px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-bottom: 5px solid #a18b53;
}
#content .conttitle4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #a18b53;
	margin-bottom: 15px;
	padding-top: 15px;
}
#content .conttitle5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #666;
	margin-bottom: 30px;
	border-bottom: 3px solid #ddd;
	text-align: left;
}
#content .pagelayout-head {
	width: 100%;
	background-image: url(../../image/common-pagelayout-head-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#content .pagelayout-head .pagetitle {
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 40px;
	color: #fff;
	letter-spacing: 0.1em;
}
#content .pagelayout-head .breadcrumb {
	width: auto;
	text-align: left;
	margin: 0 30px 0 30px;
}
#content .pagelayout-head .breadcrumb ul li {
	font-size: 12px;
	line-height: 40px;
	background-image: url(../../image/common-arrow-breadcrumb.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	margin-right: 10px;
	display: inline-block;
	color: #fff;
}
#content .pagelayout-head .breadcrumb ul li:last-child {
	background-image: none;
	margin-right: 0px;
	padding-right: 0px;
}
#content .pagelayout-cont {
	overflow: hidden;
	width: 100%;
	padding: 100px 0 100px 0;
}
#content .layout-box {
	width: 1120px;
	margin: 0 auto 0 auto;
}
/* グループ：検索フィールド */
#content .search-field {
	width: auto;
}
#content .search-field hr {
	margin: 30px 0 30px 0;
}
#content .search-field .filter-item-box {
	width: 100%;
	margin-bottom: 60px;
}
#content .search-field .filter-item-box h3 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
}
#content .search-field .filter-item-box h4 {
	text-align: left;
}
#content .search-field .filter-item-box .filter-item-list {
	overflow: hidden;
	text-align: left;
}
#content .search-field .filter-item-box .filter-item-list label {
	float: left;
	width: 220px;
	text-align: left;
	display: block;
	margin: 0 20px 0 0;
	padding: 12px 0 12px 0;
}
#content .search-field .filter-item-box .filter-item-list select {
	width: 200px;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	border: 1px solid #999;
	border-radius:5px;
}
#content .search-field .filter-item-box .filter-item-list input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
#content .search-field .filter-item-box .filter-item-list span.deco-tag {
	font-weight: bold;
	color: #fff;
	padding: 5px 15px 5px 15px;
	display: inline-block;
	background-color: #a18b53;
	border-radius:5px;
}
#content .search-field .filter-item-box .filter-item-list span.wave-dash {
	width: 29px;
	text-align: center;
	display: inline-block;
}
#content .search-field .filter-item-box .filter-item-list p.hidden-item {
	margin: 0 0 10px 0;
}
#content .search-field .filter-item-box .filter-item-list p.hidden-corp {
	margin: 20px 0 15px 0;
}
#content .search-field .filter-item-box .txt-indent {
	padding: 0 0 0 27px;
}
#content .search-field .search-result {
	width: auto;
	margin: 45px 0 20px 0;
}
#content .search-field .search-result p span {
	font-weight: bold;
	color: #a18b53;
}
#content .search-field .search-result p span.countnum-hit {
	font-size: 24px;
	margin: 0 5px 0 10px;
}
#content .search-field .btn-submit-search,
#content .search-field .btn-submit-etc {
	margin-bottom: 20px;
}
#content .search-field .btn-submit-search button,
#content .search-field .btn-submit-etc button {
	width: 290px;
	margin: 0 auto 0 auto;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
}
#content .search-field .btn-submit-search button:hover,
#content .search-field .btn-submit-etc button:hover {
	background-color: #a18b53;
}
#content .search-field .btn-submit-search button span {
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	padding: 0 25px 0 10px;
	background-image: url(../../image/common-icon-search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#content .search-field .btn-submit-etc button span {
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
#content .search-field .btn-reset-search {
	width: auto;
}
#content .search-field .btn-reset-search span {
	padding: 0 15px 0 20px;
	background-image: url(../../image/common-icon-check.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#content .search-field .btn-reset-search input {
	color: #333;
}
#content .search-field .btn-reset-search input:hover {
	color: #a18b53;
}
/* グループ：エリア・沿線から検索 */
#content .search-area-box,
#content .search-line-box {
	width: 100%;
	margin-bottom: 60px;
}
#content .search-area-box h3,
#content .search-line-box h3 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
}
#content .search-area-box h3 a,
#content .search-line-box h3 a {
	font-weight: bold;
}
#content .search-area-box h3 label,
#content .search-line-box h3 label {
	font-weight: bold;
	color: #a18b53;
}
#content .search-area-box h3 label span,
#content .search-line-box h3 label span{
	color: #333;
}
#content .search-area-box h4.city-name {
	text-align: left;
	display: block;
}
#content .search-area-box h4.city-name a {
	font-weight: bold;
}
#content .search-area-box h4.city-name label {
	float: none;
	font-weight: bold;
	color: #a18b53;
}
#content .search-area-box h4.city-name label span {
	color: #333;
}
#content .search-area-box .search-item-checklist,
#content .search-line-box .search-item-checklist  {
	overflow: hidden;
	text-align: left;
	margin: 0 0 0 27px;
}
#content .search-area-box .search-item-checklist label,
#content .search-line-box .search-item-checklist label {
	float: left;
	text-align: left;
	display: block;
	padding: 12px 0 12px 0;
}
#content .search-area-box .search-item-checklist label {
	width: 188px;
	margin: 0 4px 0 0;
}
#content .search-line-box .search-item-checklist label {
	width: 254px;
	margin: 0 2px 0 0;
}
#content .search-area-box span.countnum-record,
#content .search-line-box span.countnum-record{
	font-size: 12px;
}
/* グループ：スポンサーバナー広告 */
#content .bnr-ad {
	width: 320px;
}
#content .bnr-ad h2 {
	text-align: left;
}
#content .bnr-ad ul li {
	text-align: left;
	width: 320px;
	margin: 0 0 10px 0;
}
#content .bnr-ad ul li img {
	height: auto;
	width: 100%;
}
#content .bnr-ad ul li a[target=_blank] {
	padding-right: 0;
	background-image: none;
}
/* グループ：投資情報コミュニティ */
#content .official-ooya {
	margin-bottom: 40px;
}
#content .official-ooya .community-list {
	width: 880px;
	margin: 25px auto 0 auto;
}
#content .official-ooya .community-list ul {
	width: 900px;
	margin: 0 -20px 0 0;
	overflow: hidden;
}
#content .official-ooya .community-list ul li {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 0;
}
#content .official-sns .icon-list {
	margin: 20px auto 0 auto;
}
#content .official-sns .icon-list ul li {
	width: 60px;
	display: inline-block;
	margin: 10px 15px 10px 15px;
}
#content .official-sns .icon-list ul li img {
	height: auto;
	width: 100%;
}
#content .official-sns .icon-list ul li a[target=_blank] {
	padding-right: 0;
	background-image: none;
}
/* グループ：お問い合わせメールフォーム */
#content .contact-mailform {
	width: 100%;
	padding: 60px 150px 60px 150px;
}
#content .contact-mailform p {
	margin: 0 0 30px 0;
}
#content .contact-mailform hr {
	margin: 0 0 30px 0;
}
#content .contact-mailform .input-field {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}
#content .contact-mailform .input-field p {
	text-align: left;
	margin: 10px 0 15px 0;
}
#content .contact-mailform .input-field p:last-of-type {
	margin: 10px 0 0 0;
}
#content .contact-mailform .input-field input[type="text"],
#content .contact-mailform .input-field input[type="password"],
#content .contact-mailform .input-field input[type="tel"],
#content .contact-mailform .input-field input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
#content .contact-mailform .input-field select {
	height: 40px;
	padding: 0 5px 0 5px;
	border: 1px solid #999;
	border-radius:5px;
}
#content .contact-mailform .input-field textarea {
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
#content .contact-mailform .input-field .post-item {
	float: left;
	width: 218px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
}
#content .contact-mailform .input-field .post-item span {
	font-size: 12px;
	display: block;
	line-height: 20px;
}
#content .contact-mailform .input-field .post-item span.required {
	color: #a20000;
}
#content .contact-mailform .input-field .post-item span.optional {
	color: #666;
}
#content .contact-mailform .input-field .post-text {
	float: left;
	width: 440px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
}
#content .contact-mailform .input-field .post-text label {
	display:block;
}
#content .contact-mailform .input-field .post-text .post-list-1col {
	width: 100%;
	margin-bottom: 15px;
	clear:both;
	word-wrap: break-word;
}
#content .contact-mailform .input-field .post-text .post-list-1col:last-of-type {
	margin-bottom: 0;
}
#content .contact-mailform .input-field .post-text .post-list-1col input[type="text"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="password"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="tel"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="email"] {
	width: 380px;
}
#content .contact-mailform .input-field .post-text .post-list-1col select {
	width: 180px;
}
#content .contact-mailform .input-field .post-text .post-list-1col textarea {
	width: 380px;
}
#content .contact-mailform .input-field .post-text .post-list-2col {
	float: left;
	width: 200px;
	margin-bottom: 15px;
}
#content .contact-mailform .input-field .post-text .post-list-2col:last-of-type {
	margin-bottom: 0;
}
#content .contact-mailform .input-field .post-text .post-list-2col input[type="text"],
#content .contact-mailform .input-field .post-text .post-list-2col input[type="password"] {
	width: 180px;
}
#content .contact-mailform .input-field .post-text .post-list-2col input.textbox-zip {
	width: 80px;
}
#content .contact-mailform .input-field .post-text .post-list-2col span.hyphen {
	width: 20px;
	display:inline-block;
	text-align: center;	
}
#content .contact-mailform .input-field .post-text .post-list-2col .btn-zip {
	width: 180px;
	height: 40px;
	border: none;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: block;
	padding: 0 10px 0 10px;
	background-color: #666;
	border-radius: 5px;
}
#content .contact-mailform .input-field .post-text .post-list-2col .btn-zip:hover {
	background-color: #a18b53;
}
#content .contact-mailform .btn-submit-contact {
	width: 290px;
	margin: 0 auto 30px auto;
}
#content .contact-mailform .btn-submit-contact input[type="submit"] {
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
#content .contact-mailform .btn-submit-contact input[type="submit"]:hover {
	background-color: #a18b53;
}
#content .contact-mailform .confirm-field {
	width: 100%;
	margin: 0 0 30px 0;
}
#content .contact-mailform .confirm-field table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#content .contact-mailform .confirm-field table th {
	text-align:left;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#content .contact-mailform .confirm-field table td {
	text-align:left;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#content .contact-mailform .confirm-field table.contact-item th {
	width: 30%;
}
#content .contact-mailform .btn-back-contact {
	width: auto;
}
#content .contact-mailform .btn-back-contact input {
	color: #a18b53;
}
#content .contact-mailform .btn-back-contact input:hover {
	color: #a18b53;
	text-decoration: underline;
}
/* 960px以下 */
@media screen and (max-width: 960px) {
#content {
	padding-top: 60px;
}
#content .conttitle1 {
	font-size: 28px;
}
#content .conttitle3 {
	font-size: 22px;
}
#content .pagelayout-head .pagetitle {
	font-size: 28px;
	padding: 30px 10px 30px 10px;
}
#content .pagelayout-head .breadcrumb {
	display: none;
}
#content .layout-box {
	width: auto;
	margin: 0 60px 0 60px;
}
/* グループ：検索フィールド */
#content .search-field .filter-item-box .filter-item-list label {
	width: calc(33.33% - 20px);
}
#content .search-field .filter-item-box .filter-item-list select {
	width: calc(33.33% - 40px);
}
#content .search-field .btn-submit-search button:hover,
#content .search-field .btn-submit-etc button:hover {
	background-color: #333;
}
#content .search-field .btn-reset-search input:hover {
	color: #333;
}
/* グループ：エリア・沿線から検索 */
#content .search-area-box .search-item-checklist label {
	width: calc(33.33% - 20px);
	margin: 0 20px 0 0;
}
#content .search-line-box .search-item-checklist label {
	width: calc(50% - 5px);
	margin: 0 5px 0 0;
}
/* グループ：スポンサーバナー広告 */
#content .bnr-ad {
	width: 100%;
}
#content .bnr-ad ul {
	width: auto;
	margin: 0 -10px 10px 0;
	overflow: hidden;
}
#content .bnr-ad ul li {
	width: calc(33.33% - 10px);
	margin: 0 10px 10px 0;
	float: left;
}
/* グループ：投資情報コミュニティ */
#content .official-ooya p,
#content .official-sns p {
	text-align: left;
}
#content .official-ooya p .br,
#content .official-sns p .br{
	display: none;
}
#content .official-ooya .community-list {
	width: 615px;
}
#content .official-ooya .community-list ul {
	width: 630px;
	margin: 0 -15px 0 0;
}
#content .official-ooya .community-list ul li {
	width: 190px;
	margin: 0 15px 0 0;
}
#content .official-sns .icon-list ul li {
	width: 50px;
}
/* グループ：お問い合わせメールフォーム */
#content .contact-mailform {
	padding: 60px 90px 60px 90px;
}
#content .contact-mailform .input-field .post-item {
	float: none;
	width: 100%;
	margin-bottom:10px;
}
#content .contact-mailform .input-field .post-item span {
	display: inline;
	line-height: 40px;
	margin-left: 16px;
}
#content .contact-mailform .input-field .post-text {
	float: none;
	width: 100%;
}
#content .contact-mailform .input-field .post-text .post-list-1col {
	width: auto;
}
#content .contact-mailform .input-field .post-text .post-list-1col input[type="text"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="password"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="tel"],
#content .contact-mailform .input-field .post-text .post-list-1col input[type="email"] {
	width: 90%;
}
#content .contact-mailform .input-field .post-text .post-list-1col select {
	width: 40%;
}
#content .contact-mailform .input-field .post-text .post-list-1col textarea {
	width: 90%;
}
#content .contact-mailform .input-field .post-text .post-list-2col {
	width: 50%;
}
#content .contact-mailform .input-field .post-text .post-list-2col input[type="text"],
#content .contact-mailform .input-field .post-text .post-list-2col input[type="password"] {
	width: 80%;
}
#content .contact-mailform .input-field .post-text .post-list-2col input.textbox-zip {
	width: 35%;
}
#content .contact-mailform .input-field .post-text .post-list-2col span.hyphen {
	width: 10%;
}
#content .contact-mailform .input-field .post-text .post-list-2col .btn-zip {
	width: 80%;
}
#content .contact-mailform .input-field .post-text .post-list-2col .btn-zip:hover {
	background-color: #666;
}
#content .contact-mailform .btn-submit-contact {
	width: 75%;
}
#content .contact-mailform .btn-submit-contact input[type="submit"] {
	height: 50px;
	line-height: 50px;
}
#content .contact-mailform .btn-submit-contact input[type="submit"]:hover {
	background-color: #333;
}
#content .contact-mailform .btn-back-contact input:hover {
	text-decoration: none;
}
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#content .conttitle2 {
	font-size: 22px;
	line-height: 32px;
	padding: 9px 0 9px 14px;
}
#content .conttitle5 {
	margin-bottom: 15px;
}
#content .pagelayout-cont {
	padding: 60px 0 60px 0;
}
#content .layout-box {
	margin: 0 45px 0 45px;
}
/* グループ：検索フィールド */
#content .search-field .filter-item-box {
	margin-bottom: 45px;
}
#content .search-field .filter-item-box .txt-indent {
	padding: 0 0 0 11px;
}
/* グループ：エリア・沿線から検索 */
#content .search-area-box,
#content .search-line-box {
	margin-bottom: 45px;
}
#content .search-area-box .search-item-checklist,
#content .search-line-box .search-item-checklist {
	margin: 0 0 0 11px;
}
#content .search-area-box .search-item-checklist label {
	width: calc(50% - 5px);
	margin: 0 5px 0 0;
}
/* グループ：スポンサーバナー広告 */
#content .bnr-ad ul li {
	width: calc(50% - 10px);
}
/* グループ：投資情報コミュニティ */
#content .official-ooya .community-list {
	width: auto;
}
#content .official-ooya .community-list ul {
	width:calc(100% + 10px);
	margin: 0 -10px 0 0;
}
#content .official-ooya .community-list ul li {
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}
#content .official-sns .icon-list ul li {
	margin: 5px 10px 5px 10px;
}
/* グループ：お問い合わせメールフォーム */
#content .contact-mailform {
	padding: 60px 0 0 0;
}
#content .contact-mailform p {
	text-align: left;
}
#content .contact-mailform .btn-submit-contact {
	width: 50%;
}
}
/* 560px以下 */
@media screen and (max-width: 560px) {
#content {
	padding-top: 50px;
}
#content .conttitle1 {
	font-size: 24px;
	margin-bottom: 30px;
}
#content .conttitle2 {
	font-size: 20px;
	line-height: 28px;
	padding: 6px 0 6px 14px;
}
#content .conttitle3 {
	font-size: 20px;
}
#content .pagelayout-head .pagetitle {
	font-size: 24px;
	line-height: 40px;
}
#content .pagelayout-cont {
	padding: 50px 0 45px 0;
}
#content .layout-box {
	margin: 0 15px 0 15px;
}
/* グループ：検索フィールド */
#content .search-field hr {
	margin: 20px 0 20px 0;
}
#content .search-field .filter-item-box {
	margin-bottom: 30px;
}
#content .search-field .filter-item-box h3 {
	margin-bottom: 10px;
}
#content .search-field .filter-item-box .filter-item-list label {
	width: calc(50% - 5px);
	margin: 0 5px 0 0;
	padding: 6px 0 6px 0;
}
#content .search-field .filter-item-box .filter-item-list select {
	width: calc(50% - 40px);
}
#content .search-field .search-result {
	width: auto;
	margin: 30px 0 15px 0;
}
#content .search-field .search-result p {
	text-align: center;
}
#content .search-field .btn-submit-search,
#content .search-field .btn-submit-etc {
	margin-bottom: 15px;
}
#content .search-field .btn-submit-search button,
#content .search-field .btn-submit-etc button {
	width: 90%;
	height: 50px;
}
#content .search-field .btn-submit-search button span,
#content .search-field .btn-submit-etc button span {
	line-height: 50px;
}
/* グループ：エリア・沿線から検索 */
#content .search-area-box,
#content .search-line-box {
	margin-bottom: 30px;
}
#content .search-area-box h3,
#content .search-line-box h3 {
	margin-bottom: 10px;
}
#content .search-area-box .search-item-checklist label {
	padding: 6px 0 6px 0;
}
#content .search-line-box .search-item-checklist label {
	width: 100%;
	margin: 0;
	padding: 6px 0 6px 0;
}
/* グループ：スポンサーバナー広告 */
#content .bnr-ad ul {
	margin: 0 -5px 5px 0;
}
#content .bnr-ad ul li {
	width: calc(50% - 5px);
	margin: 0 5px 5px 0;
	float: left;
}
/* グループ：投資情報コミュニティ */
#content .official-ooya {
	margin-bottom: 30px;
}
#content .official-sns .icon-list ul li {
	white-space: 45px;
	margin: 5px 7px 3px 5px;
}
/* グループ：お問い合わせメールフォーム */
#content .contact-mailform .input-field .post-text .post-list-1col select {
	width: 90%;
}
#content .contact-mailform .btn-submit-contact {
	width: 90%;
}
#content .contact-mailform .confirm-field table th {
	padding: 15px 15px 0 15px;
	border-bottom: none;
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
#content .contact-mailform .confirm-field table td {
	text-align:left;
	padding: 10px 15px 15px 30px;
	display:block;
	width:100%;
}
#content .contact-mailform .confirm-field table.contact-item th {
	width: 100%;
}
}

/*##################################################
 *footer */
#footer {
	width: 100%;
	padding-bottom: 20px;
}
#footer .f-box {
	width: 100%;
	overflow: hidden;
	padding: 0 30px 0 30px;
	background-color: #f0f0f0;
}
#footer .f-box .extra-menulist {
	padding: 20px 0 20px 0;
}
#footer .f-box .extra-menulist ul {
	overflow: hidden;
}
#footer .f-box .extra-menulist ul li {
	float: left;
	font-size: 14px;
	line-height: 20px;
}
#footer .f-box .extra-menulist ul li a {
	padding: 0 15px 0 15px;
}
#footer .f-box .extra-menulist ul li:first-child a {
	padding-left: 0;
}
#footer .f-box .extra-menulist ul li a[target=_blank] {
	padding-right: 22px;
}
#footer .copy {
	width: 100%;
	padding: 0 30px 0 30px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
#footer .f-box-fix {
	position: fixed;
	width: auto;
	right: 0px;
	z-index: 10;
}
#footer .f-box-fix .btn-pagetop {
	width: 60px;
	margin: 0 30px 30px 0;
}
#footer .f-box-fix .btn-pagetop a {
	width: 100%;
	color: #fff;
	font-size: 12px;
	display: block;
	height: 60px;
	padding-top: 24px;
	background-size: 20px;
	background-image: url(../../image/common-icon-arw-u-w.png);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-radius: 30px;
}
#footer .f-box-fix .btn-pagetop a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
/* 960px以下 */
@media screen and (max-width: 960px) {
#footer .f-box .extra-menulist ul li a {
	padding: 0 10px 0 10px;
}
#footer .f-box-fix .btn-pagetop {
	width: 50px;
	margin: 0 5px 30px 0;
}
#footer .f-box-fix .btn-pagetop a {
	font-size: 11px;
	height: 50px;
	padding-top: 20px;
	background-position: center 5px;
	border-radius: 25px;
}
#footer .f-box-fix .btn-pagetop a:hover {
	background-color: #333;
}
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#footer {
	padding-bottom: 10px;
}
#footer .f-box {
	padding: 0 15px 0 15px;
}
#footer .f-box .extra-menulist ul li {
	float: none;
	line-height: 30px;
	text-align: left;
}
#footer .f-box .extra-menulist ul li a {
	padding: 0;
}
#footer .copy {
	padding: 0 15px 0 15px;
}
#footer .f-box-fix .btn-pagetop {
	margin: 0 5px 25px 0;
}
}
/* 560px以下 */
@media screen and (max-width: 560px) {
}