@charset "utf-8";

/* contentsWrapper
------------------------------------------------------------------------------------------------------ */
#c5-wrap {
  width: 100%;
  margin: 0 auto;
  font-size: 100%;
  display: block;
}
/*
#c5-wrap img {
  width: 100%;
  height: auto;
}
*/
#c5-wrap .pc {
  display: block;
}
#c5-wrap .sp {
  display: none;
}
/*
#c5-wrap a {
  text-decoration: underline;
}

#c5-wrap a:active, #c5-wrap a:hover {
  text-decoration: none;
}
#c5-wrap a.c5-btn {
  text-decoration: none;
}
#c5-wrap a.c5-prod {
  color: #FF6E00;
  text-decoration: underline;
  font-weight: bold;
}
#c5-wrap a.c5-prod:active, #c5-wrap a.c5-prod:hover {
  color: #f0962b;
  text-decoration: none;
}
*/
#c5-store-wrap {
    /*background: #fef6f2;*/
    margin: 0;
    padding: 30px;
    border: 1px solid #fd7f0a;
}


@media screen and (max-width: 640px) {

#c5-wrap .pc {
  display: none;
}
#c5-wrap .sp {
  display: block;
}
}


/* h1 title Area
------------------------------------------------------------------------------------------------------ */
#c5-head {
  width: 100%;
  /*overflow: hidden;*/
  margin-bottom: 4%;
}
#c5-head h1 {
  margin: 0;
  padding: 0 0 0.2%;
  position: relative;
  overflow: hidden;
}
#c5-title {
  width: 100%;
}
#c5-title .c5-hosoku2 {
  font-size: 60% !important;
  display: block;
  text-align: right !important;
}
.c5-news {
  width: 48%;
  float: right;
  padding-top: 1.8%;
}
.c5-news #c5-label {
  border-left: 5px solid #000;
  padding: 0 0 0 1.2%;
  font-weight: bold;
  margin: 0 0 2%;
  line-height: 1.4 !important;
  font-size: 90%;
}
.c5-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 78%;
}
.c5-news li {
  border-bottom: 1px dotted #ccc;
  padding: 1.2%;
  margin: 0;
  line-height: 1.4 !important;
}
/* 2016.01.23追加（事例）*/
.c5-baloon {
  position: absolute;
  bottom: 13%;
  right: -5%;
  z-index: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 21%;
}
.c5-baloon img {
  width: 52% !important;
  height: auto;
}
.c5-baloon a img:hover {
  position: relative;
  top: 2px;
}
/* 2017.03.15追加（9300D壁掛け率）*/
.c5-box .s5-row__col2 {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.c5-box .s5-row__col2 #c5-percent img {
  max-width: 40%;
  height: auto;
  display: block;
  margin: 0 auto 12%;
  padding: 0;
}
.c5-box .s5-row__col2 #c5-percent span {
  font-size: 50%;
}
.c5-box .s5-row__col2 .tvimg {
  width: 92%;
  margin-right: 8%;
}
.tvimg img {
  width: 100%;
  height: auto;
}
.c5-box .s5-row__col2 .text {
  text-align: left;
  line-height: 1.8;
  margin-top: -60px;
}
.c5-box .s5-row__col2 .text span {
  font-size: 150%;
  display: block;
  font-weight: bold;
  text-align: center;
}
.c5-box .s5-row__col2 .text span.c5-hosoku {
  font-size: 60%;
  display: block;
  font-weight: normal;
  margin-top: 15px;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .c5-box {
    width: 94%;
    padding: 2% 3%;
  }
  .c5-box .s5-row__col2 {
    width: 100%;
    clear: left;
    display: block;
    margin: 0;
  }
  .c5-box .s5-row__col2 .text {
    width: 90%;
    margin: 0% 5% 6%;
    padding-right: 0;
  }
  .c5-box .text span {
    font-size: 150%;
    padding-top: 0;
  }
  .c5-box .s5-row__col2 #c5-percent {
    padding: 6% 0 0;
  }
  .c5-box .s5-row__col2 .tvimg {
    width: 100%;
    margin: 0 auto;
  }
}



/* Nav Area
------------------------------------------------------------------------------------------------------ */
.c5-nav {
  clear: both;
  width: 100%;
  margin-bottom: 8%;
}
.c5-nav.c5-nav--pc {
  display: block;
}
.c5-nav.c5-nav--sp {
  display: none;
}
.c5-navInner {
  width: 100%;
}
.c5-navInner--fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  width: 1200px; /*padding-right: 30px;*/
  /*left:0;*/
}
@media screen and (max-width: 1260px) {
  .c5-navInner--fixed {
    width: 100%;
    margin: 0 -30px;
  }
}
.c5-nav .c5-navInner--fixed ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
}
.c5-nav .c5-navInner--fixed ul:before, .c5-nav .c5-navInner--fixed ul:after {
  display: none;
}
.c5-nav ul {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
  width: 100%;
  background: #ffffff;
}
.c5-navInner--fixed ul {
  margin: 0;
}
.c5-nav ul:before, .c5-nav ul:after {
  display: block;
  overflow: hidden;
  content: "";
}
.c5-nav ul:after {
  clear: both;
}
.c5-nav li {
  margin-right: 0;
  margin-left: 0;
  width: 20%;
  list-style: none;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background: url(../images/navsp.jpg) no-repeat right 50%;
}
/*.c5-nav li img {
    width: 100%;
    height: auto;
}*/
.c5-spnav span.c5-spnav--pc {
  display: block;
  height: auto;
  text-align: center;
  font-size: 14px;
  padding: 10px 28px 7px 15px;
}
.c5-spnav span.c5-spnav--sp {
  display: none;
}
.c5-spnav a {
  text-decoration: none !important;
  color: #000000;
}
.c5-spnav {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  padding: 0;
  /*margin: 0 0 3%;*/
  font-size: 105%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 2017.10.16追加*/
.c5-org {
  color: #f5683a;
}
.c5-navInner .c5-navlabel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  overflow: hidden;
}
.c5-navInner .c5-navlabel li {
  padding: 0 0 8px;
  background: #fff;
  display: block !important;
  float: left;
}
.c5-navlabel #c5-navlabel1 {
  width: 80% !important;
  border-bottom: 2px solid #666;
}
.c5-navlabel #c5-navlabel2 {
  width: 20% !important;
  border-bottom: 2px solid #f5683a;
}
.c5-nav .c5-navInner--fixed ul.c5-navlabel {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
}
@media screen and (max-width: 1080px) {
  .c5-navInner .c5-navlabel {
    display: none !important;
  }
}



/* contents Area
------------------------------------------------------------------------------------------------------ */
.c5-section {
  clear: both;
  margin: 0 0 8%;
}
.c5-section h2 {
  margin: 0 0 2%;
}



/* Merit Area
-------------------------------------------------------------------- */
.c5-box {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ul.c5-merit {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.c5-merit li {
  margin: 0;
  padding: 0 2% 0 0;
  list-style: none;
}
ul.c5-merit li:last-child {
  padding: 0;
}
ul.c5-merit li img {
  width: 100%;
}
.c5-merit-title {
  background: #f73d00;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 1.4rem;
}
.c5-merit-lead {
  padding: 10px 0;
  color: #f73d00;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}
ul.c5-meritlist {
  width: 92%;
  margin-left: 18px;
  margin-bottom: 9%;
  padding: 0;
}
ul.c5-meritlist li {
  list-style: disc !important;
  font-size: 80% !important;
}
.c5-merithosoku2 {
  display: block;
  padding-top: 8px;
}
.c5-merithosoku {
  padding-bottom: 0 !important;
  font-size: 70% !important;
  color: #83838f;
  text-indent: -1em;
  padding-left: 2em;
  margin-left: -12px;
  display: block;
}
.c5-arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
  font-size: 88%;
  margin: 0 50px 4%;
}
.c5-arrow_box:after, .c5-arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.c5-arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.c5-arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}



/* Jirei Area
-------------------------------------------------------------------- */
#c5-jirei_watch1, #c5-jirei_watch2, #c5-jirei_watch3 {
  clear: both;
  margin: 0 0 2%;
}
.c5-jirei_top {
  clear: both;
  margin: 0;
  padding: 0 0 1%;
}
.c5-jirei_top .c5-title {
  margin: 0;
  padding: 0 0 3%;
}
.c5-jirei_top .c5-pht {
  margin: 0;
  padding: 0 0 0.5%;
}
.c5-jirei_main {
  clear: both;
  margin: 0;
  padding: 0% 0 1%; /* display: none; */
}
.c5-jirei_main.open {
  display: block;
}
.c5-jirei_main dt {
  color: #f5683a;
  font-weight: bold;
}
.c5-jirei_main dd {
  padding-bottom: 20px;
}
/*#c5-jireiwrap {
    display: none;
}



/* 3列 */
.c5-jirei_box {
  width: 100%;
}
.c5-jirei_box ul {
  margin-right: -3.3816%;
  *zoom: 1;
  padding: 0;
}
.c5-jirei_box ul:before, .c5-jirei_box ul:after {
  display: block;
  overflow: hidden;
  content: "";
}
.c5-jirei_box ul:after {
  clear: both;
}
.c5-jirei_box li {
  float: left;
  margin-right: 3.3816%;
  width: 23.9516%;
  list-style: none;
  background: #f1f4f9;
  padding: 3%;
}
.c5-jirei_box dl {
  display: block;
}
.c5-jirei_box dt {
  border-left: 5px solid #83838f;
  color: #83838f;
  margin-bottom: 6%;
  padding: 0 0 0 3.3%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 100%;
  cursor: default !important;
}
.c5-jirei_box dt:hover {
  text-decoration: none !important;
  cursor: default !important;
}
.c5-jirei_box dd {
  padding: 0 0 3%;
  font-size: 116%;
  color: #000;
  font-weight: bold;
  margin: 0;
  background: #f1f4f9 !important;
}



/* FAQ Area
-------------------------------------------------------------------- */
.c5-accordion {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.c5-accordion dl {
  margin: 0;
  padding: 0;
}
.c5-accordion dt {
  padding: 0 0 2% 40px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.6;
  font-size: 100%;
}
.c5-accordion dt:hover {
  text-decoration: underline;
}
.c5-accordion dd {
  background: url(../images/waku_img.gif) repeat;
  padding: 1% 0;
  margin: 0 0 6%;
}
#c5-que1, #c5-que1-1 {
  background: url(../images/sec2_ico_que1.gif) no-repeat left top;
}
#c5-que3 {
  background: url(../images/sec2_ico_que3.gif) no-repeat left top;
}
#c5-que5 {
  background: url(../images/sec2_ico_que5.gif) no-repeat left top;
}
#c5-que7 {
  background: url(../images/sec2_ico_que7.gif) no-repeat left top;
}
#c5-que2, #c5-que2-2 {
  background: url(../images/sec2_ico_que2.gif) no-repeat left top;
}
#c5-que4 {
  background: url(../images/sec2_ico_que4.gif) no-repeat left top;
}
#c5-que6 {
  background: url(../images/sec2_ico_que6.gif) no-repeat left top;
}
#c5-que8 {
  background: url(../images/sec2_ico_que8.gif) no-repeat left top;
}
#c5-que9 {
  background: url(../images/sec2_ico_que9.gif) no-repeat left top;
}
#c5-que10 {
  background: url(../images/sec2_ico_que10.gif) no-repeat left top;
}
#c5-que11 {
  background: url(../images/sec2_ico_que11.gif) no-repeat left top;
}
.c5-jisage {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-accordion dd span.c5-faqbox {
  display: block;
  background: #fff;
  margin: 0 1% !important;
  padding: 3%;
}
.c5-accordion dd span.c5-faqbox dl {
  display: block;
  overflow: hidden;
}
.c5-accordion dd span.c5-faqbox dl dt {
  padding: 0 !important;
  margin: 0 !important;
  width: 4%;
  float: left;
  background: #fff;
}
.c5-accordion dd span.c5-faqbox dl dd {
  float: right;
  width: 93%;
  background: #fff;
  margin: 0;
}
.c5-txtpoint {
  font-weight: bold;
  color: #5887ab;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}
.c5-red {
  color: #ff0000;
  font-weight: bold;
}
.c5-attlabel {
  display: inline-block;
  margin: 3px 0 0 10px;
  background: #ff6600;
  padding: 3px 15px 1px;
  color: #fff;
  border-radius: 10px;
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: top;
}
.c5-sonystore {
  margin: 40px 0 0;
  border-top: 1px solid #000;
}
.c5-priceset {
  display: flex;
  margin: 0;
  padding: 0;
}
.c5-priceset li {
  border: 1px solid #ccc;
  padding: 30px;
  list-style: none;
  margin-right: 50px;
  text-align: center;
}
.c5-priceset li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .c5-priceset {
    display: block;
  }
  .c5-priceset li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .c5-priceset li:last-child {
    margin-right: 0;
  }
}

/*interiorバナー*/

@media screen and (max-width: 640px) {
  .c5-braviaLife a img.interior {
    width: 100% !important;
  }
}

/* アースクリーン（株）*/
.c5-credit {
  clear: both;
  padding: 2%;
  background: #f7f7f7;
  overflow: hidden;
}
.c5-credit .c5-txt {
  width: 76%;
  font-size: 80%;
  float: left;
}
.c5-credit .c5-txt p {
  margin: 0;
  padding: 0;
}
.c5-credit .c5-logo {
  width: 20%;
  float: right;
}



/* Product Area
-------------------------------------------------------------------- */
.c5-product {
  background: #f7f7f7;
  padding: 50px;
  overflow: hidden;
}
.c5-product h3 {
  margin-top: 0;
  font-size: 155%;
}
.c5-product .c5-pht {
  width: 55%;
  float: right;
}
.c5-product .c5-prod {
  clear: right;
  width: 100%;
}
.c5-product .c5-detail {
  clear: both;
  float: left;
  width: 42%;
  margin-right: 3%;
  margin-top: 2%;
}
.c5-detail-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c5-detail-left {
  margin-right: 2%;
  width: 48%;
}
.c5-product .c5-lead {
  line-height: 2;
  margin: 0;
  padding: 0;
}
.c5-detail-right {
  width: 50%;
  margin-bottom: 30px;
}
.c5-kome {
  list-style: none;
  margin: 0;
  padding: 0 0 0;
  font-size: 70%;
  line-height: 1.4;
}
.c5-kome li:before {
  content: "※"
}
.c5-kome li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 10px;
}
.c5-detail-label {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
.c5-product-unit {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-product-unit .c5-unitimg {
  max-width: 770px;
  margin-right: 30px;
}
.c5-unit-ttl {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 1.1rem;
}
.c5-unit-img {
  margin: 0 0 5px;
}
.c5-unit-spec {
  margin: 0 0 30px;
  padding: 0;
  font-size: 0.8rem;
}
.c5-product-unit ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.c5-product-unit ul .c5-unit-img2 {
  max-width: 180px;
  margin: 0 20px 0 0;
  padding: 0;
}
.c5-product-unit .c5-unit-img2 img {
  width: 100%;
  height: auto;
}
.c5-product-unit .c5-unit-spec2 {
  max-width: 680px;
  font-size: 0.8rem;
}
.c5-product-btnArea {
    clear: both;
    width: 167px !important;
}
.c5-etc {
    display: block;
    padding: 0 10px 5px;
    font-size: 14px;
    color: #c00;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c5-detail-wrap {
    display: block;
    width: 100%;
  }
  .c5-detail-left {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .c5-product .c5-lead {
    line-height: 2;
  }
  .c5-detail-right {
    display: block;
    width: 100%;
  }
  .c5-product-unit {
    width: 100%;
    display: block;
  }
  .c5-product-unit .c5-unitimg {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .c5-product-unit .c5-unitbtn {
    width: 100%;
    display: block;
    text-align: right;
  }
  .c5-product-unit ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c5-product-unit ul .c5-unit-img2 {
    width: 80px !important;
    margin: 0 auto;
  }
  .c5-product-unit .c5-unit-spec2 {
    width: 100% !important;
    font-size: 0.8rem;
  }
}

span.s5-label {
  background: #db4a39 none repeat scroll 0 0;
  border: 1px solid #db4a39;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  padding: 2px 5px 1px;
}
.c5-name {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.c5-labelb {
    font-size: 14px;
    width: 48px;
    text-align: center;
    line-height: 1;
  border: 1px solid #525252;
    color: #525252 !important;
  display: inline-block !important;
  border-radius: 4px;
    padding: 4px 0;
    font-weight: normal !important;
}
.s5-secondaryButton_2 {
  background: #1a1a1a !important;
  color: #fff;
}
/* Unit概要 Area */
.c5-line_ol {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.c5-line_ol p {
  font-size: 106%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5%;
}
.c5-line_ol p span {
  font-size: 80%;
  display: block;
  font-weight: normal;
}
.c5-line_ol ul {
  margin-right: -3.5087%;
  *zoom: 1;
  padding: 0;
}
.c5-line_ol ul:before, .c5-line_ol ul:after {
  display: block;
  overflow: hidden;
  content: "";
}
.c5-line_ol ul:after {
  clear: both;
}
.c5-line_ol li {
  font-size: 76%;
}
.c5-line_ol li span {
  font-weight: bold;
  display: block;
  font-size: 126%;
}
.c5-line_ol li img {
  margin: 3% 0 1.5%;
}
.c5-imgsec {
  width: 46.4911% !important;
  margin-right: 0;
  margin-top: -0.7%;
}
.c5-imgsec2 {
  width: 60.1111% !important;
  margin-right: 0;
  margin-top: 0.5%;
}
.c5-clrhide {
  color: #f7f7f7;
}
.c5-unitTxt {
  font-weight: normal !important;
  display: block !important;
  font-size: 12px !important;
}
.c5-unitmov {
  margin-top: 30px;
  font-size: 115% !important;
  font-weight: normal !important;
}
.c5-line_ol li.c5-unit100 {
  width: 100% !important;
}
.c5-unitBox li {
  float: left;
  list-style: none;
  margin-right: 100px;
}
.c5-pht_hosoku {
  display: block;
  font-size: 78% !important;
  line-height: 1.4;
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: 10px;
  color: #fff;
}



/* lineup Area
-------------------------------------------------------------------- */
.c5-lineup, .c5-lineup2020 {
  clear: both;
  width: 100%;
  overflow: hidden;
    margin: 0;
    padding: 0;
}
.c5-lineup ul, .c5-lineup2020 ul {
    width: calc(100% + 20px);
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 -10px;
    padding-left: 0 !important;
}


.c5-lineup ul li, .c5-lineup2020 ul li {
    width: calc(33% - 20px);
    border: 1px solid #ccc;
    margin: 0 20px 20px 0;
}

.c5-lineup ul li.c5-borderNone{
  border: none;
}

.c5-lineup ul li dl, .c5-lineup2020 ul li dl {
    display: flex;
    margin-top: 0;
    padding: 2%;
}
.c5-lineup ul li dt, .c5-lineup2020 ul li dt {
    width: 35%;
}
.c5-lineup ul li dt img, .c5-lineup2020 ul li dt img {
    width: 100%;
    height: auto;
}
.c5-lineup ul li dd, .c5-lineup2020 ul li dd {
    width: 61%;
    margin-left: 10px;
    font-weight: bold;
}
.c5-lineup ul li dd .c5-name, .c5-lineup2020 ul li dd .c5-name {
    font-size: 76%;
    font-weight: normal;
    display: block;
}
.c5-lineup ul li dd .c5-btn, .c5-lineup2020 ul li dd .c5-btn {
    display: block;
}

@media screen and (max-width: 640px) {
.c5-lineup ul, .c5-lineup2020 ul {
    display: block;
    width: 100%;
}
.c5-lineup ul li, .c5-lineup2020 ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px;
}
.c5-lineup ul li dd .c5-name, .c5-lineup2020 ul li dd .c5-name {
    margin-bottom: 0 !important;
}


}




/* c5-bgGray
------------------------------------------------------------------------------------------------------ */
.c5-StoreHeading h3 {
  border-left: 4px solid #FF7900;
  padding: 0 0 0 15px;
  margin: 40px 0 10px;
  color: #FF7900;
}
.c5-storeText {
  font-weight: bold;
}
.c5-bgGray {
  background: #f1f4f9;
  padding: 20px;
  margin-top: 20px;
}
.c5-bgGray .c5-bgGray--pc {
  display: block;
}
.c5-bgGray .c5-bgGray--sp {
  display: none;
}
.c5-bgGray .s5-inStoreFeaturesItem1B.s5-inStoreFeaturesItem1B--solid {
  margin: 0;
  padding: 0;
}
.c5-bgGray .s5-inStoreFeaturesItem1B__text {
  margin-bottom: 0;
}
.c5-bgGray .s5-inStoreFeaturesItem1B__text p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .c5-bgGray .c5-bgGray--pc {
    display: none;
  }
  .c5-bgGray .c5-bgGray--sp {
    display: block;
  }
}
/*
.s5-shopList {
  margin: 60px -15px 0 -15px;
}
*/
@media screen and (max-width: 640px) {
  /* contentsWrapper
------------------------------------------------------------------------------------------------------ */
  #c5-wrap .pc {
    display: none;
  }
  #c5-wrap .sp {
    display: block;
  }
  /* h1 title Area
------------------------------------------------------------------------------------------------------ */
  #c5-head {
    width: 100%;
    /*overflow: hidden;*/
    margin-bottom: 1%;
  }
  #c5-title {
    width: 100%;
    clear: left;
    margin-right: 0;
  }
  #c5-title h1 {
    margin: 0.67em 0 0.9em;
    padding-bottom: 0.7em;
    border-bottom: 2px solid #1a1a1a;
  }
  .c5-news {
    width: 100%;
    clear: left;
    margin: 1em 0 1em;
  }
  /* 吹き出し*/
  .c5-baloon {
    position: absolute;
    top: 48%;
    right: 3.8%;
    z-index: 10;
    margin: 0 !important;
    padding: 0 !important;
    width: 21%;
  }
  .c5-baloon img {
    width: 100% !important;
    height: auto;
  }
  .c5-news #c5-label {
    margin: 0 0 2.5%;
    line-height: 1 !important;
    font-size: 110%;
  }
  .c5-news ul {
    font-size: 85%;
  }
  .c5-news li {
    border-bottom: 1px dotted #ccc;
    padding: 1.6% 1.2% 1.3%;
    margin: 0;
    line-height: 1.5 !important;
  }
  /* Nav Area
------------------------------------------------------------------------------------------------------ */
  .c5-nav {
    clear: both;
    width: 100%;
    margin-bottom: 8%;
  }
  .c5-nav.c5-nav--pc {
    display: none;
  }
  .c5-nav.c5-nav--sp {
    display: block;
  }
  .c5-nav ul {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
  }
  .c5-nav ul:before, .c5-nav ul:after {
    display: block;
    overflow: hidden;
    content: "";
  }
  .c5-nav ul:after {
    clear: both;
  }
  .c5-navInner {
    /*width: 112%;*/
    /*margin-right: -20px;*/
    margin: 0 -20px;
    width: auto;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .c5-navInner--fixed {
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    display: table;
  }
  .c5-nav .c5-navInner--fixed li {
    width: 20%;
    display: table-cell;
  }
  .c5-nav li {
    /*clear: left;*/
    width: 100%;
    list-style: none;
    padding: 0;
    display: block;
    vertical-align: middle;
    height: 100%;
    background: url(../images/navsp.jpg) no-repeat right 50%;
    margin: 0 0 10px 0;
  }
  .c5-navInner--fixed .c5-org {
    color: #f5683a;
  }
  .c5-nav li img {
    display: none;
  }
  .c5-spnav {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    padding: 0;
    /*margin: 0 0 3%;*/
    font-size: 105%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c5-spnav span.c5-spnav--pc {
    display: none;
  }
  .c5-spnav span.c5-spnav--sp {
    display: block;
    /*padding: 2% 11.5% 2% 2%;*/
    /*background: url(../images/navsp.jpg) no-repeat right 50%;*/
    font-size: 14px;
    padding: 10px 18px 7px 5px;
    line-height: 1.2;
  }
  .c5-spnav a {
    display: block;
    font-size: 14px;
    text-decoration: none !important;
    height: 100%;
  }
  .c5-spnav a:hover, .c5-spnav a:active {
    display: block;
    color: #666;
  }
  /* contents Area
------------------------------------------------------------------------------------------------------ */
  .c5-arrow_box {
    margin: 0 0 8%;
  }
  .c5-box {
    margin: 0;
    overflow: hidden;
  }
  ul.c5-merit {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  ul.c5-merit li {
    padding: 0 0 30px;
    max-width: 100%;
  }
  ul.c5-merit li:last-child {
    padding: 0;
  }
  ul.c5-merit li img {
    margin: 0 0 5px;
  }
  ul.c5-meritlist {
    clear: left !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    list-style: disc !important;
  }
  ul.c5-meritlist li {
    clear: left !important;
    list-style: disc !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 1% !important;
    font-size: 100% !important;
    width: 95% !important;
  }
  .c5-credit {
    padding: 5%;
    background: #f7f7f7;
  }
  .c5-credit .c5-txt {
    width: 100%;
    font-size: 80%;
    clear: left;
    margin-bottom: 3%;
  }
  .c5-credit .c5-logo {
    width: 100%;
    clear: right;
    margin-bottom: 0;
  }
  /*ポイント　３*/
  #c5-wrap .c5-point3 .s5-inStoreFeaturesItem4__image img {
    max-width: 60%;
  }
  .c5-accordion dt {
    padding: 0 0 2% 40px;
    margin-bottom: 5%;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1.6;
    font-size: 100%;
  }
  .c5-accordion dd span.c5-faqbox {
    display: block;
    background: #fff;
    margin: 0 1% !important;
    padding: 6%;
  }
  .c5-accordion dd span.c5-faqbox dl dt {
    padding: 0 !important;
    margin: 0 0 0 25% !important;
    clear: left;
    text-align: center !important;
    background: #fff;
    width: 50%;
    display: block;
  }
  .c5-accordion dd span.c5-faqbox dl dt img {
    width: 20% !important;
    height: auto;
  }
  .c5-accordion dd span.c5-faqbox dl dd {
    clear: left;
    width: 100%;
    background: #fff;
    margin: 0;
  }
  .c5-product {
    background: #f7f7f7;
    padding: 5%;
    overflow: hidden;
    font-size: 90%;
  }
  .c5-product .c5-lead {
    width: 100%;
    font-size: 88%;
    clear: left;
    margin-right: 0;
  }
  .c5-product .c5-pht {
    width: 100%;
    clear: right;
  }
  .c5-product .c5-prod {
    clear: right;
    width: 100%;
  }
  .c5-product .c5-detail {
    clear: both;
    width: 100%;
  }
  .c5-name {
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 5px;
    font-size: 140%;
  }
  .c5-product .c5-txtS {
    font-size: 120% !important;
  }
  .s5-secondaryButton_2 {
    background: #1a1a1a !important;
    color: #fff;
    display: block;
    width: 100%;
  }
  /* 実例追加（2016.1.23）---------------------------------------------------------*/
  /* 実例エリア */
  .c5-jirei_main {
    clear: both;
    margin: 0 0 5%;
    padding: 0% 0 1%; /* display: none; */
  }
  .c5-jirei_main dd {
    margin-left: 0;
  }
  .c5-jirei_box ul {
    margin-right: 0;
    *zoom: 1;
    padding: 0;
  }
  .c5-jirei_box ul:before, .c5-jirei_box ul:after {
    display: block;
    overflow: hidden;
    content: "";
  }
  .c5-jirei_box ul:after {
    clear: both;
  }
  .c5-jirei_box li {
    clear: left;
    margin-right: 0;
    margin-bottom: 5%;
    width: 94%;
    list-style: none;
    background: #f1f4f9 !important;
    padding: 3%;
  }
  .c5-jirei_box dl {
    display: block;
  }
  .c5-jirei_box dt {
    border-left: 5px solid #83838f;
    color: #83838f;
    margin-bottom: 6%;
    padding: 0 0 0 5%;
    line-height: 1.5;
    font-weight: bold;
    font-size: 100%;
    cursor: default !important;
  }
  .c5-jirei_box dt:hover {
    text-decoration: none !important;
    cursor: default !important;
  }
  .c5-jirei_box dd {
    padding: 0 0 3%;
    font-size: 116%;
    color: #000;
    font-weight: bold;
    margin: 0;
    background: #f1f4f9 !important;
  }
  .c5-jirei_top {
    margin: 0 0 8%;
  }
  .c5-jirei_top .c5-title {
    margin: 0;
    padding: 0 0 8%;
  }
  .c5-jirei_top .c5-pht {
    margin: 0;
    padding: 0 0 2%;
  }
  .c5-jirei_btn_more {
    margin: -30px auto 10%;
  }
  /* Unit概要 Area */
  .c5-line_ol p {
    font-size: 120%;
    font-weight: bold;
  }
  .c5-line_ol p span {
    font-size: 80%;
    display: block;
    font-weight: normal;
  }
  .c5-line_ol ul {
    margin-right: 0;
    *zoom: 1;
    padding: 0;
  }
  .c5-line_ol ul:before, .c5-line_ol ul:after {
    display: block;
    overflow: hidden;
    content: "";
  }
  .c5-line_ol ul:after {
    clear: both;
  }
  .c5-line_ol li {
    clear: left;
    margin-right: 0;
    margin-bottom: 6%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 6%;
    width: 100% !important;
    list-style: none;
    font-size: 100%;
  }
  .c5-line_ol li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c5-line_ol li span {
    font-weight: bold;
    display: block;
    font-size: 126%;
  }
  .c5-line_ol li img {
    margin: 3% 0 1.5%;
  }

/* c5-header2
-------------------------------------------------------------------- */
.c5-header2 a {
  margin: 0 5px !important;
}
/* s5
-------------------------------------------------------------------- */
#c5-wrap .s5-inStoreFeaturesItem1B__imageCol img {
  width: auto;
}
#c5-wrap .s5-button, #c5-wrap .s5-link, #c5-wrap .s5-shopListItem4 a, #c5-wrap .s5-slideToggleForSmallScreen a, #c5-wrap .s5-iconedBlockLinks2 a {
  text-decoration: none;
}
#c5-wrap .s5-inStoreFeaturesItem4__image img {
  width: auto;
}
.c5-blockOrange {
  padding: 10px;
  border: 1px solid #f5683a;
  display: inline-block;
  color: #f5683a;
  margin: 30px 0;
}
.c5-blockOrange2 {
  padding: 10px;
  display: block;
  background: #f2a329;
  color: #ffffff;
  margin: -20px -20px 20px -20px;
}
}
/* other
-------------------------------------------------------------------- */
.c5-img--pc img {
  display: block;
}
.c5-img--sp img {
  display: none;
}
@media screen and (max-width: 640px) {
  .c5-img--pc img {
    display: none;
  }
  .c5-img--sp img {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .c5-mq--mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 640px) {
  .c5-mq--mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .c5-mq--mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 640px) {
  .c5-mq--mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .s5-shopList:after {
    margin-top: 0px;
  }
}
.s5-inStoreFeaturesItem1B {
  margin-bottom: 20px !important;
}

.c5-store {
  margin: 0 50px 8% 50px;
}
@media screen and (max-width: 640px) {
  .c5-store {
    margin: 0 0 2%;
  }
}
.c5-store2 {
  margin: 0 0 8%;
}
@media screen and (max-width: 640px) {
  .c5-store2 {
    margin: 0 0 2%;
  }
}
/* c5-chat
-------------------------------------------------------------------- */
.c5-chat {
  /*border: 3px solid #f1f4f9;*/
  /*text-align: center;*/
  /*padding: 30px;*/
  margin: 0;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .c5-chat {
    display: block;
  }
}
.c5-chat .c5-chat__tableCell h3 {
  text-align: left;
  margin-left: 100px;
}
@media screen and (max-width: 640px) {
  .c5-chat .c5-chat__tableCell h3 {
    text-align: center;
    margin: 0;
  }
}
.c5-chat .c5-chat__tableCell {
  display: table-cell;
  /*width: 50%;*/
  vertical-align: middle;
  text-align: center;
}
.c5-chat .c5-chat__tableCell:first-child {
  text-align: left;
  width: 70%;
}
.c5-chat .c5-chat__tableCell img {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .c5-chat .c5-chat__tableCell {
    display: block;
    width: 100% !important;
  }
}
.c5-chat img {
  width: auto;
}
.s5-shopList {
  margin: 0 !important;
}
/* store photo jirei
-------------------------------------------------------------------- */
.s5-photoGallery__Grid .s5-photoGalleryGridItem__text {
  position: absolute;
  z-index: auto;
}






/* ブラビアのある暮らし
-------------------------------------------------------------------- */
.c5-lifetips {
  position: relative;
  padding: .2em;
  background-color: #f0f7e6;
  margin-bottom: 30px;
}
.c5-lifetips span {
  display: block;
  padding: .5em 1em;
  border: 1px dashed #ccc;
}
.c5-lifetips::before, .c5-lifetips::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.c5-lifetips::before {
  top: 100%;
  left: 0;
  border-width: 0 10px 10px 0;
  border-right-color: #bac6a9;
}
.c5-lifetips::after {
  top: -10px;
  right: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-bottom-color: #bac6a9;
}
.c5-lifetips2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}
.c5-lifetips2 li {
  max-width: 48%;
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
}
.c5-life1 {
  order: 1;
}
.c5-life2 {
  order: 2;
}
.c5-life3 {
  order: 4;
}
.c5-life4 {
  order: 3;
}
.c5-life5 {
  order: 5;
}
.c5-life6 {
  order: 6;
}
.c5-lifeprof {
  border: 1px solid #79d301;
  padding: 20px;
  margin-bottom: 80px;
  overflow: hidden;
}
.c5-coryo {
  display: block;
  float: left;
  max-width: 150px;
  padding-right: 20px;
}
.c5-coryo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 640px) {
  .c5-lifetips2 {
    display: block;
  }
  .c5-lifetips2 li {
    max-width: 100%;
  }
  .c5-life3 {
    order: 3;
  }
  .c5-life4 {
    order: 4;
  }
  .c5-coryo {
    display: block;
    float: none;
    max-width: 60%;
    padding-right: 0;
    margin: 0 auto;
  }
  .c5-coryo img {
    height: 100%;
    width: auto;
  }
}
.c5-meritwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  padding: 0;
}
.c5-meritwrap li {
  list-style: none;
  margin-right: 30px;
}
.c5-meritwrap li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .c5-box {
    width: 100%;
  }
  .c5-meritwrap {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }
  .c5-meritwrap li {
    margin-right: 0;
    padding-bottom: 30px;
  }
  .c5-meritwrap li img.sp15per {
    display: block;
    width: 50% !important;
    margin: 0 auto !important;
  }
}
.s5-inStoreFeaturesItem4 {
  margin: 0 0 30px !important;
}






/* ストア領域、2020.01.06追加
-------------------------------------------------------------------- */
.c5-displaypc, .c5-img--pc {
  display: block !important;
}
.c5-displaysp, .c5-img--sp {
  display: none !important;
}
.c5-omakase {
  display: block;
  text-align: center;
  background: #fd7f0a;
  color: #fff;
  font-weight: bold;
  font-size: 180%;
  padding: 10px 0;
    margin: 0;
}
.s5-bannerList__item3 {
  width: 25% !important;
}
dd.c5-ttl_a {
  color: #58b7ff;
}
dd.c5-ttl_a span {
  color: #2f353d;
  font-weight: 300;
  line-height: 1rem;
}
.c5-attention--box {
    border: none !important;
}
.c5-attention--title {
  color: #fff;
  background-color: #c22e2e;
  padding: 20px 0;
}
.c5-attention--text {
  color: #c22e2e;
  padding: 20px 0;
}
.c5-attention--text .s5-row {
  padding: 1rem;
  text-align: left;
}
.c5-attention--text .s5-row .c5-left {
  width: 65%;
}
.c5-attention--text .s5-row .c5-right {
  width: 33%;
}
.c5-attention--text .s5-row .c5-right img {
  width: 100%;
}
.s5-row .s5-row__col2 {
  padding: 0 0.5rem;
}
.s5-row .s5-row__col2 img {
  width: 100%;
}
.c5-mw-100 {
  max-width: 100%;
}
a .c5-mw-100:hover {
  opacity: 0.7;
}
/*img*/
.s5-row__col4 img {
  display: block;
  width: 100%;
}
.c5-img--sp2 img {
  display: none !important;
}
  .autoimg {
    width: 100%;
    height: auto;
  }
.s5-inStoreFeaturesItem4__title h3.brv {
    font-size: 110%;
}

.c5-attention--inbox {
    display: flex !important;
    justify-content: space-between !important;
    list-style: none !important;
    margin-bottom: 10px;
}
.c5-attention--inbox p {
    width: 28% !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 20px !important;
    border: 1px solid #c22e2e !important;
    border-radius: 15px !important;
    font-size: 120% !important;
    background: #c22e2e;
    list-style: none !important;
    display: block !important;
}
.c5-attention--big {
    display: block;
    font-size: 200%;
}
.c5-attention--inboxTxt {
    margin: 0;
    padding: 0;
    text-align: left;
}
.c5-attention--inboxTxt dt {
    margin: 0;
    padding: 0;
}
.c5-attention--inboxTxt dt::before {
    content: "■";
    margin: 0;
    padding: 0;
}
.c5-attention--inboxTxt dd {
    margin: 0 0 15px;
    padding: 0 0 0 1em;
}
.c5-attention--ex {
    background: #f9eaea;
    padding: 20px;
    margin-bottom: 40px;
}
.c5-attention--ex .c5-exTxt {
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0;
}
.c5-attention--ex table {
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    width: 60%;
}

.c5-attention--ex th {
    padding-bottom: 3px;
}
.c5-attention--ex td {
    text-align: right;
    padding-bottom: 3px;
}
.c5-attention--ex .c5-exSum {
    color: #c22e2e;
    font-weight: bold;
    font-size: 200%;
    border-top: 1px solid #000;
    padding-top: 3px;
}


@media screen and (max-width: 640px) {
  .c5-displaypc, .c5-img--pc {
    display: none !important;
  }
  .c5-displaysp, .c5-img--pc {
    display: block !important;
  }
  .s5-bannerList__item3 {
    width: 49% !important;
  }
  .autoimg {
    width: 100%;
    height: auto;
  }
  .c5-omakase {
    font-size: 120%;
  }
  .c5-attention--text .s5-row .c5-left {
    width: 100%;
  }
  .c5-attention--text .s5-row .c5-right {
    width: 100%;
  }
  .c5-attention--text .s5-row .c5-h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
  }
  .c5-attention--text .s5-row .c5-h3 {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
  }
  .c5-attention--text .s5-row .s5-table2 {
    margin: 0;
  }
  .s5-table2 th.s5-table--gray, .s5-table2 td.s5-table--gray {
    background: #fbfbfd;
  }
  .c5-waku_gray {
    display: table-cell;
    background-color: #e8e8e8;
    padding: 20px;
  }
  .c5-img--sp2 img {
    display: block !important;
  }
  .s5-row__col4 img {
    display: block;
    width: 50%;
  }
  .c5-waku_gray .s5-row .c5-left {
    width: 100%;
  }
  .c5-waku_gray .s5-row .c5-right {
    width: 100%;
  }

.c5-attention--inbox {
    display: block!important;
}
.c5-attention--inbox p {
    width: 90% !important;
    padding: 10px !important;
    font-size: 110% !important;
}
.c5-attention--big {
    font-size: 130%;
}
.c5-attention--ex {
    padding: 10px;
}
.c5-attention--ex .c5-exTxt {
    line-height: 1.2;
}
.c5-attention--ex table {
    font-size: 80%;
    width: 100%;
}
.c5-attention--ex th {
    line-height: 1;
}
.c5-attention--ex .c5-exSum {
    font-size: 100%;
}
}






/* 2020.02.20 add 壁掛けユニットエリア追加
------------------------------------------------------------------------*/
.c5-wallunit h4 {
    background: #888;
    color: #fff;
    text-align: center;
    padding: 6px;
    line-height: 1;
    letter-spacing: .3em;
    margin-bottom: 15px;
}
.c5-unitArea {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.c5-unitArea dt {
    width: 40%;
    padding-left: 1%;
}
.c5-unitArea dt img {
    width: 100%;
    height: auto;
}
.c5-unitArea dd {
    width: 58%;
    font-size: 70%;
    margin-left: 0;
    margin-right: 10px;
}
.c5-unitArea dd strong {
    display: block;
    font-size: 150%;
    line-height: 1.5;
}
@media screen and (max-width: 640px) {
.c5-unitArea {
    display: block;
}
.c5-unitArea dt {
    clear: left;
    width: 40%;
    float: left;
    padding-left: 0;
}
.c5-unitArea dt img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.c5-unitArea dd {
    width: 60%;
    float: left;
    font-size: 90%;
    margin-right: 0;
    margin-bottom: 40px;
    line-height: 1.3;
}
.c5-unitArea dd strong {
    font-size: 150%;
}
}

.c5-wallunit-table table {
    table-layout: fixed;
    border-collapse: collapse;
  font-size: 70%;
    text-align: center;
}
.c5-wallunit-table caption {
    text-align: left;
    font-weight: bold;
    font-size: 120%;
}
.c5-wallunit-table th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  padding: 5px;
}
.c5-wallunit-table td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  padding: 3px;
}
.c5-wallunit-table tbody tr:nth-child(odd) {
    background: #ececec;
}
.c5-wallunit-table th:first-child, .c5-wallunit-table td:first-child {
    border-left: 1px solid #000;
}
.c5-wallunit-table .display {
    visibility:hidden !important;
}
@media screen and (max-width: 640px) {
  .c5-wallunit-table table {
    width: 100%;
      table-layout: auto;
    border-collapse: collapse;
  }
.c5-wallunit-table caption {
    text-align: center;
}
  .c5-wallunit-table table tr {
    display: block;
    float: left;
  }
 .c5-wallunit-table table tr td,
  .c5-wallunit-table table tr th {
    display: block;
display: flex;
  align-items: center;
  justify-content: center;
  }
 .c5-wallunit-table table thead {
    display: block;
    float: left;
    width: 30%;
  }
.c5-wallunit-table table thead tr {
    width: 100%;
  }
.c5-wallunit-table table tbody {
    display: block;
    float: left;
    width: 70%;
  }
.c5-wallunit-table table tbody tr {
    width: 33%;
  }

.c5-wallunit-table th, .c5-wallunit-table td {
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
  padding: 5px 0;
    height: 40px;
}
.c5-wallunit-table th.line1, .c5-wallunit-table td.line1 {
    height: 20px;
}
.c5-wallunit-table th.line3, .c5-wallunit-table td.line3 {
    height: 60px;
}
.c5-wallunit-table th:first-child, .c5-wallunit-table td:first-child {
    border-left: none !important;
}
.c5-wallunit-table th:last-child, .c5-wallunit-table td:last-child {
    border-bottom: 1px solid #000 !important;
}
.c5-wallunit-table .display {
    display: none;
}
}

.c5-lineup p.c5-p2{
  box-sizing: border-box;
  font-size: .781rem;
  padding: 2% 3% 0;
  margin: 0;
}
