@charset "utf-8";

@media screen and (min-width:960px){
.accordionTitle,
.on-off1 {
	display:none;
}
/* :::::::::: フォント :::::::::: */
p,li,dt,dd {
 	-webkit-text-size-adjust: none;
	font-size:0.93em;
	line-height:1.8em;
}
th,td {
	font-size:0.78em;
}
li p,li li {
	font-size:100%;
}

/* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	min-width:1034px;
	position: relative;
	overflow-x:hidden;
}
header {
	width:1034px;
	padding:25px 0 0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
nav {
	padding:40px 0;
	width:100%;
	position:relative;
}
nav:before {
	content:"";
	display:block;
	width:1000px;
	height:20px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-204px;
	background-color:#158F98;
}
nav:after  {
	content:"";
	display:block;
	width:100%;
	height:1140px;
	background:#DEEEF0;
	position:absolute;
	z-index:-2;
	top:230px;
}
.mainVisual {
}
main {
}
/* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
h1 {
	position:absolute;
	font-size:0.7em;
	left:92px;
}
h2{
}
.h2index {
	width:965px;
	height:117px;
	margin:0 auto;
	padding:60px 0 0;
	background:url(../images/h2index.png) no-repeat;
	background-size:965px 117px;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
h2 a {
	color:#158F98;
}
h3 {
}
h4 {
}
h5 {
}
h6{}
/* =======================================================================

   全体
   
======================================================================= */
/* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
.headerLeft {
	float:left;
	width:594px;
}
.headerLogo {
	width:564px;
	height:74px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 5px 0 0;
}
.headerLogo a{
	display:block;
	background:url(../images/headerLogo.png) no-repeat;
	width:564px;
	height:74px;
}
.headerLogo a:hover{
	opacity:0.35;
}
.headerPhone {
	float:left;
	width:180px;
	height:80px;
	border:2px solid #158F98;
	box-sizing: border-box;
	border-radius:4px;
	background:url(../images/headerPhone.png) no-repeat;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerForm a{
	display:block;
	margin: 0 10px;
	float:left;
	width:120px;
	height:78px;
	border-radius:4px;
	background:url(../images/headerForm.png) no-repeat;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerForm a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.headerMember a{
	display:block;
	float:left;
	width:120px;
	height:78px;
	border-radius:4px;
	background:url(../images/headerMember.png) no-repeat;
	background-position:center;
	background-color:#C45050;
	box-shadow: 0 2px 0 0 #AD3434;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerMember a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
/* :::::::::: nav :::::::::: */
nav ul {
	width:690px;
	margin:0 auto;
	overflow:hidden;
}
nav li {
	float:left;
	margin:0 41px 0 0;
}
nav li:last-child {
	margin:0;
}
nav li a {
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
nav li a:hover {
	opacity:0.35;
}
.nav01 a {
	display:block;
	background:url(../images/nav01.png) no-repeat;
	background-size:100% auto;
	width:61px;
	height:34px;
}
.nav02 a {
	display:block;
	background:url(../images/nav02.png) no-repeat;
	background-size:100% auto;
	width:100px;
	height:34px;
}
.nav03 a {
	display:block;
	background:url(../images/nav03.png) no-repeat;
	background-size:100% auto;
	width:80px;
	height:34px;
}
.nav04 a {
	display:block;
	background:url(../images/nav04.png) no-repeat;
	background-size:100% auto;
	width:80px;
	height:34px;
}
.nav05 a {
	display:block;
	background:url(../images/nav05.png) no-repeat;
	background-size:100% auto;
	width:80px;
	height:35px;
}
.nav06 a {
	display:block;
	background:url(../images/nav06.png) no-repeat;
	background-size:100% auto;
	width:80px;
	height:34px;
}
/* :::::::::: key visual :::::::::: */
.mainVisual {
	width:1030px;
	height:180px;
	margin:0 auto 50px;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
}
.mainVisual:before {
	content:"";
	display:block;
	background:url(../images/background1.png) no-repeat;
	background-size:100% auto;
	width:253px;
	height:105px;
	position:absolute;
	top:-104px;
	left:-120px;
	z-index:-1;
}
.mainVisual:after {
	content:"";
	display:block;
	background:url(../images/background2.png) no-repeat;
	background-size:100% auto;
	width:242px;
	height:105px;
	position:absolute;
	top:-104px;
	right:-100px;
	z-index:-1;
}
/* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
footer {
	position:relative;
}
.contact {
	position:relative;
	background:#158F98;
	padding:40px 0;
	margin: 0 0 60px;
}
.contact:before {
	content:"";
	display:block;
	background:url(../images/background3.png) no-repeat;
	background-size:100% auto;
	width:459px;
	height:134px;
	position:absolute;
	top:-133px;
	left:55%;
	z-index:-1;
}
.contactInner {
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}
.contact h3 {
	background:url(../images/contactTitle.png) no-repeat;
	width:268px;
	height:49px;
	background-size:268px 49px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:13px 32px 0 0;
}
.contactPhone {
	background:url(../images/contactPhone.png) no-repeat;
	width:413px;
	height:44px;
	background-size:413px 44px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:15px 32px 0 0;
}
.contactForm a{
	display:block;
	float:left;
	width:255px;
	height:74px;
	border-radius:4px;
	background:url(../images/contactForm.png) no-repeat;
	background-size:166px 20px;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.contactForm a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.footerInner {
	width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
}
.footerLogo {
	background:url(../images/footerLogo.png) no-repeat;
	background-size:305px 37px;
	width:305px;
	height:37px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	float:left;
}
.footerLink {
	float:right;
	overflow:hidden;
	width:253px
}
.facebook a{
	display:block;
	float:left;
	background:url(../images/btnFacebook.png) no-repeat;
	width:132px;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 0 30px 0 0;
}
.blog a{
	display:block;
	float:left;
	background:url(../images/btnBlog.png) no-repeat;
	width:91px;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.footer_nav {
	width:1000px;
	margin:0 auto 30px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #158F98;
}
.footer_navInner {
	float:left;
	width:200px;
}
.footer_nav li a:before {
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	border-top:1px solid #158F98;
	border-right:1px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0;
}
.footer_nav li {
	margin: 0 0 20px;
}
.footer_nav li a{
	color:#158F98;
}
.mutualLink {
	clear:both;
	background:url(../images/mutualLink.png) no-repeat;
	background-size:100% auto;
	width:104px;
	height:21px;
	margin:0 auto 30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.mutualList {
	width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
}
.mutualList li{
	float:left;
	width:235px;
	height:136px;
	text-align:center;
	margin:0 20px 0 0;
}
.mutualList li:nth-child(4n){
	margin:0;
}
.mutualList li a{
	display:block;
	height:136px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:1px solid #158F98;
	box-sizing:border-box;
}
.bnr_linkage a{
	background:url(../images/bnr_linkage.jpg) no-repeat;
	background-size:235px 136px;
	background-position:center;
	width:100%;
}
.bnr_bijicom a{
	background:url(../images/bnr_bijicom.jpg) no-repeat;
	background-size:235px 136px;
	background-position:center;
	width:100%;
}
.bnr_mcc a{
	background:url(../images/bnr_mcc.jpg) no-repeat;
	background-size:235px 136px;
	background-position:center;
	width:100%;
}
.copyright {
	background:#158F98;
	text-align:center;
	padding:30px 0;
}
.copyright:before {
	content:"";
	display:block;
	background:url(../images/footerMark.png) no-repeat;
	width:44px;
	height:43px;
	margin:0 auto 15px;
}
.copyright a{
	color:#fff;
	font-size:0.83em;
}
.smoothScrolls a {
	display:block;
	width:80px;
	height:60px;
	padding:20px 0 0;
	text-align:center;
	line-height:1.6em;
	color:#fff;
	font-weight:bold;
	background-color: #158F98;
	border: 2px solid #fff;
	border-radius:50%;
	position:fixed;
	right:2%;
	bottom:2%;
}
/* =======================================================================

   個別
   
======================================================================= */
/* :::::::::: index.html :::::::::: */
.outer {
	width:1000px;
	overflow:hidden;
	margin:0 auto 30px;
}
/* -----------------------------------------------------------------------
　エリア別物件情報
----------------------------------------------------------------------- */
.areamap {
	width:490px;
	float:left;
	margin:0 20px 0 0;
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
}
.areamap h3 {
	background:url(../images/h3index_01.png) no-repeat;
	background-size:190px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:55px;
}
.areamap figure {
	width:375px;
	height:296px;
	margin:0 auto;
	padding:30px 0;
}
.areamap figure img {
	width:100%;
}
/* -----------------------------------------------------------------------
　注目物件
----------------------------------------------------------------------- */
.special {
	width:490px;
	height:412px;
	float:left;
	position:relative;
	overflow:hidden;
}
.specialInner {
	padding: 0 0 15px;
	overflow:auto;
	background:#fff;
	height: 280px;
}
.special h3 {
	background:url(../images/h3index_02.png) no-repeat;
	background-size:98px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:55px;
}
.special h4 {
	font-weight:bold;
	text-align:left;
	padding:15px;
}
.special figure {
	width:30%;
	float:left;
	margin: 0 0 0 15px;
}
.special figure img{
	width:100%;
	margin:0 auto 15px;
	padding:6px;
	border:1px solid #E6E6E6;
}
.special table {
	width:60%;
	table-layout:fixed;
	float:right;
	margin: 0 15px 0 0;
}
.special table th {
	text-align:left;
	border-right:1px solid #000;
	width:20%;
	vertical-align:top;
	padding: 0 0 5px;
}
.special table td {
	word-break:break-all;
	vertical-align:top;
	padding: 0 0 5px 10px;
}
.special table .propertyLink th {
	border:0px;
	text-align:right;
}
.special table .propertyLink th a{
	color:#F58220;
	text-decoration:underline;
	font-weight:bold;
}
.specialList {
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:10px 0;
	border-radius:4px;
	background:url(../images/btnSpecialLink.png) no-repeat;
	background-size:132px 16px;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	margin:0 auto;
    position: absolute;
    bottom: 2px;
	transition-duration:0.3s;
}
.specialList:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:32%;
}
.specialList a{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.specialList:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.special .propertyNumber,
.special .propertyArea,
.special .propertyUse,
.special .propertyFee,
.special .propertyCommonFee,
.special .propertyDeposit,
.special .propertyFloor,
.special .propertyParking,
.special .propertyContract,
.special .propertyAge,
.special .propertyStatus {
	display:none;
}
.specialList figure img{
	height:100%;
	width:auto;
	display:none;
}
.specialList figure img:first-child {
	display:inherit;
}
/* -----------------------------------------------------------------------
　新着物件
----------------------------------------------------------------------- */
.new {
	clear:both;
	width:100%;
	background:#DEEEF0;
	padding:30px 0;
	margin: 0 0 30px;
}
.new h3 {
	width:1000px;
	background:url(../images/h3index_03.png) no-repeat;
	background-size:98px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:55px;
	margin:0 auto;
}
.new h4 {
	font-weight:bold;
	margin: 0 0 10px;
}
.new .newArticle {
	width:880px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
	padding: 30px 60px;
}
.new .newArticle .gallery-cell {
	width:250px;
	height:400px;
	margin: 0 20px 0 0;
	float:left;
	background:#DEEEF0;
	padding: 15px;
	overflow:auto;
}
.new .newArticle .gallery-cell figure {
	width:70%;
	height:140px;
	background:#fff;
	border:1px solid #E6E6E6;
	margin:0 auto 20px;
	padding:4px;
	overflow:hidden;
	position:relative;
}
.new .newArticle .gallery-cell figure img{
	display:block;
	width:80%;
	padding:4px;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.new .newArticle .gallery-cell table {
	width:240px;
	table-layout:fixed;
}
.new .newArticle .gallery-cell table th {
	border-right:1px solid #000;
	vertical-align:top;
	width:28%;
	line-height:1.4em;
}
.new .newArticle .gallery-cell table td {
	padding: 0 0 5px 10px;
	word-break:break-all;
	vertical-align:top;
	line-height:1.4em;
}
.new .newArticle .gallery-cell table .propertyLink th{
	text-align:center;
	font-weight:normal;
	border:0px;
	padding:10px 0;
}
.new .newArticle .gallery-cell table .propertyLink a {
	color:#F58220;
	text-decoration:underline;
	font-weight:bold;
}
.newArticle .propertyNumber,
.newArticle .propertyArea,
.newArticle .propertyUse,
.newArticle .propertyFee,
.newArticle .propertyCommonFee,
.newArticle .propertyDeposit,
.newArticle .propertyFloor,
.newArticle .propertyParking,
.newArticle .propertyContract,
.newArticle .propertyAge,
.newArticle .propertyStatus {
	display:none;
}
.newArticle figure a {
	display:none;
}
.newArticle figure a:first-child {
	display:inherit;
}
/* -----------------------------------------------------------------------
　新着情報
----------------------------------------------------------------------- */
.news {
	width:490px;
	margin:0 0 30px 0;
	float: left;
}
.news h3 {
	background:url(../images/h3index_04.png) no-repeat;
	background-size: 98px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height: 55px;
}
.news .newsBox {
	border:1px solid #DEEEF0;
	background:#fff;
	overflow:auto;
	height: 357px;
}
.news .newsBox dl {
	padding: 20px;
}
.news .newsBox dl dt {
	font-weight:bold;
}
.news .newsBox dl .date {
	margin: 0 25px 0 0;
	font-weight:normal;
}
.news .newsBox dl dd:not(:last-child) {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom:1px solid #DEEEF0;
}
	
.fbnews {
	width:490px;
	margin:0 0 30px 0;
	float: right;
}
.fbnews h3 {
	background:url(../images/h3index_07.png) no-repeat;
	background-size: 135px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height: 55px;
}
.fbnewsBox {
	background:#fff;
	overflow: hidden;
	height: 359px;
}

	
/* -----------------------------------------------------------------------
　種類別物件情報
----------------------------------------------------------------------- */
.types {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
}
.types h3 {
	background:url(../images/h3index_05.png) no-repeat;
	background-size:174px 22px;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:55px;
}
.types ul {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:60px 0;
}
.types li {
	width:280px;
	margin: 0 20px 0 0;
	float:left;
	padding: 0 20px 50px;
	position:relative;
}
.types li:last-child {
	margin:0;
}
.types li:before {
	content:"";
	display:block;
	width:120px;
	height:120px;
	margin:0 auto 30px;
}
.type01:before {
	background:url(../images/typesImage01.png) no-repeat;
	background-size:100% auto;
}
.type02:before {
	background:url(../images/typesImage02.png) no-repeat;
	background-size:100% auto;
}
.type03:before {
	background:url(../images/typesImage03.png) no-repeat;
	background-size:100% auto;
}
.types li p {
	margin: 0 0 15px;
}
.types li p:last-child {
	margin:0;
}
.typeName {
	font-weight:bold;
	text-align:center;
	font-size:1.36em;
}
.types li a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:190px;
	padding:10px 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.types li a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.types li a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* -----------------------------------------------------------------------
　物件掲載のお申し込み
----------------------------------------------------------------------- */
.application {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
}
.application h3 {
	background:url(../images/h3index_06.png) no-repeat;
	width:425px;
	height:22px;
	background-size:425px 22px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin: 0 0 15px;
}
.application figure {
	width:260px;
	height:196px;
	border:1px solid #E6E6E6;
	float:left;
	padding:7px;
}
.application figure img{
	width:260px;
	height:196px;
}
.applicationInner {
	float:right;
	width:470px;
	padding: 20px 200px 0 0;
}
.application a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:190px;
	padding:10px 0;
	margin:15px 0 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.application a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.application a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* =======================================================================

   下層ページ
   
======================================================================= */
.subpage main h3 {
	font-weight:bold;
	color:#158F96;
	margin: 0 0 20px;
	font-size:1.7em;
	text-align:center;
}
.subpage main h4 {
	font-weight:bold;
	color:#158F96;
	margin: 0 0 20px;
	padding:15px 0 15px 15px;
	font-size:1.3em;
	border-left:2px solid #158F96;
	background: #DEEEF0;
}
.subpage nav:before {
    content: "";
    display: block;
    width: 1000px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -144px;
    background-color: #158F98;
}
.subpage nav:after {
	display:none;
}
/* :::::::::: key visual :::::::::: */
.subpage .mainVisual {
	width:1030px;
	height:120px;
	margin:0 auto 50px;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
}
.subpage .mainVisual:before {
	content:"";
	display:block;
	background:url(../images/background1.png) no-repeat;
	background-size:100% auto;
	width:253px;
	height:105px;
	position:absolute;
	top:-104px;
	left:-120px;
	z-index:-1;
}
.subpage .mainVisual:after {
	content:"";
	display:block;
	background:url(../images/background2.png) no-repeat;
	background-size:100% auto;
	width:242px;
	height:105px;
	position:absolute;
	top:-104px;
	right:-100px;
	z-index:-1;
}
.subpage h2 {
	text-align:center;
	color:#158F98;
	font-weight:bold;
	font-size:2.2em;
	padding:30px 0 0;
}
.subpage main {
	padding:0 0 160px;
}
.subpage main section {
	width:1000px;
	margin:0 auto;
}


/* -----------------------------------------------------------------------
　404.html
----------------------------------------------------------------------- */
.notfound dl {
	padding: 0 5%;
}
.notfound dt {
	color:#158F98;
	font-weight:bold;
	border-bottom:1px dashed #158F98;
	margin: 0 0 25px;
	padding: 0 0 15px;
  font-size: 1.4em;
}
.notfound dd ul {
	padding: 0 0 0 2em;
}
.notfound dd ul li {
	list-style: disc;
	padding: 0 0 5px 0;
	font-size: 1.14em;
}
.notfound .membership_btn {
	margin: 3% 5% 0;
}

/* -----------------------------------------------------------------------
　support.html
----------------------------------------------------------------------- */
.support h3 {
	text-align:center;
	font-size:1.4em;
	color:#158F98;
	margin: 0 0 15px;
	font-weight:bold;
}
.support > p {
	padding:0 50px 30px;
}
	
.process {
	border:1px solid #158F98;
	padding:30px;
	margin:0 auto 30px;
}
.process dt {
	color:#158F98;
	font-size:1.4em;
	margin: 0;
	text-align:center;
	font-weight:bold;
	cursor: pointer;
}
.process dt::before {
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-right:2px solid #158F98;
	border-bottom:2px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin:10px auto 20px;
}
.process dt:first-of-type::before {
	display:none;
}
.process dt span {
	display:block;
	background: #DEEEF0;
	padding:10px 0;
	margin: 0 0 10px;
	position: relative;
}
.process dt span::after {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
	width: 1em;
	height: 1em;
	top: 50%;
	right: 0.5em;
	margin-top: -0.9em;
}
.process dt.open span::after {
  content: "\f056";
}
.process dd {
	display: none;
}
.process dd ul {
	text-align: left;
	padding: 0 0 0.5em 1.8em;
}
.process dd ul li {
	list-style: disc;
	margin: 0.5em 0 0;
	font-size: 1em;
}
.process dd p {
	font-size: 100%;
	margin-top: 1em;
}
.process dd p:first-of-type {
	margin-top: 0;
}
.process dd .subTit {
	display: inline-block;
	padding: 0 0 0.2em;
	font-weight: bold;
	font-size: 1.2em;
	color: #158F98;
}

	
/* -----------------------------------------------------------------------
　company.html
----------------------------------------------------------------------- */
.company h3 {
	text-align:center;
	font-size:1.4em;
	color:#158F98;
	margin: 0 0 15px;
	font-weight:bold;
}
.company p {
	padding:0 50px 30px;
}
.company table {
	width:100%;
}
.company tr {
	border-bottom:15px solid #fff;
}
.company th,
.company td {
	font-size:120%;
	padding:20px 0 20px 20px;
}
.company th {
	color:#158F98;
	font-weight:normal;
	text-align:left;
	background: #DEEEF0;
	width:25%;
	border-right:2px solid #158F98;
}
/* -----------------------------------------------------------------------
　feature.html
----------------------------------------------------------------------- */
.feature h3 {
	text-align:center;
	font-size:1.4em;
	color:#158F98;
	margin: 0 0 15px;
	font-weight:bold;
}
.feature p {
	padding:0 50px 30px;
}
.feature dl {
	padding:0 50px 30px;
}
.feature dt {
	color:#158F98;
	font-weight:bold;
	border-bottom:1px dashed #158F98;
	padding:0 0 5px;
	margin: 0 0 5px;
    font-size: 1.4em;
}
.feature dd {
	margin:0 0 25px;
}
/* -----------------------------------------------------------------------
　inheritance-support.html
----------------------------------------------------------------------- */
.inheritance-support .intro p {
	padding:0 50px 50px;
}
.inheritance-support .trouble {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
}
.inheritance-support .trouble div {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.inheritance-support .trouble div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .trouble div dl dt {
	font-weight: bold;
	font-size: 1.36em;
	margin: 0 0 10px 0;
}
.inheritance-support .trouble div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}	    
.inheritance-support .trouble div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic01.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .trouble div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic02.png) no-repeat;
    background-size: 100% auto;
}
.inheritance-support .trouble div dl dd {
	text-align: center;
}
.inheritance-support .trouble div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 1.8em;
}
.inheritance-support .trouble div dl dd ul li {
	list-style: disc;
	font-size: 1.14em;
	margin: 5px 0 0 0;
}
	
.inheritance-support .merit {
	padding: 20px 0 80px 0;
}
.inheritance-support .merit dl {
	padding: 50px 50px 0;
	overflow: hidden;
}
.inheritance-support .merit dl dt {
	color:#158F98;
	font-weight:bold;
	margin: 0 0 25px;
	padding: 0 0 15px;
	font-size: 1.36em;
	border-bottom: 1px dashed #158F98;
}
.inheritance-support .merit dl dd {
	padding:0 0 5px;
}
.inheritance-support .merit dl dd span {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.20em;
}
.inheritance-support .merit dl dd.line {
	width: 50%;
	float: left;
}
.inheritance-support .merit dl dd ul {
	padding: 0 0 0 2em;
}
.inheritance-support .merit dl dd ul li {
	list-style: disc;
	padding: 0 0 5px 0;
	font-size: 1.14em;
}

.inheritance-support .relief {
	width: 100%;
}
.inheritance-support .relief h3 {
    background-color: #158F98;
	color: #FFFFFF;
	padding: 15px;
}
.inheritance-support .relief div {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/inheritance-support_pic05.png) no-repeat;
	background-position: right bottom;
}
.inheritance-support .relief p {
	margin: 0 0 15px;
}
.inheritance-support .relief ul {
	margin: 0 0 15px;
	padding: 0 0 0 1.8em;
}
.inheritance-support .relief ul li {
	list-style: disc;
	font-size: 1.14em;
}

	
.inheritance-support .reason {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
	margin: 50px 0 0;
}
.inheritance-support .reason h3 {
	margin: 0;
	padding: 50px 0 0;
}
.inheritance-support .reason div {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px;
	overflow: hidden;
}
.inheritance-support .reason div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .reason div dl dt {
	font-weight: bold;
	font-size: 1.36em;
	margin: 0 0 10px 0;
}
.inheritance-support .reason div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}	    
.inheritance-support .reason div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic03.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic04.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl dd {
	text-align: center;
}
.inheritance-support .reason div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 1.8em;
}
.inheritance-support .reason div dl dd ul li {
	list-style: disc;
	font-size: 1.14em;
	margin: 5px 0 0 0;
}

.inheritance-support .flow {
	margin: 50px auto 0;
}
.inheritance-support .flow div {
	border: 1px solid #158F98;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 49px 0;
}

.inheritance-support .link {
	width: 400px;
	margin: 50px auto 0;
}
.inheritance-support .link a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.46em;
	font-weight: bold;
	padding: 20px 0;
	border-radius: 4px;
	background-color: #F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.inheritance-support .link a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.inheritance-support .link a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* -----------------------------------------------------------------------
　propertylist.html
----------------------------------------------------------------------- */
.propertyList li {
	overflow:hidden;
	margin: 0 0 30px;
}
.propertyList li figure {
	width:30%;
	float:left;
	overflow:hidden;
}
.propertyList li figure a{
	width:20%;
	display:block;
	float:left;
	padding:5px;
	margin-right: 10px;
}
.propertyList li figure a:first-child {
	width:80%;
	float:none;
	margin: 0 0 10px 0;
}
.propertyList li figure a:last-child {
	margin:0;
}
.propertyList li figure a img{
	width:100%;
}
.propertyList li table {
	width:70%;
	float:right;
}
.propertyList li table th {
	width:20%;
	font-size:100%;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
}
.propertyList li .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.propertyList li .propertyLink th a {
	color:#F58220;
	text-decoration:underline;
}
.propertyList li table td {
	width:80%;
	font-size:100%;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}

.propertyList .propertyNumber,
.propertyList .propertyArea,
.propertyList .propertyUse,
.propertyList .propertyFee,
.propertyList .propertyCommonFee,
.propertyList .propertyDeposit,
.propertyList .propertyFloor,
.propertyList .propertyParking,
.propertyList .propertyContract,
.propertyList .propertyAge,
.propertyList .propertyStatus {
	display:none;
}
/* -----------------------------------------------------------------------
　inheritance-support.html
----------------------------------------------------------------------- */
.inheritance-support .intro p {
	padding:0 50px 50px;
}
.inheritance-support .trouble {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
}
.inheritance-support .trouble div {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.inheritance-support .trouble div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .trouble div dl dt {
	font-weight: bold;
	font-size: 1.36em;
	margin: 0 0 10px 0;
}
.inheritance-support .trouble div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}	    
.inheritance-support .trouble div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic01.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .trouble div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic02.png) no-repeat;
    background-size: 100% auto;
}
.inheritance-support .trouble div dl dd {
	text-align: center;
}
.inheritance-support .trouble div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 1.8em;
}
.inheritance-support .trouble div dl dd ul li {
	list-style: disc;
	font-size: 1.14em;
	margin: 5px 0 0 0;
}
	
.inheritance-support .merit {
	padding: 20px 0 80px 0;
}
.inheritance-support .merit dl {
	padding: 50px 50px 0;
	overflow: hidden;
}
.inheritance-support .merit dl dt {
	color:#158F98;
	font-weight:bold;
	margin: 0 0 25px;
	padding: 0 0 15px;
	font-size: 1.36em;
	border-bottom: 1px dashed #158F98;
}
.inheritance-support .merit dl dd {
	padding:0 0 5px;
}
.inheritance-support .merit dl dd span {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.20em;
}
.inheritance-support .merit dl dd.line {
	width: 50%;
	float: left;
}
.inheritance-support .merit dl dd ul {
	padding: 0 0 0 2em;
}
.inheritance-support .merit dl dd ul li {
	list-style: disc;
	padding: 0 0 5px 0;
	font-size: 1.14em;
}

.inheritance-support .relief {
	width: 100%;
}
.inheritance-support .relief h3 {
    background-color: #158F98;
	color: #FFFFFF;
	padding: 15px;
}
.inheritance-support .relief div {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/inheritance-support_pic05.png) no-repeat;
	background-position: right bottom;
}
.inheritance-support .relief p {
	margin: 0 0 15px;
}
.inheritance-support .relief ul {
	margin: 0 0 15px;
	padding: 0 0 0 1.8em;
}
.inheritance-support .relief ul li {
	list-style: disc;
	font-size: 1.14em;
}

	
.inheritance-support .reason {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
	margin: 50px 0 0;
}
.inheritance-support .reason h3 {
	margin: 0;
	padding: 50px 0 0;
}
.inheritance-support .reason div {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px;
	overflow: hidden;
}
.inheritance-support .reason div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .reason div dl dt {
	font-weight: bold;
	font-size: 1.36em;
	margin: 0 0 10px 0;
}
.inheritance-support .reason div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}	    
.inheritance-support .reason div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic03.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic04.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl dd {
	text-align: center;
}
.inheritance-support .reason div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 1.8em;
}
.inheritance-support .reason div dl dd ul li {
	list-style: disc;
	font-size: 1.14em;
	margin: 5px 0 0 0;
}

.inheritance-support .flow {
	margin: 50px auto 0;
}

.inheritance-support .link a {
	display:block;
	text-align:center;
	color:#fff;
	font-size: 1.46em;
	font-weight:bold;
	width:400px;
	padding:20px 0;
	margin:15px auto 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.inheritance-support .link a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.inheritance-support .link a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}



/* -----------------------------------------------------------------------
　物件詳細ページ
----------------------------------------------------------------------- */
.property figure {
	overflow:hidden;
	margin: 0 0 30px;
}
.property figure a {
	width:25%;
	display:block;
	float:left;
}
.property figure a.wide{
	width: 40%;
}
.property figure a img {
	width:100%;
	height: auto;
}
.property table {
	width:100%;
}
.property table th {
	width:20%;
	font-size:100%;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
	text-align:left;
}
.property .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.property .propertyLink th a {
	display:none;
}
.property table td {
	width:80%;
	font-size:100%;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}
.property table td:first-of-type{
	border-top:1px solid #DEEEF0;
}
/* -----------------------------------------------------------------------
　個人情報の取り扱い
----------------------------------------------------------------------- */
.privacyPolicy {
	width:1000px;
	margin:0 auto;
}
.privacyPolicy p {
	margin: 0 0 50px;
	padding:0 100px;
}
.privacyPolicy dl {
	border:1px solid #158F98;
	padding:50px;
}
.privacyPolicy dt {
	color: #158F98;
	font-weight:bold;
	margin: 0 0 10px;
}
.privacyPolicy dd {
	padding: 0 0 20px;
	margin: 0 0 20px;
}
}

@media screen and (min-width:641px) and (max-width:959px){
.accordionTitle,
.on-off1 {
	display:none;
}
/* :::::::::: フォント :::::::::: */
p,li,dt,dd {
 	-webkit-text-size-adjust: none;
	font-size:1.6vw;
	line-height:1.6em;
}
th,td {
	font-size:1.2vw;
}
li p,li li {
	font-size:100%;
}
/* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	min-width:100%;
	position: relative;
	overflow-x:hidden;
}
header {
	width:96%;
	padding:2% 0 0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
nav {
	padding:4% 0;
	width:100%;
	position:relative;
}
nav:before {
	content:"";
	display:block;
	width:96%;
	height:0;
	padding:5% 0 0;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-176%;
	background-color:#158F98;
}
nav:after  {
	content:"";
	display:block;
	width:100%;
	height:0;
	padding:53%;
	background:#DEEEF0;
	position:absolute;
	z-index:-2;
	top:223%;
}
.mainVisual {
}
main {
}
/* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
h1 {
	font-size:1.1vw;
	/*position:absolute;
	left:9%;*/
	padding: 0px 4% 0 0;
}
h2{
}
.h2index {
	width:96.5%;
	height:0;
	padding:12% 0 0;
	margin:0 auto;
	background:url(../images/h2index.png) no-repeat;
	background-size:100% auto;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
h2 a {
	color:#158F98;
}
h3 {
}
h4 {
	font-size:1.7vw;
}
h5 {
}
h6{}
/* =======================================================================

   全体
   
======================================================================= */
/* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
.headerLeft {
	float:left;
	width:57%;
}
.headerLogo {
	width:94.314%;
	height:0;
	padding: 0 0 15%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin:1% 0 0;
}
.headerLogo a{
	display:block;
	background:url(../images/headerLogo.png) no-repeat;
	background-size:100% auto;
	width: 100%;
    height: 0;
    padding: 13.5% 0 0px;
}
.headerPhone {
	float:left;
	width:17.4%;
	height:0;
	padding:7.8% 0 0;
	border:2px solid #158F98;
	border-radius:4px;
	background:url(../images/headerPhone.png) no-repeat;
	background-size:84.4% auto;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerForm a{
	display:block;
	float:left;
	width:11.6%;
	margin:0 0.6%;
	height:0;
	padding:8% 0 0;
	border-radius:4px;
	background:url(../images/headerForm.png) no-repeat;
	background-size:64.166% auto;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerForm a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.headerMember a{
	display:block;
	float:left;
	width:11.6%;
	height:0;
	padding:8% 0 0;
	border-radius:4px;
	background:url(../images/headerMember.png) no-repeat;
	background-size:63.333% auto;
	background-position:center;
	background-color:#C45050;
	box-shadow: 0 2px 0 0 #AD3434;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerMember a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
/* :::::::::: nav :::::::::: */
nav ul {
	width:69%;
	margin:0 auto;
	overflow:hidden;
}
nav li {
	float:left;
	margin:0 10.979% 0 0;
}
nav li:last-child {
	margin:0;
}
nav li a {
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.nav01 {
	width:5%;
}
.nav01 a {
	display:block;
	background:url(../images/nav01.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:61% 0 0;
}
.nav02 {
	width:8.5%;
}
.nav02 a {
	display:block;
	background:url(../images/nav02.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:37% 0 0;
}
.nav03 {
	width:7.5%;
}
.nav03 a {
	display:block;
	background:url(../images/nav03.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:46% 0 0;
}
.nav04 {
	width:7.5%;
}
.nav04 a {
	display:block;
	background:url(../images/nav04.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:44% 0 0;
}
.nav05 {
	width:7.5%;
}
.nav05 a {
	display:block;
	background:url(../images/nav05.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:44% 0 0;
}
.nav06 {
	width:7.5%;
}
.nav06 a {
	display:block;
	background:url(../images/nav06.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:44% 0 0;
}
/* :::::::::: key visual :::::::::: */
.mainVisual {
	width:99.5%;
	height:0;
	padding: 3% 0 15%;
	margin:0 auto 4%;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
}
.mainVisual:before {
	content:"";
	display:block;
	background:url(../images/background1.png) no-repeat;
	background-size:100% auto;
	width:25.3%;
	height:0;
	padding:15% 0 0;
	position:absolute;
	top:-58%;
	right:87%;
	z-index:-1;
}
.mainVisual:after {
	content:"";
	display:block;
	background:url(../images/background2.png) no-repeat;
	background-size:100% auto;
	width:25.3%;
	height:0;
	padding:15% 0 0;
	position:absolute;
	top:-58%;
	left:85%;
	z-index:-1;
}
/* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
footer {
	position:relative;
}
.contact {
	background:#158F98;
	padding:3% 0;
	margin: 0 0 4%;
	position:relative;
}
.contact:before {
	content:"";
	display:block;
	background:url(../images/background3.png) no-repeat;
	background-size:100% auto;
	width:45.9%;
	height:0;
	padding:13.3% 0 0;
	position:absolute;
	top:-100%;
	left:55%;
	z-index:-1;
}
.contactInner {
	width:94%;
	margin:0 auto;
	overflow:hidden;
	padding: 0 0 0.4%;
}
.contact h3 {
	background:url(../images/contactTitle.png) no-repeat;
	background-size:100% auto;
	width:27.51%;
	height:0;
	padding:5% 0 0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin: 1.3% 1.5% 0 0;
}
.contactPhone {
	background:url(../images/contactPhone.png) no-repeat;
	background-size:100% auto;
	width:42.936%;
	height:0;
	padding:4.7% 0 0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin: 1.3% 1.5% 0 0;
}
.contactForm a{
	display:block;
	float:left;
	width:26.127%;
	height:0;
	padding:7% 0 0;
	border-radius:4px;
	background:url(../images/contactForm.png) no-repeat;
	background-size:65.098% auto;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.footerInner {
	width:94%;
	margin:0 auto 2%;
	overflow:hidden;
}
.footerLogo {
	background:url(../images/footerLogo.png) no-repeat;
	background-size:100% auto;
	width:32.446%;
	height:0;
	padding:4% 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	float:left;
}
.footerLink {
	float:right;
	overflow:hidden;
	width:26.914%;
}
.facebook a{
	display:block;
	float:left;
	background:url(../images/btnFacebook.png) no-repeat;
	background-size:100% auto;
	width:51.764%;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 0 11% 0 0;
}
.blog a{
	display:block;
	float:left;
	background:url(../images/btnBlog.png) no-repeat;
	background-size:100% auto;
	width:35.686%;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.footer_nav {
	width:94%;
	margin:0 auto 3%;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #158F98;
}
.footer_navInner {
	float:left;
	width:21.276%;
}
.footer_nav li a:before {
	content:"";
	display:inline-block;
	width:5px;
	height:5px;
	border-top:1px solid #158F98;
	border-right:1px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 5% 1% 0;
}
.footer_nav li {
	margin: 0 0 3%;
}
.footer_nav li ul li {
	margin: 0 0 6%;
}
.footer_nav li:last-child {
	margin:0;
}
.footer_nav li a{
	color:#158F98;
}
.mutualLink {
	clear:both;
	background:url(../images/mutualLink.png) no-repeat;
	background-size:100% auto;
	width:11.063%;
	height:0;
	padding:2.3% 0 0;
	margin:2% auto;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.mutualList {
	width:94%;
	margin:0 auto 2%;
	overflow:hidden;
}
.mutualList li{
	float:left;
	width:23.5%;
	height:0;
	padding: 0 0 13.6%;
	text-align:center;
	margin:0 2% 0 0;
}
.mutualList li:nth-child(4n){
	margin:0;
}
.mutualList li a{
	display:block;
	height:0;
	padding:55.6% 0 0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:1px solid #158F98;
	box-sizing:border-box;
}
.bnr_linkage a{
	background:url(../images/bnr_linkage.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}
.bnr_bijicom a{
	background:url(../images/bnr_bijicom.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}
.bnr_mcc a{
	background:url(../images/bnr_mcc.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}
.copyright {
	background:#158F98;
	text-align:center;
	padding:3% 0;
}
.copyright:before {
	content:"";
	display:block;
	background:url(../images/footerMark.png) no-repeat;
	background-size:100% auto;
	width:4.4%;
	height:0;
	padding:4.3% 0 0;
	margin:0 auto 1.5%;
}
.copyright a{
	color:#fff;
	font-size:1.3vw;
}
.smoothScrolls a {
	display:block;
	width:10%;
	height:0;
	padding:2.7% 0 7.3%;
	text-align:center;
	line-height:1.6em;
	color:#fff;
	font-weight:bold;
	background-color: #158F98;
	border: 2px solid #fff;
	border-radius:50%;
	position:fixed;
	right:2%;
	bottom:2%;
}
/* =======================================================================

   個別
   
======================================================================= */
/* :::::::::: index.html :::::::::: */
.outer {
	width:96%;
	overflow:hidden;
	margin:0 auto 2%;
}
/* -----------------------------------------------------------------------
　エリア別物件情報
----------------------------------------------------------------------- */
.areamap {
	width:49%;
	float:left;
	margin:0 2% 0 0;
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	position:relative;
}
.areamap h3 {
	background:url(../images/h3index_01.png) no-repeat;
	background-size:38.775% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding:5.5% 0;
}
.areamap figure {
	width:76.530%;
	height:0;
	padding: 0 0 60%;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top: 20%;
}
.areamap figure img {
	width:100%;
}
/* -----------------------------------------------------------------------
　注目物件
----------------------------------------------------------------------- */
.special {
	width:49%;
	float:left;
	position:relative;
	overflow:hidden;
	padding: 0 0 8%;
}
.specialInner {
	overflow:auto;
	background:#fff;
	height: 26vw;
}
.special h3 {
	background:url(../images/h3index_02.png) no-repeat;
	background-size:22% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding:5.5% 0;
}
.special h4 {
	font-weight:bold;
	text-align:left;
	padding:2% 3%;
}
.special figure {
	width:30%;
	height:auto;
	margin: 0 0 0 3%;
	float:left;
}
.special figure img{
	display:block;
	width:90%;
	margin:0 auto 5%;
	padding:5% ;
	border:1px solid #E6E6E6;
}
.special table {
	width:59%;
	table-layout:fixed;
	float:right;
	margin: 0 3% 0 0;
}
.special table th {
	text-align:left;
	border-right:1px solid #000;
	width:25%;
	padding: 0 0 2%;
	vertical-align:top;
}
.special table td {
	word-break:break-all;
	vertical-align:top;
	padding: 0 0 2% 3%;
}
.special table .propertyLink th {
	border:0px;
}
.special table .propertyLink th{
	text-align:right;
}
.special table .propertyLink th a{
	color:#F58220;
	text-decoration:underline;
	font-weight:bold;
}
.specialList {
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:10px 0;
	border-radius:4px;
	background:url(../images/btnSpecialLink.png) no-repeat;
	background-size:26.938% auto;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	margin:0 auto;
    position: absolute;
    bottom: 1%;
	transition-duration:0.3s;
}
.specialList:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:28%;
}
.specialList a{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.special .propertyNumber,
.special .propertyArea,
.special .propertyUse,
.special .propertyFee,
.special .propertyCommonFee,
.special .propertyDeposit,
.special .propertyFloor,
.special .propertyParking,
.special .propertyContract,
.special .propertyAge,
.special .propertyStatus {
	display:none;
}
.specialList figure img{
	height:100%;
	width:auto;
	display:none;
}
.specialList figure img:first-child {
	display:inherit;
}
/* -----------------------------------------------------------------------
　新着物件
----------------------------------------------------------------------- */
.new {
	clear:both;
	width:100%;
	background:#DEEEF0;
	padding: 2% 0;
	margin: 0 0 2%;
}
.new h3 {
	width:100%;
	background:url(../images/h3index_03.png) no-repeat;
	background-size:9.8% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	padding:1.5% 0;
	margin:0 auto 2%;
}
.new h4 {
	font-weight:bold;
	margin: 0 0 5%;
}
.new .newArticle {
	width:92%;
	margin:0 auto;
	background:#fff;
	padding: 2% 2%;
}
.new .newArticle .gallery-cell{
	width:29%;
	margin: 0 2% 0 0;
	float:left;
	background:#DEEEF0;
	padding:1.5%;
	height:30em;
	overflow:auto;
}
.new .newArticle .gallery-cell figure {
	width:64.748%;
	height:0;
	padding:2% 2% 50%;
	border:1px solid #e6e6e6;
	background:#fff;
	margin:0 auto 5%;
	position:relative;
	overflow:hidden;
}
.new .newArticle .gallery-cell figure img{
	display:block;
	width:80%;
	padding:4%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.new .newArticle .gallery-cell table {
	width:100%;
	table-layout:fixed;
}
.new .newArticle .gallery-cell table th {
	border-right:1px solid #000;
	vertical-align:top;
	width:25%;
	line-height:1.4em;
	padding: 0 0 3%;
}
.new .newArticle .gallery-cell table td {
	width:70%;
	word-break:break-all;
	vertical-align:top;
	line-height:1.4em;
	padding: 0 0 3% 3%;
}
.new .newArticle .gallery-cell table .propertyLink th{
	text-align:center;
	font-weight:normal;
	border:0px;
	padding:10px 0;
}
.new .newArticle .gallery-cell table .propertyLink a {
	color:#F58220;
	text-decoration:underline;
	font-weight:bold;
}
.newArticle .propertyNumber,
.newArticle .propertyArea,
.newArticle .propertyUse,
.newArticle .propertyFee,
.newArticle .propertyCommonFee,
.newArticle .propertyDeposit,
.newArticle .propertyFloor,
.newArticle .propertyParking,
.newArticle .propertyContract,
.newArticle .propertyAge,
.newArticle .propertyStatus {
	display:none;
}
.newArticle figure a {
	display:none;
}
.newArticle figure a:first-child {
	display:inherit;
}
/* -----------------------------------------------------------------------
　新着情報
----------------------------------------------------------------------- */
.news {
	width:49%;
	margin:0 auto 2%;
	float: left;
}
.news h3 {
	background:url(../images/h3index_04.png) no-repeat;
    background-size: 22% auto;
    background-position: center;
    background-color: #158F98;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 0;
    padding: 5.5% 0;
}
.news .newsBox {
	border:1px solid #DEEEF0;
	background:#fff;
	height: 359px;
	overflow:auto;
}
.news .newsBox dl {
	padding:4%;
}
.news .newsBox dl dt {
	font-weight:bold;
}
.news .newsBox dl .date {
	margin: 0 2.5% 0 0;
	font-weight:normal;
}
.news .newsBox dl dd:not(:last-child) {
	margin: 0 0 3%;
	padding: 0 0 3%;
	border-bottom:1px solid #DEEEF0;
}
	
.fbnews {
	width:49%;
	margin:0 auto 2%;
	float: right;
}
.fbnews h3 {
	background:url(../images/h3index_07.png) no-repeat;
    background-size: 30% auto;
    background-position: center;
    background-color: #158F98;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 0;
    padding: 5.5% 0;
}
.fbnewsBox {
	background:#fff;
	height: 359px;
	overflow: hidden;
}

	
/* -----------------------------------------------------------------------
　種類別物件情報
----------------------------------------------------------------------- */
.types {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
}
.types h3 {
	background:url(../images/h3index_05.png) no-repeat;
	background-size:17.4% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	padding:1.5% 0;
}
.types ul {
	width:94%;
	margin:0 auto;
	overflow:hidden;
	padding:5% 0;
}
.types li {
	width:28%;
	margin: 0 2% 0 0;
	float:left;
	padding: 0 2% 7%;
	position:relative;
}
.types li:last-child {
	margin:0;
}
.types li:before {
	content:"";
	display:block;
	width:42.857%;
	height:0;
	padding:42.857% 0 0;
	margin:0 auto 8%;
}
.type01:before {
	background:url(../images/typesImage01.png) no-repeat;
	background-size:100% auto;
}
.type02:before {
	background:url(../images/typesImage02.png) no-repeat;
	background-size:100% auto;
}
.type03:before {
	background:url(../images/typesImage03.png) no-repeat;
	background-size:100% auto;
}
.types li p {
	margin: 0 0 5%;
}
.types li p:last-child {
	margin:0;
}
.typeName {
	font-weight:bold;
	text-align:center;
}
.types li a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:70%;
	padding:4% 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.types li a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* -----------------------------------------------------------------------
　物件掲載のお申し込み
----------------------------------------------------------------------- */
.application {
	width:94%;
	margin:0 auto;
	padding:5% 0;
	overflow:hidden;
}
.application h3 {
	background:url(../images/h3index_06.png) no-repeat;
	width:92.391%;
	height:0;
	padding:5% 0 0;
	background-size:100% auto;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin: 0 0 3%;
}
.application figure {
	width:27.659%;
	height:0;
	padding:1% 1% 22%;
	border:1px solid #E6E6E6;
	float:left;
}
.application figure img{
	width:100%;
}
.applicationInner {
	float:right;
	width:50%;
	padding: 2% 14% 0 0;
}
.application a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width: 39%;
	padding:2.4% 0;
	margin:3% 0 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.application a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* =======================================================================

   下層ページ
   
======================================================================= */
.subpage main h3 {
	font-weight:bold;
	color:#158F96;
	margin: 0 0 2%;
	font-size:2.6vw;
	text-align:center;
}
.subpage main h4 {
	font-weight:bold;
	color:#158F96;
	margin: 0 auto 20px;
	padding:2% 0 2% 2%;
	font-size:2vw;
	border-left:2px solid #158F96;
	background: #DEEEF0;
}
.subpage nav:before {
	content: "";
    display: block;
    width: 96%;
    height: 0;
    padding: 2% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -105%;
    background-color: #158F98;
}
.subpage nav:after {
	display:none;
}
/* :::::::::: key visual :::::::::: */
.subpage .mainVisual {
	width:99.5%;
	height:0;
	padding:0 0 10%;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
}
.subpage .mainVisual:before {
	content:"";
	display:block;
	background:url(../images/background1.png) no-repeat;
	background-size:100% auto;
	width:25.3%;
	height:0;
	padding:15% 0 0;
	position:absolute;
	top:-105%;
	right:87%;
	z-index:-1;
}
.subpage .mainVisual:after {
	content:"";
	display:block;
	background:url(../images/background2.png) no-repeat;
	background-size:100% auto;
	width:25.3%;
	height:0;
	padding:15% 0 0;
	position:absolute;
	top:-110%;
	left:85%;
	z-index:-1;
}
.subpage h2 {
	padding:2.4% 0 0;
	text-align:center;
	color:#158F98;
	font-weight:bold;
	font-size:3.6vw;
}
.subpage main {
	padding:0 0 16%;
}
.subpage main section {
	width:100%;
	margin:0 auto;
}
	
/* -----------------------------------------------------------------------
　404.html
----------------------------------------------------------------------- */
.notfound dl {
	padding:0 50px 30px;
}
.notfound dt {
	color: #158F98;
	font-weight: bold;
	margin: 0 0 4%;
	padding: 0 0 2.5%;
	font-size: 2.6vw;
	border-bottom: 1px dashed #158F98;
}
.notfound dd ul {
	padding: 0 0 0 3vw;
}
.notfound dd ul li {
	list-style: disc;
	padding: 0 0 1% 0;
	font-size: 1.8vw;
}
.notfound .membership_btn {
	margin: 0 50px;
}


/* -----------------------------------------------------------------------
　support.html
----------------------------------------------------------------------- */
.support h3 {
	text-align:center;
	font-size:2.2vw;
	color:#158F98;
	margin: 0 0 1.5%;
	font-weight:bold;
}
.support > p {
	padding:0 5% 3%;
}
	
.process {
	width:84%;
	border:1px solid #158F98;
	padding:3%;
	margin:0 auto 3%;
}
.process dt {
	color:#158F98;
	font-size:2vw;
	margin: 0;
	text-align:center;
	font-weight:bold;
	cursor: pointer;
}
.process dt::before {
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-right:2px solid #158F98;
	border-bottom:2px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin:0 auto 3%;
}
.process dt:first-of-type::before {
	display:none;
}
.process dt span {
	display:block;
	background: #DEEEF0;
	padding:1% 0;
	margin: 0 0 1.5%;
	position: relative;
}
.process dt span::after {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
	width: 1em;
	height: 1em;
	top: 50%;
	right: 0.5em;
	margin-top: -0.8em;
}
.process dt.open span::after {
  content: "\f056";
}
.process dd {
	display: none;
}
.process dd ul {
	text-align: left;
	padding: 0 0 0.5em 1.8em;
}
.process dd ul li {
	list-style: disc;
	margin: 0.5em 0 0;
	font-size: 1em;
}
.process dd p {
	font-size: 100%;
	margin-top: 1em;
}
.process dd p:first-of-type {
	margin-top: 0;
}
.process dd .subTit {
	display: inline-block;
	padding: 0 0 0.2em;
	font-weight: bold;
	font-size: 1.2em;
	color: #158F98;
}
	
/* -----------------------------------------------------------------------
　company.html
----------------------------------------------------------------------- */
.company h3 {
	text-align:center;
	font-size:2.2vw;
	color:#158F98;
	margin: 0 0 1.5%;
	font-weight:bold;
}
.company p {
	padding:0 5% 3%;
}
.company table {
	width:90%;
	margin:0 auto;
}
.company tr {
	border-bottom:15px solid #fff;
}
.company th,
.company td {
	font-size:1.8vw;
	padding:2% 0 2% 2%;
}
.company th {
	color:#158F98;
	text-align:left;
	background: #DEEEF0;
	width:25%;
	border-right:2px solid #158F98;
}
/* -----------------------------------------------------------------------
　feature.html
----------------------------------------------------------------------- */
.feature h3 {
	text-align:center;
	font-size:2.2vw;
	color:#158F98;
	margin: 0 0 1.5%;
	font-weight:bold;
}
.feature p {
	padding:0 5% 3%;
}
.feature dl {
	padding:0 5% 3%;
}
.feature dt {
	color:#158F98;
	font-weight:bold;
	border-bottom:1px dashed #158F98;
	padding:0 0 1%;
	margin: 0 0 1%;
    font-size: 2vw;
}
.feature dd {
	margin:0 0 2.5%;
}


/* -----------------------------------------------------------------------
　inheritance-support.html
----------------------------------------------------------------------- */
.inheritance-support .intro p {
	padding:0 5% 5%;
}
.inheritance-support .trouble {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
}
.inheritance-support .trouble div {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	overflow: hidden;
}
.inheritance-support .trouble div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .trouble div dl dt {
	font-weight: bold;
    font-size: 2.2vw;
	margin: 0 0 2% 0;
}
.inheritance-support .trouble div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 5%;
}	    
.inheritance-support .trouble div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic01.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .trouble div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic02.png) no-repeat;
    background-size: 100% auto;
}
.inheritance-support .trouble div dl dd {
	text-align: center;
}
.inheritance-support .trouble div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 3vw;
}
.inheritance-support .trouble div dl dd ul li {
	list-style: disc;
	font-size: 1.8vw;
	margin: 4% 0 0 0;
}
	
.inheritance-support .merit {
	padding: 3% 0 5% 0;
}
.inheritance-support .merit dl {
	padding: 2% 5% 0;
	overflow: hidden;
}
.inheritance-support .merit dl dt {
	color:#158F98;
	font-weight:bold;
	margin: 0 0 4%;
	padding: 0 0 2.5%;
    font-size: 2.6vw;
	border-bottom: 1px dashed #158F98;
}
.inheritance-support .merit dl dd {
	padding:0 0 2%;
}
.inheritance-support .merit dl dd.line:nth-of-type(2) {
	margin: 2.5% 0 0 0;
}
.inheritance-support .merit dl dd span {
	display: block;
	margin: 0 0 2% 0;
	font-weight: bold;
    font-size: 2.2vw;
}
.inheritance-support .merit dl dd ul {
	padding: 0 0 0 3vw;
}
.inheritance-support .merit dl dd ul li {
	list-style: disc;
	padding: 0 0 1% 0;
	font-size: 1.8vw;
}
.inheritance-support .merit dl dd ul li br {
	display: none;
}

.inheritance-support .relief {
	width: 100%;
}
.inheritance-support .relief h3 {
    background-color: #158F98;
	color: #FFFFFF;
	padding: 2vw;
}
.inheritance-support .relief div {
	width: 100%;
	margin: 0 auto;
	padding: 5% 5% 0;
	box-sizing: border-box;
	background: url(../images/inheritance-support_pic05.png) no-repeat;
	background-position: right 5% bottom;
	background-size: 175px auto;
}
.inheritance-support .relief p {
	margin: 0 0 1.5%;
}
.inheritance-support .relief p:nth-of-type(2) {
	padding: 0 180px 0 0;
}
.inheritance-support .relief p br.pc {
	display: none;
}
.inheritance-support .relief ul {
	margin: 0 0 1.5%;
	padding: 0 0 0 3vw;
}
.inheritance-support .relief ul li {
	list-style: disc;
	font-size: 1.8vw;
}

	
.inheritance-support .reason {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
	margin: 7% 0 0;
}
.inheritance-support .reason h3 {
	margin: 0;
	padding: 5% 0 0;
}
.inheritance-support .reason div {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	overflow: hidden;
}
.inheritance-support .reason div dl {
	width: 50%;
	float: left;
	text-align: center;
}
.inheritance-support .reason div dl dt {
	font-weight: bold;
    font-size: 2.2vw;
	margin: 0 0 2% 0;
}
.inheritance-support .reason div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 5%;
}	    
.inheritance-support .reason div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic03.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic04.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl dd {
	text-align: center;
}
.inheritance-support .reason div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 3vw;
}
.inheritance-support .reason div dl dd ul li {
	list-style: disc;
	font-size: 1.8vw;
	margin: 4% 0 0 0;
}

.inheritance-support .flow {
	margin: 0;
	padding: 5% 5% 0;
	box-sizing: border-box;
}
.inheritance-support .flow div {
	border: 1px solid #158F98;
	text-align: center;
	margin: 5% 0 0;
	padding: 5%;
}
.inheritance-support .flow div img {
	max-width: 100%;
	height: auto;
}

.inheritance-support .link a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.6vw;
	font-weight: bold;
	width: 350px;
	padding: 2vw 0;
	margin: 3% auto 0;
	border-radius: 4px;
	background-color: #F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.inheritance-support .link a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.inheritance-support .link a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 1.5vw 0 0 ;
}


/* -----------------------------------------------------------------------
　propertylist.html
----------------------------------------------------------------------- */
.propertyList {
	width:96%;
	margin:0 auto;
}
.propertyList li {
	overflow:hidden;
	width:96%;
	margin:0 auto 3%;
}
.propertyList li figure {
	width:30%;
	float:left;
	overflow:hidden;
}
.propertyList li figure a{
	width:20%;
	display:block;
	float:left;
	padding:5px;
	margin-right: 10px;
}
.propertyList li figure a:first-child {
	width:80%;
	float:none;
	margin: 0 0 10px 0;
}
.propertyList li figure a:last-child {
	margin:0;
}
.propertyList li figure a img{
	width:100%;
}
.propertyList li table {
	width:70%;
	float:right;
}
.propertyList li table th {
	width:20%;
	font-size:100%;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
}
.propertyList li .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.propertyList li .propertyLink th a {
	color:#F58220;
	text-decoration:underline;
}
.propertyList li table td {
	width:80%;
	font-size:100%;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}

.propertyList .propertyNumber,
.propertyList .propertyArea,
.propertyList .propertyUse,
.propertyList .propertyFee,
.propertyList .propertyCommonFee,
.propertyList .propertyDeposit,
.propertyList .propertyFloor,
.propertyList .propertyParking,
.propertyList .propertyContract,
.propertyList .propertyAge,
.propertyList .propertyStatus {
	display:none;
}
/* -----------------------------------------------------------------------
　物件詳細ページ
----------------------------------------------------------------------- */
.property figure {
	width:96%;
	overflow:hidden;
	margin: 0 auto 5%;
}
.property figure a {
	width:25%;
	display:block;
	float:left;
}
.property figure a.wide{
	width: 40%;
}
.property figure a img {
	width:100%;
	height: auto;
}
.property table {
	width:96%;
	margin:0 auto;
}
.property table th {
	width:25%;
	font-size: 1.6vw;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
	text-align:left;
}
.property .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.property .propertyLink th a {
	display:none;
}
.property table td {
	width:80%;
	font-size: 1.6vw;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}
.property table td:first-of-type{
	border-top:1px solid #DEEEF0;
}
/* -----------------------------------------------------------------------
　個人情報の取り扱い
----------------------------------------------------------------------- */
.privacyPolicy {
	width:90%;
	margin:0 auto;
}
.privacyPolicy p {
	margin: 0 0 5%;
	padding:0 10%;
}
.privacyPolicy dl {
	border:1px solid #158F98;
	width:80%;
	padding:5%;
	margin:0 auto;
}
.privacyPolicy dt {
	color: #158F98;
	font-weight:bold;
	margin: 0 0 1%;
}
.privacyPolicy dd {
	padding: 0 0 2%;
	margin: 0 0 2%;
}
}

@media screen and (max-width:640px){
/* :::::::::: フォント :::::::::: */
p,li,dt,dd {
 	-webkit-text-size-adjust: none;
	line-height:1.8em;
	font-size:3.42vw;
}
th,td {
	font-size: 2.8vw;
}
li p,li li {
	font-size:100%;
}
/* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	min-width:100%;
	position: relative;
	overflow-x:hidden;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
header {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:3% 0 6.6%;
	-webkit-order:1;
	order:1;
	position:relative;
}
header:after {
	content:"";
	display:block;
	background:url(../images/s/background2.png) no-repeat;
	background-size:100% auto;
	width:106.718%;
	height:0;
	padding:44% 0 0;
	position:absolute;
	top:50%;
	z-index:-1;
}
nav {
	width:100%;
	margin:0 0 5%;
	position:relative;
	-webkit-order:3;
	order:3;
}
.mainVisual {
	width:100%;
	-webkit-order:2;
	order:2;
}
main {
	-webkit-order:4;
	order:4;
	width:100%;
}
footer {
	width:100%;
	-webkit-order:5;
	order:5;
}
/* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
h1 {
	font-size:2.2vw;
	text-align:center;
	margin:0 0 3%;
}
h2{
}
h2 a {
	color:#158F98;
}
.h2index {
	width:90.677%;
	height:0;
	padding: 30% 0 0;
	margin:0 auto;
	background:url(../images/s/h2index.png) no-repeat;
	background-size:100% auto;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* =======================================================================

   全体
   
======================================================================= */
/* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
.headerLogo {
	width:81.718%;
	height:0;
	padding:0 0 23.5%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin:0 auto 6%;
}
.headerLogo a{
	display:block;
	background:url(../images/s/headerLogo.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:29% 0 0;
}
.headerPhone {
	float:left;
	width:17.187%;
	height:0;
	padding:0 0 17.187%;
	border-radius:4px;
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
	position:relative;
	margin: 0 3% 5% 21.25%;
}
.headerPhone span,
.headerPhone a {
	display:block;
	width:100%;
	height:0;
	padding:100% 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerPhone span:before {
	content:"";
	display:block;
	background:url(../images/s/headerPhone.png) no-repeat;
	width:100%;
	height:0;
	padding:100% 0 0;
	background-size:29.09% auto;
	background-position:center 25%;
	position:absolute;
	top:0;
}
.headerPhone:after {
	content:"TEL";
	display:block;
	width:100%;
	position:absolute;
	bottom:5%;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.headerForm {
	float:left;
	width:17.187%;
	height:0;
	padding:0 0 17.187%;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	position:relative;
	margin: 0 3% 0 0;
}
.headerForm a {
	display:block;
	width:100%;
	height:0;
	padding:100% 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerForm a:before {
	content:"";
	display:block;
	background:url(../images/s/headerForm.png) no-repeat;
	width:100%;
	height:0;
	padding:100% 0 0;
	background-size:39.09% auto;
	background-position:center 28%;
	position:absolute;
	top:0;
}
.headerForm:after {
	content:"お問合せ";
	display:block;
	width:100%;
	position:absolute;
	bottom:5%;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.headerMember {
	float:left;
	width:17.187%;
	height:0;
	padding:0 0 17.187%;
	border-radius:4px;
	background-color:#C45050;
	box-shadow: 0 2px 0 0 #AD3434;
	position:relative;
}
.headerMember a {
	display:block;
	width:100%;
	height:0;
	padding:100% 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.headerMember a:before {
	content:"";
	display:block;
	background:url(../images/s/headerMember.png) no-repeat;
	width:100%;
	height:0;
	padding:100% 0 0;
	background-size:39.09% auto;
	background-position:center 24%;
	position:absolute;
	top:0;
}
.headerMember:after {
	content:"会員登録";
	display:block;
	width:100%;
	position:absolute;
	bottom:5%;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
/* :::::::::: nav :::::::::: */
/* :::::::::: アコーディオン :::::::::: */
label {
    display: block;
    margin: 0;
	height:0;
	padding:4% 0 14%;
	text-align:center;
	color:#158F98;
	font-weight:bold;
	font-size:4.2vw;
}
.accordion ul {
	width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.accordionTitle {
	width:100%;
	height:0;
	padding:0 0 18%;
	background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 6px 6px;
	border-top:1px solid #158F98;
	border-bottom:1px solid #158F98;
	position:relative;
}
.accordionTitle:after {
	content:"";
	display:block;
	width:9px;
	height:9px;
	border-right:2px solid #158F98;
	border-bottom:2px solid #158F98;
	position:absolute;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	bottom:25%;
	left:0;
	right:0;
	margin:auto;
}
.accordion_content {
	background-color: #158F98;
}
.accordion_content li {
	width:92.187%;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #158F98;
}
.accordion_content li:first-child a {
	margin:5% 0 0;
}
.accordion_content li a {
	display:block;
	height:0;
	padding: 4% 0 10%;
	font-weight:bold;
	color:#158F98;
}
input[type="checkbox"].on-off1{
    display: none;
}
input[type="checkbox"].on-off1 + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off1:checked + ul{
	height:85vw;
}
/* :::::::::: key visual :::::::::: */
.mainVisual {
	width:92.187%;
	height:30vw;
	margin:0 auto 9.44vw;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
	z-index:-2;
}
.mainVisual:before {
	content:"";
	display:block;
	background:url(../images/s/background1.png) no-repeat;
	background-size:100% auto;
	width:95.166%;
	height:0;
	padding:13.5% 0 0;
	position:absolute;
	bottom:-32%;
	right:3%;
	z-index:-1;
}
.mainVisual:after {
	content:"";
	display:block;
	width:94%;
	height:0;
	padding:3% 0 0;
	background-color:#DEEEF0;
	position:absolute;
	left:0;
	right:0;
	bottom:-11%;
	z-index:-3;
	margin:auto;
}
/* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
footer {
	position:relative;
}
.contact {
	position:relative;
	background:#158F98;
}
.contact:before {
	content:"";
	display:block;
	background:url(../images/s/background3.png) no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding: 29% 0 0;
	position:absolute;
	top:-45%;
	left:4%;
	z-index:-1;
}
.contactInner {
	width:100%;
	margin:0 auto;
	padding:6% 0;
}
.contact h3 {
	background:url(../images/s/contactTitle.png) no-repeat;
	width:30.625%;
	height:0;
	padding: 14% 0 0;
	background-size:100% auto;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin:0 auto 5%;
}
.contactPhone {
	width:90.625%;
	height:0;
	padding: 0 0 15%;
	margin:0 auto 3%;
	background:url(../images/s/contactPhone.png) no-repeat;
	background-size:89.827% auto;
	background-position:center;
	background-color: #fff;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	box-shadow: 0 2px 0 0 #1B7A80;
	border-radius:4px;
}
.contactPhone a {
	display:block;
	width:100%;
	height:0;
	padding:16% 0 0;
}
.contactForm {
	width:90.625%;
	height:0;
	padding: 0 0 15%;
	margin:0 auto;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	border-radius:4px;
}
.contactForm a{
	display:block;
	width:100%;
	height:0;
	padding:16% 0 0;
	background:url(../images/s/contactForm.png) no-repeat;
	background-size:54.137% auto;
	background-position:center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.footerInner {
	width: 90%;
    margin: 0 auto 3%;
    overflow: hidden;
    padding: 8% 5% 0;
    position: relative;
}
.footerLogo {
	background:url(../images/s/footerLogo.png) no-repeat;
	background-size:100% auto;
	width:80.666%;
	height:0;
	padding:15% 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 0;
}
.footerLink {
	width:100%;
}
.facebook a{
	display:block;
	background:url(../images/s/btnFacebook.png) no-repeat;
	background-size:39.666% auto;
	background-position:5% center;
	width:100%;
	height:0;
	padding:15% 0 0;
	border:1px solid #158f98;
	border-radius:4px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 0 0 3%;
	box-sizing: border-box;
}
.blog a{
	display:block;
	background:url(../images/s/btnBlog.png) no-repeat;
	background-size:27.333% auto;
	background-position:5% center;
	width:100%;
	height:0;
	padding:15% 0 0;
	border:1px solid #158f98;
	border-radius:4px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin: 0 0 3%;
	box-sizing: border-box;
}
.footer_nav {
	width:90.625%;
	margin:0 auto 5%;
	clear:both;
	overflow:hidden;
    border-bottom: 1px solid #158f98;
}
.footer_navInner li{
	width: 45%;
	margin: 0 0  5%;
	display:inline-block;
}
.footer_nav li a:before {
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	border-top:1px solid #158F98;
	border-right:1px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0;
}
.footer_nav li {
}
.footer_nav li a{
	color:#158F98;
}
.mutualLink {
	clear:both;
	background:url(../images/s/mutualLink.png) no-repeat;
	background-size:100% auto;
	width:26.833%;
	height:0;
	padding:5% 0 0;
	margin:0 auto;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.mutualList {
	width:90.625%;
	margin:0 auto;
	padding:0 0 5%;
}
.mutualList li{
	width:100%;
	height:0;
	padding:0 0 19.4%;
	text-align:center;
	margin: 0 0 5%;
}
.mutualList li:last-child{
	margin:0;
}
.mutualList li a{
	display:block;
	height:0;
	padding:19.4% 0 0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:1px solid #158F98;
	box-sizing:border-box;
}
.bnr_linkage a{
	background:url(../images/s/bnr_linkage.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}
.bnr_bijicom a{
	background:url(../images/s/bnr_bijicom.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}
.bnr_mcc a{
	background:url(../images/s/bnr_mcc.jpg) no-repeat;
	background-size:100% auto;
	background-position:center;
	width:100%;
}




.copyright {
	background:#158F98;
	text-align:center;
	padding:8% 0;
}
.copyright:before {
	content:"";
	display:block;
	background:url(../images/s/footerMark.png) no-repeat;
	background-size:100% auto;
	width:10.625%;
	height:0;
	padding:11% 0 0;
	margin:0 auto;
}
.copyright a{
	color:#fff;
	font-size:0.83em;
}
.smoothScrolls a {
	display:block;
	width:16%;
	height:0;
	padding:3.7% 0 12.3%;
	text-align:center;
	line-height:1.4em;
	border:2px solid #158F98;
	color:#158F98;
	font-weight:bold;
	background-color: #fff;
	border-radius:50%;
	position:fixed;
	right:2%;
	bottom:2%;
}
/* =======================================================================

   個別
   
======================================================================= */
/* :::::::::: index.html :::::::::: */
.outer {
	width:92.187%;
	margin:0 auto;
	background:#DEEEF0;
	overflow:hidden;
	padding:4% 0;
}
/* -----------------------------------------------------------------------
　エリア別物件情報
----------------------------------------------------------------------- */
.areamap {
	width:90%;
	margin:0 auto 5%;
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 6px 6px;
	padding:0 0 5%;
}
.areamap h3 {
	background:url(../images/s/h3index_01.png) no-repeat;
	background-size:39.666% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding: 0 0 15%;
	margin:0 0 5%;
}
.areamap figure {
	width:90.74%;
	margin:0 auto;
}
.areamap figure img {
	width:100%;
}
/* -----------------------------------------------------------------------
　注目物件
----------------------------------------------------------------------- */
.special {
	width:90%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.specialInner {
	overflow:scroll;
	background:#fff;
	height: 110vw;
	padding: 0 0 15%;
}
.special h3 {
	background:url(../images/s/h3index_02.png) no-repeat;
	background-size:20.5% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding: 0 0 15%;
}
.special h4 {
	font-weight:bold;
	padding:3% 0;
	width:90%;
	margin:0 auto;
	font-size:4.6vw;
}
.special figure {
	width:40%;
	height:auto;
	padding:3% ;
	margin:0 auto 5%;
	border:1px solid #E6E6E6;
}
.special figure img{
	width:100%;
	margin:0 auto;
}
.special figure a {
	height:100%;
	width:auto;
	display:none;
}
.special figure a:first-child {
	display:inherit;
}
.special table {
	width:88.888%;
	table-layout:fixed;
	margin: 0 auto;
}
.special table th {
	text-align:left;
	border-right:1px solid #000;
	padding:0 2% 1% 0;
	width:22%;
	vertical-align:top;
}
.special table td {
	width:61.583%;
	word-break:break-all;
	vertical-align:top;
	padding:0 0 2% 4%;
}
.special table .propertyLink th {
	border:0px;
	padding:3% 0;
}
.special table .propertyLink th {
	text-align:center;
}
.special table .propertyLink th a{
	display:block;
	border-radius:4px;
	padding:5% 0;
	text-decoration:underline;
	border:1px solid #F58220;
	color:#F58220;
	font-weight:bold;
	box-shadow: 0 1px 0 0 #CE6F2A;
}
.specialList {
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:10px 0;
	border-radius:4px;
	background:url(../images/btnSpecialLink.png) no-repeat;
	background-size:132px 16px;
	background-position:center;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	margin:0 auto;
    position: absolute;
    bottom: 2px;
	transition-duration:0.3s;
}
.specialList:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:22%;
}
.specialList a{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.special .propertyNumber,
.special .propertyArea,
.special .propertyUse,
.special .propertyFee,
.special .propertyCommonFee,
.special .propertyDeposit,
.special .propertyFloor,
.special .propertyParking,
.special .propertyContract,
.special .propertyAge,
.special .propertyStatus {
	display:none;
}
/* -----------------------------------------------------------------------
　新着物件
----------------------------------------------------------------------- */
.new {
	width:82.187%;
	background:#DEEEF0;
	margin: 0 auto 5%;
	padding:0 5% 5%;
}
.new h3 {
	width:100%;
	background:url(../images/s/h3index_03.png) no-repeat;
	background-size:20.5% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding: 0 0 15%;
	margin:0 auto;
}
.new h4 {
	font-weight:bold;
	margin: 0 0 10px;
}
.new .newArticle {
	width:100%;
	padding:5% 0;
	margin:0 auto;
	background:#fff;
}
.new .newArticle .gallery-cell {
	width:80%;
	overflow:scroll;
	padding: 0 10%;
	margin:0 auto;
	float:left;
	background:#fff;
}
.new .newArticle .gallery-cell figure {
	width:50%;
	height:auto;
	border:1px solid #e6e6e6;
	background:#fff;
	padding:4%;
	margin:0 auto 10px;
}
.new .newArticle .gallery-cell figure img{
	display:block;
	width:100%;
	height:auto;
}
.new li table {
	width:100%;
	table-layout:fixed;
}
.new .newArticle .gallery-cell table th {
	border-right:1px solid #000;
	vertical-align:top;
	width:28%;
}
.new .newArticle .gallery-cell table td {
	padding: 0 0 0 10px;
	word-break:break-all;
	vertical-align:top;
}
.new .newArticle .gallery-cell table .propertyLink th{
	text-align:center;
	font-weight:normal;
	border:0px;
	padding:10px 0;
}
.new .newArticle .gallery-cell table .propertyLink a {
	display:block;
	border-radius:4px;
	padding:5% 0;
	text-decoration:underline;
	border:1px solid #F58220;
	color:#F58220;
	font-weight:bold;
	box-shadow: 0 1px 0 0 #CE6F2A;
}
.newArticle .propertyNumber,
.newArticle .propertyArea,
.newArticle .propertyUse,
.newArticle .propertyFee,
.newArticle .propertyCommonFee,
.newArticle .propertyDeposit,
.newArticle .propertyFloor,
.newArticle .propertyParking,
.newArticle .propertyContract,
.newArticle .propertyAge,
.newArticle .propertyStatus {
	display:none;
}
.newArticle figure a {
	display:none;
}
.newArticle figure a:first-child {
	display:inherit;
}
/* -----------------------------------------------------------------------
　新着情報
----------------------------------------------------------------------- */
.news {
	width:92.187%;
	margin:0 auto 5%;
	overflow:hidden;
}
.news h3 {
	background:url(../images/s/h3index_04.png) no-repeat;
	background-size:20.5% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	height:0;
	padding: 0 0 15%;
}
.news .newsBox {
	border:1px solid #DEEEF0;
	background:#fff;
	height:80vw;
	height:76.5vw;
	overflow:auto;
}
.news .newsBox dl {
	padding:5%;
}
.news .newsBox dl dt {
	font-weight:bold;
}
.news .newsBox dl .date {
	margin: 0 25px 0 0;
	font-weight:normal;
}
.news .newsBox dl dd {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom:1px solid #DEEEF0;
}
	
.fbnews {
	width:92.187%;
	margin:0 auto 5%;
	overflow:hidden;
}
.fbnews h3 {
	background:url(../images/s/h3index_07.png) no-repeat;
	background-size:28% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	height:0;
	padding: 0 0 15%;
}
.fbnews .fbnewsBox {
	padding:0;
	border:1px solid #DEEEF0;
	background:#fff;
	height: 359px;
}
	
/* -----------------------------------------------------------------------
　種類別物件情報
----------------------------------------------------------------------- */
.types {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 6px 6px;
	width:100%;
}
.types h3 {
	background:url(../images/s/h3index_05.png) no-repeat;
	background-size:34.062% auto;
	background-position:center;
	background-color:#158F98;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:0;
	padding: 0 0 15%;
}
.types ul {
	width:92.187%;
	margin:0 auto;
	overflow:hidden;
	padding:8% 0;
}
.types li {
	width:89.166%;
	margin: 0 auto;
}
.types li:before {
	content:"";
	display:block;
	width:33.333%;
	height:0;
	padding: 0 0 33.333%;
	margin:0 auto 5%;
}
.type01:before {
	background:url(../images/typesImage01.png) no-repeat;
	background-size:100% auto;
}
.type02:before {
	background:url(../images/typesImage02.png) no-repeat;
	background-size:100% auto;
}
.type03:before {
	background:url(../images/typesImage03.png) no-repeat;
	background-size:100% auto;
}
.types li p {
	margin: 0 0 5%;
}
.types li p:last-child {
	margin:0 0 10%;
	padding: 0 0 1%;
}
.typeName {
	font-weight:bold;
	text-align:center;
	font-size:1.36em;
}
.types li:last-child p:last-child {
	margin:0 0 0%;
}
.types li a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:5% 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	margin:0 auto;
}
.types li a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* -----------------------------------------------------------------------
　物件掲載のお申し込み
----------------------------------------------------------------------- */
.application {
	width:92.187%;
	margin:0 auto;
	padding:10% 0 30%;
}
.application h3 {
	background:url(../images/s/h3index_06.png) no-repeat;
	background-size:100% auto;
	width:49.166%;
	height:0;
	padding:13.5% 0 0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin: 0 auto 5%;
}
.application figure {
	width: 58.333%;
	height:0;
	padding:2% 2% 46%;
	border:1px solid #E6E6E6;
	margin:0 auto 5%;
}
.application figure img{
	width:100%;
}
.application p {
	width:89.166%;
	margin:0 auto 5%;
}
.application a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	padding:5% 0;
	border-radius:4px;
	background-color:#F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
	margin:0 auto;
}
.application a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 10px 0 0 ;
}
/* =======================================================================

   下層ページ
   
======================================================================= */
.subpage main h3 {
	font-weight:bold;
	color:#158F96;
	margin: 0 0 5%;
	font-size:5vw;
	text-align:center;
	padding: 0 5%;
}
.subpage main h4 {
	font-weight:bold;
	color:#158F96;
	padding:3% ;
	font-size:3.6vw;
	border-left:2px solid #158F96;
	background: #DEEEF0;
}
.subpage .mainVisual:after {
    content: "";
    display: block;
    width: 94%;
    height: 0;
    padding: 3% 0 0;
    background-color: #DEEEF0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16.5%;
    z-index: -3;
    margin: auto;
}
/* :::::::::: key visual :::::::::: */
.subpage .mainVisual {
	width:92%;
	height:0;
	padding:0 0 20%;
	border:2px solid #158F98;
	position:relative;
	background:#fff;
	margin: 0 auto 6%;
	z-index:1;
}
header:after {
	content:"";
	display:block;
	background:url(../images/s/background2.png) no-repeat;
	background-size:100% auto;
	width:106.718%;
	height:0;
	padding:44% 0 0;
	position:absolute;
	top:50%;
	z-index:-1;
}
.subpage h2 {
	padding:6.5% 0 0;
	text-align:center;
	color:#158F98;
	font-weight:bold;
	font-size:5.2vw;
}
.subpage main {
	padding:0 0 30%;
}
.subpage main section {
	width:100%;
	margin:0 auto;
}

/* -----------------------------------------------------------------------
　404.html
----------------------------------------------------------------------- */
.notfound dl {
	padding:0 5%;
}
.notfound dt {
	color: #158F98;
	font-weight: bold;
	margin: 0 0 5%;
	padding: 0 0 2.5%;
	font-size: 4vw;
	border-bottom: 1px dashed #158F98;
}
.notfound dd ul {
	padding: 0 0 0 5vw;
}
.notfound dd ul li {
	list-style: disc;
	font-size: 3.42vw;
	margin: 1% 0 0 0;
}
.notfound .membership_btn {
	margin: 5% 5% 0;
}
	
/* -----------------------------------------------------------------------
　support.html
----------------------------------------------------------------------- */
.support h3 {
	text-align:center;
	font-size:4.2vw;
	color:#158F98;
	margin: 0 0 3%;
	font-weight:bold;
}
.support > p {
	padding:0 5% 3%;
}
	
.process {
	width:84%;
	border:1px solid #158F98;
	padding:3%;
	margin:0 auto 3%;
}

.process dt {
	color:#158F98;
	font-size:3.6vw;
	margin: 0;
	text-align:center;
	font-weight:bold;
}
.process dt::before {
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-right:2px solid #158F98;
	border-bottom:2px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin:0 auto 3.3%;
}
.process dt:first-of-type::before {
	display:none;
}
.process dt span {
	display:block;
	background: #DEEEF0;
	padding:3% 0;
	margin: 0 0 2%;
	position: relative;
}
.process dt span::after {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
	width: 1em;
	height: 1em;
	top: 50%;
	right: 0.5em;
	margin-top: -0.8em;
}
.process dt.open span::after {
  content: "\f056";
}
.process dd {
	display: none;
}
.process dd ul {
	text-align: left;
	padding: 0 0 0.5em 1.8em;
}
.process dd ul li {
	list-style: disc;
	margin: 0.5em 0 0;
	font-size: 1em;
}
.process dd p {
	font-size: 100%;
	margin-top: 1em;
}
.process dd p:first-of-type {
	margin-top: 0;
}
.process dd .subTit {
	display: inline-block;
	padding: 0 0 0.2em;
	font-weight: bold;
	font-size: 1.2em;
	color: #158F98;
}
	
/* -----------------------------------------------------------------------
　company.html
----------------------------------------------------------------------- */
.company h3 {
	text-align:center;
	font-size:4.2vw;
	color:#158F98;
	margin: 0 0 3%;
	font-weight:bold;
}
.company p {
	padding:0 5% 3%;
}
.company table {
	width:90%;
	margin:0 auto;
}
.company tr {
	border-bottom:15px solid #fff;
}
.company tr:last-child {
	border-bottom:0px;
}
.company th,
.company td {
	font-size: 3.8vw;
	padding:2% 0 2% 2%;
}
.company th {
	color:#158F98;
	font-weight:normal;
	text-align:left;
	background: #DEEEF0;
	width:25%;
	border-right:2px solid #158F98;
}
/* -----------------------------------------------------------------------
　feature.html
----------------------------------------------------------------------- */
.feature h3 {
	text-align:center;
	font-size:4.2vw;
	color:#158F98;
	margin: 0 0 3%;
	font-weight:bold;
}
.feature p {
	padding:0 5% 3%;
}
.feature dl {
	padding:0 5% 3%;
}
.feature dt {
	color:#158F98;
	font-weight:bold;
	border-bottom:1px dashed #158F98;
	padding:0 0 1%;
	margin: 0 0 1%;
    font-size: 4vw;
}
.feature dd {
	margin:0 0 2.5%;
}


/* -----------------------------------------------------------------------
　inheritance-support.html
----------------------------------------------------------------------- */
.inheritance-support .intro p {
	padding:0 5% 5%;
}
	
.inheritance-support .trouble {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
}
.inheritance-support .trouble div {
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	overflow: hidden;
}
.inheritance-support .trouble div dl:nth-of-type(2) {
	margin: 10% 0 0 0;
}
.inheritance-support .trouble div dl dt {
	font-weight: bold;
    font-size: 3.80vw;
	text-align: center;
	margin: 0 0 2% 0;
}
.inheritance-support .trouble div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 5%;
}	    
.inheritance-support .trouble div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic01.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .trouble div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic02.png) no-repeat;
    background-size: 100% auto;
}
.inheritance-support .trouble div dl dd {
	text-align: center;
}
.inheritance-support .trouble div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 5vw;
}
.inheritance-support .trouble div dl dd ul li {
	list-style: disc;
	font-size: 3.42vw;
	margin: 1% 0 0 0;
}
	
.inheritance-support .merit {
	padding: 10% 0;
}
.inheritance-support .merit dl {
	padding: 0 5% 0;
}
.inheritance-support .merit dl:nth-of-type(2) {
	margin: 5% 0 0 0;
}
.inheritance-support .merit dl dt {
	color:#158F98;
	font-weight:bold;
	margin: 0 0 5%;
	padding: 0 0 2.5%;
    font-size: 4vw;
	border-bottom: 1px dashed #158F98;
}
.inheritance-support .merit dl dd {
	padding:0 0 2%;
}
.inheritance-support .merit dl dd.line:nth-of-type(2) {
	margin: 5% 0 0 0;
}
.inheritance-support .merit dl dd span {
	display: block;
	margin: 0 0 2% 0;
	font-weight: bold;
    font-size: 3.8vw;
}
.inheritance-support .merit dl dd ul {
	padding: 0 0 0 5vw;
}
.inheritance-support .merit dl dd ul li {
	list-style: disc;
	font-size: 3.42vw;
	margin: 1% 0 0 0;
}
.inheritance-support .merit dl dd ul li br {
	display: none;
}

.inheritance-support .relief h3 {
    background-color: #158F98;
	color: #FFFFFF;
	padding: 3% 5%;
}
.inheritance-support .relief div {
	margin: 0 auto;
	padding: 5% 5% 130px;
	box-sizing: border-box;
	background: url(../images/inheritance-support_pic05.png) no-repeat;
	background-position: center bottom;
	background-size: 175px auto;
}
.inheritance-support .relief p {
	margin: 0 0 3%;
}
.inheritance-support .relief p br.pc {
	display: none;
}
.inheritance-support .relief ul {
	margin: 0 0 3%;
	padding: 0 0 0 5vw;
}
.inheritance-support .relief ul li {
	list-style: disc;
	font-size: 3.42vw;
	margin: 1% 0 0 0;
}
	
.inheritance-support .reason {
    background: linear-gradient(-45deg, #DEEEF0 25%, white 25%, white 50%, #DEEEF0 50%, #DEEEF0 75%, white 75%, white);
    background-size: 8px 8px;
	width: 100%;
	margin: 7% 0 0;
}
.inheritance-support .reason h3 {
	margin: 0;
	padding: 10% 5% 0;
}
.inheritance-support .reason div {
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	overflow: hidden;
}
.inheritance-support .reason div dl:nth-of-type(2) {
	margin: 10% 0 0 0;
}
.inheritance-support .reason div dl dt {
	text-align: center;
	font-weight: bold;
    font-size: 3.80vw;
	margin: 0 0 2% 0;
}
.inheritance-support .reason div dl dt:before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 5%;
}	    
.inheritance-support .reason div dl:nth-of-type(1) dt:before {
	background: url(../images/inheritance-support_pic03.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl:nth-of-type(2) dt:before {
	background: url(../images/inheritance-support_pic04.png) no-repeat;
    background-size: 100% auto;
}	    
.inheritance-support .reason div dl dd {
	text-align: center;
}
.inheritance-support .reason div dl dd ul {
    display: inline-block;
	text-align: left;
	padding: 0 0 0 5vw;
}
.inheritance-support .reason div dl dd ul li {
	list-style: disc;
	font-size: 3.42vw;
	margin: 1% 0 0 0;
}

.inheritance-support .flow {
	padding: 10% 5%;
	box-sizing: border-box;
}
.inheritance-support .flow div img {
	max-width: 100%;
	height: auto;
}

.inheritance-support .link {
	padding: 0 5% 10%;
	box-sizing: border-box;
}
.inheritance-support .link a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	width: 100%;
	padding: 2vw 0;
	margin: 3% auto 0;
	border-radius: 4px;
	background-color: #F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.inheritance-support .link a:hover{
	background-color:#158F98;
	box-shadow: 0 2px 0 0 #1B7A80;
}
.inheritance-support .link a:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	margin: 0 2vw 0 0 ;
}
	
	
/* -----------------------------------------------------------------------
　propertylist.html
----------------------------------------------------------------------- */
.propertyList li {
	overflow:hidden;
	width:90%;
	margin:0 auto 3%;
}
.propertyList li figure {
	width:90%;
	padding:5%;
	overflow:hidden;
}
.propertyList li figure a{
	width:20%;
	display:block;
	float:left;
	padding:2%;
	margin-right: 3%;
}
.propertyList li figure a:first-child {
	width:50%;
	float:left;
	margin: 0 0 10px 0;
}
.propertyList li figure a:last-child {
	margin:0;
}
.propertyList li figure a img{
	width:100%;
}
.propertyList li table {
	width:100%;
}
.propertyList li table th {
	width:25%;
	font-size:100%;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
}
.propertyList li .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.propertyList li .propertyLink th a {
	display:block;
	border-radius:4px;
	padding:5% 0;
	text-decoration:underline;
	border:1px solid #F58220;
	color:#F58220;
	font-weight:bold;
	box-shadow: 0 1px 0 0 #CE6F2A;
	text-align:center;
}
.propertyList li table td {
	width:80%;
	font-size:100%;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}

.propertyList .propertyNumber,
.propertyList .propertyArea,
.propertyList .propertyUse,
.propertyList .propertyFee,
.propertyList .propertyCommonFee,
.propertyList .propertyDeposit,
.propertyList .propertyFloor,
.propertyList .propertyParking,
.propertyList .propertyContract,
.propertyList .propertyAge,
.propertyList .propertyStatus {
	display:none;
}
/* -----------------------------------------------------------------------
　物件詳細ページ
----------------------------------------------------------------------- */
.property h4 {
	width:85%;
	margin: 0 auto 5%;
}
.property figure {
	width:90%;
	overflow:hidden;
	margin: 0 auto 5% ;
}
.property figure a {
	width:40%;
	display:block;
	float:left;
	padding:5%;
}
.property figure a img {
	width:100%;
	height: auto;
}
.property table {
	width:90%;
	margin: 0 auto;
}
.property table th {
	width:30%;
	font-size: 3.42vw;
	background:#DEEEF0;
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px solid #DEEEF0;
	text-align:left;
}
.property .propertyLink th {
	background:none;
	padding:10px 0;
	text-align:right;
	border-bottom:0px;
}
.property .propertyLink th a {
	display:none;
}
.property table td {
	width:80%;
	font-size: 3.42vw;
	padding:10px 15px;
	border-bottom:1px solid #DEEEF0;
}
.property table td:first-of-type{
	border-top:1px solid #DEEEF0;
}
/* -----------------------------------------------------------------------
　個人情報の取り扱い
----------------------------------------------------------------------- */
.privacyPolicy {
	width:90%;
	margin:0 auto;
}
.privacyPolicy p {
	margin: 0 0 5%;
	padding:0 10%;
}
.privacyPolicy dl {
	border:1px solid #158F98;
	width:80%;
	padding:5%;
	margin:0 auto;
}
.privacyPolicy dt {
	color: #158F98;
	font-weight:bold;
	margin: 0 0 1%;
}
.privacyPolicy dd {
	padding: 0 0 2%;
	margin: 0 0 2%;
}
}


.membership_btn{
	margin: 0 auto;
}
.membership_btn a{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 4px;
	background-color: #C45050;
	box-shadow: 0 2px 0 0 #AD3434;
}
.membership_btn a::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 10px 0 0;
}

@media screen and (min-width:960px){
	.pcNone {display: none;}
	.spNone {display: block;}
	
	.membership_btn a{
		font-size: 1.4em;
	}
	.membership_btn a:hover{
		background-color:#158F98;
		box-shadow: 0 2px 0 0 #1B7A80;
	}	
}

@media screen and (min-width:641px) and (max-width:959px){
	.pcNone {display: none;}
	.spNone {display: block;}
	
	.membership_btn a{
		font-size: 2.2vw;
	}
}

@media screen and (max-width:640px){
	.pcNone {display: block;}
	.spNone {display: none;}
	
	.membership_btn a{
		font-size: 3.42vw;
	}
}

#index .membership_btn {
	margin: -20px auto 40px;
	width: 1000px;
}
@media screen and (min-width:960px){
	#index .membership_btn a {
		font-size: 1.8em;
    padding: 1em 0;
	}
	#index .membership_btn a::before{
		position: relative;
    top: -0.15em;
	}
}
@media screen and (min-width:641px) and (max-width:959px){
	#index .membership_btn {
		width: 96%;
		margin: 0 auto 4%;
	}
	#index .membership_btn a{
		font-size: 2.6vw;
    padding: 1em 0;
	}
}
@media screen and (max-width:640px){
	#index .membership_btn {
		margin: 0 auto 5%;
		width: 100%;
	}
}

.propertyList .membership_btn {
	margin: 0 auto 20px;
}
@media screen and (min-width:641px) and (max-width:959px){
	.propertyList .membership_btn {
		width: 96%;
		margin: 0 auto 3%;
	}
}
@media screen and (max-width:640px){
	.propertyList .membership_btn {
		width: 90%;
		margin: 0 auto 5%;
	}
}


#membership .lead {
	margin: 0 auto 2em;
	padding: 0 0 2em;
	border-bottom: 1px dashed #158F98;
}
#membership .lead .caution {
	color: #F58220;
	font-size: 1.4em;
	margin: 0 0 0.8em;
}
#membership .lead a {
	color: #158F98;
}
#membership .lead a::before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #158F98;
	border-right: 1px solid #158F98;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 0.5em 0 0;
}

@media screen and (max-width:959px){
	#membership .lead {
		margin: 0 5% 3%;
	}
	#membership .lead .caution {
		font-size: 2.2vw;
	}
}
@media screen and (max-width:640px){
	#membership .lead .caution {
		font-size: 3.8vw;
	}
}

#membership .needs {
	padding: 2em 6em;
	margin: 0 auto 3%;
	background: #DEEEF0;
}
#membership .needs h3 span {
	background-color: #fff;
	color: #158F98;
	border: 1px solid #158F98;
	padding: 0.8%;
	border-radius: 5px;
	margin: 0 0 0 2%;
	font-size: 60%;
	position: relative;
	top: -3px;
}
#membership .needs dl {
	margin: 0 auto 0;
}
@media screen and (max-width:959px){
	#membership .needs {
		padding: 5% 0;
	}
	#membership .needs p {
		padding: 0 5%;
	}
}


@media screen and (max-width:959px){
	#thanks section {
		padding: 0 5%;
		box-sizing: border-box;
	}
}

#thanks.membership p {
	margin: 0 0 1em;
}
#thanks.membership p.tel {
	font-weight: bold;
}
#thanks.membership p.tel span {
	font-size: 160%;
	color: #158F96;
}
#thanks.membership p.tel small {
	font-size: 80%;
}
@media screen and (max-width:640px){
	#thanks.membership p.tel span {
		display: block;
	}
}


#price p {
	padding: 0 50px 30px;
}
#price section:not(:first-of-type) h3 {
	margin-top: 30px;
}
#price h5 {
	color: #158F98;
	font-weight: bold;
	border-bottom: 1px dashed #158F98;
	padding: 0 0 5px;
	margin: 0 50px 10px;
	font-size: 1.4em;
}
#price table.service_price {
	margin: 15px 50px 30px;
	width: calc(100% - 100px);
	table-layout: fixed;
}
#price table.service_price th, #price table.service_price td {
	font-size: 100%;
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px solid #DEEEF0;
}
#price table.service_price thead th {
	background: #DEEEF0;
}
#price table.service_price tbody th {
	color: #158F96;
}
#price table.service_price tbody td {
	border-bottom: 1px solid #DEEEF0;
}

#price table.service_price tbody tr.amount th, #price table.service_price tbody tr.amount td {
	background-color: #FFFFE1;
}

@media screen and (min-width:641px) and (max-width:959px){
	#price p {
		padding: 0 5% 3%;
	}
	#price section:not(:first-of-type) h3 {
		margin-top: 3%;
	}
	#price h4 {
		margin: 0 5% 3%;
	}
	#price h5 {
    color: #158F98;
    font-weight: bold;
    border-bottom: 1px dashed #158F98;
    padding: 0 0 1%;
    margin: 0 5% 1%;
    font-size: 2vw;
	}	
	#price table.service_price {
		margin: 1% auto 3%;
		width: 90%;
		font-size: 1.6vw;
	}
}

@media screen and (max-width:640px){
	#price p {
		padding: 0 5% 5%;
	}
	#price section:not(:first-of-type) h3 {
		margin-top: 3%;
	}
	#price h4 {
		margin: 0 5% 3%;
	}
	#price h5 {
    color: #158F98;
    font-weight: bold;
    border-bottom: 1px dashed #158F98;
    padding: 0 0 1%;
    margin: 0 5% 1%;
    font-size: 4vw;
	}
	#price table.service_price {
		margin: 2% auto 3%;
		width: 90%;
		font-size: 3.42vw;
		table-layout: auto;
	}
}
	
	

.link_btn {
	text-align: center;
}
.link_btn a{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	border-radius: 4px;
	background-color: #F58220;
	box-shadow: 0 2px 0 0 #CE6F2A;
}
.link_btn a::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 10px 0 0;
}
@media screen and (min-width:960px){
	.link_btn.lag a{
		font-size: 1.4em;
	}
	.link_btn a:hover{
		background-color:#158F98;
		box-shadow: 0 2px 0 0 #1B7A80;
	}	
}

@media screen and (min-width:641px) and (max-width:959px){
	.link_btn.lag a{
		padding: 1em;
		font-size: 2.2vw;
	}
}

@media screen and (max-width:640px){
	.link_btn{
		padding: 0 5% 3%;
	}
	.link_btn.lag a{
		display: block;
		padding: 10px;
		font-size: 3.42vw;
	}
}

.TBD{
	text-align: center;
	margin: 1em auto;
	font-size: 110%;
}

.lst_ol {
	line-height: 1.4;
	counter-reset: number 0;
}
.lst_ol > li {
	counter-increment: number 1;
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 0;
}
.lst_ol	> li::before {
	display: inline-block;
	content: counter(number)".";
	position: absolute;
	top: 0;
	left: 0;
}

.lst_ul {
	line-height: 1.4;
	counter-reset: number 0;
}
.lst_ul > li {
	counter-increment: number 1;
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 0;
}
.lst_ul	> li::before {
	display: inline-block;
	content: "●";
	color: #158f98;
	position: absolute;
	top: 0;
	left: 0;
}
