@charset "UTF-8";
/* ==========================================================================
 出力先階層
========================================================================== */
/* ==========================================================================
 Foundation
========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* -----------------------------------------------------------------
 Only
----------------------------------------------------------------- */
/* =================================================================
 /lineup/D-4KWH 専用CSS
================================================================= */
/*anchor link 変更*/
.c-icon.-anchor {
  padding-left: 28px;
  padding-bottom: 1px;
  background: url(../images/icon_anchor.png) left center/20px no-repeat;
  color: #80cbc4;
  font-weight: 400;
}

.p-anchor {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 70px;
  padding: 0 15px;
  background: #fff;
}

.p-anchor .p-anchor_inner.-bdr {
  border-top: 1px solid #80cdc4;
}

.p-anchor .p-anchor_inner {
  padding: 38px 50px 30px;
  border-bottom: 1px solid #80cbc4;
}

.l-lineup.-green .l-lineup_header.-low {
  background: #004029;
}

.l-lineup .l-lineup_nav_low.no-subSectionContents {
  padding-bottom: 0;
}

.l-lineup .l-lineup_nav .no-subSection + .l-lineup_nav_lowAside {
  display: none;
}

.l-lineup .l-lineup_nav_lowAside_link {
  color: #004029;
  font-size: 1.8rem;
}

.l-lineup .l-lineup_nav_lowAside_link.is-current {
  background: none;
  color: #004029;
  position: relative;
}
.l-lineup .l-lineup_nav_lowAside_link.is-current:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #778c83;
  position: absolute;
  bottom: calc(50% - 8px);
  left: 0;
  right: 0;
  margin: auto;
}

.c-flex .c-flex_row {
  margin-right: 40px;
}

/* 共通パーツの設定変更 */
/* unit系 */
.p-unit .p-unit_img {
  text-align: center;
}

.p-unit_note {
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  color: #898989;
}

/* section title */
.p-ttl.-tag {
  margin-bottom: 40px;
  padding: 10px 28px;
  border-left: none;
  background-color: initial;
  border: 3px solid #80cbc4;
}

.p-ttl .p-ttl_l {
  color: #004029;
  font-size: 3rem;
  font-weight: 500;
}

.p-ttl .p-ttl_m {
  color: #80cbc4;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-ttl.-ttlS {
  margin-bottom: 30px;
  color: #777;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

.p-ttl.-sub .p-ttl_sub {
  text-align: center;
  color: #777;
  font-size: 2.8rem;
  font-weight: 700;
}

.p-ttl.-sub .p-txt {
  text-align: center;
  color: #777;
  font-size: 1.8rem;
  font-weight: 700;
}

/*section text*/
.p-unit .p-unit_txt {
  font-size: 1.6rem;
}

.p-unit .p-unit_txt.-explan {
  margin-bottom: 20px;
  line-height: 1.75;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

/* contents logo */
.p-unit .p-unit_img.-logo {
  margin-right: auto;
  margin-bottom: 0;
  text-align: left;
}
.p-unit .p-unit_img.-logo img {
  margin-right: 20px;
  vertical-align: bottom;
}

/* contents border */
.c-bdr.-round .c-bdr_in {
  padding-top: 0;
}

.c-bdr.-round {
  border-radius: 8px;
}

.c-bdr .c-bdr_txt {
  margin-bottom: 50px;
  color: #777;
  font-size: 1.6rem;
}

.p-rec_separater {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px dotted #b5b5b5;
}

.c-note_list.-left {
  text-align: left;
}

.c-note_list {
  padding-left: 2rem;
  text-indent: -1.5rem;
}

/* indent */
@media screen and (min-width: 640px) {
  .c-note.-astNum .c-note_list {
    text-indent: -3.4rem;
    padding-left: 3.4rem;
  }

  .c-note.-astNum02 .c-note_list {
    text-indent: -2.7em;
    padding-left: 2.4em;
  }
}
/* btn style */
.btn_container {
  text-align: center;
}
.btn_container.-right {
  margin-left: auto;
}
.btn_wrap {
  width: auto;
  max-width: 350px;
  display: inline-block;
  text-align: center;
}
.btn_wrap a {
  padding: 10px;
  display: block;
  background-color: #028330;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}
.btn_icon-arrow {
  padding-left: 18px;
  background: url(../images/icon_arrow_right_off.gif) left center/auto no-repeat;
}
.btn_icon-blank {
  padding-right: 28px;
  background: url(../images/icon_window_wt.png) right center/auto no-repeat;
}
.btn_small {
  font-size: 1.2rem;
  text-align: right;
}

/* blank */
.icon-blank01 {
  display: inline-block;
  background: url(../images/icon_window.png) right center no-repeat;
  margin-left: 20px;
  padding-right: 15px;
}

.icon-blank02 {
  display: inline-block;
  background: url(../images/icon_window.png) right center no-repeat;
  margin-left: 35px;
  padding-right: 15px;
}

.icon-blank03 {
  display: inline-block;
  background: url(../images/icon_window.png) right center no-repeat;
  margin-left: 0px;
  padding-right: 15px;
}

.icon-blank04 {
  display: inline-block;
  background: url(../images/icon_window.png) left center no-repeat;
  padding-left: 15px;
  text-indent: 0;
}

.icon-blank05 {
  display: inline;
  background: url(../images/icon_window.png) right center no-repeat;
  margin-left: 0px;
  padding-right: 15px;
}

/* flex style */
.p-flex {
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.p-flex.center {
  justify-content: center;
}

.p-flex.sp-bet {
  justify-content: space-between;
}

.p-flex.sp-around {
  justify-content: space-around;
}

.p-flex.column2 .flex-item--grbdr {
  margin-top: 60px;
  padding: 40px 30px 60px;
  flex: 0 0 36%;
  flex: 0 0 calc(48%);
  border: 2px solid #1296a2;
  border-radius: 8px;
}

.p-flex.column2 .flex-item:nth-child(1) {
  margin-right: 2%;
}

.p-flex.column2 .flex-item:nth-child(2) {
  margin-left: 2%;
}

.p-flex .flex-item .p-txt {
  font-size: 1.6rem;
  color: #777;
  margin-top: 20px;
  clear: both;
}

.p-clrttl {
  color: #1297a1;
  font-size: 2rem;
  font-weight: bold;
}

/* TOP */
.l-lineup.-green .l-lineup_header {
  background: #dff2fc;
}

/* パンくず */
.g-crumb.is-other .g-crumb_inner {
  color: #fff;
}

/* ファーストビュー */
.l-lineup .l-lineup_mv_regza {
  top: auto;
  bottom: 0;
}

.l-lineup .l-lineup_mv_body {
  color: #004029;
  font-size: 3.4rem;
  font-weight: 400;
  top: 38px;
  left: 0;
}

.l-lineup .l-lineup_mv_box {
  top: 120px;
  right: 150px;
  bottom: auto;
}

.l-lineup .l-lineup_mv_box.-logo {
  top: 240px;
  bottom: auto;
  left: 60px;
}
.l-lineup .l-lineup_mv_box.-logo img {
  max-width: 80px;
}

.l-lineup .l-lineup_mv_func {
  top: 29px;
  right: 0;
}

.l-lineup .l-lineup_mv_bnr {
  margin-top: 20px;
  position: static;
}

.d-lineup_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
}
.d-lineup_bottom_in:last-child {
  margin-top: 15px;
  flex: 0 0 100%;
  text-align: right;
}
.d-lineup_bottom_in.-ttl {
  color: #004029;
  font-size: 7rem;
  font-weight: 200;
  line-height: 1;
}
.d-lineup_bottom_in.-ttl.newIcon {
  padding-left: 45px;
  position: relative;
}
.d-lineup_bottom_in.-ttl.newIcon::before {
  width: 40px;
  height: 40px;
  margin: auto;
  background: #c00c0c;
  border-radius: 50%;
  content: 'NEW';
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.d-lineup_bottom_in.-ttl.newIcon + .d-lineup_bottom_in_news {
  padding-left: 45px;
}
.d-lineup_bottom_in.-icon {
  margin-right: auto;
  margin-left: 38px;
}
.d-lineup_bottom_in.-picture .picture {
  margin-top: 8px;
  text-align: right;
}
.d-lineup_bottom_in_news {
  font-size: 1.8rem;
  font-weight: 400;
  color: #535353;
}
.d-lineup_bottom_in_wrap.-note {
  display: inline-block;
  text-align: left;
}
.d-lineup_bottom_note {
  margin-top: 8px;
}
.d-lineup_bottom_note_item {
  color: #333;
  font-size: 1.2rem;
}

@media screen and (max-width: 1230px) {
  .d-lineup_bottom {
    bottom: 15px;
  }

  .d-lineup_bottom_in.-ttl {
    font-size: 6.5rem;
    flex: 0 0 33%;
  }

  .d-lineup_bottom_in.-icon {
    flex: 0 0 33%;
  }

  .l-lineup .l-lineup_mv_box.-logo {
    top: 150px;
  }
  .l-lineup .l-lineup_mv_box.-logo img {
    max-width: 70px;
  }

  .l-lineup .l-lineup_mv_bnr {
    position: static;
  }

  .l-lineup .l-lineup_mv_box {
    right: 200px;
  }
}
.c-btn.-fill02 {
  max-width: 100%;
}

.p-relationBox_small.-blue {
  font-size: 1.6rem;
  color: #0390d5;
}

.p-relationBox.-type02 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.p-relationBox .p-relationBox_head {
  margin-left: 0;
  margin-right: 0;
}

.p-relationBox_border {
  padding: 20px 24px;
  border: 1px solid #ccc;
  border-radius: 0px 0px 4px 4px;
}

.c-grid.-colC {
  justify-content: center;
}

/* Navigation */
.l-lineup.-green .l-lineup_nav {
  background: #004029;
}

.l-lineup .l-lineup_nav_low_list {
  margin: 0 2px;
}

.l-lineup .l-lineup_nav_low_link {
  height: 75px;
}

.l-lineup.-green .l-lineup_nav_low_link {
  padding-bottom: 10px;
  background-color: #80cbc4;
  border-top-color: #80cbc4;
  border-bottom-color: #004029;
  border-bottom-width: 4px;
}

.l-lineup .l-lineup_nav_lowAside_inner {
  height: 60px;
}

.l-lineup.-green .l-lineup_nav_lowAside {
  border-bottom-color: #fff;
}

/* Topカラムスタイル */
.d-lineup_main {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 65px;
}

.d-dataList {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.d-dataList_in {
  margin-bottom: 10px;
  flex: 0 0 calc(50% - 20px);
}
.d-dataList_in_wrap {
  display: block;
  box-sizing: border-box;
}
.d-dataList_in_wrap:hover {
  opacity: 1;
}
.d-dataList_in_wrap:hover .d-dataList_in_wrap_item.-txt::before {
  opacity: 1;
  transform: scale(1.01);
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.d-dataList_in_wrap_item.-img img {
  width: 100%;
}
.d-dataList_in_wrap_item.-txt {
  width: calc(100% - 16.8%);
  height: 220px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: -50px;
}
.d-dataList_in_wrap_item.-txt::before {
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 10px #c9c9c9;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.03);
  opacity: 0;
}
.d-dataList_in_wrap_item.-txt::after {
  content: '';
  width: 70%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 1px 90px 50px rgba(0, 0, 0, 0.3);
}
.d-dataList_in_wrap_item.-txt .txtHead {
  min-height: 96px;
  padding: 10px 10px 14px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004029;
  color: #fff;
  font-size: 2.4rem;
}
.d-dataList_in_wrap_item.-txt .txtHead:link {
  color: #fff;
}
.d-dataList_in_wrap_item.-txt .txtHead:hover {
  color: #fff;
}
.d-dataList_in_wrap_item.-txt .txtHead:active {
  color: #fff;
}
.d-dataList_in_wrap_item.-txt .txtBody {
  padding: 40px 20px;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
}
.d-dataList_in_wrap_item.-txt .txtBody:link {
  color: #333;
}
.d-dataList_in_wrap_item.-txt .txtBody:hover {
  color: #333;
}
.d-dataList_in_wrap_item.-txt .txtBody:active {
  color: #333;
}

.p-func .p-func_list {
  margin-right: 10px;
}

.p-annotation {
  color: #666;
  font-size: 1.2rem;
}

/* recording  */
.p-rec_border {
  padding: 50px 40px 30px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}

.p-rec_border_ttl {
  color: #777;
  font-size: 2rem;
  font-size: 400;
  text-align: center;
  position: relative;
}
.p-rec_border_ttl_in {
  padding-left: 10px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: 1.5rem;
}

.p-rec_border_txt {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-rec_border_txt.clr-yellow {
  color: #92844a;
}
.p-rec_border_txt.clr-purple {
  color: #971165;
}
.p-rec_border_txt.clr-blue {
  color: #007bcd;
}

.flex-item.p-rec {
  margin: 0 30px;
  flex: 1 1 30%;
}
.flex-item.p-rec:first-child {
  margin-left: 0;
}
.flex-item.p-rec:last-child {
  margin-right: 0;
}

/* play */
.p-dist {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 50px;
  border-top: 1px solid #dfdedc;
}
.p-dist_ttl {
  text-align: center;
  color: #777;
  font-size: 2.4rem;
}
.p-dist_list {
  margin-top: 60px;
}
.p-dist_list dl {
  min-height: 120px;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #dfdedc;
}
.p-dist_list dt {
  width: 25%;
  flex: 0 0 25%;
  text-align: center;
}
.p-dist_list dd {
  width: 75%;
  flex: 1 1 75%;
}

/* seeqvault */
.p-sqv-box {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #bababa;
}

.p-sqv-ttl {
  font-size: 2.4rem;
  font-weight: 300;
  padding-bottom: 2px;
  color: #fff;
  text-align: center;
  background-color: #bababa;
}

.p-sqv-r {
  padding: 10px 10px 15px 20px;
  box-sizing: border-box;
}

.p-sqv-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
}

.p-sqv-arw p {
  padding-bottom: 50px;
  background: url(../images/icon_arrow_gray.jpg) 20px 75% no-repeat;
}

.p-sqv-arw p:last-of-type {
  padding-bottom: 0;
  background: none;
}

.p-sqv-box .p-flex.column2 .flex-item:nth-child(1) {
  flex: 0 0 52%;
}

.p-ttl_Bar {
  margin-bottom: 50px;
  padding: 2px 2px 4px;
  background: #1297a1;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.p-sqvlist-ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50%;
  box-sizing: border-box;
  max-width: 230px;
}
.p-sqvlist-ttl .spdb {
  display: none;
}

.p-sqvlist-l {
  width: 35%;
  padding-right: 100px;
  box-sizing: border-box;
}

.p-sqv-separator {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #a9a9a9;
}

.p-sqvBox {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 35px 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dedddb;
  border-radius: 3px;
}
.p-sqvBox_in {
  margin-top: 20px;
  text-align: center;
}
.p-sqvBox_in:nth-child(2) {
  margin-top: 20px;
}

.p-sqvaside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-sqvaside-icon {
  width: 125px;
  height: 125px;
  margin-right: 16px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sqvaside-icon .spdb {
  display: none;
}

.p-sqvaside-ttl {
  text-align: center;
  font-size: 2.1rem;
  color: #535353;
  padding: 15px 0;
}

.p-sqvaside-ttl .clr-blue {
  color: #0c8bc8;
}

.p-sqvaside-ttl .clr-red {
  color: #ab1622;
}

@media screen and (max-width: 640px) {
  .p-sqvBox {
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    border: none;
  }

  .p-sqvaside-icon {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 1.2rem;
    flex: 0 0 90px;
  }

  .p-sqvaside-ttl {
    font-size: 1.2rem;
    text-align: left;
  }

  .p-sqvBox_in:nth-child(2) {
    margin-top: 0;
  }

  .p-sqvNote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* wifi */
.c-clrBox.-wifi {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 640px) {
  .l-lineup .l-lineup_nav_low_item_cap {
    color: #fff;
  }

  .d-lineup_bottom_in_news {
    font-size: 1.6rem;
  }

  .p-lowhead_news_release {
    color: #fff;
  }

  .p-lowhead_figure_en {
    color: #fff;
  }

  .c-burger_bar {
    background-color: #fff;
  }

  .l-lineup_mv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .l-lineup_mv_body {
    order: 1;
    flex: 0 0 100%;
  }

  .l-lineup .l-lineup_mv_box.-logo {
    order: 2;
    flex: 0 0 54px;
  }

  .l-lineup_mv_func {
    order: 3;
    flex: 0 0 calc(100% - 54px);
  }
  .l-lineup_mv_func img {
    height: 58px;
  }

  .l-lineup_mv_box {
    order: 4;
    flex: 0 0 100%;
  }

  .d-lineup_bottom {
    position: static;
    order: 5;
    flex: 0 0 100%;
  }
  .d-lineup_bottom_note_item {
    font-size: 1rem;
  }

  .d-lineup_bottom_in.-ttl {
    flex: 1 1 auto;
    margin-top: 10px;
    font-size: 4.5rem;
  }

  .d-lineup_bottom_in.-icon {
    margin-top: 8px;
    margin-left: 0;
    flex: 0 0 70%;
  }
  .d-lineup_bottom_in.-icon img {
    max-width: 280px;
  }

  .d-lineup_bottom_in.-picture {
    margin-top: 8px;
  }
  .d-lineup_bottom_in.-picture img {
    max-width: 120px;
  }

  .d-lineup_bottom_in.-note {
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  .d-lineup_bottom_in.-note img {
    max-width: 280px;
  }

  .d-lineup_main {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-lineup .l-lineup_mv_body {
    position: static;
    padding-top: 0px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .l-lineup .l-lineup_mv_box.-logo {
    padding-left: 0;
    text-align: left;
  }
  .l-lineup .l-lineup_mv_box.-logo img {
    width: 45px;
  }

  .d-lineup_bottom {
    position: static;
  }

  .p-unit .p-unit_txt {
    font-size: 1.4rem;
  }

  .p-unit .p-unit_txt.txt-sp-s {
    font-size: 1.2rem;
  }

  .p-unit .p-unit_txt.-explan {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 400;
  }

  .d-lineup_bottom_in_news {
    font-size: 1.4rem;
  }

  .d-dataList_in {
    margin-bottom: 25px;
    flex: 1 1 100%;
  }
  .d-dataList_in_wrap_item.-txt {
    width: calc(100% - 8%);
    height: auto;
    top: -25px;
  }
  .d-dataList_in_wrap_item.-txt .txtHead {
    min-height: auto;
    font-size: 1.6rem;
  }
  .d-dataList_in_wrap_item.-txt .txtBody {
    padding: 30px 15px;
    font-size: 1.4rem;
  }

  .p-unit .p-unit_img.-logo {
    margin-bottom: 20px;
  }
  .p-unit .p-unit_img.-logo img {
    max-width: 120px;
  }

  .p-ttl.-tag {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-ttl .p-ttl_l {
    font-size: 1.4rem;
  }
  .p-ttl .p-ttl_m {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .p-ttl.-ttlS {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .c-bdr.-round {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .c-bdr .c-bdr_txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  #tsugimiru + .-round {
    margin-top: 15px;
  }

  .p-flex {
    flex-direction: column;
  }

  .p-flex.column2 .flex-item--grbdr {
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-flex.column2 .flex-item:nth-child(1) {
    margin-right: 0;
  }
  .p-flex.column2 .flex-item:nth-child(2) {
    margin-left: 0;
  }
  .p-flex.column2 .p-gui:only-child {
    width: 100%;
  }
  .p-flex.column2 .p-clrttl.size-l {
    font-size: 1.6rem;
  }
  .p-flex.column2 .p-txt {
    margin-top: 6px;
    font-size: 1.4rem;
  }

  .p-dist {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .p-dist_ttl {
    font-size: 1.6rem;
  }
  .p-dist_list {
    margin-top: 20px;
  }
  .p-dist_list dl {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-dist_list dl:first-child {
    border-top: 1px dotted #b5b5b5;
  }
  .p-dist_list dd {
    padding-left: 8px;
  }

  .p-sqv-ttl {
    font-size: 1.8rem;
  }

  .p-sqv-txt {
    font-size: 1.4rem;
  }

  .p-sqv-arw p {
    background-position: center top 40px;
  }

  .c-note_list {
    padding-left: 1rem;
    text-indent: -1.2rem;
  }

  .c-clrBox.-wifi {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .p-rec_border_ttl_in {
    font-size: 1.4rem;
  }

  .p-rec_border {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-item.p-rec {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-item.p-rec:last-child, .flex-item.p-rec:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .p-rec_border_txt {
    font-size: 1.4rem;
  }

  .p-rec_separater {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-ttl.-sub .p-ttl_sub {
    font-size: 1.8rem;
  }

  .p-ttl.-sub .p-txt {
    font-size: 1.4rem;
  }

  .p-ttl_Bar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.4rem;
  }
}
.bnrbox {
  text-align: center;
}

.p-table.-alternate .p-table_tbody_tr:nth-of-type(2n) {
  background: none;
}

.p-table.-alternate .p-table_tbody_tr.p-table_tbody_tr--accent {
  background: #d1edef;
}

.c-grid .c-grid_row.no-flex {
  display: block;
}

.p-unit .p-unit_small.-taCenter {
  padding-left: 0;
  word-break: break-all;
  text-align: center;
}

@media screen and (max-width: 1230px) {
  .p-dl .p-dl_item {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .c-icon.-arw02 {
    background-size: 10px auto;
  }
}
/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
