@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
body #post_box .box-img {
  display: flex;
  align-items: center;
  height: 190px;
}
body #post_box .box-img img {
  margin-bottom: 0 !important;
  max-height: 170px;
}
body #post_box .box-img.home-img {
  display: flex;
}
body #post_box .box-img.business-img {
  display: none;
}
body#business #post_box .box-img.home-img {
  display: none;
}
body#business #post_box .box-img.business-img {
  display: flex;
}

.categoryWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.categoryWrap #flat {
  width: 100%;
}
.categoryWrap #flat .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
}
.categoryWrap #flat .row:after {
  display: none;
}
.categoryWrap #flat .row .categ-bnr-box {
  padding: 0;
}
.categoryWrap #switch {
  width: 100%;
}
.categoryWrap .box-img {
  display: block;
  max-width: 233px !important;
}

.bn-flowchart {
  margin-bottom: 40px;
}

.spider-bottom {
  margin-bottom: 40px;
}
.spider-bottom__ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/* 2023.02追加 css　*/
.category-link-area .infrared span.sp-only{
  display: none;
}
.category-link-area{
  margin-bottom:40px;
}
.category-link-area a span{
  font-size:0.8em;
  display: block;
}
#post_box h2.category_type_title {
  position: relative;
  padding: 15px 0 15px 40px;
  background: #383838;
  color: #ffffff;
  border: none;
  font-size: 22px;
}
#post_box h2.category_type_title span {
  font-size: 0.75em;
}
#post_box h2.category_type_title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 22px;
  width: 5px;
  height: calc(100% - 26px);
  background: #ff4f01;
}

.category-box.standard {
  margin-bottom: 80px;
  padding: 0 10px;
}
.category-box .standard-grid {
  display: grid;
  grid-template-columns: 58% 40%;
  grid-template-rows: auto auto;
  grid-column-gap: 15px;
}
.standard-grid .standard-title-area {
  grid-area: 1 / 1 / 2 / 2;
  
}
.standard-grid a{
  text-decoration: none !important;
  color:#333 !important;
}
.standard-grid a.link{
  text-decoration: underline !important;
  color:#0d46ff !important;
}
.standard-grid .standard-title-area p {
  display: inline-block;
  font-weight: bold;
  padding: 3px 10px 2px;
  font-size: 16px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  background:#fdff79;
}
#post_box .standard-grid .standard-title-area h3 {
  color: #000000;
  background: none;
  padding: 0;
  margin: 10px 0 20px;
  font-size: 28px;
}
.standard-grid .standard-title-area.emblem {
  position: relative;
  padding-left: 75px;
}
.standard-grid .standard-title-area.emblem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 93px;
  background: url("../img/img_emblem_no1.jpg") no-repeat left top / contain;
}
.standard-grid .standard-detail-area {
  grid-area: 2 / 1 / 3 / 2;
}
#post_box .standard-grid .standard-detail-area p {
  font-size: 14px;
}
.standard-grid .standard-detail-area .standard-detail-icon {
  width: 220px;
}
.standard-grid .standard-detail-area .standard-detail-spec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cbcbcb;
}
.standard-detail-spec .spec-element {
  display: flex;
  margin-bottom: 10px;
  margin-right: 10px;
}
#post_box .standard-detail-spec .spec-element h4 {
  background-color: #efefef;
  font-size: 13px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 3px 5px 2px 5px;
  border-left: none;
}
.spec-element .review-star {
  width: 65px;
  padding-top: 3px;
  margin-right: 5px !important;
}
#post_box .spec-element .review-star img {
  margin-bottom: 0;
}
#post_box .spec-element p{
  margin-bottom: 0;
  font-size: 13px !important;
}
.standard-detail-spec .spec-element a {
  font-weight: normal;
  color: #0d46ff !important;
  text-decoration: underline !important;
}
.category-box .standard-detail-btn {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 100%);
  border: 1px solid #ccc;
  border-radius: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.category-box .standard-detail-btn::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #E61017;
}
.category-box .standard-detail-btn a {
  display: block !important;
  text-decoration: none !important;
  color: #000000 !important;
  padding: 15px 0;
}
.category-box .standard-detail-btn:hover,
.category-box .standard-detail-btn a:hover {
  opacity: 0.8;
}
.standard-grid .standard-slide-area {
  grid-area: 1 / 2 / 3 / 3;
  max-width: 300px;
  width: 100%;
  align-self: flex-start;
}
#post_box .standard-slide-area ul {
  background: none;
  margin: 0;
  padding: 0;
}
#post_box .standard-slide-area li {
  padding: 0;
  background: none;
  margin: 0 2px;
}
#post_box .standard-slide-area ul.splide__pagination {
  padding: 0 1em;
}

.category-link-area .infrared{
  margin-bottom:1%;
  display: block;
  font-size:24px;
}
.category-link-area .infrared a{
  padding:20px 40px;
  position: relative;
}

.category-link-area .infrared a:after{
  position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #f30f2a;
    border-bottom: 1px solid #f30f2a;
    transform: rotate(45deg) translateY(-50%);
}
.category-link-area .infrared span{
color:#f30f2a;
margin-bottom: 5px;
font-size:14px;
}
.category-link-area .infrared span em{
  background:#f30f2a;
  display: block;
  color:#fff;
  padding:0 5px;
  margin-right: 5px;
}
.category-link-area .btn-flex{
  display: flex;
  justify-content: center;
}
.category-link-area .btn-flex div{
  width: 33.3%;
  margin:0.5%;
  text-align: center;
}
.category-link-area .btn-flex div a{
  position: relative;
  padding:12px;
}
.category-link-area .btn-flex div a:after{
  position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
}
.accordion_txt{
  margin-top:20px;
}

.infrared-top{
  display: flex;
  justify-content: space-between;
}
.infrared-top .txt-area{
  margin-right:20px;
}
.infrared-top .txt-area dl dt{
  font-size:32px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.infrared-top .txt-area dl dt em{
  background:#f30f2a;
  color:#fff;
  display:inline-block;
  font-size:0.4em;
  padding:2px 10px;
  margin-bottom:10px;
  line-height: 1.4em;
}
.infrared-top .txt-area dl dt span{
  display: block;
}
.category-btn-area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-btn-area .standard-title-area p{
  background:none;
  padding:0;
}
.category-btn-area > div {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  background:#fbfbfb;
  border:1px solid #f5f5f5;
  padding:15px 30px;
  display: block;
  color:#000 !important;
  text-decoration: none !important;
}
.category-box .category-btn-area .standard-grid {
  grid-template-rows: 6em auto;
}
.category-btn-area .text-guide {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
  margin-top: 60px !important;
  margin-bottom:5px !important;
}
.category-btn-area p.lead {
  display: inline-block;
  padding: 2px 10px;
  background: #fdff79;
  font-size:14px !important;
  font-weight: bold;
  margin: 0 0 10px !important;
}
.category-btn-area p img{
  margin:0 !important;
}
.category-btn-area p.fig{
  grid-area: 1 / 2 / 3 / 3;
  max-width:200px;
  margin:0 auto !important;
}
.category-btn-area .subcatch{
  background:#000;
  color:#fff;
  font-weight: bold;
  display: inline-block;
  padding: 2px 8px;
  font-size:0.8em !important;
}
.category-btn-area h5{
  font-size:1.65em;
}
.category-btn-area h5 span{
  display: block;
  font-size:0.8em; 
}
.category-btn-area p.spec {
  color: #747474;
  font-size: 11px !important;
}
.category-btn-area a:hover{
  opacity: 0.6;
}
.category-title-area{
  border-left:5px solid #000;
  padding-left:8px;
}
.category-title-area dt{
  font-size:14px;
  color:#797979;
  font-weight:normal;
}
.category-title-area dd{
  font-size:28px;
  font-weight: bold;

}
.detail-txt{
  margin-left:10px !important;
}
.link{
  text-decoration: underline;
  color:#0c00ff;
}
.home-ranking{
  margin-bottom: 80px;
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  body #post_box .box-img {
    height: 32vw;
    max-height: 150px;
  }
  body #post_box .box-img img {
    max-height: 130px;
  }

  .categoryWrap {
    flex-wrap: wrap;
  }
  .categoryWrap .block .row > div {
    width: 50%;
  }
  .categoryWrap #flat {
    width: 100%;
  }
  .categoryWrap #switch {
    width: 100%;
  }

  .spider-bottom__ttl {
    font-size: 15px;
  }

  /* 2023.02追加 css　*/
  .category-box .standard-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
  .standard-grid .standard-detail-area {
    grid-area: 3 / 1 / 4 / 2;
  }
  .standard-grid .standard-slide-area {
    grid-area: 2 / 1 / 3 / 2;
    margin: 0 auto 20px;
  }
  #post_box .standard-slide-area ul.splide__pagination {
    bottom: 1.5em;
  }
  .standard-detail-area .standard-detail-btn {
    margin: 0 auto; 
    font-size: 15px;
  }
  .standard-detail-area .standard-detail-btn::before {
    right: 12px;
  }
  #post_box h2.category_type_title {
    padding: 12px 0 12px 25px;
    font-size: 18px;
  }
  #post_box h2.category_type_title::before {
    left: 10px;
  }
  .standard-grid .standard-title-area.emblem {
    padding-left: 50px;   
  }
  .standard-grid .standard-title-area.emblem::before {
    width: 45px;
  }
  .standard-grid .standard-title-area p {
    padding: 3px 5px 2px;
    font-size: 13px !important;
  }
  #post_box .standard-grid .standard-title-area h3 {
    font-size: 18px;
  }    

  .category-link-area a span{
    font-size:0.8em;
    display: block;
  }
  .category-link-area .infrared{
    margin-bottom:1%;
    display: block;
    font-size:20px;
    text-align: center;
  }
  .category-link-area .infrared a{
    padding:10px 20px;
    position: relative;
  }

  .category-link-area .infrared span{
  color:#f30f2a;
  margin-bottom: 5px;
  font-size:14px;
  }
  .category-link-area .infrared span.sp-only{
    display: block;
  }
  .category-link-area .infrared span.pc-only{
    display: none;
  }
  .category-link-area .infrared span em{
    margin-right: 0px;
    display: inline-block;
    font-size:10px;
  }
  .category-link-area .btn-flex div a{
    position: relative;
    padding:10px;
    font-size:12px;
    padding-bottom:15px;
  }
  .category-link-area .btn-flex div a span{
    font-size:8px;
  }

  .category-link-area .btn-flex div a:after{
    position: absolute;
      top:85%;
      right: 0;
      left:0;
      margin:0 auto;
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      transform: rotate(45deg) translateY(-50%);
  }

  #infrared,
  #radio,
  #switch,
  #flat{
    padding-top:100px;
    margin-top: -100px;
  }
  .infrared-top{
    display:block;
  }
  .infrared-top .txt-area{
    margin-right:0px;
  }
  .infrared-top .txt-area dl dt{
    font-size:24px;
  }
  .infrared-top .txt-area dl dt em{
    background:#f30f2a;
    color:#fff;
    display:inline-block;
    font-size:0.6em;
    padding:2px 10px;
    margin-bottom:10px;
    line-height: 1.4em;
  }
  .infrared-top .txt-area dl dt span{
    display: inline;
  }
  .category-btn-area{
    display:block;
    width: 100%;
    margin: 0 auto;
    min-width: 310px;
  }
  .category-box .category-btn-area .standard-grid{
    grid-template-rows: 4em auto;
  }
  .category-btn-area > div {
    width: 100%;
    padding:5px 15px;
  }
  .category-btn-area .text-guide{
    font-size:12px !important;
  }
  .category-btn-area > a{
    width: 100%;
    margin:0 auto;
    background:#fbfbfb;
    border:1px solid #f5f5f5;
    padding:10px 8px;
    display: block;
    color:#000 !important;
    text-decoration: none !important;
    box-sizing: border-box;
  }
  .category-btn-area p,
  .category-btn-area p img{
    margin:0 !important;
    
  }
  .category-btn-area p.lead {
    font-size: 13px !important;
  }
  .category-btn-area p.spec {
    font-size: 10px !important;
  }
  .category-btn-area p.fig{
    grid-area: 2 / 1 / 3 / 2;
    margin: 0 auto !important;
    max-width:150px;
  }
  .category-btn-area .subcatch{
    background:#000;
    color:#fff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px;
    font-size:0.7em !important;

  }
  .category-btn-area h5{
    font-size:1.1em;
    line-height: 1em;
    margin-top:5px;
  }
  .category-btn-area h5 span{
    display: block;
    font-size:0.7em;
    
  }
  .category-btn-area a:hover{
    opacity: 0.6;
  }
  .category-title-area{
    border-left:5px solid #000;
    padding-left:8px;
    margin-bottom:10px;
  }
  .category-title-area dt{
    font-size:14px;
    color:#797979;
    font-weight:normal;
  }
  .category-title-area dd{
    font-size:24px;
    line-height:1,2em;

  }
  .detail-txt{
    margin-left:10px !important;
    font-size:14px !important;
    margin-bottom:10px !important;
  }
  #radio,#switch{
    margin-bottom:40px;
  }
  .link{
    text-decoration: underline;
    color:#0c00ff;
  }
  .home-ranking{
    margin-bottom: 40px;
  }
}