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

/*COMMON*/
.spnone{display: none;}
.pcnone{display: block;}



.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}
.mb5{margin-bottom:10px!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb40{margin-bottom:40px!important;}
.pt10{padding-top:10px!important;}
.pt20{padding-top:20px!important;}
.pb10{padding-bottom:10px!important;}
.pb20{padding-bottom:20px!important;}
.pb40{padding-bottom:40px!important;}


.middle{font-size:110%!important;}
.small{font-size:80%!important;}
.x-small{font-size:65%!important;line-height: 1.45!important;}

.tar{text-align:right!important;}
.tac{text-align:center!important;}
.tal{text-align:left!important;}

.visual img.size-full{margin-bottom:0;width:100%;}

main p a[target*="_blank"]::after,
main .ac-cont a[target*="_blank"]::after{
	content: "";
    margin: 0;}

/*layout*/
body {font-family:-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;}

.colum1 main{
padding:0;
}
#header-l h1,
h1.entry-title{
  display:none;
}
header {
	background: #fff;
	border-bottom:2px solid navy;
}
header > p{
	width: 100%;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 5px 10px;
	box-sizing: border-box;
}
header a img{
	width:100%;
	max-width: 160px;
	min-width: 130px;
}
header p > img{
	width:100px;
}

#content-w{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
h2:not(.st-css-no2){
	margin: 20px 0 30px;
}
figure{
	display: inline;
}
.post ol,.post ul{
	margin: 0;
	padding: 0;
}

/*--CONTENTS--*/
/*背景の色*/
section:nth-of-type(1),
section:nth-of-type(3){
  background:#f3facf;
}
section:nth-of-type(2){
  background:#f9d2e3;
}
/**/
section{
	margin-bottom:0;
	padding:20px 25px 30px 25px;
  box-sizing: border-box;
}
section::after {
    content: '';
    display: block;
    clear: both;
}
/*--比較--*/

.hikaku .btn a{
	position:relative;
	padding:10px;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	font-size: 110%;
	font-weight:bold;
	display:block;
	background: rgb(239,77,131);
	background: -moz-linear-gradient(0deg, rgb(239,77,131) 0%, rgba(244,106,158,1) 100%);
	background: -webkit-linear-gradient(0deg, rgb(239,77,131) 0%, rgba(244,106,158,1) 100%);
	background: linear-gradient(0deg, rgb(239,77,131) 0%, rgba(244,106,158,1) 100%);
  
	border-radius:5px;
	box-shadow:0 3px 0 #d32266;
	transition: all 0.3s ease;
}
/*.hikaku .btn a::before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	background:yellow;
	border-radius:100%;
	box-shadow:-1px -1px 0 rgba(0,0,0,.2);
}
.hikaku .btn a::after{
	position:absolute;
	content:"";
	width: 6px;
    height: 6px;
    right: 22px;
    top: 50%;
    bottom: 50%;
    margin: auto;
	transform:rotate(45deg);
	border:transparent solid 0;
	border-top:#ef4d83 solid 2px;
	border-right:#ef4d83 solid 2px;
}*/

.hikaku .btn a:hover{
	opacity:.8;}

.post .hikaku table{
  margin-bottom:0;
	background:#fff;
	border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.hikaku table tr th, .hikaku table tr td{
  font-size: 14px;
	border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.post .hikaku table tr td{
  height:45px;
  width:220px;
	min-width: 220px;
  max-width: 220px;
	padding:10px;
  font-size: 13px;
  text-align: center;
  vertical-align:middle;
  background:#fff;
  line-height: 1.45;
}
.post .hikaku table tr:nth-of-type(3) td{
  color:#fb0054;
}
.post .hikaku table tr td img{
	max-width:120px;
  margin:auto;
}
.post .hikaku .slide td:nth-child(even){
	background: #fcf7f9;
}
.post .hikaku table tbody th{
  width:150px;
  min-width: 150px;
  max-width:150px;
  padding:10px;
	background:#f2ffbe;
}
.post .hikaku .slide table td:first-child{
	border-left:none;
}


/*sticky*/
.panel{
	position:relative;
  /*overflow: scroll;*/
  float: left;
  display:none;
  width: 99.9%;
}

.panel.is-show{
    display:block;
}
.panel::-webkit-scrollbar {
    display: none;
}

.post .tbody{
      position: relative;
    z-index: 0;
    float: left;
  	width: 172px;
    max-width: 172px;
}

/**/
.wrap {
  	max-width: 920px;
    margin: auto;
    padding: 10px;
    border: 2px solid #91ce19;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.15);
}
.wrap.apartment{
	border-color: #ef4d83;
}
/*--------------------
 タブ
--------------------*/

ul.tab-group{
    display: flex;
    justify-content:flex-start;
  	max-width: 890px;
    margin: auto;
}
.tab{
    flex: 0 1 160px;
  padding:10px;
    list-style:none;
    text-align:center;
    cursor:pointer;
  	font-weight:bold;
    background:#ccc;
      color:#FFF;
}
.tab.is-active{
  position:relative;
    transition: all 0.2s ease-out;
  	background:#abdb16;
}
.tab.is-active:last-child{
	background:#ef4d83;
}
.tab.is-active::after{
	content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 8px solid #abdb16;
}
.tab.is-active:last-child::after{
	border-top: 8px solid #ef4d83;
}


/*--------------------
スライド
--------------------*/
.slide{
	position: relative;
}

.scroll-wpp {
    overflow-x: scroll;
}
.scroll-wpp::-webkit-scrollbar {
    height: 10px;
    display: none;
}

.slide .slide-conts {
    overflow: hidden;
    width: 1692px;
    counter-reset: wpp;
}
.slide .slide-conts li {
	position: relative;
    margin-right: 10px;
    float: left;
    width: 100px;
    clear: none;
}
.slide .slide-conts li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    padding: 5px;
    content: counter(wpp, decimal);
    counter-increment: wpp;
    background-color: #aaa;
    color: #fff;
}
.slide .slide-conts li:last-child {
    margin-right: 0;
}


.leftBtn,.rightBtn {
    position: absolute;
    top: 250px;
  	z-index: 5;
    color: #abdb16;
    font-size: 46px;
    line-height: 0;
    border-radius: 100px;
    background-color: #fff;
}
.leftBtn:hover,.rightBtn:hover,
.leftBtn:focus,.rightBtn:focus{
	color:#abdb16;
} 
.leftBtn {
    left:-32px;
}
.rightBtn {
    right: -32px;
}

/*SB*/
.post .Obvious table {
    max-width: 700px;
    margin: 0 auto;
    border: none;
}
.post .Obvious tr th,
.post .Obvious tr td {
    font-size: 14px;
    text-align: center;
}
.post .Obvious tbody tr td {
    width: 290px;
    max-width: 290px;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    background: #fff;
}
.post .Obvious tbody th {
    width: 120px;
    background: #ddd;
}
.post .Obvious thead th {
    padding: 15px;
    color: #fff;
    background: #ef4d83;
    border-radius: 5px 5px 0 0;
    border: none;
}
.post .Obvious thead th:last-child {
	background: #abdb16;
}
td:empty {
    border: none;
    border-bottom: 1px solid #ccc;
}

/*流れ*/
.Flow > div,
.Flow ul{
	display: flex;
}
.Flow > div{
	max-width: 990px;
  margin: 0 auto;
	justify-content:center;
}
.Flow ul{
  justify-content: space-between;
}
.Flow div div{
	padding:15px;
	border-radius: 5px;
}
.Flow .before {
  flex-grow: 3;
  margin-right:5px;
  background: #ef4d83;
}
.Flow .after {
  /*max-width: 360px;*/
  flex-grow: 2;
  background: #abdb16;
}
.post .Flow ul li {

    align-items: center;
    position: relative;
    flex: 1 1 100%;
    margin: 0 10px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.Flow li::after {
        content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    border: 18px solid transparent;
    border-left: 12px solid #fff;
}
.Flow .after li:last-child::after{
	content:none;
}
.Flow div p{
  color:#fff;
  font-weight:bold;
	text-align:center;
}
.Flow > p{
  max-width: 990px;
  margin: 0 auto;
}

.Flow ul li img{
	    margin: 0 auto 10px;
    display: block;
}

/*概要*/
.overview{
	padding: 10px 2vw;
	background: #f2f2f2;
}
.overview h2:not(.st-css-no2) {
	position: relative;
	padding: 20px 0 40px;
	font-size: 150%;
	color:#ef4d83;
}
.overview h2:not(.st-css-no2)::after{
	content:"";
	position: absolute;
	bottom: 20px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 4em;
	height: 2px;
	background: #ef4d83;
}

.overview  .tokuten{
	text-align:center;
}
.overview  .tokuten strong{
	font-size:20px;
}
.overview > div{
	padding: 20px 2vw;
	background: #fff;
	border-radius: 10px;
}
.overview > div > div{
	position:relative;
	margin: 40px auto 20px;
	padding: 40px 2vw 20px;
	border:2px solid #ccc;
	border-radius: 10px;
}
.overview dt{
	padding: 20px 0;
	color: #ef4d83;
	font-size: 120%;
}
.overview dd{
    font-size: 90%;
}
.post .overview h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title){
		position: absolute;
		width:250px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
		color: #555;
    margin: auto;
    padding:10px 20px!important;
    font-size: 140%;
    text-align: center;
    border: none;
    background: #fff;
  	white-space: nowrap;
    overflow: visible;
}

.post .overview h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point){
  position: relative;
	color:#555;
  font-size:18px;
}

.post .overview h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point):before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 1.5em;
    background: #555;
}

.post .overview div div h3 + p{
  text-decoration:underline;
}
 .post .overview ul li{
 	position: relative;
 	padding-left:1em;
	font-size: 90%;
}

.post .overview ul:nth-of-type(1) li:before{
 	position: absolute;
 	content: "";
 	top: .5em;
 	left:0;
 	width: 10px;
 	height: 10px;
 	background: #ccc;
 	border-radius: 100%;
 }

.post .overview p.mb5{
	color:#555;}
.post .overview ul:nth-of-type(4) {
	text-indent: -1em;
}


/**/
@media only screen and (max-width: 360px){
	.hikaku h2 span {
		padding:0;
	}
	.hikaku h2 span::before,
	.hikaku h2 span::after{
		content:none;
	}
  .tab{flex: 0 1 100px;}
}

@media only screen and (max-width: 599px){
  section{
  	padding: 20px 10px 30px 10px;
  }
  .hikaku > div > div{
    width: 100%;
    max-width: 100%;
  }
  .hikaku h2 span {
 	 font-size: calc(1.125rem + ((1vw - 4.8px) * 0.6944));
}
  .hikaku h2 span::before, .hikaku h2 span::after {
    width: 35px;
    left: -30px;
  }
  .hikaku h2 span::after {
  	left: auto;
  	right: -30px;
  }

  
  /**/
  .Flow > div{
  	flex-wrap:wrap;
  }
  .Flow div div{
  	padding:10px 0;
  }
  .Flow .before{
    position:relative;
  	margin-right:0;
    margin-bottom: 5px;
  }
  .Flow .before::after{
  	content: '';
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    border: 18px solid transparent;
    border-top: 12px solid #616161;
  }
  .Flow .before li:last-child::after{
		content:none;
}
  .Flow .after ul{
  	justify-content: center;
  }
  .post .Flow .after ul li{
  	max-width: 33%;
  }
  
  /**/
  .post .hikaku table tr td{
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .post  .hikaku .tbody{
  	width:102px;
    max-width: 102px;
  }
  .post .hikaku .tbody th {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    font-size: 11px;
}
  .post .hikaku .tbody tr td{
  	color:#fff;
  }


.btn a {
  font-size: 12px;}
  
  .slide .slide-conts {
    overflow: scroll;
    width: auto;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
  .slide .slide-conts::-webkit-scrollbar {
    display: none;
}
 .leftBtn, .rightBtn{
   display:none;
        font-size: 0px;
  }
}

@media only screen and (min-width: 600px){
	.colum1 main {
		margin:0 auto!important;
		padding: 20px 0!important;
	}
  .large{font-size:130%;}
}
@media (orientation: landscape) and (max-width: 960px){
 p{
	font-size:18px;
}

}
@media (orientation: landscape) and (max-width: 767px){
    .leftBtn, .rightBtn{
        display:none;
  }
}
@media print, screen and (min-width: 640px){
	.pcnone{display: none;}
	.spnone{display: block;}
}

@media print, screen and (min-width: 768px){
header #header-l .sitename {
    padding: 5px 0 10px;
}
	/*layout*/
	body{
		background: none!important;
	}
	header a img{
		width:160px;
	}
	/**/
	.overview{
		padding: 20px;}
}
@media print, screen and (max-width: 767px){
  .leftBtn, .rightBtn{
}
}

@media print, screen and (min-width: 960px){
	.colum1 main {
		padding: 20px 0!important;
	}
}

