
@charset "UTF-8";
/**
* #column
 */

/*個別cssから移植*/
.u-font_mincho {font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;}
.text-update {
  margin-top:0!important;
  font-size: 1.2rem;
}
.text-update span{
  border-bottom:none !important;
  padding-bottom:2px;
}
.text-update img{vertical-align: middle;!important;}
.text-pink{color: #e95f59; font-weight: bold;}
.text-gold{color: #d2a714;}
.text-bold{font-weight: bold;}
.text-blur{color: transparent; text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);}
.line-coral {background: linear-gradient(transparent 60%, #ffb499 50%);}
.line-yellow{background:linear-gradient(transparent 60%, #fff268 50%);}
.author-logo {vertical-align: middle;}
.author-name-box{text-align:center;}
.author-name {padding: 0 0 0 10px; vertical-align: middle; font-weight: bold;}
.author-logo-part2{width: 150; height: 150;}
.author-name-part2 {
  padding: 15px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 !important;
  text-align: center !important;
}
.contents-box-repeat{margin-bottom: 20px;}
.contents-number{font-size: 1.6rem;}
.contents-section-title{font-weight: bold; padding: 0 0 5px;}
.contents-section-subtitle{padding-left: 10px;}
.contents-section-list{padding: 0 0 15px;}
.contents-section-item{text-decoration: none; color: #444;} 
.point-box{
  border: 1px solid #ccc; 
  border-radius: 5px; 
  padding: 12px;
  margin: 20px 0;
}
.point-box-lead-blue {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
  color: #15818b;
  font-weight: bold;
}
.point-box .point-box-lead-blue {
  margin: 0 0 1rem 0 !important;
}
.point-box-bold{
  font-size: 1.6rem; 
  font-weight:bold;
}
.point-box ul li {
  position: relative;
  word-break: break-all;
}
.point-box ul li:not(:last-child){
  padding-bottom: 10px;
}
/*評価の星デザイン*/
.point-box.-star ul li {
  padding-left: 9.2rem !important;
  font-weight: bold;
  text-indent: 0;
}
.star-4,.star-3,.star-2,.star-1,.star-0 {
  font-size: 0;
}
.star-4::after,
.star-3::after,
.star-2::after,
.star-1::after,
.star-0::after {
  position: absolute;
  left: 0;
  top: -0.25em;
  font-size: 2rem;
}
.star-4::after {
  content:"★★★★";
  color: #D2A714;
}
.star-3::after {
  content:"★★★☆";
  color: #768C8E;
}
.star-2::after {
  content:"★★☆☆";
  color: #BE6246;
}
.star-1::after {
  content:"★☆☆☆";
  color: #707070;
}
.star-0::after {
  content:"☆☆☆☆";
  color: #707070;
}
.service-wrap{display: flex; margin: 1.2rem 0;}
.service-movie{flex-basis: 50%; align-self: flex-start;}
.service-caption{flex-basis: 46%; margin-left: 1.5rem;}
.service-caption-title{font-size: 1.6rem; font-weight: bold; display: inline;}
.service-caption-text{font-size: 1.5rem; margin-top: 0.7rem; display: inline-block;}
.scroll table{width:100%;}
.scroll{
  overflow-x: auto;
  overflow-y: clip !important;
  display: flow-root;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{height: 5px;}
.scroll::-webkit-scrollbar-track{background:#ddd;}
.scroll::-webkit-scrollbar-thumb{background: #AAA;}
.leftfix{position: sticky; left: 0; background:#fff;}
.lead-hoiku {
  margin-bottom: 30px;
}
.card-hoiku{
  display: flex;
  border: 1px solid #dfdbd8;
  padding: 10px !important;
  margin-bottom: 20px;
}
.thumb-hoiku{
  width: 90px;
}
.text-hoiku{
  width: calc(100% - 90px);
  padding-left: 10px;
}
.text-hoiku p{margin: 0;}
.text-title-hoiku{font-weight: bold;}
.text-date-hoiku{font-size: 1.2rem;}
.mansion-intro{margin-bottom:20px;}
.entry-block-faint{
  filter:blur(4px) !important;
}
.entry-block-title{text-align:center; color:#aaa;}
.btn-center{text-align:center;}
/* jitaku-satei box*/
.p-featureList li {padding-left: 130px; border-top: 1px dotted #dfdbd8; position: relative; padding-top: 15px; padding-bottom: 15px; margin-top: 10px;}
.p-featureList li > * {font-size: 20px; font-weight: 700; margin-bottom: 5px; margin-top: 0;padding-top: 0;}
.p-featureList li .imgIcon {position: absolute; left: 0; top: 15px;}
/* search button */
.u-btn-b.btn-thin > a {padding: 0.5em 1.5em 0.5em 0.5em!important;}
.u-btn-b.arrow-out > a::after {display: block; content: ""; position: absolute; top: 50%; right: 10px; width: 6px; height: 6px; margin: -4px 0 0 0; border-top: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
/* popup */
.open {cursor:pointer;}
#overlay {display: none;}
input[type=checkbox]:checked ~ #overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);}

.window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 99vw;
  max-width: 360px;
  padding: 3px;
  height: 400px;
  background-color: transparent;
  border-radius: 4px;
  align-items: center;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 30px;
  cursor:pointer;
  color:#fff;
}

.search-start-btn {
  display: block;
  background-color: #00afc0;
  color: #fff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.p-searchtop_ttl{
  color:#fff;
  background-color: #00afc0;
  padding: 10px 15px;
  margin: 40px 0 0;
}

.p-searchtop_tab_area_wrapper {
  width: 100%;
  padding: 4% 2% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #F8F3ED;
}

.p-searchtop_tab_area_box {
  margin: 0 0.5rem 1rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  width: 15.7rem;
  height: 6rem;
  background: #fff;
  border: 1px solid #00afc0;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-searchtop_tab_area_box a {
 text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-searchtop_tab_area_box::after {
  display: block;
  content: "";
  position: absolute;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #00afc0;
  border-right: solid 2px #00afc0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.allow-big{font-size:1.5rem;}
.inner-lead-red{background:#E95F59;}

/*登録ボタン*/

.balloon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  padding: 7px 20px;
  max-width: 320px;
  color: #E95F59;
  font-size: 16px;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #E95F59;
  box-sizing: border-box;
  border-radius: 23px;
  z-index: 3;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #E95F59;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.post-body p {
  word-break: break-all;
}
.post-body p small {
  font-size: 1.2rem;
}

.u-btn-b > a{
  padding-top: 18px;
  padding-bottom: 18px;
}

.u-btn-b.-red > a {
  border: 3px solid #e95f59;
  position:relative;
}

.u-btn-b.-red > a:hover {
  background: #fff268;
  border: 3px solid #e95f59;
}
.u-btn-b.-red > a:after {
  position: absolute;
  content: "\e903";
  display: block;
  font-family: 'ssicon' !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 1.5rem;
  font-size: 3.5rem;
  right: -0.8rem;
  top: 50%;
  -webkit-transform: translate(0, -92%);
  transform: translate(0%, -92%);
  left: auto;
}
.u-btn-b.-red > a:hover:after {color:#e95f59;}

.skew {
  transform: skewX(-10deg);
  display: inline-block;
}
.onepoint-container{display: flex; margin-bottom:10px;}
.onepoint-box img{margin: 5px 15px 0 0;}

.onepoint-title {
}

.onepoint {
  display: inline-block;
  padding: .1em 1em;
  margin-right:10px;
  color: #fff;
  background: #CE3C35;
}

table.entry-table-red {
  width: auto;
}
table.entry-table-red th {
  color:#fff;
  background:#CE3C35;
  padding: 1rem;
}
table.entry-table-red td {
  background-color: #efefef;
  padding: 1rem;
  min-width: 120px;
  font-weight: bold;
  font-size: 2rem;
}


/* 画像設定 */
.img-place{text-align: center;}
.img-place img {
  margin: 0.75em 0;
}

@media screen and (max-width:500px) { 
  .img-pricesheet{max-width: 100%; height: auto;}
}

@media screen and (min-width:769px) { 
.img-wrap{width:60%; margin:auto;}
}

.matome-link li{
  display: inline-block !important;
  line-height:2.4;
  margin: 0 0 1rem !important;
}

.matome-link li a{
  padding: 1rem !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none !important;
  color:#00a3b6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline !important;
  font-size: 1.4rem !important;
}
  .matome-link li a:hover{
    background-color: #00a3b6;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00a3b6;
  }

.p-heading_matome {
  color: #444444;
  border-left: 3px solid #444444;
  font-size: 1.8rem;
  padding: 1rem 1rem 1rem 1.5rem !important;
  font-weight: bold;
}

.arrow::before,
.arrow::after {
  display: none !important;
}

/* 目的を選択 */
/*まずは目的を選択*/
.p-howtoUse-select_ttl_wrapper {
  text-align: center;
}
.p-howtoUse-select_ttl {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin:4rem 0 3rem;
}
.p-howtoUse-select_ttl_txt{
  margin: 0 0.5rem;
}
.p-howtoUse-select_ttl:before,.p-howtoUse-select_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 3px;
  background-color: #00afc0;
}
.p-howtoUse-select_ttl:before {
  left:0;
-webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.p-howtoUse-select_ttl:after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.p-howtoUse-select_ttl .u-ttl_big{
  color:#00afc0;
  font-size: 3.6rem;
}
.p-howtoUse-select_ttl .u-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff268));
  background: linear-gradient(transparent 60%, #fff268 0%);
}
.p-howtoUse-select_box_wrapper{
  margin-bottom: 7rem;
}
.p-howtoUse-select_box.u-item-box-list{
  width: 23%;
  margin: 0 1.8rem 1.5rem 0;
  height: auto;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list a{
  display: block;
  text-decoration: none;
  color:#444;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #00afc0;
  border-radius: 0.5rem;
  padding: 3rem 0.5rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list::before{
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #00afc0;
  border-bottom: 0.8rem solid #00afc0;
  pointer-events: none;
}
.p-howtoUse-select_box.u-item-box-list:last-child,
.p-howtoUse-select_box.u-item-box-list:nth-child(3),
{
  margin-right: 0;
}
.p-howtoUse-select_box.u-item-box-list .u-ttl_big{
  font-size: 3.3rem;
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #00afc0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list:hover{
  background-color: #00afc0;
}
.p-howtoUse-select_box.u-item-box-list a:hover{
  color: #fff;
}
.p-howtoUse-select_box.u-item-box-list:hover .u-ttl_big{
  color: #fff;
}
.p-howtoUse-select_box.u-item-box-list:hover::before{
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #fff;
  border-bottom: 0.8rem solid #fff;
}

@media screen and (max-width:850px) {
/*目的を選択*/
.p-howtoUse-select_box.u-item-box-list{
  width:40%;
  margin-bottom: 2rem;
}
.p-howtoUse-select_box.u-item-box-list:nth-child(even) {
  margin-right:0;
}

}
@media screen and (max-width:660px) {
/*マージン・サイズ調整*/
.u-main.p-howtoUse-top{padding:0 !important;}
.p-howtoUse-header_ttl_img {margin: 0; }
.p-howtoUse-select_ttl:before, .p-howtoUse-select_ttl:after{width:7vw; height: 2px;}
.p-howtoUse-select_box.u-item-box-list{width:47%; margin-right: 1rem; margin-bottom: 1rem;}

.p-howtoUse-select_box_wrapper{margin-bottom: 7vw;}
.p-howtoUse-select_box.u-item-box-list::before{
  border: 1.5vw solid transparent;
  border-right: 1.5vw solid #00afc0;
  border-bottom: 1.5vw solid #00afc0;}
.p-howtoUse-select_box.u-item-box-list:hover::before{
  border: 1.5vw solid transparent;
  border-right: 1.5vw solid #fff;
  border-bottom: 1.5vw solid #fff;}

/*フォント調整*/
.p-howtoUse-select_ttl{font-size: 3.53333vw; margin:5vw 0 4vw; padding:0 9vw;}
.p-howtoUse-select_ttl .u-ttl_big{font-size: 5.633333vw;}
.p-howtoUse-select_box.u-item-box-list .u-ttl_big{font-size: 5.533333vw;}
.p-howtoUse-select_box.u-item-box-list a{font-size: 2.83333vw; padding:4vw 0.5rem;}
.p-howtoUse-select_box{font-size: 2.533333vw;}
}

/*  背景色　ポイント使い*/
.point-background{background: #8DD5DF; text-align: center; padding: 10px 0;}
.point-background table.table-comparison{margin: 0 auto;}
.point-background table.table-comparison td{background: #8DD5DF;}
.point-background table.table-comparison th{background: #8DD5DF; font-weight: bold; }
.point-title{font-size:2.0em; margin: .5em 0;}

/* ランキング記事 */
.station-rank{
  background:#707070;
  font-size:1.5rem;
  padding: 5px;
}
.station-rank:before{
  content: "\e940";
  display: inline-block;
  font-family: 'ssicon' !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 2.8rem;
  margin-right:0.5rem;
  vertical-align: middle;
  height: 3.3rem;
}
.station-rank.-third{background:#BD6247;}
.station-rank.-second{background:#768C8E;}
.station-rank.-first {background:#D2A714;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/* 画像吹き出しの設定 */
.balloon-009 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0 15px;
  margin: 2rem 0;
}

.balloon-009 img.balloon-icon {
  max-width: 90px;
  position: relative;
  top: 3px;
}

.balloon-009 p {
  position: relative;
  max-width: 600px;
  margin: 3px 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.balloon-009 p::before {
  position: absolute;
  right: 100%;
  top: 20px;
  width: 10px;
  height: 15px;
  margin-right: -1px;
  background-color: #f7f7f7;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

.balloon-009 p span.moredetail a {
  font-size: 1.3rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem;
  display: flex;
  width: fit-content;
  margin: 1rem 0 0rem auto;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .balloon-009 p span.moredetail a:hover {
    background: #00afc0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

/* 長文体験談用のアイコン*/
.icon-long{
  margin-right:1em;
}

/* ボックスデザイン*/
.box1 {
  margin: 2em 0;
  background: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box1 .box-title {
  font-size: 1.2em;
  background: #00AFC0;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box1 p {
  padding: 15px 20px;
  margin: 0;
}
/*個別cssから移植ここまで*/

.p-readStatic {
  /** for Recruite Link Banner**/ }
  .p-readStatic .main-content {
    width: 740px;
    float: left; }
  .p-readStatic .page-title,
  .p-readStatic .content-title_01 {
    font-size: 18px;
    margin: 0 0 1em;
    font-weight: bold; }
  .p-readStatic .content-title_01 {
    border-top: 2px solid #00afc0;
    border-bottom: 2px solid #00afc0;
    padding: 10px 5px; }
    .p-readStatic .content-title_01 i {
      color: #00afc0; }
  .p-readStatic .content-title {
    font-size: 19px;
    margin: 0 0 17px;
    font-weight: bold; }
  .p-readStatic #sidebar {
    width: 320px;
    float: right;
    padding: 0; }
    .p-readStatic #sidebar .p-side__ttl.-mr {
      border-bottom: 1px solid #dfdbd8;
      margin-bottom: 10px; }
  .p-readStatic .row {
    display: block; }
  .p-readStatic .row3 {
    float: left;
    width: 32.7%;
    padding: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block;
    border: 1px dashed #bbb;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    margin-right: 5px; }
  .p-readStatic div.row div:last-child {
    margin-right: 0; }
  .p-readStatic .row > * {
    font-size: 1.4em;
    padding-left: 55px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .p-readStatic .row3 p {
    line-height: 1.8em;
    margin-bottom: 2px; }
  .p-readStatic .row3 strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
    background: linear-gradient(transparent 60%, #ff0 0%); }
  .p-readStatic .font-color1 {
    color: #00afc0; }
  .p-readStatic .font-color2 {
    color: #86bc38; }
  .p-readStatic .font-color3 {
    color: #f6ac4b; }
  .p-readStatic .font-color4 {
    color: #ea5854; }
  .p-readStatic .font-color5 {
    color: #dd68b0; }
  .p-readStatic .font-color6 {
    color: #98d1f4; }
  .p-readStatic .font-color9 {
    color: #3560A1; }
  .p-readStatic .bg_mariPink {
    background: #d7918e; }
  .p-readStatic .loginPush {
    display: block;
    padding: 0 0 20px; }
  .p-readStatic .sideBanner img {
    width: 100%;
    margin-bottom: 15px; }
    .p-readStatic .sideBanner img:hover {
      opacity: 0.6; }

.p-readStatic--columns .p-section__ttl {
  padding:0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  border: none;
  min-height: 80px; }
  .p-readStatic--columns .p-section__ttl > .p_label--update {
    display: none;
/*  border: none;
    color: #444;
    font-size: 1.4rem;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 0 0.5em;
*/
  }
.p-readStatic--columns .tagList {
  display:block !important;
  margin-bottom: 1rem !important;
}

.p-readStatic--columns .p_label--skeleton {
  border: none;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
  background: #e95f59;
  border-radius: 5px;
  padding: 0 0.5em; }

.p-readStatic--columns .thumbBox {
  overflow: hidden;
  margin-bottom: 2rem; }
  .p-readStatic--columns .thumbBox .thumb {
    width: 80px;
    margin-right: 15px;
    float: left; }
    .p-readStatic--columns .thumbBox .thumb img {
      width: 100%; }
    .p-readStatic--columns .thumbBox .thumb + span {
      display: inline-block;
      padding: 10px 0 5px;
    }
  .p-readStatic--columns .thumbBox p.date {
    text-align: right;
    font-size: 1.2rem;
    margin: 0 0 1rem; }
  .p-readStatic--columns .thumbBox .text { }
  .p-readStatic--columns .thumbBox .update {
    font-size: 12px;
    border: 1px solid #dfdbd8;
    padding: 3px;
    display: inline-block;
    line-height: 1; }
  .p-readStatic--columns .thumbBox .sub-title {
    font-weight: bold;
    font-size: 16px; }
  .p-readStatic--columns .thumbBox .title {
    border-left: 3px solid #00afc0;
    padding: 10px 15px;
    margin: 0 0 1rem;
    font-size: 18px;
    font-weight: bold;}
  .p-readStatic--columns .thumbBox .cap {
    font-size: 12px; }
  .p-readStatic--columns .thumbBox .p-okibnr a img {
    width: 100%; 
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .p-readStatic--columns .thumbBox .p-okibnr a:hover img {
      opacity: .7;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }

.p-readStatic--columns .textList li {
  border-bottom: 1px solid #dfdbd8;
  padding-bottom: 13px;
  margin-bottom: 13px; }
  .p-readStatic--columns .textList li .date {
    font-size: 12px; }
  .p-readStatic--columns .textList li:last-child {
    margin-bottom: 0; }

.p-readStatic--columns .thumbList {
  margin-bottom: 30px; }
  .p-readStatic--columns .thumbList li {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex; }
    .p-readStatic--columns .thumbList li:last-child {
      margin-bottom: 40px; }
  .p-readStatic--columns .thumbList .thumb {
    margin: 0 2rem 0 0; }
    .p-readStatic--columns .thumbList .thumb img {
      object-fit: contain;
      width: 80px; 
      height: 80px; }
  .p-readStatic--columns .thumbList .text {
    width: 535px;
    float: left; }
  .p-readStatic--columns .thumbList .date {
    font-size: 12px; }
  .p-readStatic--columns .thumbList:last-of-type {
    margin-bottom: 0; }

.p-readStatic--columns .dftDlList {
  margin: 0; }
  .p-readStatic--columns .dftDlList dt {
    font-weight: bold; }
  .p-readStatic--columns .dftDlList dd {
    margin-bottom: 15px; }
    .p-readStatic--columns .dftDlList dd:last-child {
      margin-bottom: 0; }

.p-readStatic--columns .dlList dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px; }

.p-readStatic--columns .tagList li {
  display: inline-block; }
  .p-readStatic--columns .tagList li a {
    font-size: 1.2rem;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #00afc0;
    color: #fff;
    background: #00afc0;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .p-readStatic--columns .tagList li a:hover {
      background-color: #444;
      color: #fff;
      border: 1px solid #444;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.p-readStatic--columns .numList {
  counter-reset: li; }
  .p-readStatic--columns .numList li {
    margin-bottom: 15px;
    padding-left: 38px;
    position: relative; }
    .p-readStatic--columns .numList li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: -4px;
      left: 0;
      width: 28px;
      height: 28px;
      line-height: 18px;
      padding: 5px 0;
      margin: 0;
      color: #fff;
      font-size: 14px;
      background: #00afc0;
      text-align: center;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.p-readStatic--columns .dotList li {
  margin-bottom: 5px; }
  .p-readStatic--columns .dotList li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #00afc0;
    position: relative;
    left: 0;
    top: -3px;
    margin-right: 8px; }

.p-readStatic--columns .title-h2 {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 1rem 0 1rem 1rem;
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4; }
  .p-readStatic--columns .title-h2 .btnMore {
    float: right;
    font-weight: normal; }
  .p-readStatic--columns .title-h2 + .number {
    position: relative;
    top: -1.4rem;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: right; }
  .p-readStatic--columns .title-h2 a{
    color: #444;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    text-align: right;
    float: right;
    right: 1vw;
  }
  .p-readStatic--columns .title-h2 a:hover {
    color: #00afc0;
  }
  .p-readStatic--columns .title-h2 a::before {
    font-size: 1.4rem;
    font-family: "ssicon";
    content:"\e91b";
    position: absolute;
    left: 0.5em;
    top: 0.2em;
  }
  @media screen and (max-width:768px) {
  .p-readStatic--columns .title-h2 {
    font-size: 1.3rem;
  }
  .p-readStatic--columns .title-h2 a{
    font-size: 1rem;
    line-height: 1.6;
    right: 1vw;
  }
  .p-readStatic--columns .title-h2 a::before {
    font-size: 1.2rem;
    left: -1.2em;
  }
}


.p-readStatic--columns .leadArea {
}

.p-readStatic--columns .blockquote {
  background-color: #f6f4ed;
  margin: 0 0 15px 0;
  padding: 30px;
  position: relative; }
  .p-readStatic--columns .blockquote:before, .p-readStatic--columns .blockquote:after {
    position: absolute;
    content: "“";
    color: #c3c3c3;
    font-size: 30px; }
  .p-readStatic--columns .blockquote:before {
    top: 5px;
    left: 15px; }
  .p-readStatic--columns .blockquote:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    bottom: -10px;
    right: 15px; }

.p-readStatic--columns .movieArea {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px; }
  .p-readStatic--columns .movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-readStatic--columns .borderBox {
  border: 1px solid #dfdbd8;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden; }
  .p-readStatic--columns .borderBox .img {
    float: left;
    width: 260px;
    margin: 0 18px 0 0; }
  .p-readStatic--columns .borderBox .text {
    float: left;
    width: 280px; }

.p-readStatic--columns .pagingNav {
  display: flex;
  width: fit-content;
  margin: 0 auto 40px; }
  .p-readStatic--columns .pagingNav .prev {
    background: #00afc0;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 0.5rem 0 0 0.5rem;
    font-size: 0;
    }
  .p-readStatic--columns .pagingNav .next {
    background: #00afc0;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0;
    }
    .p-readStatic--columns .pagingNav .prev a,
    .p-readStatic--columns .pagingNav .next a {
      text-decoration: none;
      font-size: 0;
    }
    .p-readStatic--columns .pagingNav .prev a::after {
      content: "\e902";
      font-family: 'ssicon';
      font-size: 3rem;
      color: #fff;
    }
    .p-readStatic--columns .pagingNav .next a::after {
      content: "\e903";
      font-family: 'ssicon';
      font-size: 3rem;
      color: #fff;
    }
  .p-readStatic--columns .pagingNav ul {
    display: flex;
    text-align: center;
    margin: 0; }
    .p-readStatic--columns .pagingNav ul li {
      background: #00afc0; }
      .p-readStatic--columns .pagingNav ul li a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        text-decoration: none;
        padding: 0.2rem 0.8rem;
        margin: 10px 5px;
        color: #fff; }
        .p-readStatic--columns .pagingNav ul li a:hover {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background-color: #fff;
          color: #168b92;
          font-weight: bold; }
      .p-readStatic--columns .pagingNav ul li.active a {
        background-color: #fff;
        color: #168b92; }
      .p-readStatic--columns .pagingNav ul li.dots {
        color: #00afc0; }

.p-readStatic--columns .p-side--columnSearch .btn {
  border-radius: 4px;
  border: none;
  height: 40px;
  width: 180px;
  margin: 0 auto;
  display: block;
  background-color: #00afc0;
  border: 1px solid #00afc0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  }
  .p-readStatic--columns .p-side--columnSearch .btn:hover {
    background: #fff;
    color: #00afc0;
    border: 1px solid #00afc0;
  }

.p-column_mv {
  margin: 0 0 40px;
  width: 100%;
}
.p-column_mv img {
  width: 100%;
}
.inner-heading.mark {
  padding: 5px 15px 5px 55px;
}
.inner-heading span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vg {
  background: #00afc0;
}
.ng {
  background: #E95F59;
}
.author-box{
  margin: 25px 0;
  background: #E6F7F9;
  border-radius: 0 0 5px 5px;
}
.author-box-inner {
  padding: 20px;
}
.author-box-inner > * {
  margin: 0;
}
.author-box-inner p {
  text-align: justify;
}
.author-box-inner p:last-child {
  margin: 1em 0 0;
}
.contents-title {
  color: #fff;
  font-size: 1.4rem; 
  margin: 0 !important;
  padding: 10px 10px 10px 15px;
  background: #00AFC0;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}
.contents-box {
}
.contents-inner {
  border-left: 2px solid #00AFC0;
  border-right: 2px solid #00AFC0;
  border-bottom: 2px solid #00AFC0;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
.section-title {
  padding: .4em 0;
  margin: 60px 0 20px;
}
table.table-comparison {
  width: fit-content;
  margin-bottom: 0 !important;
}
table.table-comparison thead th {
  color:#fff !important;
  background:#444 !important;
}
table.table-comparison th.table-comparison-title {
  background-color: #efefef;
  color: #444;
}
table.table-comparison th,
table.table-comparison tr {
  border-bottom: 1px solid #ddd;
}

table.table-comparison th {
  background: #efefef;
  color: #444;
  font-weight: normal;
  width: fit-content;
}
table.table-comparison th,
table.table-comparison td {
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}
table.table-comparison td.td-center{
  text-align: center;
}
table.table-comparison td.mom {
  font-weight: bold;
  padding: 10px 10px 10px 35px;
  text-align: left;
}
table.table-comparison td.mom.-plus {
  color: #AB2222;
}
table.table-comparison td.mom.-minus {
  color: #1D2088;
}
table.table-comparison td.mom.-flat {
  color: #444;
  text-align: center;
  padding: 10px;
}
table.table-comparison td.mom.-plus::before,
table.table-comparison td.mom.-minus::before {
  font-family: "ssicon";
  position: absolute;
  left: 10px;
  top: 7.5px;
  font-size: 1.8rem;
}
table.table-comparison td.mom.-plus::before {
  content: "\e951";
}
table.table-comparison td.mom.-minus::before {
  content: "\e954";
}
@media screen and (max-width:500px) { 
  table.table-comparison{
    max-width:100%;
  }
}


/*tablearea*/
.tablearea-ttl {
  font-size: 2.2rem;
  margin: 0 0 1rem !important;
  line-height: 1.4;
  font-weight: bold;
}
.tablearea-ttl .tablearea-subttl {
  font-size: 1.6rem;
}
.tablearea {
  text-align: center;
}
.tablearea.-yellow {
  background: #fff3c3;
  padding: 2rem 0;
}
.tablearea.-blue {
  background: #e7f2f4;
  padding: 2rem 0;
}
.tablearea table.table-comparison {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;
}
.tablearea table.table-comparison td,
.tablearea table.table-comparison th {
  border: none;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.3rem;
  line-height: 1.4;
}
.tablearea table.table-comparison td.-red {
  color: #AB2222;
}
.tablearea.-yellow table.table-comparison td,
.tablearea.-blue table.table-comparison td {
  background: #fff;
}
.tablearea table.table-comparison thead th {
  text-shadow: none;
}
.tablearea.-yellow table.table-comparison tbody th {
  background:#f6e097;
  position: relative;
}
.tablearea.-yellow table.table-comparison tbody th.ownfunds::before {
  color: #e95d57;
  content: "\e904";
  font-family:"ssicon";
  position: absolute;
  left: -3.2rem;
  font-size: 3rem;
  top: -0.4rem;  
}
.tablearea.-yellow table.table-comparison tbody th.campaign::before {
  color: #3e74e2;
  content: "\e904";
  font-family:"ssicon";
  position: absolute;
  left: -3.2rem;
  font-size: 3rem;
  top: -0.4rem;  
}
.tablearea.-blue table.table-comparison tbody th {
  background:#cfe5e9;
  position: relative;
}
.tablearea.-blue table.table-comparison tbody th::before {
  content: "\e904";
  font-family:"ssicon";
  position: absolute;
  left: -3.2rem;
  font-size: 3rem;
  top: -0.4rem;  
}
.tablearea.-blue table.table-comparison tbody th.primerate::before {
  color: #ef858c;
}
.tablearea.-blue table.table-comparison tbody th.original::before {
  color: #757cbb;
}
.tablearea.-blue table.table-comparison tbody th.tibor::before {
  color: #f9c270;
}
.tablearea.-blue table.table-comparison tr:last-child td {
  background: none;
}
.tablearea.-yellow table.table-comparison tr:last-child td {
  background: none;
}
.tablearea table.table-comparison ul.rate-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.tablearea table.table-comparison ul.rate-list li {
  padding: 0 0.4rem 0 2rem;
  position: relative;
}
.tablearea table.table-comparison ul.rate-list li::before {
  content: "\e904";
  font-family:"ssicon";
  position: absolute;
  font-size: 2rem;
  left: 0rem;
  top: -0.6rem;
}
.tablearea table.table-comparison ul.rate-list li.primerate::before {
  color: #ef858c;
}
.tablearea table.table-comparison ul.rate-list li.original::before {
  color: #757cbb;
}
.tablearea table.table-comparison ul.rate-list li.tibor::before {
  color: #f9c270;
}
.tablearea table.table-comparison ul.rate-list li.ownfunds::before {
  color: #e95d57;
}
.tablearea table.table-comparison ul.rate-list li.campaign::before {
  color: #3e74e2;
}
.tablearea table.table-comparison caption {
  caption-side: bottom;
  padding: 0.4rem;
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
}
.tablearea.-blue table.table-comparison tbody th a,
.tablearea.-yellow table.table-comparison tbody th a {
  color: #444;
}
.tablearea.-blue table.table-comparison tbody th a:hover,
.tablearea.-yellow table.table-comparison tbody th a:hover {
  text-decoration: none;
}

@media screen and (max-width:1024px) { 
  .tablearea.-yellow {
    padding: 2rem;
  }
  .tablearea.-blue {
    padding: 2rem 2rem 2rem 4rem;
  }
}
@media screen and (max-width:768px) {
  .inner-lead{
    padding: 6px 6px 6px 12px;
  }
  .contents-title {
    padding: 6px 6px 6px 12px;
  }
  .tablearea.-yellow {
    padding: 2rem 4%;
    position: relative;
    left: -4%;
    width: 108%;
  }
  .tablearea.-blue,
  .tablearea.-yellow {
    padding: 2rem 4% 2rem 8%;
    position: relative;
    left: -4%;
    width: 108%;
  }
  .tablearea-ttl {
    font-size: 2rem;
  }
  .tablearea-ttl .tablearea-subttl {
    font-size: 1.4rem;
  }
  .tablearea table.table-comparison td,
  .tablearea table.table-comparison th {
    font-size: 1.3rem;
  }
  .tablearea table.table-comparison td.mom {
    padding: 10px 10px 10px 20px;
  }
  .tablearea.-yellow table.table-comparison td.mom.-plus::before,
  .tablearea.-yellow table.table-comparison td.mom.-minus::before{
    top: 1.2rem;
    left: 0.2rem;
    font-size: 1.4rem;
  }
  .tablearea table.table-comparison th,
  .tablearea table.table-comparison td {
    white-space: nowrap;
    padding: 0.4rem;
    height: 45px;
  }
  .tablearea.-blue table.table-comparison tbody th::before {
    left: -2.6rem;
    font-size: 2.4rem;
    top: 1rem;  
  }
  .tablearea.-blue table.table-comparison tbody th.pending::before {
    top: 0; 
  }
  .tablearea.-yellow table.table-comparison tbody th.ownfunds::before,
  .tablearea.-yellow table.table-comparison tbody th.campaign::before {
    left: -2.6rem;
    font-size: 2.4rem;
    top: 0.6rem;  
  }
}
@media screen and (max-width:480px) { 
  .tablearea table.table-comparison td,
  .tablearea table.table-comparison th {
    font-size: 1.1rem;
  }
}


.detail-link {
  margin-top: 1rem;
  background: #00afc0;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.detail-link:hover {
  background: #444;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-link::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.3vw solid transparent;
  border-right: 0.3vw solid #fff;
  border-bottom: 0.3vw solid #fff;
  border-radius: 0 0 3px 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.detail-link:visited {
  color: #fff;
}

.lastupdate {
  font-size: 1.2rem;
  text-align: right;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.column-title {
  background: #F4F4F4;
  font-weight: bold;
  font-weight: bold;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-heading-title {
  color: #444444;
  border-left: 3px solid #00afc0;
  font-size: 1.8rem;
  padding:10px 15px;
  margin: 0 0 20px;
}
.p-sublink {
  padding: 5px 0;
  display: block;
  text-align: right;
}

/*新矢印リンク*/
.u-link-arrow a{
  color: #444;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px solid #444;
  position: relative;
  padding: 0 2.5rem 0.3rem 1rem;
  font-weight: bold;
  text-align: right;
  float: right;
}
.u-link-arrow a:hover {
  color: #00afc0;
  border-bottom: 1px solid #00afc0;
}
.u-link-arrow a::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 1px;
  bottom: 6px;
  right: -2px;
  -webkit-transform: rotate( 40deg );
  transform: rotate( 40deg );
  background-color: #444;
}
.u-link-arrow a:hover::after{
  background-color: #00afc0;
}
  @media screen and (max-width:768px) {
  .u-link-arrow a::after{width:16px; bottom:3px;}
  .u-link-arrow a{font-size: 2.8vw;}
}
/*新矢印リンク (end)*/

/***会員限定サービスボタンここから**/
.u-item-box-list {
    position: relative;
    text-align: center;
    font-size: 5vw;
    width: 31.7%;
    height: 27.2vw;
    background-color: #00afc0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px rgb(0 0 0 / 10%);
}
.u-item-box-list a {
    display: inline-block;
    padding: 4.5vw 0rem 1rem;
    width: 100%;
    text-decoration: none;
    color: #fff;
    letter-spacing: -0.1rem;
}
.u-item-box-list::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1.5vw solid transparent;
    border-right: 1.5vw solid #fff;
    border-bottom: 1.5vw solid #fff;
    border-radius: 0 0 3px 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
/*ログインカバー*/
.p-cover .p-coverBlock {
  z-index: 3;
  margin: 0;
  background: initial !important;
  background-color: rgba(0, 0, 0, 0.65) !important;
  position: absolute;
  bottom: -67.5%;
  left: 0;
  width: 100%;
  height: 220%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-markerBox {
  border: none;
  border-radius: 0.6rem;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
}
.p-energy-saving_btn-logIn a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  background-color: #00afc0;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 1rem;
  width: 8em;
  text-decoration: none;
}
.p-energy-saving_btn-signIn02 a {
  display: block;
  height: auto;
  width: auto;
  font-size: 1.2em;
  color: #fff;
  background-color: #e7605c;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  width: 8em;
  margin: 0 0.5rem 1rem;
  text-decoration: none;
}
.p-energy-saving_loginBtn_wrapper {
  position: relative;
  bottom: -3.4rem;
}
.p-energy-saving_loginBtn_wrapper_ttl {
  padding: 0rem;
  color: #fff;
  position: relative;
  top: -5.5rem;
  font-size: min(5.33333vw, 2rem);
  background: #0BAF42;
  width: 100%;
}
/*ログインカバー ここまで*/

.p-energy-saving-newService_form_wrapper {
  position: relative;
}
.p-energy-saving-newService_form {
  font-size: min(5.33333vw, 2rem);
  width: 90%;
  height: auto;
  margin: 2rem auto 9rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
  .p-energy-saving-newService_form.-login {
    margin: 2rem auto 0;
    position: relative;
    top: -4rem;
  }
.p-energy-saving-newService_form a {
  padding: 1rem;
  background: #ff6633;
  border-radius: 0.5rem;
  border: 1px solid #ff6633;
  font-weight: bold;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #fff;
  letter-spacing: 0;
}
.p-energy-saving-newService_form::before {
  border: 0.6rem solid transparent;
  border-right: 0.6rem solid #fff;
  border-bottom: 0.6rem solid #fff;
}
.p-energy-saving-newService_form a:hover {
  background: #fff;
  color: #ff6633;
}
.p-energy-saving-newService_form:hover::before {
  border-right: 0.6rem solid #ff6633;
  border-bottom: 0.6rem solid #ff6633;
}
@media only screen and (max-width: 840px) {
  .p-energy-saving-newService_form {
    font-size: min(3.8vw, 1.7rem);
  }
  .p-energy-saving_loginBtn_wrapper {
    bottom: -2.4rem;
  }
}
/***会員限定サービスボタンここまで**/



@media only screen and (max-width: 1280px) {
  .p-readStatic .main-content {
    width: 65%; }
  .p-readStatic #sidebar {
    width: 32%; } }




@media only screen and (max-width: 1024px) {
  .c-heading.p-heading_search {
    background: url(/stcms-rsc/images/common/sp/bg_heading.jpg) top center no-repeat;
    background-size: cover; } }




@media only screen and (max-width: 768px) {
  .p-readStatic .main-content {
    width: 100%; }
  .p-readStatic #sidebar {
    width: 100%; }
  .p-readStatic--columns .thumbList li {
    width: 100%; }
  .p-readStatic--columns .thumbList .thumb {
    margin: 0 1rem 0 0; }
  .p-readStatic--columns .thumbList .text {
    width: calc(100% - 9rem); }
  .p-readStatic--columns .thumbBox .thumb {
    width: auto;
    margin-right: 10px; }
    .p-readStatic--columns .thumbBox .thumb img {
      height: 50px;
      width: 50px;
    }
    .p-readStatic--columns .thumbBox .thumb + span {
      padding: 0;
    }
  .p-readStatic--columns .thumbBox .text {
    width: 100%; }
  .p-readStatic--columns .thumbBox .sub-title {
    font-size: 1.4rem; }
    .p-readStatic--columns .thumbBox .sub-title + p {
      font-size: 1.2rem;
      text-align: justify;
    }
  .p-readStatic--columns .tagList {
    margin-bottom: 8%;
  }
    .p-readStatic--columns .tagList li a {
      padding: 0.5rem;
      font-size: 1.2rem;
    }
  .p-column_mv {
    margin: 0 0 20px !important;
  }
  .p-readStatic--columns .p-section__ttl {
    padding: 0;
    font-size: 14px;
    line-height: 2.0rem;
    margin-bottom: 20px;
    min-height: 50px;
    background-position: 0 10%;
  }
  .p-readStatic--columns .thumbBox .title {
    font-size: 16px;
    margin: 0;
  }
  .section-title {
    font-size: 18px;
    margin: 40px 0 0 !important;
  }
  .text-pink {
    margin: 10px 0 0;
  }
  .p-heading-title {
    font-size: 1.6rem;
  }
  .c-article_pagination > li:nth-child(2){
    width: 67%;
  }
  .c-article_pagination > li > a > span{
    font-size: 1.6rem;
  }
  .c-article_pagination > li{
    width: 15%;
    height: 50px;
  }
  .c-article_pagination {
      font-size: 0;
  }
  .c-article_pagination > li:first-child,.c-article_pagination > li:nth-child(2) {
      margin-right: 1%;
  }
  table.table-comparison {
    width: 100%;
    max-width: inherit !important;
  }
}


/*割安判定*/
.p-sellPrice_section {
  border: 1px solid #ddd;
  width:100%;
  max-width:480px;
}
.p-sellPrice_wrapper {
  padding: 2rem;
}
.p-sellPrice_wrapper .p-sellPrice_madori {
  -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}
.p-sellPrice_wrapper .p-sellPrice_madori span {
  border-right: 1px solid #ddd;
  width: 33%;
  padding: 0.6em 0;
}
.p-sellPrice_wrapper .p-sellPrice_madori span:last-child {
  border-right: none;
}
.p-sellPrice_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
  padding: 0 0.5em;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-sellPrice_wrapper dd{
  width: 72%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
.p-sellPrice_wrapper dd .u-large {
  font-size: 2.8rem;
}
.p-sellPrice_wrapper .u-medium {
  font-size: 1.7rem;
}
.p-sellPrice_wrapper dd .u-small {
  font-size: 1.4rem;
}
.p-sellPrice_wrapper dd .u-red {
  color: #e95f59
}
  
.c-table dl {
  border: 1px solid #ddd;
  text-align: center;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-table.-all dl {
  width: 100%;
}
dl.u-border-b-none {
  border-bottom:none;
}
.c-table dt {
  background: #EEEEEE;
  font-weight: bold;
  width: 28%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-table dt p {
  font-size: 1.4rem;
  margin:0;
}
.c-table dt {
  background: #EEEEEE;
  font-weight: bold;
  width: 28%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-table dd {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin: 0;
  line-height:1.4;
}


/* 物件概要（共通）*/
.p-overviewCommon {
  margin: -0.5em 2rem 2em;
  list-style-type: none;
}
.p-overviewCommon ul {
  padding: 0;
}
.p-overviewCommon li {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 0.4em 0.5em 0.2em;
  list-style-type: none;
}
.p-overviewCommon li .u-green {
  color: #00afc0;
}
.p-overviewCommon i {
  margin-right: 0.2em;
}
.u-overviewCommon_ttl {
  background: #eee;
  padding-left: 0.8em!important;
  font-weight: bold;
}
.p-overviewCommon_row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.p-overviewCommon_row div {
  margin-right: 1em;
}
.p-overviewCommon_row div em {
  font-size:0;
}
.p-overviewCommon_row div em::before {
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
  margin-right: 0.3rem;
  color: #00afc0;;
}
.p-overviewCommon_row .yearpassed{min-width: 6.5rem;}
.p-overviewCommon_row div:last-child {
  margin-right: 0;
}
/* 物件概要（共通）end */
  
/* 割安額表示*/
.p-result_wrapper {
  margin: 2rem;
}
.p-result_wrapper dl {
  width: 100%;
  border: 2px solid #E95F59;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-result_wrapper dl:first-child {
  margin-bottom:5px;
}
.p-result_wrapper dt {
  background: #E95F59;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-result_wrapper dt a {
    color: #fff;
    text-decoration: none;
 }
.p-result_wrapper dd {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-result_wrapper span {
  font-size: 3.2rem
}
.p-result_wrapper.-expensive dl {
  border: 2px solid #C10000;
}
.p-result_wrapper.-expensive dt {
  background: #C10000;
}
.p-result_wrapper.-expensive dd {
  color: #C10000;
}
.p-result_wrapper.-s_expensive dl {
  border: 2px solid #DF4D16;
}
.p-result_wrapper.-s_expensive dt {
  background: #DF4D16;
}
.p-result_wrapper.-s_expensive dd {
  color: #DF4D16;
}
.p-result_wrapper.-fair_price dl {
  border: 2px solid #218D45;
}
.p-result_wrapper.-fair_price dt {
  background: #218D45;
}
.p-result_wrapper.-fair_price dd {
  color: #218D45;
}
.p-result_wrapper.-s_inexpensive dl {
  border: 2px solid #007EAE;
}
.p-result_wrapper.-s_inexpensive dt {
  background: #007EAE;
}
.p-result_wrapper.-s_inexpensive dd {
  color: #007EAE;
}
.p-result_wrapper.-inexpensive dl {
  border: 2px solid #1D5D9E;
}
.p-result_wrapper.-inexpensive dt {
  background: #1D5D9E;
}
.p-result_wrapper.-inexpensive dd {
  color: #1D5D9E;
}
.p-result_wrapper.-sample dl {
  border: 2px solid #444;
}
.p-result_wrapper.-sample dt {
  background: #444;
}
.p-result_wrapper.-sample dd {
  color: #444;
  filter: blur(0.6rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-result_wrapper span.u-wariyasugaku_wariyasudo {
  font-size: 1.6rem;
  color: #fff;
}
/*割安判定*/


/*******************************
  theme:: mansion-knowledge
*************************************/
.p-mansion-knowledge{ font-size:1.6rem;color:#444;}
.p-mansion-knowledge img{ margin:0 auto 10px;}
.p-mansion-knowledge_mv{text-align:center;}

.p-mansion-knowledge dl,.p-mansion-knowledge dt,.p-mansion-knowledge dd{margin-bottom:20px;}
.p-mansion-knowledge dt{ font-size:1.2em; border-bottom:2px dashed #493902;border-bottom:2px dashed #444;color:#493902;color:#444;font-weight:bold; padding:.2em 0;letter-spacing:2px;}

.p-mansion-knowledge th ,.p-mansion-knowledge td{padding:5px 0;}
.p-mansion-knowledge th {text-align:left;font-size:1.1em;}
.p-mansion-knowledge td {padding-bottom:20px;}

.p-mansion-knowledge_mokuji{ margin: 0 auto 20px;border:1px solid #ccc; border-radius:2px; padding:0 0 10px;width:auto;}
.p-mansion-knowledge_mokuji-ttl{padding:7px; margin-bottom:7px;text-align:center; font-weight:bold; background:#999;color:#fff;}
.p-mansion-knowledge_mokuji-list { margin:0 auto;width:320px;max-width:90%;}
.p-mansion-knowledge_mokuji-list li{padding:5px 1em 2px; margin-bottom:3px;border-bottom:1px solid #777;font-weight:bold;}
.p-mansion-knowledge .stit { text-align: left; font-size: 1.7em; line-height: 1.4; }

.c-externalLink{ padding: 5px 20px; background: #f4f4f4;}
.c-externalLink_noUline{ text-decoration:none; }


/*******************************
  iframe responsive style
*************************************/
.player_wrapper {
  position: relative;
  width: 600px;
  height: 360px;
  max-width: 600px;
  max-height: 360px;
  margin: 1em auto;
}
.player_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .player_wrapper{
    width: 100%;
    width: 69vw;
    height: calc(69vw *36/60);
  }
}