/* =固定ページのみに適用されます
-------------------------------------------------------------- */
#content {
  padding-top: 210px;
}

.sec-comment {
  margin: 55px 0;
}

/*メインタイトルカラー設定*/
.page-main-ttl {
  font-size: 2.0rem;
  font-weight: normal;
  background: #fff;
}

.color-scheme-blue .page-main-ttl {
  border-top: 5px solid #023879;
}

.color-scheme-green .page-main-ttl {
  border-top: 5px solid #0ba29a;
}

.color-scheme-yellow .page-main-ttl {
  border-top: 5px solid #c8a063;
}

.color-scheme-lightblue .page-main-ttl {
  border-top: 5px solid #0084c9;
}

.color-scheme-lightgreen .page-main-ttl {
  border-top: 5px solid #79c061;
}

.color-scheme-lightyellow .page-main-ttl {
  border-top: 5px solid #e0b64f;
}

.color-scheme-red .page-main-ttl {
  border-top: 5px solid #ed473b;
}

.color-scheme-gray .page-main-ttl {
  border-top: 5px solid #808080;
}

.page-main-ttl .ttl-area {
  position: relative;
  display: inline-block;
  min-width: 50.5%;
  padding: 13.5px 4%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.color-scheme-blue .page-main-ttl .ttl-area {
  background: #023879;
}

.color-scheme-blue .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_blue.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-green .page-main-ttl .ttl-area {
  background: #0ba29a;
}

.color-scheme-green .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_green.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-yellow .page-main-ttl .ttl-area {
  background: #c8a063;
}

.color-scheme-yellow .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_yellow.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-lightblue .page-main-ttl .ttl-area {
  background: #0084c9;
}

.color-scheme-lightblue .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_lightblue.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-lightgreen .page-main-ttl .ttl-area {
  background: #79c061;
}

.color-scheme-lightgreen .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_lightgreen.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-lightyellow .page-main-ttl .ttl-area {
  background: #e0b64f;
}

.color-scheme-lightyellow .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_lightyellow.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-red .page-main-ttl .ttl-area {
  background: #ed473b;
}

.color-scheme-red .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_red.png');
  position: absolute;
  right: 0;
  top: 0;
}

.color-scheme-gray .page-main-ttl .ttl-area {
  background: #808080;
}

.color-scheme-gray .page-main-ttl .ttl-area:after {
  content: url('/wp-content/themes/customize/images/page/img_sec_ttl_gray.png');
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 480px) {
  #content {
    padding-top: 90px;
  }

  .page-main-ttl .ttl-area {
    min-width: 75.5%;
    /*padding: 5px 4%;*/
  }

  .page-main-ttl .ttl-area:after {
    display: none;
  }

  .page-main-ttl .ttl-area {
    display: block;
  }
}

/*content-wrap　白半透明のコンテンツエリア*/
.content-wrap {
  background: rgba(255, 255, 255, .7);
  margin: 50px 0;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .content-wrap {
    padding: 10px 5px;
    margin: 10px 0;
  }
}

.color-scheme-lightblue .content-wrap {
  background: rgba(217, 234, 245, .7);
}

.color-scheme-lightgreen .content-wrap {
  background: rgba(247, 248, 231, .7);
}

.color-scheme-lightyellow .content-wrap {
  background: rgba(254, 247, 223, .7);
}

/*サブタイトルカラー設定*/
.sec-ttl {
  font-size: 2.2rem;
  color: inherit;
  padding: 0;
  margin-bottom: 35px;
  line-height: 1.3;
}

.ttl-borderbottom-gray {
  border-bottom: 3px solid #dcdddd;
  /*position: relative;*/
}

.ttl-borderbottom-white {
  border-bottom: 3px solid #fff;
  /*position: relative;*/
}

.color-scheme-blue .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #023879;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-green .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #0ba29a;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-yellow .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #c8a063;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-lightblue .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #0084c9;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-lightgreen .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 5px solid #79c061;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-lightyellow .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #e0b64f;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-red .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #ed473b;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.color-scheme-gray .ttl-borderbottom-color::after {
  content: '';
  border-bottom: 3px solid #808080;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

/*アンカーカラー設定*/
.color-scheme-green a {
  color: #0ba29a;
}

.color-scheme-yellow a {
  color: #c8a063;
}

.color-scheme-lightblue a {
  color: #0084c9;
}

.color-scheme-lightgreen a {
  color: #79c061;
}

.color-scheme-lightyellow a {
  color: #e0b64f;
}

.color-scheme-red a {
  color: #ed473b;
}

.color-scheme-gray a {
  color: #808080;
}

.product-list a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .sec-ttl {
    margin-bottom: 30px;
  }
}

/*縞々の「区切り カラー設定*/
.division-stripe {
  position: relative;
}

.color-scheme-blue .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_blue.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-green .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_green.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-yellow .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_yellow.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-lightblue .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_lightblue.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-lightgreen .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_lightgreen.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-lightyellow .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_lightyellow.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-red .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_red.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.color-scheme-gray .division-stripe:after {
  content: '';
  background: url('/wp-content/themes/customize/images/page/bg_div_gray.png');
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
}

/*ボックス右下の三角形*/
.corner {
  position: relative;
}

.corner::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent rgba(256, 256, 256, .6) transparent;
}

/*家電一覧*/
#all-item-list {
  background: url('/wp-content/themes/customize/images/background/bg_living_koagari_g.png') no-repeat scroll top center;
  background-size: contain;
}

#electronics-list {
  background: url('/wp-content/themes/customize/images/background/bg_care_bed_g.png') no-repeat scroll top center;
  background-size: contain;
}

#furniture-list {
  background: url('/wp-content/themes/customize/images/background/bg_living_chair_g.png') no-repeat scroll top center;
  background-size: contain;
}

.product-list .item-category-list {
  padding: 25px 0 50px;
}

.product-list .category-box {
  padding: 25px 0 50px;
}

.product-list .item-category-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.product-list .item-category-list li:nth-child(3n) {
  margin-right: 0;
}

.product-list .item-category-list a {
  padding: 11px 0;
  display: block;
}

.color-scheme-green .item-category-list li {
  background: #24aba4;
}

.color-scheme-yellow .item-category-list li {
  background: #cda973;
}

.color-scheme-red .item-category-list li {
  background: #ed473b;
}

.color-scheme-gray .item-category-list li {
  background: #808080;
}

.category-box .thumbnail-container {
  font-size: 0;
}

.category-box .thumbnail-box {
  display: inline-block;
  background: #fff;
  width: 32%;
  text-align: center;
  vertical-align: bottom;
  margin-right: 2%;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.category-box .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

.category-box .text-box {
  font-size: 1.5rem;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.category-box .text-box span {
  display: block;
}

.color-scheme-green .category-box .text-box {
  background: rgba(11, 162, 154, .7);
}

.color-scheme-yellow .category-box .text-box {
  background: rgba(200, 160, 99, .7);
}

.color-scheme-red .category-box .text-box {
  background: rgba(237, 59, 59, .7);
}

.color-scheme-gray .category-box .text-box {
  background: rgba(128, 128, 128, .7);
}

.category-box .link-box {
  margin: 8px 0 0;
}

.category-box .link-box a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 7.5px 0;
}

.color-scheme-green .category-box .link-box a {
  background: #24aba4;
}

.color-scheme-yellow .category-box .link-box a {
  background: #cda973;
}

.color-scheme-lightblue .category-box .link-box a {
  background: #0084c9;
}

.color-scheme-lightgreen .category-box .link-box a {
  background: #79c061;
}

.color-scheme-lightyellow .category-box .link-box a {
  background: #e0b64f;
}

.color-scheme-red .category-box .link-box a {
  background: #ed473b;
}

.color-scheme-gray .category-box .link-box a {
  background: #808080;
}

.link-container {
  font-size: 0;
}

.link-inner {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

.link-inner:last-child {
  margin-right: 0;
}

.link-inner .category-box {
  padding-top: 0;
}

.link-inner .category-box .link-box a {
  padding: 14.5px 0;
  font-size: 2.0rem;
  box-shadow: 5px 5px 10px #cfd0d0;
}

@media screen and (max-width: 480px) {
  .product-list .item-category-list li:nth-child(n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .product-list .item-category-list li:nth-child(2n) {
    margin-right: 0;
  }

  .category-box .thumbnail-box:nth-child(n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .category-box .thumbnail-box:nth-child(2n) {
    margin-right: 0;
  }

  .category-box .text-box {
    font-size: 2.0rem;
  }

  .link-inner {
    display: block;
    width: 100%;
  }

  .link-container {
    padding-bottom: 45px;
  }

  .product-list .category-box {
    padding: 30px 0px;
  }
}

a.btn-style-link {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  border: 1px;
  background: rgb(128, 128, 128);
  ;
  color: #fff;
  box-shadow: 0px 2px 4px rgb(54, 54, 54);
  float: right;
}

/*シーン別から探す*/
.ttl-borderbottom-color {
  /*border-bottom: 3px solid;*/
  /*position: absolute;*/
  position: relative;
  /*bottom: -3px;*/
  /*left: 0;*/
}

#scene .scene-sec {
  padding: 50px 0;
}

#scene .subsec-inner {
  background: #fff;
  padding: 25px 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#scene .sub-ttl {
  margin-top: 0;
  font-size: 2.2rem;
  border-bottom: dotted 2px #ccc;
}

#scene .icon-box {
  width: 20.5%;
  text-align: center;
  vertical-align: middle;
}

#scene .text-box {
  padding: 0 2.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#scene .link-box {
  width: 100%;
  position: relative;
}

#scene .link-box a {
  font-size: 1.4rem;
  display: block;
  padding: 7px 0;
  text-align: center;
}

#scene .link-box::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent rgba(256, 256, 256, .6) transparent;
}

@media screen and (max-width: 480px) {
  #scene .icon-box {
    display: none;
  }
}

.page-plan .link-inner {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
}

.page-plan .link-inner:last-child {
  margin-right: 0;
}

.page-plan .thumbnail-container {
  position: relative;
}

.page-plan .item-container {
  font-size: 0;
}

.page-plan .item-container .imgbox {
  text-align: center;
  background: #fff;
}

.page-plan .item-container .imgbox img {
  max-height: 210px;
}

.page-plan .item-box {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 15px;
}

.page-plan .item-box:nth-child(3n) {
  margin-right: 0;
}

.page-plan .text-box {
  text-align: center;
}

.color-scheme-lightblue .text-box {
  background: rgba(0, 132, 201, .7);
}

.color-scheme-lightgreen .text-box {
  background: rgba(121, 192, 97, .7)
}

.color-scheme-lightyellow .text-box {
  background: rgba(224, 182, 79, .7)
}

.page-plan table {
  font-size: 1.3rem;
  background: #fff;
  table-layout: fixed;
}

.page-plan th,
.page-plan td {
  background: #fff;
  overflow-wrap: break-word;
}

.color-scheme-lightblue table {
  border-left: 5px solid #0084c9;
}

.color-scheme-lightgreen table {
  border-left: 5px solid #79c061;
}

.color-scheme-lightyellow table {
  border-left: 5px solid #e0b64f;
}

.color-scheme-lightblue th {
  color: #0084c9;
}

.color-scheme-lightgreen th {
  color: #79c061;
}

.color-scheme-lightyellow th {
  color: #e0b64f;
}

@media screen and (max-width: 480px) {
  .page-plan .link-inner {
    width: 100%;
    display: block;
  }

  .page-plan .category-box {
    padding: 30px 0;
  }

  .page-plan th,
  .page-plan td {
    display: block;
    text-align: left;
    font-size: 1.7rem;
  }

  .page-plan .item-box:nth-child(n) {
    /*display: block;*/
    width: 49%;
    margin-right: 2%;
  }

  .page-plan .item-box:nth-child(2n) {
    margin-right: 0;
  }

  .category-box .link-box a {
    font-size: 1.7rem;
  }
}

/* =商品詳細ページ page-item-detail
-------------------------------------------------------------- */
.item {
  background: url('/wp-content/themes/customize/images/background/bg_care_bed_g.png') no-repeat scroll top center;
  background-size: contain;
}

#item-detail .sec-item-detail {
  margin-bottom: 30px;
}

#item-detail .detail-box {
  width: 45%;
  padding-left: 2.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#item-detail .img-item-detail {
  width: 55%;
}

#item-detail .main-info {
  margin-bottom: 15px;
}

#item-detail .main-info,
#item-detail .sub-info {
  border-bottom: dotted 1px #ccc;
}

#item-detail .item-name,
#item-detail .price-value {
  font-size: 2.0rem;
  font-weight: bold;
}

#item-detail .comment,
#item-detail .quantity-text {
  font-size: 1.4rem;
}

#item-detail .main-info p {
  margin: 5px 0;
}

#item-detail input[type="text"] {
  width: 100px;
  padding: 1px 5px;
}

#item-detail .cart-btn-box {
  margin: 15px 0;
  position: relative;
}

#item-detail input[type="submit"] {
  border: none;
  background: #ea5413;
  color: #fff;
  padding: 4px 0 4px 10%;
  width: 100%;
  font-size: 1.8rem;
}

#item-detail .cart-btn-box:before {
  content: url('/wp-content/themes/customize/images/page/ico_cart.png');
  position: absolute;
  top: 3px;
  left: 20%;
}

#item-detail .other-info {
  padding: 10px 20px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#item-detail .other-info p {
  border-bottom: dotted 1px #ccc;
  font-size: 1.4rem;
  margin: 5px 0;
}

#item-detail .link-box {
  margin: 15px 0;
}

#item-detail .link-box {
  text-align: right;
}

#item-detail .sec-related-item li {
  width: 27%;
  margin-right: 9.5%;
}

#item-detail .sec-related-item li:last-child {
  margin-right: 0;
}

#item-detail .sec-related-item p {
  font-size: 1.4rem;
  text-align: left;
}

/*@media screen and (max-width: 1000px) {
  #item-detail .cart-btn-box:before {
    left: 20%;
  }
}
@media screen and (max-width: 800px) {
}*/
@media screen and (max-width: 480px) {
  #item-detail .cart-btn-box:before {
    left: 15%;
  }

  #item-detail .sec-item-detail,
  #item-detail .sec-related-item {
    padding: 30px 0;
  }

  #item-detail .img-item-detail,
  #item-detail .detail-box {
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
  }

  #item-detail .img-item-detail {
    text-align: center;
  }

  #item-detail .sec-related-item li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

/* =カテゴリー内商品一覧
-------------------------------------------------------------- */
.category {
  background: url('/wp-content/themes/customize/images/background/bg_care_bed_g.png') no-repeat scroll top center;
  background-size: contain;
}

.category-list .sec-inner {
  font-size: 0;
  background: #f3f7dc;
  margin-bottom: 20px;
  border-bottom: 2px solid #efe8b5;
}

.category-list .sec-inner p {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category-list .sec-inner a {
  color: initial;
}

.category-list .sec-inner p {
  width: 76%;
  padding: 15px 3%;
}

.category-list .category-box .thumbnail-box {
  margin-bottom: 35px;
}

.pager {
  text-align: center;
  margin-top: 50px;
}

.pager a {
  display: inline-block;
  color: #c1c1c1;
  border: 1px solid #c1c1c1;
  padding: 9px 17px;
  margin: 0 4px;
}

.pager a.current {
  color: initial;
}

@media screen and (max-width: 480px) {
  .category-list .sec-inner p:first-child {
    display: block;
    width: 100%;
    padding: 15px 5%;
    border-bottom: 1px dotted #c7c47b;
  }

  .category-list .sec-inner p:nth-child(2),
  .category-list .sec-inner p:last-child {
    width: 100%;
    margin: 15px 0;
  }

  .category-list .sec-inner p:nth-child(2) {
    border-left: none;
  }
}


/* =お問い合わせ
-------------------------------------------------------------- */
#contact {
  background: url('/wp-content/themes/customize/images/background/bg_living_center_g.png') no-repeat scroll top center;
  background-size: contain;
}

#contact .form-box {
  background: #f1e9dc;
  padding: 15px 4.5%;
}

#contact .form-box dl {
  font-size: 0;
}

#contact .form-box dl:last-of-type dt {
  vertical-align: top;
}

#contact .form-box dt,
#contact .form-box dd {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

#contact .form-box dt {
  width: 25%;
  font-size: 1.5rem;
  padding: 10px 1.5% 10px 0;
  margin: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .form-box dt span {
  padding: 2px 10px;
  font-size: 1.1rem;
  color: #fff;
  background: #ea5413;
  float: right;
}

#contact .form-box dd {
  width: 75%;
  padding: 10px 0;
  font-size: 1.4rem;
  vertical-align: middle;
}

#contact .form-box input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .form-box input.postcode {
  width: 15%;
}

#contact .form-box .postcode-search {
  color: initial;
  margin-left: 2em;
  font-size: 1.3rem;
}

#contact .form-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .form-box select.address1-1 {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .form-box input.address1-2 {
  width: 74%;
  margin-left: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .form-box textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact p.notice {
  font-size: 1.1rem;
  color: #c8a063;
}

#contact .form-box input[type="submit"] {
  background: #c8a063;
  width: 42%;
  color: #fff;
  margin: 15px auto 25px;
  padding: 1.5% 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact .form-box input[type="submit"]:hover {
  opacity: .7;
  cursor: pointer;
}

#contact .wpcf7-validation-errors {
  border: 2px solid #ea5413;
  text-align: center;
}

@media screen and (max-width: 480px) {

  #contact .form-box dt,
  #contact .form-box dd {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  #contact .form-box select.address1-1 {
    width: 55%;
  }

  #contact .form-box input.address1-2 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  #contact .form-box .postcode-search {
    margin-left: 1em;
  }

  #contact .form-box input.postcode {
    width: 22%;
  }

  #contact .form-box input[type="submit"] {
    width: 100%;
  }

}

/* =選ばれる理由
-------------------------------------------------------------- */
#reason {
  background: url('/wp-content/themes/customize/images/background/bg_living_center_g.png') no-repeat scroll top center;
  background-size: contain;
}

#reason .content-wrap {
  background: url('/wp-content/themes/customize/images/page/bg_grid.png') rgba(255, 255, 255, .7) repeat scroll top left;
}

#reason .ttl-area::after {
  right: -50px;
}

#reason .sec-ttl {
  font-size: 2.6rem;
}

#reason .sec-ttl span.em {
  color: #e60416;
}

#reason .sec-comment {
  font-size: 1.3rem;
}

#reason .reason-section {
  border-bottom: dashed 1px #b6b6b6;
  padding: 30px 0 20px;
}

#reason .reason-section:last-child {
  border-bottom: none;
}

#reason .reason-section .imgbox {
  display: inline-block;
  vertical-align: bottom;
}

#reason .reason-section .ttl-box {
  position: relative;
  line-height: 0;
}

#reason .reason-section .ttl-box:after {
  position: absolute;
  content: '';
  width: 80%;
  height: 4px;
  background: #dcdddd;
  display: block;
  bottom: 0;
  left: 177px;
}

#reason .reason-section .sub-ttl {
  display: inline-block;
  vertical-align: bottom;
  color: #0e6eb8;
  margin: 0;
  line-height: 1.3;
  padding-left: 20px;
  font-size: 3.4rem;
  font-weight: normal;
  vertical-align: top;
}

#reason .reason-section .text-container {
  display: table;
}

#reason .reason-section .text-container .imgbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

#reason .reason-section .text-container .imgbox img {
  width: 70px;
}

#reason .reason-section .text-container .text-box {
  display: table-cell;
  width: 79%;
  vertical-align: top;
}

#reason .reason-section .point {
  color: #009944;
  font-size: 1.8rem;
}

#reason .reason-section p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #reason .sec-comment {
    margin-bottom: 10px;
  }

  #reason .reason-section {
    padding: 15px 0;
  }

  #reason .reason-section .imgbox {
    text-align: center;
    display: block;
  }

  #reason .reason-section .sub-ttl {
    padding: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 2.6rem;
    display: block;
  }

  #reason .reason-section .ttl-box:after {
    display: none;
  }

  #reason .reason-section .text-container,
  #reason .reason-section .text-container .imgbox,
  #reason .reason-section .text-container .text-box {
    display: block;
    width: 100%;
  }

  #reason .reason-section .text-box {
    padding-left: 0;
  }

  #reason .reason-section .text-box {
    background-position: top 5px center !important;
  }
}

/* =よくある質問
-------------------------------------------------------------- */
.post-type-archive-faq {
  background: url('/wp-content/themes/customize/images/background/bg_living_center_g.png') no-repeat scroll top center;
  background-size: contain;
}

.post-type-archive-faq .content-wrap {
  background: url('/wp-content/themes/customize/images/page/bg_grid.png') rgba(255, 255, 255, .7) repeat scroll top left;
  padding-top: 0;
}

.post-type-archive-faq .question-box {
  background: #0d6fb8;
  padding: 11px 1.1% 11px 110px;
  border-radius: 3px;
  position: relative;
  margin: 30px 0 22px;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.post-type-archive-faq .ttl-box {
  padding-top: 80px;
}

.post-type-archive-faq h3 {
  margin: 30px 0 20px;
}

.post-type-archive-faq .question-box:before {
  content: url('/wp-content/themes/customize/images/page/ico_faq_q.png');
  position: absolute;
  top: -10px;
  left: 3.6%;
}

.post-type-archive-faq .question-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0d6eb8 transparent transparent transparent;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}

.post-type-archive-faq .question-box p {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
}

.post-type-archive-faq .answer-box {
  background: #fff;
  border: 1px solid #bababa;
  border-radius: 3px;
  padding: 20px 5%;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.post-type-archive-faq .answer-box .answer-inner {
  font-size: 1.8rem;
  padding: 0px 5px 0px 60px;
  position: relative;
}

.post-type-archive-faq .answer-inner:before {
  content: url('/wp-content/themes/customize/images/page/ico_faq_a.png');
  position: absolute;
  top: -5px;
  left: -2px;
}

.post-type-archive-faq .answer-box .text-box {
  margin-top: 30px;
  font-size: 1.3rem;
}

.post-type-archive-faq .answer-box .text-box li {
  width: 50%;
  font-size: 1.3rem;
}

.post-type-archive-faq .answer-box p {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .post-type-archive-faq .question-box {
    padding: 11px 1.1% 11px 95px;
  }

  .post-type-archive-faq .answer-box .text-box li {
    width: 100%;
  }

  .post-type-archive-faq .answer-box .answer-inner {
    padding: 40px 5px 0 5px;
  }

  .post-type-archive-faq .answer-inner:before {
    top: -10px;
    left: -10px;
  }

  .post-type-archive-faq .question-box {
    padding: 11px 1.1% 11px 85px;
  }
}

/* =ご利用までの流れ
-------------------------------------------------------------- */
#flow {
  background: url('/wp-content/themes/customize/images/background/bg_living_center_g.png') no-repeat scroll top center;
  background-size: contain;
}

#flow .content-wrap {
  background: url('/wp-content/themes/customize/images/page/bg_grid.png') rgba(255, 255, 255, .7) repeat scroll top left;
}

#flow .flow-section {
  padding: 50px 0;
}

#flow .inner-box {
  width: 100%;
  font-size: 0;
  display: table;
  margin-top: 20px;
}

#flow .flow-section:nth-of-type(-n+8) .inner-box {
  box-shadow: 5px 5px 10px #cfd0d0;
}

#flow .flow-section:nth-of-type(-n+7) {
  position: relative;
}

#flow .flow-section:nth-of-type(-n+7):after {
  position: absolute;
  content: url('/wp-content/themes/customize/images/page/arrow_flow.png');
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#flow .item-box,
#flow .text-box {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#flow .item-box {
  width: 30%;
  background: #0d6fb8;
  padding: 15px;
  color: #fff;
  font-size: 1.8rem;
}

#flow .item-box .imgbox,
#flow .item-box p {
  display: inline-block;
  vertical-align: middle;
}

#flow .item-box p,
#flow .text-box p {
  margin: 0;
}

#flow .item-box .imgbox img {
  width: 70px;
}

#flow .text-box {
  width: 69%;
  background: #fff;
  font-size: 1.5rem;
  padding: 15px 40px 15px 45px;
}

#flow table {
  font-size: 1.3rem;
  margin: 0;
}

#flow th {
  background: #0d6fb8;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

#flow thead th:first-child {
  width: 18%;
}

#flow thead th:nth-child(n+2) {
  width: 41%;
}

#flow td {
  background: #fff;
}

#flow .flow-section ul {
  list-style: none;
  padding: 0;
}

#flow .flow-section ul li {
  font-size: 1.3rem;
  line-height: 1.3;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#flow .flow-section ul li:before {
  content: '●';
  font-size: 1.8rem;
}

/*@media screen and (max-width: 960px) {
  #flow .item-box {
    background-position: top 15% center !important;
    padding: 15px !important;
    text-align: center;
    vertical-align: bottom;
  }
  #flow .item-box .imgbox img {
    width: 40px;
  }
}*/
@media screen and (max-width: 480px) {

  #flow .inner-box,
  #flow .item-box,
  #flow .text-box {
    display: block;
    width: 100%;
  }

  #flow .item-box {
    background-position: center left 5% !important;
    vertical-align: middle;
  }

  #flow .text-box {
    padding: 15px;
  }

  #flow table,
  #flow tbody,
  #flow tr,
  #flow th,
  #flow td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #flow thead {
    display: none;
  }

  #flow td {
    position: relative;
    padding-left: 7em;
  }

  #flow td:first-of-type:before {
    content: '内容';
    position: absolute;
    left: 1em;
  }

  #flow td:last-of-type:before {
    content: 'ご請求方法';
    position: absolute;
    left: 1em;
  }
}

/* =お知らせ＆ピックアップ
-------------------------------------------------------------- */
.category-news .sec-news {
  padding: 50px 0;
}

/* =お客様の声
-------------------------------------------------------------- */
.post-type-archive-voice {
  background: url('/wp-content/themes/customize/images/background/bg_living_center_g.png') no-repeat scroll top center;
  background-size: contain;
}

.post-type-archive-voice .content-wrap {
  background: url('/wp-content/themes/customize/images/page/bg_grid.png') rgba(255, 255, 255, .7) repeat scroll top left;
}

.post-type-archive-voice .voice-section {
  font-size: 0;
}

.post-type-archive-voice .item-box {
  display: inline-block;
  width: 48.5%;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 0 3% 18px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-type-archive-voice .item-box:nth-child(6n),
.post-type-archive-voice .item-box:nth-child(6n+1) {
  border: 1px solid #83cda4;
  background: -webkit-linear-gradient(left, rgba(178, 224, 199, .8), rgba(113, 198, 150, .8));
  background: -o-linear-gradient(left, rgba(178, 224, 199, .8), rgba(113, 198, 150, .8));
  background: linear-gradient(to right, rgba(178, 224, 199, .8), rgba(113, 198, 150, .8));
}

.post-type-archive-voice .item-box:nth-child(6n+2),
.post-type-archive-voice .item-box:nth-child(6n+3) {
  border: 1px solid #b2bbe2;
  background: -webkit-linear-gradient(left, rgba(149, 205, 236, .8), rgba(126, 168, 214, .8));
  background: -o-linear-gradient(left, rgba(149, 205, 236, .8), rgba(126, 168, 214, .8));
  background: linear-gradient(to right, rgba(149, 205, 236, .8), rgba(126, 168, 214, .8));
}

.post-type-archive-voice .item-box:nth-child(6n+4),
.post-type-archive-voice .item-box:nth-child(6n+5) {
  border: 1px solid #ef6ab4;
  background: -webkit-linear-gradient(left, rgba(247, 183, 218, .8), rgba(241, 123, 188, .8));
}

.post-type-archive-voice .item-box:nth-child(2n) {
  margin-right: 0;
}

.post-type-archive-voice .text-box {
  background: #fffeef;
  position: relative;
  padding: 20px 30px;
  border: 1px solid #f0de9c;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.post-type-archive-voice .text-box:after {
  content: '';
  position: absolute;
  width: 0;
  transform: rotate(-30deg);
  height: 0;
  bottom: -8px;
  left: 50px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fffeef transparent;
}

.post-type-archive-voice .text-box .voice-ttl {
  font-size: 1.5rem;
  margin: 0;
}

.post-type-archive-voice .item-box:nth-child(6n) .voice-ttl,
.post-type-archive-voice .item-box:nth-child(6n+1) .voice-ttl {
  color: #007121;
}

.post-type-archive-voice .item-box:nth-child(6n+2) .voice-ttl,
.post-type-archive-voice .item-box:nth-child(6n+3) .voice-ttl {
  color: #023879;
}

.post-type-archive-voice .item-box:nth-child(6n+4) .voice-ttl,
.post-type-archive-voice .item-box:nth-child(6n+5) .voice-ttl {
  color: #e4007f;
}

.post-type-archive-voice .text-box p {
  font-size: 1.3rem;
  line-height: 2;
}

.post-type-archive-voice .text-box .rule {
  background: url('/wp-content/themes/customize/images/page/bg_rule.png') repeat scroll bottom left;
  line-height: 2;
  display: block;
}

.post-type-archive-voice .customer-box {
  margin-left: 80px;
  position: relative;
  font-size: 1.5rem;
}

.post-type-archive-voice .customer-box p {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #fff;
  text-align: right;
}

.post-type-archive-voice .customer-box span {
  display: inline-block;
}

.post-type-archive-voice .customer-box:before {
  content: '';
  position: absolute;
  top: -35px;
  left: -70px;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.post-type-archive-voice .customer-box:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -70px;
  display: block;
  width: 38px;
  height: 18px;
  border-radius: 10px 10px 0 0;
}

.post-type-archive-voice .item-box:nth-child(6n) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n+1) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n) .customer-box:after,
.post-type-archive-voice .item-box:nth-child(6n+1) .customer-box:after {
  background: #009944;
}

.post-type-archive-voice .item-box:nth-child(6n+2) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n+3) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n+2) .customer-box:after,
.post-type-archive-voice .item-box:nth-child(6n+3) .customer-box:after {
  background: #0d6fb8;
}

.post-type-archive-voice .item-box:nth-child(6n+4) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n+5) .customer-box:before,
.post-type-archive-voice .item-box:nth-child(6n+4) .customer-box:after,
.post-type-archive-voice .item-box:nth-child(6n+5) .customer-box:after {
  background: #ea6f79;
}

@media screen and (max-width: 480px) {
  .post-type-archive-voice .item-box:nth-child(n) {
    display: block;
    width: 100%;
  }
}

/* = pricelist
-------------------------------------------------------------- */
#pricelist .sec-inner {
  padding-bottom: 70px;
}

#pricelist .sp {
  display: none;
}

#pricelist .sec-box {
  padding: 50px 6% 20px;
}

#pricelist .sec-box:first-of-type {
  display: block;
}

#pricelist .sec-box:first-of-type::before {}

#pricelist .sub-ttl {
  margin-top: 30px;
}

#pricelist .sub-ttl span {
  cursor: default;
}

#pricelist table {
  margin: 20px 0;
}

#pricelist th,
#pricelist td {
  padding: 6px;
  font-size: 14px;
}

#pricelist td:first-child {
  background: #023879;
  color: #fff;
}

#pricelist th {
  background: #023879;
  color: #fff;
  font-weight: normal;
}

#pricelist .color-scheme-lightblue table {
  border: none;
}

#pricelist .color-scheme-lightblue td:first-child,
#pricelist .color-scheme-lightblue th {
  background: #0084c9;
}

@media screen and (max-width: 480px) {
  #pricelist .sp {
    display: inline;
  }

  #pricelist .sub-ttl span {
    cursor: default;
  }

  #pricelist .sec-comment {
    margin-bottom: 10px;
  }

  #pricelist table {
    display: none;
    border: none;
  }

  #pricelist thead {
    display: none;
  }

  #pricelist tr {
    display: block;
  }

  #pricelist th {
    display: none;
  }

  #pricelist td:first-child {
    /* display: none; */
  }

  #pricelist tr:first-child {
    border-top: 1px solid #999;
  }

  #pricelist tr:last-child td:last-child {
    border-bottom: 1px solid #999;
  }

  #pricelist td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }

  #pricelist td::before {
    content: attr(data-label);
    float: left;
    color: rgb(85, 85, 85);
    font-weight: bold;
    padding-left: 1em;
  }
}

/* 送料の計算が差し引かれない表示となるため非表示 */
#amount_each_time {
  display: none;
}



/* エリアページ
-------------------------------------------------------------- */
.at-areapage .home-heading {
  text-align: center;
  font-size: 1.8em;
  font-weight: 800;
}

.at-areapage .heading-txt {
  text-align: center;
}


@media(max-width:640px) {
  .at-areapage .top-banner-flex {
    gap: 12px;
  }

  .at-areapage .top-banner-img img {
    min-width: 350px;
  }
}

.at-areapage .text-d-r {
  color: red;
  font-weight: bold;
}

.at-areapage .tel-btn a {
  background: no-repeat scroll center left 25px,
    linear-gradient(to bottom, #0e6eb8 0%, #1a73e8 100%);
}

.at-areapage .home-sec-ttl {
  border-bottom: 3px solid #281d87;
}

.at-areapage .home-sec-ttl::before {
  content: \f06a;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.at-areapage .top-banner-flex {
  display: flex;
  justify-content: space-around;
  align-self: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.at-areapage .home-sec-box {
  margin: 45px auto;
}

.at-areapage .home-sec-ttl {
  background: #fff;
  border-bottom: 3px solid #000;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 30px;
}

.at-areapage .home-sec-ttl.corner:after {
  border-color: transparent transparent #0e6eb8 transparent;
}

.at-areapage .home-sec-ttl a {
  display: block;
  padding: 3px 0;
  color: initial;
}

.at-areapage .home-sec-ttl a:hover {
  background: rgba(14, 110, 184, 0.3);
}

.at-areapage .item-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage .item-box a {
  text-decoration: none;
  display: block;
  color: inherit;
}

.at-areapage .ttl-box {
  width: 100%;
  background: #0e6eb8;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.at-areapage .item-ttl {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage .text-box {
  background: #f6f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage .text-box p {
  font-size: 1.4rem;
}

.at-areapage .corner,
.at-areapage .corner-w,
.at-areapage .corner-s {
  position: relative;
}

.at-areapage .corner-w:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #c6cfe8 transparent;
}

.at-areapage .corner:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #c9caca transparent;
}

.at-areapage .corner-s:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #c9caca transparent;
}

@media screen and (max-width: 480px) {
  .at-areapage .ttl-box {
    padding: 5px 0;
    font-size: 2rem;
  }

  .at-areapage .home-sec-box {
    margin: 25px auto;
  }

  .at-areapage .text-box p {
    font-size: 1.7rem !important;
  }
}

/*ranking*/
.at-areapage #home-ranking li {
  position: relative;
  width: 32%;
  height: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
}

.at-areapage #home-ranking li * {
  transition: all 0.35s ease;
}

.at-areapage #home-ranking li:nth-child(3n) {
  margin-right: 0;
}

.at-areapage #home-ranking li:hover .item-ttl {
  top: calc(0%);
}

.at-areapage #home-ranking .imgbox {
  background: #fff;
  text-align: center;
}

.at-areapage #home-ranking .item-ttl {
  position: absolute;
  /*position: static;*/
  top: calc(76%);
  background: rgba(0, 84, 161, 0.7);
  padding: 15px 5%;
  margin-top: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-ranking .sub-ttl {
  font-size: 17px;
  margin: 0;
  line-height: 1.2;
  min-height: 2.5em;
  color: #fff;
}

.at-areapage #home-ranking .sub-ttl span {
  display: inline-block;
  vertical-align: middle;
}

.at-areapage #home-ranking .sub-ttl span:first-child {
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-ranking .sub-ttl span:last-child {
  margin-left: 1em;
  font-weight: bold;
}

.at-areapage #home-ranking .text-box {
  background: rgba(0, 84, 161, 0);
  color: #fff;
  font-size: 1.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-ranking .text-box a {
  display: block;
  color: initial;
}

/*reason*/
.at-areapage #home-reason,
.at-areapage #home-scene,
.at-areapage #home-genre {
  font-size: 0;
}

.at-areapage .home-list-box {
  width: 32.3%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  vertical-align: top;
  background: #f6f7f7;
  border: 1px solid #e1e1e1;
}

.at-areapage .home-list-box:nth-child(3n) {
  margin-right: 0;
}

.at-areapage .home-list-box .text-box {
  padding: 30px 17.1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage .home-list-box .text-box p {
  margin: 0;
  font-size: 1.3rem;
}

.at-areapage #home-reason .home-list-box .imgbox img,
.at-areapage #home-flow .imgbox img {
  width: 60px;
}

@media screen and (max-width: 480px) {

  .at-areapage #home-ranking li:nth-child(n),
  .at-areapage .home-list-box:nth-child(n) {
    width: 49%;
    margin-right: 2%;
  }

  .at-areapage #home-ranking li:nth-child(2n),
  .at-areapage .home-list-box:nth-child(2n) {
    margin-right: 0;
  }

  .at-areapage #home-ranking .sub-ttl span {
    display: block;
    font-size: 2rem;
  }

  .at-areapage #home-ranking .item-ttl {
    position: static;
  }

  .at-areapage #home-ranking .sub-ttl span:last-child {
    margin-left: 0;
    margin-top: 14px;
  }

  .at-areapage .ttl-box .imgbox,
  .at-areapage .ttl-box .item-ttl {
    font-size: 2rem;
  }

  .at-areapage .home-list-box .text-box {
    padding: 10px;
  }
}

.at-areapage .post-type-archive-faq .ttl-box {
  padding-top: 15px;
}

/*5つ並びのアイテム*/
.at-areapage #home-flow {
  font-size: 0;
}

.at-areapage .home-flow-list-box {
  vertical-align: top;
  width: 19.2%;
  margin-left: 4.5%;
  margin-bottom: 45px;
  border: 1px solid #e1e1e1;
  position: relative;
  box-shadow: 5px 5px 10px #cfd0d0;
}

.at-areapage .home-flow-list-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 17px;
  border-color: transparent transparent transparent #0e6eb8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -34px;
  margin: auto;
}

.at-areapage .home-flow-list-box:last-child {
  margin-right: 4.5%;
}

.at-areapage .home-flow-list-box:last-child:after {
  display: none;
}

.at-areapage .home-flow-list-box .item-ttl span {
  display: block;
}

.at-areapage .home-flow-list-box .item-ttl span:first-child {
  font-size: 2.1rem;
}

.at-areapage .home-flow-list-box .item-ttl span:last-child {
  font-size: 1.5rem;
}

.at-areapage .home-flow-list-box .text-box {
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage .home-flow-list-box .text-box .imgbox {
  text-align: center;
}

.at-areapage .home-flow-list-box .text-box p {
  font-size: 1.3rem;
  margin: 5px 0 0;
}

@media screen and (max-width: 480px) {
  .at-areapage .home-flow-list-box:nth-child(n) {
    width: 49%;
    margin: 0 2% 2% 0;
    font-size: 0;
  }

  .at-areapage .home-flow-list-box:nth-child(2n) {
    margin-right: 0;
  }

  .at-areapage .home-flow-list-box:after {
    top: auto;
    bottom: -10px;
    left: 45px;
    margin: 0;
    transform: rotate(90deg);
  }

  .at-areapage .home-flow-list-box .text-box {
    display: inline-block;
    width: 80%;
  }

  .at-areapage .home-flow-list-box .text-box {
    padding: 10px;
  }

  .at-areapage .home-flow-list-box:after {
    display: none;
  }

  .at-areapage .home-flow-list-box .ttl-box {
    /*display: block;*/
    width: 100%;
    vertical-align: top;
  }

  .at-areapage .home-flow-list-box .text-box {
    display: block;
    width: 100%;
    /*text-align: center;*/
  }
}

.at-areapage #home-delivery {
  font-size: 0;
}

.at-areapage #home-delivery p,
.at-areapage #home-delivery p,
.at-areapage #home-delivery p {
  font-size: 1.2rem;
}

.at-areapage #home-delivery .ttl-box {
  vertical-align: middle;
}

.at-areapage #home-delivery .item-ttl {
  font-size: 2.1rem;
  line-height: 1.1;
}

.at-areapage #home-delivery .area-box {
  width: 100%;
  display: table;
  font-size: 0;
  margin: 20px 0;
}

.at-areapage #home-delivery .area-box .ttl-box {
  display: table-cell;
  width: 17%;
}

.at-areapage #home-delivery .area-box .text-container {
  display: table-cell;
  width: 73%;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-delivery .area-box .text-box {
  display: inline-block;
  vertical-align: top;
  min-height: 58px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 18px 10px;
  width: 16%;
  margin: 0 0.6% 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-delivery .area-box .text-box:last-child {
  width: 32%;
  margin-right: 0;
}

.at-areapage #home-delivery .area-box .text-box p {
  margin: 0;
}

.at-areapage #home-delivery .map-box {
  background: #fff;
  width: 100%;
}

.at-areapage #home-delivery .map-box iframe {
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}

.at-areapage #home-delivery .lower-container {
  width: 100%;
  margin: 20px 0;
}

.at-areapage #home-delivery .postage {
  display: table;
  /*width: 49%;*/
  width: 100%;
  /*margin-right: 1%;*/
  margin-bottom: 20px;
}

.at-areapage #home-delivery .postage .ttl-box {
  display: table-cell;
  width: 17%;
  /*width: 100%;*/
}

.at-areapage #home-delivery .postage .text-box,
.at-areapage #home-delivery .payment .text-container {
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-delivery .postage .text-box {
  display: table-cell;
  width: 73%;
  /*width: 100%;*/
}

.at-areapage #home-delivery .postage dl {
  border: 1px solid #efefef;
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}

.at-areapage #home-delivery .postage dt {
  background: #efefef;
  padding: 5px 15px;
}

.at-areapage #home-delivery .postage dd {
  margin: 0;
  padding: 5px 15px;
}

.at-areapage #home-delivery .payment {
  display: table;
  /*width: 50%;*/
  width: 100%;
}

.at-areapage #home-delivery .payment .ttl-box {
  width: 17%;
  display: table-cell;
}

.at-areapage #home-delivery .payment .text-container {
  width: 73%;
  display: table-cell;
}

.at-areapage #home-delivery .payment .text-box {
  display: inline-block;
  border: 1px solid #efefef;
  /*width: 48.5%;*/
  width: 100%;
  background: #fff;
  padding: 5px 15px;
  margin: 0 3% 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.at-areapage #home-delivery .payment .text-box:nth-child(2n) {
  margin-right: 0;
}

.at-areapage #home-delivery .payment .text-box p {
  margin: 0 10px 0 0;
  display: inline-block;
}

.at-areapage #home-delivery p.payment-comment {
  font-size: 1rem;
  margin: 0;
  padding: 5px;
}

@media screen and (max-width: 480px) {

  .at-areapage #home-delivery .area-box .ttl-box,
  .at-areapage #home-delivery .area-box .text-container,
  .at-areapage #home-delivery .postage,
  .at-areapage #home-delivery .postage .ttl-box,
  .at-areapage #home-delivery .postage .text-box,
  .at-areapage #home-delivery .payment,
  .at-areapage #home-delivery .payment .ttl-box,
  .at-areapage #home-delivery .payment .text-container {
    display: block;
    width: 100%;
    float: none;
  }

  .at-areapage #home-delivery .area-box .text-container {
    padding-left: 0;
    padding: 10px 0;
  }

  .at-areapage #home-delivery .area-box .text-box:nth-child(n) {
    width: 49%;
    margin: 0 2% 5px 0;
  }

  .at-areapage #home-delivery .area-box .text-box:nth-child(2n) {
    margin-right: 0;
  }

  .at-areapage #home-delivery .postage dt {
    font-size: 1.9rem;
  }

  .at-areapage #home-delivery .postage dd {
    font-size: 1.7rem;
  }

  .at-areapage #home-delivery p.payment-comment {
    font-size: 1.7rem;
  }
}

.at-areapage .post-type-archive-faq .content-wrap {
  padding-top: 10px;
}

/*gaiyou*/
.at-areapage .c-nap {
  background: #fff;
  margin: 0 0 40px;
  padding: 20px;
}

.at-areapage .brsp {
  display: none;
}

@media screen and (max-width: 480px) {
  .at-areapage .brsp {
    display: block;
  }
}

/*  価格表のテーブルはみ出し対策 
====================================== */
#pricelist td {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  #pricelist td {
    font-size: 14px;
    /* text-align: center; */
  }
}

/*20231130-areapage お客様の声*/
.post-voice .voice-list {
  padding-inline-start: 0;
}

.post-voice .voice-list li {
  margin-bottom: 30px;
  list-style-type: none;
}

.post-voice .voice-list li .voice_ttl {
  color: #167955;
  font-size: 1.2em;
}

/*20240109-areapage-Gmap*/
.g-map.g-maparea iframe {
  pointer-events: auto !important
}

/*20240109-areapage-faqlink*/
.area-faqbtn {
  margin-top: 30px;
  text-align: center;
}

.area-faqbtn a {
  background: #0d6fb8;
  padding: 11px 2%;
  color: #FFF;
}

.area-faqbtn a:hover {
  text-decoration: none;
}

/* SDGsページ */
#sdgs {
  background-image: url(/wp-content/themes/customize/images/background/sdgs-background.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrap.sdgs-content-wrap-1 {
  background: rgba(255, 255, 255, .5);
  margin: 0;
}

.content-wrap.sdgs-content-wrap-1 .sec-inner,
.content-wrap.sdgs-content-wrap-2 .sec-inner
{
  max-width: 800px;
  margin: 0 auto;
}

.content-wrap.sdgs-content-wrap-2 {
  background: rgba(255, 255, 255, 1);
  margin: 0;
}

.content-wrap .sdgs-title-bottom {
  width: 90%;
  height: 5px;
  max-width: 350px;
  margin: 10px auto;
  margin-bottom: 50px;
  background-image: url(/wp-content/themes/customize/images/page/sdgs-title-bottom.svg);
}

.content-wrap h1,
.content-wrap h3 {
  margin: 0;
  margin-top: 30px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
}

.sdgs-content-wrap-2 .img-wrap {
  text-align: center;
  margin: 50px 0;
}

.sdgs-content-wrap-2 .img-wrap img {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.rental-k-sdgs-button {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.rental-k-sdgs-button a {
  padding: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px #888;
  max-width: 100px;
  transition: .2s;
}

.rental-k-sdgs-button a:hover {
  box-shadow: 0px 0px 0px #fff;
  scale: 0.95;
}

.content-wrap.sdgs-content-9 {
  background: #ed6a02;
  margin: 0;
  margin-top: 50px;
}

.content-wrap.sdgs-content-12 {
  background: #d39200;
  margin: 0;
}

.content-wrap.sdgs-content-13 {
  background: #427935;
  margin: 0;
  margin-bottom: 50px;
}

.content-wrap.sdgs-content-9 .icon-img-wrap img,
.content-wrap.sdgs-content-12 .icon-img-wrap img,
.content-wrap.sdgs-content-13 .icon-img-wrap img {
  padding: 5px;
  background-color: #fff;
  width: 100%;
  max-width: 150px;
}

.content-wrap.sdgs-content-9 .sdgs-title,
.content-wrap.sdgs-content-12 .sdgs-title,
.content-wrap.sdgs-content-13 .sdgs-title {
  display: flex;
  align-items: center;
}

.content-wrap.sdgs-content-9 .sdgs-title h3,
.content-wrap.sdgs-content-12 .sdgs-title h3,
.content-wrap.sdgs-content-13 .sdgs-title h3 {
  color: #fff;
  text-align: left;
  margin: 0;
  margin-left: 30px;
}

.content-wrap.sdgs-content-9 h4 span,
.content-wrap.sdgs-content-12 h4 span,
.content-wrap.sdgs-content-13 h4 span {
  color: #ed6a02;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 2rem;
  line-height: 3rem;
  position: relative;
  bottom: -3px;
}

.content-wrap.sdgs-content-12 h4 span {
  color: #d39200;
}

.content-wrap.sdgs-content-13 h4 span {
  color: #427935;
}

.content-wrap.sdgs-content-9 h4,
.content-wrap.sdgs-content-12 h4,
.content-wrap.sdgs-content-13 h4 {
  border-bottom: solid 3px #fff;
}

.sgds-num p {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.sdgs-arrow {
  width: 60px;
  height: 30px;
  margin: auto;
  background-color: #ffffff;
  clip-path: polygon(50% 30px, 0% 0%, 60px 0%);
}

.sdgs-content-9 .white-box-tab,
.sdgs-content-12 .white-box-tab,
.sdgs-content-13 .white-box-tab {
  width: fit-content;
  margin-left: auto;
  border: solid 3px #fff;
  border-bottom: none;
  padding: 0px 15px;
  color: #fff;
}

.sdgs-content-9 .white-box,
.sdgs-content-12 .white-box,
.sdgs-content-13 .white-box {
  display: flex;
  background-color: #fff;
  padding: 20px;
  justify-content: space-between;
}

.sdgs-content-9 .white-box h3,
.sdgs-content-12 .white-box h3,
.sdgs-content-13 .white-box h3 {
  text-align: left;
  margin-bottom: 20px;
}

.sdgs-content-9 .sdgs-title-bottom,
.sdgs-content-12 .sdgs-title-bottom,
.sdgs-content-13 .sdgs-title-bottom {
  margin: 0;
  max-width: 100%;
}

.white-box .sdg-texts p {
  max-width: 450px;
}

.sdgs-content-9 .white-box .sdg-texts,
.sdgs-content-12 .white-box .sdg-texts,
.sdgs-content-13 .white-box .sdg-texts {
  max-width: 500px;
  margin-right: 30px;
}

.white-box .sdg-images img {
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  max-height: 160px;
}

.sdgs-content-9 .white-box .sdg-images,
.sdgs-content-12 .white-box .sdg-images,
.sdgs-content-13 .white-box .sdg-images {
  display: flex;
  max-width: 350px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}


@media screen and (max-width: 480px) {

  .content-wrap.sdgs-content-9 .sdgs-title h3,
  .content-wrap.sdgs-content-12 .sdgs-title h3,
  .content-wrap.sdgs-content-13 .sdgs-title h3 {
    margin-left: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .sdgs-content-9 .white-box,
  .sdgs-content-12 .white-box,
  .sdgs-content-13 .white-box {
    flex-direction: column;
  }

  .sdgs-content-9 .white-box .sdg-texts,
  .sdgs-content-12 .white-box .sdg-texts,
  .sdgs-content-13 .white-box .sdg-texts {
    max-width: 100%;
    margin-right: 0;
  }

  .sdgs-content-9 .white-box .sdg-images,
  .sdgs-content-12 .white-box .sdg-images,
  .sdgs-content-13 .white-box .sdg-images {
    max-width: 100%;
    flex-direction: column;
  }

  .white-box .sdg-images img {
    display: block;
    aspect-ratio: unset;
    max-height: unset;
    width: 100%;
  }
}