/* ================================
  btob
  MB→PC min-width:768px
================================ */

/* -------------------------------- 
  店舗・工場・事務所 トップ
-------------------------------- */
#btobTop #subConteList {
margin: 0 5%;
padding: 30px 0;
}
#btobTop #subConteList ul li:nth-child(1) {
background-image: url("../img/btob/index_cateimg_01.jpg");
}
#btobTop #subConteList ul li:nth-child(2) {
background-image: url("../img/btob/index_cateimg_02.jpg");
}
#btobTop #subConteList ul li:nth-child(3) {
background-image: url("../img/btob/index_cateimg_03.jpg");
}
#btobTop #subConteList ul li:nth-child(4) {
background-image: url("../img/btob/index_cateimg_04.jpg");
}
#btobTop #subConteList ul li {
display: block;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-bottom: 10px;
overflow: hidden;
}

#btobTop #subConteList ul li a {
position: relative;
display: block;
background-color: rgba(255,255,255,0.9);
border-radius: 6px;
width: 70%;
height: 80px;
margin: 30px auto;
text-align: center;
font-weight: bold;
}
#btobTop #subConteList ul li a .box {
position:absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 100%;
}

#btobTop #subConteList ul li a .box img {
display: block;
width: 40px;
margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  #btobTop #subConteList ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  }
  #btobTop #subConteList ul li {
  width: 48%;
  margin-bottom: 30px;
  }
  #btobTop #subConteList ul li a {
  height: 120px;
  margin: 60px auto;
  font-size: 18px;
  }
  #btobTop #subConteList ul li a .box img {
  width: 70px;
  margin: -10px auto 0;
  }
}


/* -------------------------------- 
  おすすめ新商材
-------------------------------- */
#product #ancNav {
  padding-top: 0;
  padding-bottom: 20px;
}
#items section.secBox:nth-child(n+2) {
  border-top: 1px dotted #999;
}
#product #sec01 .secTit, #product #sec02 .secTit, #product #sec03 .secTit, #product #sec04 .secTit, #product #sec05 .secTit, #product #sec06 .secTit {
  position: relative;
  background-color: #5e3274;
  margin-bottom: 30px;
  padding: 10px;
  color: #FFF;
}
#product #sec01 .secTit:before, #product #sec02 .secTit:before, #product #sec03 .secTit:before, #product #sec04 .secTit:before, #product #sec05 .secTit:before, #product #sec06 .secTit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5e3274;
}
#product .txtBox {
  padding-bottom: 40px;
}
#product .comeBox {
  margin-top: 40px;
}
#product .minTit {
  display: block;
}
#product .minTit span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  color: #5e3274;
  background-color: #FFF;
}
#product .titBox img {
  padding-bottom: 20px;
}
#product .befeBox .beImg, #product .befeBox .afImg {
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
#product .befeBox .beImg figure, #product .befeBox .afImg figure {
  position: relative;
  z-index: -1;
  display: inline-block;
}
#product .befeBox .beImg figure:after {
  content: "Before";
  background-color: #000;
}
#product .befeBox .afImg figure:after {
  content: "After";
  background-color: #5e3274;
}
#product .befeBox .beImg figure:after, #product .befeBox .afImg figure:after {
  font-family: 'Bad Script', cursive;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: -5px;
  width: 60px;
  padding: 5px 0 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
}
#product .befeBox .afImg figcaption {
  padding: 10px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
#product .befeBox.col3 .afImg {
  padding-top: 10px;
}
#product .sTit {
  position: relative;
  font-size: 20px;
  color: #5e3274;
  padding-left: 1.4em;
}
#product .sTit:before {
  position: absolute;
  content: "\f304";
  font-family: "Font Awesome 5 Free";
  top: 2px;
  left: 0;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
}
#product .pointTxt {
  font-size: 20px;
  text-align: left;
  padding-top: 0;
}
#product .osusumeBox {
  position: relative;
  margin-top: 30px;
  padding: 15px 20px 20px;
  background-color: #f5f3e9;
}
#product .osusumeTit {
  position: absolute;
  top: -10px;
  left: 20px;
  padding-left: 1.4em;
  font-size: 20px;
  color: #e50012;
}
#product .osusumeTit:before {
  position: absolute;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 2;
  font-weight: 700;
}
#product .pointTit {
  margin: 10px 0 0;
  font-size: 18px;
  color: #e50012;
}
#product .lineBox {
  margin: 10px 0 0;
  padding: 20px;
  border: 1px dotted #000
}
#product .lineBox dt {
  padding-bottom: 5px;
  font-size: 18px;
}
#product .dataTbl {
  width: 100%;
  margin-top: 20px;
  border: 2px solid #5e3274;
}
#product .dataTbl th, #product .dataTbl td {
  padding: 5px;
}
#product .dataTbl th {
  font-size: 16px;
  color: #FFF;
  background-color: #5e3274;
}
#product .dataTbl th {
  border-left: 2px dotted #FFFFFF;
}
#product .dataTbl th:first-child {
  border-left: 0px;
}
#product .dataTbl td {
  font-size: 16px;
  background-color: #FFF;
  border-left: 2px dotted #5e3274;
}
#product .dataTbl td b {}
#product .dataTbl td:first-child {
  border-left: 0px;
}
#product {
  margin: 0;
  padding: 0;
}
#product .chikudenBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product h3.chikuTit.cl1 {
  background-color: #ED7D31;
}
#product h3.chikuTit.cl2 {
  background-color: #13762D;
}
#product h3.chikuTit.cl3 {
  background-color: #00A7A7;
}
#product h3.chikuTit.cl1, #product h3.chikuTit.cl2, #product h3.chikuTit.cl3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
}
#product .chikudenBox.cl1 {
  background-color: #FFDCC5;
}
#product .chikudenBox.cl2 {
  background-color: #A5DDB4;
}
#product .chikudenBox.cl3 {
  background-color: #BFF9F9;
}
#product .chikudenBox.cl1, #product .chikudenBox.cl2 {
  margin-bottom: 40px;
}
#product .chikudenBox.cl1, #product .chikudenBox.cl2, #product .chikudenBox.cl3 {
  padding: 20px 20px;
}
#product .lineupTit {
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
  color: #FFF;
  background-color: #5e3274;
}
#product .lineupTit .ct {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #000;
}
#product .lineupTit .fMin {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
#product .lineupImg {
  padding: 20px 0;
  text-align: center;
}
#product .lineupCap {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#product .lineupCap th, #product .lineupCap td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#product .lineupCap th {
  background-color: #EEE;
  white-space: nowrap;
  font-size: 15px;
}
#product .lineupList {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
#product .lineupList li {
  margin: 0;
  padding: 5px 0 0;
  line-height: 1.4;
}
#product .lineupCap {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#product .lineupTbl {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#product .lineupTbl th, #product .lineupTbl td {
  padding: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#product .lineupTbl th {
  font-size: 15px;
}
#product .lineupTbl .cl1 {
  background-color: #5590B5;
  color: #FFF;
  white-space: nowrap;
}
#product .lineupTbl .cl2 {
  background-color: #1D76C9;
  color: #FFF;
  white-space: nowrap;
}
#product .lineupTbl .cl3 {
  background-color: #B55A98;
  color: #FFF;
  white-space: nowrap;
}
#product .lineupTbl .cl4 {
  background-color: #EEE;
  white-space: nowrap;
}
#product .imgBox {
  padding-bottom: 20px;
}
#product .asterisk {
  padding: 0;
  list-style: none;
}
#product .asterisk li {
  margin-left: 1em;
  margin-bottom: 0;
  padding-top: 10px;
  text-indent: -1em;
}
#product ul.asterisk li:before {
  content: '※';
}
#product .bgcTit {
  margin: 20px 0 0;
  padding: 5px 20px;
  font-size: 16px;
  background-color: #ae98b9;
}
#product .smokeBox {
  margin-bottom: 40px;
}
#product .glBox {
  padding-top: 20px;
}
#product .glBox figure {
  width: 48%;
  margin-left: 4%;
}
#product .glBox figure:first-child {
  margin-left: 0;
}
#product .lineupOp .opList {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
#product .lineupOp .opList li {
  position: relative;
  margin: 0 10px 0 0;
  padding-top: 10px;
  padding-left: 1.4em;
}
#product .lineupOp .opList li:before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  z-index: 2;
  font-weight: 700;
}
#product .smokeImg {
  justify-content: center;
}
#product .smokeImg figre {
  width: 48%;
  margin-bottom: 20px;
}
#product .smokeImg figre:nth-of-type(even) {
  margin-left: 4%;
}
#product .bnrBox {
  margin-top: 20px;
  text-align: center;
}
#product .bnrBox2 {
  margin-bottom: 20px;
  text-align: center;
}
#product .prodata {
  margin-bottom: 20px;
  padding-top: 20px;
}
#product .prodata .proImg {
  padding-top: 20px;
}
#product .prodata .proImg:first-child {
  padding-top: 0;
}
#product .prodata .proTit {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
#product .noBox {
  margin-top: 30px;
  padding: 15px 20px 20px;
  background-color: #f5f3e9;
}
#product .noBox .noTit {
  margin: -30px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #5e3274;
}
#product .noBox .noTit .no {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  color: #FFF;
  background-color: #5e3274;
}
#product .noterBox {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e50012;
}
#product .noteTit {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #e50012;
}
#product #sec01 .txtBox {
  padding-top: 10px;
}
#product .videoBox .videoTit {
  position: relative;
  margin: 20px auto 0;
  padding: 0 0 0 1.5em;
  font-size: 16px;
}
#product .videoBox .videoTit:before {
  position: absolute;
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  top: 4px;
  left: 0;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
}
#product .videoBox video {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
#product .suppleBox {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
#product .suppleBox li {
  padding: 5px 10px;
  border: 1px solid #5e3274;
  color: #5e3274;
  font-size: 14px;
}
#product .mrkBox {
  margin: 0;
  padding: 0 0 40px;
  list-style: none;
}
#product .mrkBox li {
  width: 23%;
  margin: 0 1%;
}
#product .dataBox {
  margin-bottom: 40px;
}
#product .dataBox .dataTit {
  margin-top: 20px;
  padding: 10px;
  color: #FFF;
  background-color: #5e3274;
}
#product .dataBox .datablkImg {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product .dataBox .datablkTxt p:first-child {
  padding-top: 0;
}
#product .featureList {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#product .featureList li {
  margin: 0;
  padding: 0 0 20px;
}
#product .featureList li .flTit {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 40px;
  font-size: 18px;
  border-bottom: 1px dotted #5e3274;
}
#product .featureList li .flTit .flNo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #FFF;
  background-color: #5e3274;
}
#product .featureList li p {
  padding: 0 0 10px;
}
#product .featureList li p:last-child {
  padding: 0 0 20px;
}
#product .flImg {
  margin-bottom: 10px;
}
#product .flImg:last-child {
  margin-bottom: 20px;
}
#product .flPtxt {
  position: relative;
  padding-left: 24px !important;
  color: #5e3274;
}
#product .flPtxt:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
}
#product .mrkImg {
  margin-bottom: 20px;
  text-align: center;
}
#product .mrkImg img {
  width: 100px;
  height: auto;
  margin: 0 10px;
}
#product .prodata figcaption {
  padding: 10px 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mbrsizeImg {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  #product #ancNav {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #product #ancNav li {
    width: 23%;
    margin: 0 1% 20px;
  }
  #product .titBox {
    position: relative;
    margin-bottom: 30px;
  }
  #product #sec03 .titBox, #product #sec01 .titBox, #product #sec02 .titBox {
    height: 560px;
  }
  #product #sec04 .titBox, #product #sec05 .titBox {
    height: 520px;
  }
  #product #sec06 .titBox {
    height: 400px;
  }
  #product #sec01 .secTit, #product #sec02 .secTit, #product #sec03 .secTit, #product #sec04 .secTit, #product #sec05 .secTit, #product #sec06 .secTit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 45%;
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  #product .titBox img {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 0;
  }
  #product .txtBox, #product .comeBox {
    padding-bottom: 40px;
  }
  #product .comeBox {
    margin-top: 0;
  }
  #product .befeBox, #product .afterBox {
    padding-top: 20px;
    padding-bottom: 40px;
    justify-content: center;
  }
  #product .befeBox .beImg, #product .befeBox .afImg {
    margin: 0;
  }
  #product .befeBox .beImg figure:after, #product .befeBox .afImg figure:after {
    width: 80px;
    font-size: 20px;
  }
  #product .befeBox img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  #product .sTit {
    font-size: 24px;
  }
  #product .sTit:before {
    font-size: 20px;
  }
  #product .osusumeTit {
    font-size: 20px;
  }
  #product .osusumeTit:before {
    font-size: 20px;
  }
  #product .befeBox.col3 .afImg {
    position: relative;
    padding-top: 0;
    width: 33.33%;
    text-align: center;
  }
  #product .chikuden.pcFlexSec {
    align-items: stretch;
  }
  #product .chikudenBox {
    width: 32%;
    margin-bottom: 40px;
  }
  #product .pointTxt {
    font-size: 24px;
    text-align: center;
  }
  #product .lineupData {
    padding-bottom: 20px;
  }
  #product .lineupData, #product .lineupEquip {
    width: 48%;
  }
  #product .lineupEquip img {
    width: 100%;
    max-width: 315px;
  }
  #product .osusumeBox {
    margin-top: 0;
    margin-bottom: 40px;
  }
  #product .lineupOp {
    padding-bottom: 40px;
  }
  #product .smoketSp {
    padding-top: 20px;
  }
  #product .glBox {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #product .glBox figure {
    width: 100%;
    max-width: 350px;
  }
  #product .dataTbl th {
    font-size: 18px;
  }
  #product .dataTbl td {
    padding: 5px 10px;
    font-size: 16px;
  }
  #product .imgBox {
    padding-bottom: 40px;
  }
  #product .lineupOp ul.opList {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #product .lineupOp .opList li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 1em;
  }
  #product .smokeImg figre {
    width: 30%;
    max-width: 330px;
    margin-left: 3.3%;
  }
  #product .smokeImg figre:first-child {
    margin-left: 0%;
  }
  #product .lineupList {
    padding-bottom: 20px;
  }
  #product .bnrBox {
    margin-top: 40px;
  }
  #product .bnrBox2 {
    margin-bottom: 40px;
  }
  #product .prodata {
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #product .prodata .proImg {
    width: 32%;
    margin-left: 2%;
    padding-top: 0;
  }
  #product .proImg:first-child {
    margin-left: 0;
  }
  #product .prodata figcaption {
    font-size: 14px;
    text-align: left;
  }
  #product .boxSp {
    margin-top: 10px;
    padding-bottom: 40px;
  }
  #product .boxSp .noBox {
    width: 32%;
    margin-left: 2%;
  }
  #product .noBox .noTit {
    font-size: 20px;
  }
  #product .boxSp .noBox:first-child {
    margin-left: 0;
  }
  #product .noterBox {
    margin-top: 0;
    padding: 20px;
  }
  #product .noteTit {
    font-size: 20px;
  }
  #product #sec01 .txtBox, #product #sec01 .txtBox p {
    padding-top: 0;
  }
  #product .videoBox {
    margin-bottom: 40px;
  }
  #product .videoBox .videoTit {
    font-size: 20px;
  }
  #product .videoBox .videoTit:before {
    top: 6px;
    font-size: 19px;
  }
  #product .videoBlk {
    width: 46%;
    margin: 0 2%;
  }
  #product .videoBlk video {
    max-width: 480px;
  }
  #product .suppleBox li {
    width: 32%;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
  }
  #product .mrkBox {
    width: 70%;
    margin: 0 auto 20px;
  }
  #product .mrkBox li {
    width: 25%;
    margin: 0;
    text-align: center;
  }
  #product .mrkBox li img {
    width: 100%;
    max-width: 100px;
  }
  #product .datablk {
    width: 30%;
    max-width: 350px;
  }
  #product .featureList li {
    width: 48%;
    margin-bottom: 20px;
  }
  #product .flImg {
    width: 48%;
    max-width: 250px;
    margin: 0 1%;
  }
  #product .dataBox .dataTit {
    padding: 10px 20px;
  }
  #product .featureList {
    margin-bottom: 0;
  }
  #product .featureList li .flTit {
    padding: 5px 0 5px 40px;
    font-size: 18px;
    border-bottom: 0px;
  }
}
/* -------------------------------- 
  新築・増築
-------------------------------- */
/* bxslider 調整 */
@media screen and (min-width: 768px), print {
  #newcon #slidBox .bx-wrapper .bx-viewport {
    height: 540px;
  }
  #newcon #bxslid li img {
    height: 540px;
    max-height: initial;
  }
}
/**/
#newcon .flow {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
#newcon .flow > li {
  position: relative;
  margin-top: 60px;
  padding: 25px 15px;
  background: #f5f3e9;
}
#newcon .flow > li:first-child {
  margin-top: 0;
}
#newcon .flow > li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #555;
}
#newcon .flow > li:last-child:after {
  margin: 0;
  border: none;
}
#newcon .flowTit {
  margin-top: -35px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 1;
  font-size: 22px;
}
#newcon .flowNo {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #5e3274;
}
#newcon .flowNo .fEng {
  font-weight: normal;
}
#newcon .txtBox {
  padding-bottom: 20px;
}
#newcon .txtBox p:first-child {
  padding-top: 0;
}
#newcon .commentBox {
  padding-bottom: 20px;
  text-align: center;
}
#newcon .commentBox .inner {
  display: inline-block;
  text-align: left;
}
#newcon .posrSp {
  margin-bottom: 40px !important;
}
#newcon #slidBox {
  margin-bottom: 40px;
}
#newcon .flow li #slidBox li {
  background-color: transparent;
}
#newcon .planBg {
  position: relative;
  padding: 20px 15px 15px;
  background-color: #FFF;
}
#newcon .planBg h4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: -15px 0 0;
  font-size: 18px;
  text-align: center;
}
#newcon .planEg {
  padding: 20px 0 15px;
}
#newcon .planEg:last-child {
  padding-bottom: 0;
}
#newcon .planEg h5 {
  position: relative;
  margin: -15px 0 0;
  padding-left: 1.4em;
  font-size: 18px;
  line-height: 1;
  color: #5e3274;
}
#newcon .planEg h5:before {
  position: absolute;
  content: "\f304";
  font-family: "Font Awesome 5 Free";
  top: 2px;
  left: 0;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
}
#newcon .planEg dl {
  margin: 0;
}
#newcon .planBg .txtBox {
  margin-bottom: 0;
  padding: 0 15px 15px;
}
#newcon .subBox {
  margin-top: 15px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#newcon .subBox dt, #newcon .subBox dd {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#newcon .subBox dt {
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  background-color: #247f6a;
}
#newcon .subBox dd {
  padding: 10px;
}
#newcon .subBox dd p {
  padding-top: 5px;
}
#newcon .subBox dd p:first-child {
  padding-top: 0;
}
#newcon .subBox .planName {
  color: #5e3274;
  font-weight: bold;
}
#newcon .appealBox {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
  color: #5e3274;
}
#newcon .appealBox .apNo {
  display: block;
  width: 85px;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background-color: #5e3274;
}
#newcon .appealBox li {
  margin-top: 20px;
  margin-bottom: 20px;
}
#newcon .appealBox li:first-child {
  margin-top: 0;
}
#newcon .appealsTit {
  margin-top: 30px;
  font-size: 18px;
}
#newcon .designBox {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
#newcon .designBox h5 {
  margin: 0;
  color: #5e3274;
}
#newcon #step3 .txtBox {
  padding: 10px 0 0;
}
#newcon #step3 .planEg {
  padding: 0;
}
#newcon .serviceList {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
#newcon .serviceList li {
  position: relative;
  padding-left: 18px;
}
#newcon .serviceList li:before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: 2;
  font-weight: 700;
  color: #5e3274;
}
#newcon .serviceList li:last-child {
  margin-bottom: 0;
}
#newcon .planBg .line {
  padding: 5px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#newcon #step1 .readBox {
  margin-bottom: 20px;
}
#newcon #step1 .readBox p:first-child {
  padding: 0;
}
#newcon .propBox {
  padding-top: 20px;
}
#newcon .propBox:first-child {
  padding-top: 0;
}
#newcon .proplist dt {
  position: relative;
  padding-left: 1.4em;
  font-size: 20px;
  color: #5e3274;
  font-weight: bold;
}
#newcon .proplist dt::before {
  position: absolute;
  content: "\f304";
  font-family: "Font Awesome 5 Free";
  top: 7px;
  left: 0;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
}
#newcon .exam .secTit {
  padding-bottom: 20px;
}
#newcon .exam .tit {
  position: relative;
  margin: 0 auto 20px;
  padding: 10px 0;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  background: #5e3274;
}
#newcon .exam .tit:after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  border-top-color: #5e3274;
  bottom: -27px;
}
#newcon .exam dt {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  color: #5e3274;
  font-weight: bold;
  border-left: 3px solid #5e3274;
}
#newcon .examBox .txtBox p:first-child {
  padding-top: 0;
}
#newcon .examData {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #5e3274;
}
#newcon .examData dt {
  position: absolute;
  display: inline-block;
  top: -28px;
  left: -1px;
  margin: 0;
  padding: 6px 10px;
  line-height: 1;
  font-size: 16px;
  border-left: none;
  color: #FFF;
  background-color: #5e3274;
  font-weight: normal;
}
#newcon .examData dd {
  position: relative;
  padding-left: 20px;
}
#newcon .examData dd::before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  top: 3px;
  left: 0;
  font-size: 14px;
  z-index: 2;
  font-weight: 700;
}
#newcon .examImgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#newcon .examImgBox figure {
  width: 48%;
  margin-bottom: 20px;
}
#newcon .examImgBox figure figcaption {
  font-size: 14px;
}
#newcon .extopImg {
  padding-bottom: 20px;
}
#newcon .commentBox .txtPick {
  font-size: 18px;
}
#newcon .commentBox p:first-child {
  padding-top: 0;
}
#newcon #step2 .planBg .txtBox {
  padding: 10px 0 0;
}
#newcon #step4 .btnSp {
  padding: 30px 0 0;
  text-align: center;
}
#newcon .pvList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
#newcon .pvList li {
  position: relative;
  width: 48%;
  margin-top: 30px;
  margin-bottom: 0;
}
#newcon .pvList li.btnLink {
  background-color: #333;
  border-radius: 6px;
}
#newcon .pvList li.btnLink .btn {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
#newcon .examBox .pvList .epCt1, #newcon .examBox .pvList .epCt2, #newcon .examBox .pvList .epCt3 {
  position: absolute;
  top: -15px;
  left: 5px;
  padding: 5px 15px;
  border-radius: 6px;
  color: #FFF;
}
#newcon .examBox .pvList .epCt1 {
  background-color: #5ec2df;
}
#newcon .examBox .pvList .epCt2 {
  background-color: #86b102;
}
#newcon .examBox .pvList .epCt3 {
  background-color: #e02e79;
}
#newcon .aftercareBox {
  border: 1px dotted #df7603;
}
#newcon .aftercareBox .afcImg {
  width: 80%;
  margin: 0 0 0 20%;
}
#newcon .aftercareBox .commentBox {
  padding: 15px;
}
#newcon .aftercareBox h2 {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 65%;
  margin: -40px 0 0 0;
  padding: 5px 15px;
  font-size: 24px;
  color: #FFF;
  background-color: rgba(223, 118, 3, 0.8)
}
/* お問合せ */
#mf .readTxt .line {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 10px 15px;
  text-align: left;
}
#mf .readTxt .line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px), print {
  #newcon #slidBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 60px;
  }
  #newcon #slidBox li img {
    height: auto;
    margin: 0 auto;
  }
  #newcon .flow > li {
    margin-top: 80px;
    padding: 40px;
  }
  #newcon .planEg {
    padding: 20px 0;
  }
  #newcon #step1 .readBox {
    margin-bottom: 0;
  }
  #newcon .flowTit {
    margin-top: -55px;
    font-size: 28px;
  }
  #newcon .planBg .line, #newcon .planEg h5 {
    font-size: 24px;
  }
  #newcon .planEg h5 {
    margin: 0;
  }
  #newcon .planEg dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #newcon .subBox {
    width: 49%;
    margin-top: 20px;
    border: 1px solid #333;
  }
  #newcon .subBox dt {
    border-right: 0;
  }
  #newcon .subBox dd {
    border-right: 0;
    border-bottom: 0;
  }
  #newcon .appealBox li {
    position: relative;
    margin: 0 0 20px;
    padding-left: 100px;
    font-size: 18px;
  }
  #newcon .appealBox .apNo {
    position: absolute;
    top: -2px;
    left: 0;
  }
  #newcon .serviceList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  #newcon .serviceList li {
    width: 33.33%;
  }
  #newcon .planBg {
    padding: 35px 40px;
  }
  #newcon .proplist {
    text-align: center;
  }
  #newcon .propBox {
    display: flex;
    width: 100%;
  }
  #newcon .proplist .inner {
    display: inline-block;
  }
  #newcon .proplist dt {
    width: 110px;
    text-align: left;
  }
  #newcon .proplist dd {
    padding-top: 1px;
    font-size: 18px;
  }
  #newcon .exam .secTit {
    padding-bottom: 30px;
  }
  #newcon .exam .txtBox {
    text-align: center;
  }
  #newcon .exam .txtBox .inner {
    display: inline-block;
  }
  #newcon .examData {
    display: flex;
    margin: 30px auto;
    width: 100%;
    max-width: 750px;
    padding: 10px 20px;
  }
  #newcon .examData dd {
    margin-right: 20px;
  }
  #newcon .examData dd::before {
    top: 5px;
  }
  #newcon .examImgBox figcaption {
    text-align: left;
    font-size: 14px;
  }
  #newcon .examBox {
    padding-top: 20px;
  }
  #newcon .examBox dd {
    text-align: center;
  }
  #newcon .pcFlexSec .planEg {
    width: 49%;
  }
  #newcon .pcFlexSec .planEg dl .subBox {
    width: 100%;
  }
  #newcon .appealBox {
    padding-bottom: 40px;
  }
  #newcon .examImgBox figure {
    width: 24%;
    margin-right: 1%;
  }
  #newcon .examImgBox figure:nth-of-type(n+4) {
    margin-right: 0;
  }
  #newcon .pvList {
    justify-content: space-between;
  }
  #newcon .pvList li {
    width: 32%;
  }
  #newcon .pvList li.btnLink {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
  #newcon .pvList li.btnLink .btn {
    display: inline-block;
    background-color: #333;
    border-radius: 6px;
  }
  #newcon .aftercareBox {
    display: flex;
    padding: 40px;
  }
  #newcon .aftercareBox .afcImg {
    order: 2;
    max-width: 360px;
    margin: 0 0 0 auto;
  }
  #newcon .aftercareBox h2 {
    width: 100%;
    margin: 0;
  }
  #newcon .afcTxt {
    z-index: 10;
    order: 1;
    margin-right: -60px;
    padding-top: 30px;
  }
  #newcon #warehouse figure {
    width: 49%;
    margin-left: 2%;
    margin-right: 0;
  }
  #newcon #warehouse figure:first-child {
    margin-left: 0;
  }
  #newcon .aftercareBox .commentBox {
    margin-right: 60px;
  }
  #newcon .flow > li:nth-child(n+2)::before {
    top: -46px;
  }
}
/* -------------------------------- 
  改装・改修・メンテナンス
-------------------------------- */
#btobMaint #ancNav {
  padding: 20px 0 0;
}
#btobMaint .ancNav2 {
  margin: 0 0 10px;
  padding: 15px;
  list-style: none;
  border: 1px dotted #333;
}
#btobMaint .ancNav2 li {
  margin-bottom: 5px;
}
#btobMaint .ancNav2 li:last-child {
  margin-bottom: 0;
}
#btobMaint .ancNav2 li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 2em 10px 80px;
  font-size: 14px;
  text-decoration: none;
  color: #5e3274;
}
#btobMaint .ancNav2 .wk {
  position: absolute;
  top: 6px;
  left: 0;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #5e3274;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #5e3274;
}
#btobMaint .ancNav2.cl1 {
  border: 1px dotted #247f6a;
}
#btobMaint .ancNav2.cl1 .wk {
  border: 1px solid #247f6a;
  color: #247f6a;
}
#btobMaint .ancNav2.cl1 li a {
  color: #247f6a;
  border-bottom: 1px dotted #247f6a;
}
#btobMaint .ancNav2.cl1 li:last-child a {
  border-bottom: none;
}
#btobMaint .ancNav2.cl1 li a::after, #btobMaint .ancNav2.cl2 li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-70%) rotate(45deg);
}
#btobMaint .ancNav2.cl1 li a::after {
  border-right: 2px solid #247f6a;
  border-bottom: 2px solid #247f6a;
}
#btobMaint .ancNav2.cl2 li a::after {
  border-right: 2px solid #24477f;
  border-bottom: 2px solid #24477f;
}
#btobMaint .ancNav2.cl2 {
  border: 1px dotted #24477f;
}
#btobMaint .ancNav2.cl2 .wk {
  border: 1px solid #24477f;
  color: #24477f;
}
#btobMaint .ancNav2.cl2 li a {
  color: #24477f;
  border-bottom: 1px dotted #24477f;
}
#btobMaint .ancNav2.cl2 li:last-child a {
  border-bottom: none;
}
#btobMaint .ctTit {
  position: relative;
  margin: 0 auto 30px;
  padding: 10px;
  font-size: 20px;
  color: #FFF;
  background: #247f6a;
}
#btobMaint .ctTit:after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  border-top-color: #247f6a;
  bottom: -27px;
}
#btobMaint .indoor .ctTit:after {
  border-top-color: #247f6a;
}
#btobMaint .outdoor .ctTit {
  background: #24477f;
}
#btobMaint .outdoor .ctTit:after {
  border-top-color: #24477f;
}
#btobMaint .ctStit {
  font-size: 18px;
  font-weight: bold;
}
#btobMaint .indoor .ctStit {
  color: #247f6a;
}
#btobMaint .outdoor .ctStit {
  color: #24477f;
}
#btobMaint .indoor .ctBox > dl, #btobMaint .outdoor .ctBox > dl {
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px dotted #333;
}
#btobMaint .indoor .ctBox > dl:first-child, #btobMaint .outdoor .ctBox > dl:first-child {
  padding-top: 0;
  border-top: none;
}
#btobMaint .ctBox .txtBox {
  padding-top: 20px;
}
#btobMaint .txtBox p {
  padding-top: 30px;
}
#btobMaint .txtBox p:first-child {
  padding-top: 0;
}
#btobMaint .voiceBox {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#btobMaint .voiceBox .tit {
  color: #e50012;
}
#btobMaint .voiceBg {
  position: relative;
  padding: 15px;
  background: #FFE4E6;
}
#btobMaint .voiceBg .tit {
  position: absolute;
  top: -10px;
  left: 15px;
  padding-left: 20px;
  font-size: 18px;
}
#btobMaint .voiceBg .tit:before {
  position: absolute;
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  top: 1px;
  left: 0;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
}
#btobMaint .voiceBg p:nth-of-type(1) {
  padding-top: 5px;
}
#btobMaint .ctWk {
  display: block;
  width: 80px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
#btobMaint .indoor .ctWk {
  color: #247f6a;
  background-color: #FFF;
}
#btobMaint .outdoor .ctWk {
  color: #24477f;
  background-color: #FFF;
}
#btobMaint .extopImg {
  margin-top: 20px;
}
#btobMaint .examImgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#btobMaint .examImgBox figure {
  width: 48%;
  margin-bottom: 20px;
}
#btobMaint .examImgBox figure figcaption {
  font-size: 14px;
}
#btobMaint .spBalloon1 {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f3e9;
}
#btobMaint .exBox {
  top: 0;
  left: 0;
  padding: 20px 0;
}
#btobMaint .exBox:last-child {
  padding-bottom: 0;
}
#btobMaint .spBalloon1::before {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 15%;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #f5f3e9;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#btobMaint .spBalloon2 {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f3e9;
}
#btobMaint .spBalloon2::before {
  position: absolute;
  content: '';
  top: -15px;
  right: 15%;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f3e9;
  border-left: 15px solid transparent;
}
#btobMaint .spBalloon3 {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f3e9;
}
#btobMaint .spBalloon3::before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f3e9;
  border-left: 15px solid transparent;
}
#btobMaint .spBalloon4 {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f3e9;
}
#btobMaint .spBalloon4::before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f3e9;
  border-left: 15px solid transparent;
}
#btobMaint .spBalloon5 {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f3e9;
}
#btobMaint .spBalloon5::before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f3e9;
  border-left: 15px solid transparent;
}
.spBalloon1 h5, .spBalloon2 h5, .spBalloon3 h5, .spBalloon4 h5, .spBalloon5 h5 {
  margin: 0;
  color: #5e3274;
  font-size: 16px;
}
.spBalloon1 p, .spBalloon2 p, .spBalloon3 p, .spBalloon4 p, .spBalloon5 p {
  padding-top: 5px;
}
#btobMaint .hfImg {
  width: 70%;
  margin: 0 auto;
}
#btobMaint #sec02 {
  padding-bottom: 0;
}
#btobMaint .wkDot.koshuBox {
  padding: 0 15px 15px;
}
#btobMaint .koshuBox h2 {
  padding-top: 15px;
  color: #5e3274;
}
#btobMaint .koshuBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}
#btobMaint .koshuBox ul li {
  position: relative;
  width: 33.33%;
  padding-left: 18px;
  font-size: 16px;
}
#btobMaint .koshuBox ul li:last-child {
  margin-bottom: 0;
}
#btobMaint .koshuBox ul li:before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: 2;
  font-weight: 700;
  color: #5e3274;
}
#btobMaint #sec03 .txtBox {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  #btobMaint .ancNav2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 10px;
    padding: 15px 20px 10px;
  }
  #btobMaint .ancNav2 li {
    width: 48%;
    margin-bottom: 10px;
  }
  #btobMaint .ancNav2 .inner {
    display: inline;
  }
  #btobMaint .ancNav2 .wk {
    margin-bottom: 0;
  }
  #btobMaint .ctTit {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    padding-left: 110px;
    font-size: 24px;
  }
  #btobMaint .secBox.indoor, #btobMaint .secBox.outdoor {
    padding-top: 20px;
  }
  #btobMaint .exBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #btobMaint .indoor .ctStit, #btobMaint .outdoor .ctStit {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 20px;
  }
  #btobMaint .indoor .ctStit, #btobMaint .outdoor .ctStit {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #btobMaint .ctWk {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #btobMaint .indoor dd, #btobMaint .outdoor dd {
    width: 100%;
    width: 750px;
    margin: 0 auto;
  }
  #btobMaint .indoor > dl, #btobMaint .outdoor > dl {
    margin-bottom: 40px;
  }
  #btobMaint .exBox:last-child {
    padding-bottom: 0;
  }
  #btobMaint .hfImg {
    width: 60%;
    max-width: 440px;
    margin: 0;
  }
  #btobMaint .indoor .pcFlexSec, #btobMaint .outdoor .pcFlexSec {
    align-items: flex-start;
  }
  #btobMaint .spBalloon3 {
    width: 38%;
    margin-top: 0;
  }
  #btobMaint .spBalloon3::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #f5f3e9;
  }
  #btobMaint .sideC .hfImg {
    order: 2;
  }
  #btobMaint .sideC .spBalloon3 {
    order: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 38%;
    margin-top: 0;
  }
  #btobMaint .sideC .spBalloon3::before {
    border: none;
  }
  #btobMaint .sideC .spBalloon3::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -30px;
    transform: translateX(0);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #f5f3e9;
  }
  #btobMaint .ctBox .txtBox {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #btobMaint .indoor .ctBox > dl, #btobMaint .outdoor .ctBox > dl {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
  }
  #btobMaint .wkDot.koshuBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 5px;
  }
  #btobMaint .koshuBox ul {
    margin: 0;
    padding: 15px 0 0 0;
  }
  #btobMaint .koshuBox ul li {
    position: relative;
    width: 25%;
    padding-left: 18px;
  }
  #btobMaint .koshuBox ul li:last-child {
    margin-bottom: 10px;
  }
  #btobMaint .ancNav2.cl1 li:last-child a {
    border-bottom: 1px dotted #247f6a;
  }
  #btobMaint .ancNav2.cl2 li:last-child a {
    border-bottom: 1px dotted #24477f;
  }
  #btobMaint #sec03 .txtBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 20px;
  }
  #btobMaint .pcC {
    text-align: center;
  }
}

/* -------------------------------- 
  btob 施工例 物件ページ
-------------------------------- */
.btobEgConte {
padding-top: 20px;
}

.btobEgSec dd br {/*調整*/
display: block !important;
}

#btobEgMainBox {
max-width: 750px;
margin: 0 auto;
}

#btobEgSubBox .titBox {
}
#btobEgSubBox .tit {
font-size: 28px;
text-align: center;
margin-bottom: 30px;
}
#btobEgSubBox .tit::before {
font-family: "Font Awesome 5 Free";
content: "\f083";
font-weight: 900;
margin-right: 10px;
color: #5e3274;
}

#btobEgSubBox .btobEgSec {
margin-bottom: 20px;
overflow: hidden;
}

#btobEgSubBox .btobEgSec > dd {
border: 1px dotted #333;
margin-left: 10px;
padding: 25px 15px 15px;
}

#btobEgSubBox .btobEgSec > dt img {
box-shadow: 18px 10px rgba(94,50,116,0.3);
width: 80%;
margin-bottom: -15px;
}

@media screen and (min-width: 768px), print {

  .btobEgConte {
  padding-top: 40px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  }  

  #btobEgSubBox .btobEgSec {
  width: 48%;
  }
  
  #btobEgSubBox .btobEgSec > dt img {
  width: 85%;
  max-width: 370px;
  }

}



