@charset "UTF-8";
/* ----------------------------- リセット */

.wrapper{
      max-width: initial;
      padding: 0;
}

/* ----------------------------- 全体 */

body {
  min-width: 1230px;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media print {
  .sp-only{
    display: none !important;
  }
  .l-kv,
  .p-dbtlp{
    transition: transform 0.3s;
    transform: scale(0.8);
    transform-origin: left top;
    height: calc(100% / 0.8);
    width: calc(100% / 0.8);
    overflow-x: hidden;
  }

}

.p-dbtlp img,
.l-kv img,
.l-pagetop img{
  max-width: 100%;
  height: auto;
}

/* ----------------------------- 0. 共通パーツ */
.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-col {
  color: #f25c5c;
}

.u-col__red {
  color: #FF0000;
}

.u-col__blue {
  color: #3399FF;
}

.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", "Meiryo", "ＭＳ　Ｐゴシック", sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}

.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}

.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}

.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1120 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1215 {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.c-wrap__separate {
  margin-left: 15px;
  margin-right: 15px;
}




.l-pagetop {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.l-pagetop ul li {
  float: left;
  list-style-type: none;
  margin-left: 0;
}
.l-pagetop ul li:first-child {
  margin-right: 5px;
}

.p-dbtlp h2{
  border: none;
  padding: 0;
  background: transparent;
}
.p-dbtlp h3{
  border: none;
}
.p-dbtlp h4{
  border: none;
  padding: 0;

}
.p-dbtlp ul{
  margin: 0;
}
.p-dbtlp ul li{
  list-style: none;
  margin-left: 0;
}
.p-dbtlp a{
  color: #0080CB;
}

.l-kv {
  background: #0080CB url("../image/kv_bg.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;


}
.l-kv .c-wrap__1500 {
  position: relative;
  padding-top: 59px;
  padding-bottom: 69px;
}
.l-kv h1 {
  float: left;
  width: 63%;
  padding-top: 30px;
}
.l-kv .icon {
  width: 32%;
  float: right;
}
.l-kv .icon01 {
  position: absolute;
  left: 5.3%;
  bottom: 12px;
  width: 19.2%;
}
.l-kv .icon02 {
  position: absolute;
  right: 2%;
  bottom: 0.6%;
  width: 22.6%;
}
.l-kv .catch {
  font-size: 44px;
  font-weight: 900;
  color: #FFF000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 26%;
  margin-top: -20px;
}
.l-kv .catch span {
  display: block;
  font-size: 32px;
}
.l-kv p {
  line-height: 1.5;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 26%;
  margin-top: 10px;
}
.l-kv .top-wrap{
  overflow: hidden;
}

.p-dbtlp {

}

.c-btnlist {
  text-align: center;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.c-btnlist a {
  display: inline-block;
  position: relative;
}
.c-btnlist a:first-child {
  margin-right: 40px;
}
.c-btnlist a:last-child {
  margin-top: 45px;
}
.c-btnlist a.style1:after {
  content: "";
  width: 540px;
  height: 15px;
  background-color: #221814;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
.c-btnlist a.style1:hover img {
  position: relative;
  top: 10px;
}
.c-btnlist a.style2:after {
  content: "";
  width: 360px;
  height: 15px;
  background-color: #221814;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
.c-btnlist a.style2:hover img {
  position: relative;
  top: 10px;
}
.c-btnlist--style2 a:nth-child(3n){
  margin-top: 45px;
}
.c-btnlist--style2 a:last-child{
  display: block;
}

.c-btnlist--style3{
  margin-top: 50px;
}
.c-btnlist--style3 a{
  margin-top: 0;
}

.p-dbtlp__about {
  padding-bottom: 100px;
}
.p-dbtlp__about .title {
  padding: 35px 0;
  background-color: #FFF000;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #221814;
  line-height: 1;

}
.p-dbtlp__about .catch {
  margin-top: 60px;
}
.p-dbtlp__about .catch span {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  text-align: left;
  color: #0080cb;
  display: block;
  margin: 30px auto;
    
}
.p-dbtlp__about .txt {
  overflow: hidden;
}
.p-dbtlp__about .txt .left {
  float: left;
  max-width: 680px;
  width: 100%;
  padding-top: 25px;
}
.p-dbtlp__about .txt .left p {
  font-weight: normal;
  font-size: 20px;
  line-height: 2;
  color: #221814;
}
.p-dbtlp__about .txt .left ul {
  margin-top: 40px;
}
.p-dbtlp__about .txt .left ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #221814;
}
.p-dbtlp__about .txt .right {
  float: right;
  display: flex;
  width: 480px;
  height: 480px;
  -webkit-border-radius: 240px;
  border-radius: 240px;
  background-color: #FFF000;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-feature-settings: "palt";
}
.p-dbtlp__about .txt .right .tit {
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  text-align: center;
  color: #0080cb;
  margin-bottom: 30px;
  padding: 0 50px 30px;
  background-image: linear-gradient(to right, #0080cb 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: right bottom;
}
.p-dbtlp__about .txt .right p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #0080cb;
}
.p-dbtlp__about .c-btnlist {
  margin-top: 49px;
}
.p-dbtlp__cp {
  background-color: #F3F3F3;
  padding: 100px 0;
    
}

.p-dbtlp__cp .swiper-pagination{
  text-align: center;
  position: static;
}
.p-dbtlp__cp .swiper-pagination span{
  display: inline-block;
  margin-right: 15px;
  width: 16px;
  height: 16px;
}
.p-dbtlp__cp .swiper-pagination span:last-child{
  margin-right: 0;
}

.p-dbtlp__cp h2 {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #221814;
  margin-bottom: 30px;
  
  padding: 0;
  border: none;
  background: transparent;

}
.p-dbtlp__cp h3 {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #221814;
  position: relative;
  
  border: none;

}
.p-dbtlp__cp h3:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-dbtlp__cp h3 span {
  background-color: #F3F3F3;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.p-dbtlp__cp .cp-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
}
.p-dbtlp__back {
  background: url("../image/back_bg1.jpg") no-repeat center top;
  padding: 93px 0 0;
}
.p-dbtlp__back .box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff000;
  border: 5px solid #221814;
  position: relative;
  padding: 60px 0 45px;
  text-align: center;
}
.p-dbtlp__back .box:before {
  content: "";
  width: 237px;
  height: 191px;
  display: block;
  background: url("../image/back_icon1.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -50px;
}
.p-dbtlp__back .box .tit .sub {
  width: 456px;
  line-height: 67px;
  background: #0080cb;
  border: 5px solid #221814;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff000;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  margin: auto;
}
.p-dbtlp__back .box .tit h3 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 44.8px;
  text-align: center;
  color: #221814;
  font-feature-settings: "palt";
}
.p-dbtlp__back .box p {
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #221814;
}
.p-dbtlp__back .box p span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: #221814;
  display: block;
  margin-bottom: 10px;
}
.p-dbtlp__back .box ul {
  display: inline-block;
  margin-top: 20px;
}
.p-dbtlp__back .box ul li {
  text-align: left;
  font-size: 16px;
}
.p-dbtlp__back .change {
  margin-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}
.p-dbtlp__back .change h4 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #221814;
  position: relative;
  margin-bottom: 18px;
}
.p-dbtlp__back .change h4:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-dbtlp__back .change h4 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  display: inline-block;
}
.p-dbtlp__back .change p {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #221814;
}
.p-dbtlp__back .change img {
  margin: 20px auto;
}
.p-dbtlp__features .nav ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-dbtlp__features .nav ul:before, .p-dbtlp__features .nav ul:after {
  content: none;
}
.p-dbtlp__features .nav ul li {
  width: 100%;
  margin-right: 20px;
}
.p-dbtlp__features .nav ul li:last-child {
  margin-right: 0;
}
.p-dbtlp__features .nav ul li a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 70px;
  background: #fff;
  border: 5px solid #221814;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #221814;
  text-decoration: none;
}
.p-dbtlp__features .nav ul li span:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../image/icon_arrow1.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.p-dbtlp__features .feature1 {
  background-color: #0080CB;
  border-top: 5px solid #221814;
  margin-top: -5px;
  padding: 92px 0 100px;
}
.p-dbtlp__features .feature1 h2 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #fff000;
  margin-bottom: 40px;
}
.p-dbtlp__features .feature1 h2 span.fs-l {
  display: block;
  font-weight: 900;
  font-size: 70px;
  line-height: 0.7;
  color: #fff000;
  border-bottom: 10px solid  #fff000;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}
.p-dbtlp__features .feature1 h2 span .number {
  font-size: 130px;
}
.p-dbtlp__features .feature1 .inner {
  background-color: #fff;
  padding: 50px;
  border: 5px solid #221814;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-dbtlp__features .feature1 .inner .box {
  margin-bottom: 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-dbtlp__features .feature1 .inner .box:before, .p-dbtlp__features .feature1 .inner .box:after {
  content: none;
}
.p-dbtlp__features .feature1 .inner .box:last-child {
  margin-bottom: 0;
}
.p-dbtlp__features .feature1 .inner .box .ph {
  width: 360px;
}
.p-dbtlp__features .feature1 .inner .box .ph--style2 {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-dbtlp__features .feature1 .inner .box .ph--style2:before, .p-dbtlp__features .feature1 .inner .box .ph--style2:after {
  content: none;
}
.p-dbtlp__features .feature1 .inner .box .txt {
  width: 780px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}
.p-dbtlp__features .feature1 .inner .box .txt h3 {
  position: relative;
  padding: 0 0 0 120px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #221814;
  min-height: 110px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-dbtlp__features .feature1 .inner .box .txt h3:before {
  content: "";
  /*画像のURL*/
  background: url("../image/p_icon1.png") no-repeat center;
  display: block;
  width: 110px;
  height: 110px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-dbtlp__features .feature1 .inner .box .txt h3.p1:before {
  background: url("../image/p_icon1.png") no-repeat center;
}
.p-dbtlp__features .feature1 .inner .box .txt h3.p2:before {
  background: url("../image/p_icon2.png") no-repeat center;
}
.p-dbtlp__features .feature1 .inner .box .txt h3.p3:before {
  background: url("../image/p_icon3.png") no-repeat center;
}
.p-dbtlp__features .feature1 .inner .box .txt h3.p4:before {
  background: url("../image/p_icon4.png") no-repeat center;
}
.p-dbtlp__features .feature1 .inner .box .txt h3.p5:before {
  background: url("../image/p_icon5.png") no-repeat center;
}
.p-dbtlp__features .feature1 .inner .box .txt h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  text-align: left;
  color: #0080cb;
  margin: 40px auto 20px;
}
.p-dbtlp__features .feature1 .inner .box .txt ul {
  margin: 20px auto;
  font-size: 0;
}
.p-dbtlp__features .feature1 .inner .box .txt ul li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.p-dbtlp__features .feature1 .inner .box .txt ul li:last-child {
  margin-right: 0;
}
.p-dbtlp__features .feature1 .inner .box .txt p {
  font-feature-settings: "palt";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #221814;
}
.p-dbtlp__features .feature1 .inner .box .txt p span {
  font-size: 16px;
}
.p-dbtlp__features .feature1 .inner .box .txt table {
  width: 100%;
  font-feature-settings: "palt";
  border: 2px solid #221814;
  margin-top: 20px;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr th,
.p-dbtlp__features .feature1 .inner .box .txt table tr td {
  border: 1px solid #221814;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr th {
  background-color: #A4DDFF;
  vertical-align: middle;
  padding: 7px 12px;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr th.fw-normal {
  font-weight: normal;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr th.w1 {
  width: 310px !important;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr th.w2 {
  width: 157px !important;
}
.p-dbtlp__features .feature1 .inner .box .txt table tr td {
  text-align: center;
  padding: 7px 0;
}
.p-dbtlp__features .feature1 .inner .box--item2 p {
  margin-bottom: 1em;
}
.p-dbtlp__features .feature1 .inner .box--item2 p:last-child {
  margin-bottom: 0;
}
.p-dbtlp__features .feature1 .inner .box--item5--style2 h4 {
  margin: 0 auto 20px !important;
}
.p-dbtlp__features .feature2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-dbtlp__features .feature2 h2 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align: center;
  color: #221814;
  margin-bottom: 40px;
  position: relative;
  padding: 0 264px;
}
.p-dbtlp__features .feature2 h2:before {
  content: "";
  width: 233px;
  height: 179px;
  display: inline-block;
  background: url("../image/use_icon1.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 110px;
  top: 0;
}
.p-dbtlp__features .feature2 h2:after {
  content: "";
  width: 233px;
  height: 179px;
  display: inline-block;
  background: url("../image/use_icon2.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 110px;
  top: 0;
}
.p-dbtlp__features .feature2 h2 span {
  display: block;
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  color: #221814;
  margin-top: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 10px solid #FFF000;
  padding-bottom: 10px;
}
.p-dbtlp__features .feature2 .box {
  background-color: #fff;
  padding: 80px 50px 49px;
  border: 5px solid #221814;
}
.p-dbtlp__features .feature2 .box h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #221814;
  margin-bottom: 35px;
}
.p-dbtlp__features .feature2 .box .scene {
  padding-bottom: 100px;
  text-align: center;
}
.p-dbtlp__features .feature2 .box .scene p {
  text-align: center;
  font-size: 18px;
}
.p-dbtlp__features .feature2 .box .scene ul {
  display: inline-block;
  margin-top: 30px;
}
.p-dbtlp__features .feature2 .box .scene ul li {
  font-size: 16px;
  text-align: left;
}
.p-dbtlp__features .feature2 .box .shop {
  padding-bottom: 100px;
}
.p-dbtlp__features .feature2 .box .shop ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-dbtlp__features .feature2 .box .shop ul:before, .p-dbtlp__features .feature2 .box .shop ul:after {
  content: none;
}
.p-dbtlp__features .feature2 .box .shop ul li {
  width: 373px;
  margin-right: 40px;
}
.p-dbtlp__features .feature2 .box .shop ul li:last-child{
  margin-right: 0;
}
.p-dbtlp__features .feature2 .box .shop ul li .logo {
  border-bottom: 5px solid #221814;
}
.p-dbtlp__features .feature2 .box .shop ul li h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 36.4px;
  text-align: center;
  color: #0080cb;
  margin: 20px auto 10px;
}
.p-dbtlp__features .feature2 .box .shop ul li .place {
  padding: 10px;
  background: #eff7fb;
  font-size: 18px;
  color: #0080cb;
  font-feature-settings: "palt";
  margin-top: 10px;
}
.p-dbtlp__features .feature2 .box .shop ul li .place span {
  font-weight: bold;
}
.p-dbtlp__features .feature2 .box .shop ul li .careful {
  font-weight: normal;
  font-size: 16px;
  line-height: 32.4px;
  text-align: left;
  color: #221814;
  margin-top: 10px;
}
.p-dbtlp__features .feature2 .box .shop ul li .btn {
  margin: 20px auto 0;
}
.p-dbtlp__features .feature2 .box .shop p span {
  font-weight: bold;
}
.p-dbtlp__features .feature2 .box .service {
  padding-bottom: 100px;
}
.p-dbtlp__features .feature2 .box .service .inner {
  display: table;
  width: 100%;
}
.p-dbtlp__features .feature2 .box .service .inner .ph {
  display: table-cell;
  width: 360px;
}
.p-dbtlp__features .feature2 .box .service .inner .txt {
  display: table-cell;
  width: calc(100% - 360px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  vertical-align: top;
}
.p-dbtlp__features .feature2 .box .service .inner .txt p {
  font-weight: normal;
  font-size: 18px;
  line-height: 32.4px;
  text-align: left;
  color: #221814;
}
.p-dbtlp__features .feature2 .box .service .inner .txt ul li {
  font-size: 16px;
}
.p-dbtlp__features .feature2 .box .service .inner .txt .btn {
  margin-top: 20px;
}
.p-dbtlp__features .feature2 .box .method {
  background-color: #FFF000;
  padding: 50px;
}
.p-dbtlp__features .feature2 .box .method ul li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.p-dbtlp__features .feature2 .box .method ul li:last-child {
  margin-bottom: 0;
}
.p-dbtlp__features .feature2 .box .method ul li .title {
  width: 300px;
  display: table-cell;
  text-align: center;
}
.p-dbtlp__features .feature2 .box .method ul li .title h4 {
  background-color: #221814;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.p-dbtlp__features .feature2 .box .method ul li .txt {
  display: table-cell;
  width: calc(100% - 300px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.p-dbtlp__features .feature2 .box .method ul li .txt p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #221814;
  margin: auto;
}
.p-dbtlp__features .feature2 .box .method ul li .txt p span {
  font-size: 16px;
}
.p-dbtlp__features .feature2 .box .method ul li .txt .btn {
  margin-top: 20px;
}
.p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap {
  margin-bottom: 20px;
}
.p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap .btn {
  display: inline-block;
}
.p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap .btn:first-child {
  margin-right: 20px;
}
.p-dbtlp__features .feature3 {
  background-color: #0080CB;
  padding: 90px 0 100px;
  position: relative;
}
.p-dbtlp__features .feature3 .icon {
  position: absolute;
  right: 134px;
  top: -166px;
}
.p-dbtlp__features .feature3 h2 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align: center;
  color: #fff000;
}
.p-dbtlp__features .feature3 h2 span {
  display: block;
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  color: #fff000;
  margin-top: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 10px solid #FFF000;
  padding-bottom: 10px;
}
.p-dbtlp__features .feature3 .box {
  background-color: #fff;
  padding: 80px 50px 49px;
  border: 5px solid #221814;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.p-dbtlp__features .feature3 .box:before, .p-dbtlp__features .feature3 .box:after {
  content: none;
}
.p-dbtlp__features .feature3 .box .item {
  width: 580px;
  margin: 0;
}
.p-dbtlp__features .feature3 .box .item h3 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: #221814;
  margin: 20px auto;
}
.p-dbtlp__features .feature3 .box .item p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #221814;
}
.p-dbtlp__features .feature4 {
  padding: 90px 0 100px;
    
}
.p-dbtlp__features .feature4 h2 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align: center;
}
.p-dbtlp__features .feature4 h2 span {
  display: block;
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  color: #221814;
  margin-top: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 10px solid #FFF000;
  padding-bottom: 10px;
}
.p-dbtlp__features .feature4 .box {
  background-color: #fff;
  border: 5px solid #221814;
  padding: 100px 0;
  margin-top: 40px;
  text-align: center;
}
.p-dbtlp__features .feature4 .box ul {
  display: inline-block;
}
.p-dbtlp__features .feature4 .box ul li {
  text-align: left;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 2;
  text-align: left;
  color: #0080cb;
}
.p-dbtlp__features .feature4 .box ul li:last-child {
  margin-bottom: 0;
}
.p-dbtlp__features .feature4 .box ul li:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("../image/faq_icon1.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.p-dbtlp__features .feature4 .box ul li a {
  text-decoration: none;
}
.p-dbtlp__features .feature4 .box .btn {
  margin: 40px auto 0;
}
.p-dbtlp__features .btn {
  border: 3px solid #221814;
  width: fit-content;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: #fff;
}
.p-dbtlp__features .btn a {
  line-height: 54px;
  height: 54px;
  text-decoration: none;
  color: #221814;
  padding: 0 30px;
  font-weight: 700;
  font-size: 14px;
}
.p-dbtlp__features .btn--link span:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../image/icon_link.svg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.p-dbtlp__features .btn--arrow span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.p-dbtlp__flow {
  padding-bottom: 100px;
}
.p-dbtlp__flow .title {
  background-color: #FFF000;
  border-top: 5px solid #221814;
  line-height: 1;
  padding: 45px 0 50px;
}
.p-dbtlp__flow .title h2 {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #221814;
  margin: 0;
}
.p-dbtlp__flow h3 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #221814;
  margin-top: 100px;
}
.p-dbtlp__flow h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  color: #221814;
  position: relative;
}
.p-dbtlp__flow h4 span {
  background-color: #FFF;
  padding: 0 20px;
}
.p-dbtlp__flow h4:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #221814;
  display: block;
  top: 17px;
  position: absolute;
  z-index: -1;
}
.p-dbtlp__flow .intro {
  font-weight: normal;
  font-size: 18px;
  line-height: 32.4px;
  text-align: center;
  color: #221814;
  margin: 20px 0 30px;
}
.p-dbtlp__flow .flow-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-dbtlp__flow .flow-wrap:before, .p-dbtlp__flow .flow-wrap:after {
  content: none;
}
.p-dbtlp__flow .flow-wrap .item {
  width: 100%;
  margin-right: 80px;
  position: relative;
}
.p-dbtlp__flow .flow-wrap .item:last-child {
  margin-right: 0;
}
.p-dbtlp__flow .flow-wrap .item:after {
  content: "";
  width: 50px;
  height: 75px;
  display: block;
  background: url("../image/icon_arrow2.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 83px;
  right: -65px;
}
.p-dbtlp__flow .flow-wrap .item:last-child:after {
  content: none;
}
.p-dbtlp__flow .flow-wrap .item p {
  margin-top: 40px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #221814;
}
.p-dbtlp__flow .flow-wrap .item p span {
  font-size: 16px;
}
.p-dbtlp__flow .other {
  border-bottom: 3px solid #221814;
  text-align: center;
  margin-top: 60px;
}
.p-dbtlp__flow .other ul {
  display: inline-block;
  margin: 20px 0 30px;
}
.p-dbtlp__flow .other ul li {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.3;
  color: #221814;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-dbtlp__flow .other ul li span {
  font-weight: normal;
  text-align: left;
  color: #221814;
}
.p-dbtlp__flow .c-btnlist {
  margin-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  body [class*="c-wrap"] {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }

/*  .l-container {
    transition: transform 0.3s;
    transform: scale(0.5);
    transform-origin: left top;
    height: calc(100% / 0.5);
    width: calc(100% / 0.5);
    overflow-x: hidden;
  }*/
  .l-kv h1{
    width: 50%;
  }
  .l-kv .icon01 {
    position: absolute;
    left: 5.3%;
    bottom: 12px;
    width: 19.2%;
  }
  .l-kv .icon02 {
    position: absolute;
    right: 3.5%;
    bottom: 0.6%;
    width: 22.6%;
  }
  .l-kv .catch {
    padding-left: 20%;
  }
  .l-kv p {
    padding-left: 20%;
  }

  .p-dbtlp__features .feature2 h2:before{
    left: 0!important;
  }

}
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-wrap, .c-wrap__1000 {
    max-width: 750px;
  }

  .c-title1 {
    margin-bottom: 25px;
    padding-top: 60px;
    background-size: auto 55px;
  }

  .c-title1 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 160%;
    padding-bottom: 16px;
    background-size: 50px auto;
  }

  [class*="c-wrap"] {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }

  .js-table-xscroll__in {
    width: 1000px;
  }

  .l-header {
    padding: 10px 20px;
    background: url("../image/head_bg.png") no-repeat right top;
  }

  .l-footer {
    border-top: 5px solid #221814;
    padding: 40px 0 30px;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo a {
    display: inline-block;
  }
  .l-footer p {
    text-align: center;
    font-size: 18px;
  }
  .l-footer p.copyright {
    margin: 29px auto;
    display: block;
  }

  .l-kv {
    background: #0080CB url("../image/kv_bg.png") no-repeat center top;
  }
  .l-kv .top {
    text-align: center;
  }
  .l-kv .top img {
    display: inline-block;
  }
  .l-kv .c-wrap__1500 {
    position: relative;
    padding: 59px 0 69px;
  }
  .l-kv h1 {
    float: left;
    padding-top: 30px;
  }
  .l-kv .catch {
    margin-top: 20px;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
    color: #fff000;
    padding-left: 0;
  }
  .l-kv .catch span {
    font-size: 21px;
  }
  .l-kv p {
    padding-left: 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 25.2px;
    text-align: center;
    color: #fff;
  }

  .c-btnlist {
    text-align: center;
    font-size: 0;
  }
  .c-btnlist a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .c-btnlist a:first-child {
    margin-right: 0;
  }
  .c-btnlist a:last-child {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .c-btnlist a.style1 {
    width: 100%;
  }
  .c-btnlist a.style1:after {
    content: "";
    width: 90%;
  }
  .c-btnlist a.style1:hover img {
    position: relative;
    top: 10px;
  }
  .c-btnlist a.style2 {
    width: 80%;
    margin: 0 auto;
  }
  .c-btnlist a.style2:after {
    content: "";
    width: 90%;
  }
  .c-btnlist a.style2:hover img {
    position: relative;
    top: 10px;
  }

  .c-btnlist--style2 a:nth-child(3){
    margin-top: 0;
  }

  .c-btnlist--style3 a:last-child{
    margin-top: 0;
  }
  .c-btnlist--style3 a img{
    width: 92%;
    height: auto;
  }

  .p-dbtlp__about {
    padding-bottom: 50px;
  }
  .p-dbtlp__about .title {
    padding: 15px 0;
    font-size: 22px;
  }
  .p-dbtlp__about .catch {
    margin-top: 40px;
  }
  .p-dbtlp__about .catch span {
    font-size: 18px;
    margin: 30px auto 0;
  }
  .p-dbtlp__about .txt .left {
    float: none;
    max-width: 680px;
    width: 100%;
    padding-top: 25px;
  }
  .p-dbtlp__about .txt .left p {
    font-size: 16px;
  }
  .p-dbtlp__about .txt .left ul {
    margin-top: 20px;
  }
  .p-dbtlp__about .txt .left ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
  }
  .p-dbtlp__about .txt .right {
    float: none;
    display: flex;
    width: 300px;
    height: 300px;
    margin: 40px auto 0;
    -webkit-border-radius: 150px;
    border-radius: 150px;
  }
  .p-dbtlp__about .txt .right .tit {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 50px 20px;
  }
  .p-dbtlp__about .txt .right p {
    font-size: 14px;
  }
  .p-dbtlp__about .c-btnlist {
    margin-top: 49px;
  }
  .p-dbtlp__cp {
    padding: 50px 0;
  }
  .p-dbtlp__cp h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .p-dbtlp__cp h3 {
    font-size: 20px;
    font-feature-settings: "palt";
  }
  .p-dbtlp__cp h3 span {
    background-color: #F3F3F3;
    position: relative;
    z-index: 1;
    padding: 0 20px;
  }
  .p-dbtlp__cp .cp-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0;
  }
  .p-dbtlp__back {
    background: url("../image/back_bg1.jpg") no-repeat center top;
    padding: 93px 0 0;
  }
  .p-dbtlp__back .box {
    padding: 60px 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-dbtlp__back .box:before {
    display: none;
  }
  .p-dbtlp__back .box .tit .sub {
    width: 90%;
    height: auto;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .p-dbtlp__back .box .tit h3 {
    font-size: 28px;
    margin: 0;
    padding: 0;

  }
  .p-dbtlp__back .box p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    font-feature-settings: "palt";
  }
  .p-dbtlp__back .box p span {
    text-align: center;
    font-size: 18px;
  }
  .p-dbtlp__back .box ul {
    margin-top: 20px;
  }
  .p-dbtlp__back .box ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
  }
  .p-dbtlp__back .change {
    margin-top: 60px;
    padding-bottom: 50px;
    text-align: center;
  }
  .p-dbtlp__back .change h4 {
    font-size: 24px;
  }
  .p-dbtlp__back .change h4 span {
    padding: 0 10px;
  }
  .p-dbtlp__back .change p {
    font-size: 16px;
  }
  .p-dbtlp__back .change img {
    margin: 15px auto;
  }
  .p-dbtlp__features .nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-dbtlp__features .nav ul li {
    width: 49%;
    margin-right: 2%;
  }
  .p-dbtlp__features .nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-dbtlp__features .nav ul li:last-child {
    margin-right: 0;
  }
  .p-dbtlp__features .nav ul li:nth-child(n+3) {
    margin-top: 2%;
  }
  .p-dbtlp__features .nav ul li a {
    display: block;
    line-height: 1;
    height: auto;
    background: #fff;
    border: 2px solid #221814;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #221814;
    text-decoration: none;
  }
  .p-dbtlp__features .nav ul li span:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .p-dbtlp__features .feature1 {
    border-top: 2px solid #221814;
    margin-top: 10px;
    padding: 30px 0 50px;
  }
  .p-dbtlp__features .feature1 h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-dbtlp__features .feature1 h2 span.fs-l {
    display: block;
    font-weight: 900;
    font-size: 35px;
    line-height: 0.7;
    color: #fff000;
    border-bottom: 10px solid  #fff000;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .p-dbtlp__features .feature1 h2 span .number {
    font-size: 65px;
  }
  .p-dbtlp__features .feature1 .inner {
    padding: 20px;
    border: 2px solid #221814;
  }
  .p-dbtlp__features .feature1 .inner .box {
    margin-bottom: 25px;
    display: block;
  }
  .p-dbtlp__features .feature1 .inner .box:last-child {
    margin-bottom: 0;
  }
  .p-dbtlp__features .feature1 .inner .box .ph {
    width: 180px;
    margin: 0 auto 10px;
  }
  .p-dbtlp__features .feature1 .inner .box .ph--style2 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-dbtlp__features .feature1 .inner .box .ph--style2:before, .p-dbtlp__features .feature1 .inner .box .ph--style2:after {
    content: none;
  }
  .p-dbtlp__features .feature1 .inner .box .txt {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        padding-left: 0;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3 {
    position: relative;
    padding: 0 0 0 65px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    min-height: 2em;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3:before {
    content: "";
    /*画像のURL*/
    background: url("../image/p_icon1.png") no-repeat center;
    display: block;
    width: 55px;
    height: 55px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3.p1:before {
    background: url("../image/p_icon1.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3.p2:before {
    background: url("../image/p_icon2.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3.p3:before {
    background: url("../image/p_icon3.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3.p4:before {
    background: url("../image/p_icon4.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h3.p5:before {
    background: url("../image/p_icon5.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature1 .inner .box .txt h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .p-dbtlp__features .feature1 .inner .box .txt ul {
    margin: 10px auto;
    font-size: 0;
  }
  .p-dbtlp__features .feature1 .inner .box .txt ul li {
    width: 48%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .p-dbtlp__features .feature1 .inner .box .txt ul li:last-child {
    margin-right: 0;
  }
  .p-dbtlp__features .feature1 .inner .box .txt p {
    font-size: 16px;
  }
  .p-dbtlp__features .feature1 .inner .box .txt p span {
    font-size: 14px;
  }
  .p-dbtlp__features .feature1 .inner .box .txt table tr th.fw-normal {
    font-weight: normal;
  }
  .p-dbtlp__features .feature1 .inner .box .txt table tr th.w1 {
    width: 100px !important;
  }
  .p-dbtlp__features .feature1 .inner .box .txt table tr th.w2 {
    width: 100px !important;
  }
  .p-dbtlp__features .feature1 .inner .box .txt table tr th,
  .p-dbtlp__features .feature1 .inner .box .txt table tr td {
    text-align: center;
    padding: 7px 0;
    display: table-cell;
  }
  .p-dbtlp__features .feature1 .inner .box--item2 p {
    margin-bottom: 1em;
  }
  .p-dbtlp__features .feature1 .inner .box--item2 p:last-child {
    margin-bottom: 0;
  }
  .p-dbtlp__features .feature2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-dbtlp__features .feature2 h2 {
    font-size: 20px;
    line-height: 0.6;
    margin-bottom: 20px;
    padding: 0;
  }
  .p-dbtlp__features .feature2 h2:before {
    content: "";
    width: 63px;
    height: 40px;
    display: inline-block;
    background: url("../image/use_icon1.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-dbtlp__features .feature2 h2:after {
    content: "";
    width: 63px;
    height: 40px;
    display: inline-block;
    background: url("../image/use_icon2.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-dbtlp__features .feature2 h2 span {
    font-size: 35px;
  }
  .p-dbtlp__features .feature2 .box {
    background-color: #fff;
    padding: 40px 15px 25px;
    border: 2px solid #221814;
  }
  .p-dbtlp__features .feature2 .box h3 {
    font-size: 20px;
  }
  .p-dbtlp__features .feature2 .box .scene {
    padding-bottom: 50px;
    text-align: center;
  }
  .p-dbtlp__features .feature2 .box .scene p {
    text-align: left;
    font-size: 16px;
  }
  .p-dbtlp__features .feature2 .box .scene ul {
    display: block;
    margin-top: 30px;
  }
  .p-dbtlp__features .feature2 .box .scene ul li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-dbtlp__features .feature2 .box .scene ul li a {
    padding-left: 1em;
    display: block;
  }
  .p-dbtlp__features .feature2 .box .shop {
    padding-bottom: 50px;
  }
  .p-dbtlp__features .feature2 .box .shop ul {
    display: block;
  }
  .p-dbtlp__features .feature2 .box .shop ul:before, .p-dbtlp__features .feature2 .box .shop ul:after {
    content: none;
  }
  .p-dbtlp__features .feature2 .box .shop ul li {
    width: 100%;
  }
  .p-dbtlp__features .feature2 .box .shop ul li .logo {
    border-bottom: 2px solid #221814;
  }
  .p-dbtlp__features .feature2 .box .shop ul li h4 {
    font-size: 18px;
  }
  .p-dbtlp__features .feature2 .box .shop ul li .place {
    font-size: 14px;
  }
  .p-dbtlp__features .feature2 .box .shop ul li .careful {
    font-size: 14px;
  }
  .p-dbtlp__features .feature2 .box .shop ul li .btn {
    margin: 20px auto 0;
  }
  .p-dbtlp__features .feature2 .box .service {
    padding-bottom: 50px;
  }
  .p-dbtlp__features .feature2 .box .service .inner {
    display: block;
    width: 100%;
  }
  .p-dbtlp__features .feature2 .box .service .inner .ph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-dbtlp__features .feature2 .box .service .inner .ph img {
    display: inline-block;
  }
  .p-dbtlp__features .feature2 .box .service .inner .txt {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .p-dbtlp__features .feature2 .box .service .inner .txt p {
    font-size: 16px;
  }
  .p-dbtlp__features .feature2 .box .service .inner .txt ul li {
    font-size: 14px;
  }
  .p-dbtlp__features .feature2 .box .service .inner .txt .btn {
    margin-top: 10px;
  }
  .p-dbtlp__features .feature2 .box .method {
    padding: 25px;
  }
  .p-dbtlp__features .feature2 .box .method ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-dbtlp__features .feature2 .box .method ul li:last-child {
    margin-bottom: 0;
  }
  .p-dbtlp__features .feature2 .box .method ul li .title {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-dbtlp__features .feature2 .box .method ul li .title h4 {
    font-size: 18px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt p {
    font-size: 16px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt p span {
    font-size: 14px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt .btn {
    margin-top: 20px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap {
    margin-bottom: 20px;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap .btn {
    display: inline-block;
  }
  .p-dbtlp__features .feature2 .box .method ul li .txt .btn-wrap .btn:first-child {
    margin-right: 20px;
  }
  .p-dbtlp__features .feature3 {
    padding: 45px 0 50px;
  }
  .p-dbtlp__features .feature3 .icon {
    position: absolute;
    right: -15px;
    top: -156px;
    width: 91px;
    height: 72px;
  }
  .p-dbtlp__features .feature3 h2 {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #fff000;
  }
  .p-dbtlp__features .feature3 h2 span {
    display: block;
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    color: #fff000;
    margin-top: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 10px solid #FFF000;
    padding-bottom: 10px;
  }
  .p-dbtlp__features .feature3 .box {
    padding: 40px 25px 25px;
    border: 2px solid #221814;
    margin-top: 20px;
    display: block;
  }
  .p-dbtlp__features .feature3 .box .item {
    width: 100%;
  }
  .p-dbtlp__features .feature3 .box .item h3 {
    font-size: 16px;
    margin: 10px auto;
  }
  .p-dbtlp__features .feature3 .box .item p {
    font-size: 16px;
  }
  .p-dbtlp__features .feature4 {
    padding: 45px 0 50px;
  }
  .p-dbtlp__features .feature4 h2 {
    font-size: 20px;
    line-height: 1;
  }
  .p-dbtlp__features .feature4 h2 span {
    font-size: 35px;
    margin-top: 10px;
  }
  .p-dbtlp__features .feature4 .box {
    border: 2px solid #221814;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .p-dbtlp__features .feature4 .box ul {
    display: block;
  }
  .p-dbtlp__features .feature4 .box ul li {
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    padding-left: 28px;
    text-indent: -28px;
    line-height: 2;
    text-align: left;
    color: #0080cb;
  }
  .p-dbtlp__features .feature4 .box ul li:last-child {
    margin-bottom: 0;
  }
  .p-dbtlp__features .feature4 .box ul li:before {
    width: 18px;
    height: 18px;
    background: url("../image/faq_icon1.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-dbtlp__features .feature4 .box ul li a {
    text-decoration: none;
  }
  .p-dbtlp__features .feature4 .box .btn {
    margin: 20px auto 0;
  }
  .p-dbtlp__features .btn {
    border: 3px solid #221814;
    width: fit-content;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #fff;
  }
  .p-dbtlp__features .btn a {
    line-height: 54px;
    height: 54px;
    text-decoration: none;
    color: #221814;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
  }
  .p-dbtlp__features .btn--link span:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../image/icon_link.svg") no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .p-dbtlp__features .btn--arrow span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  .p-dbtlp__flow {
    padding-bottom: 50px;
  }
  .p-dbtlp__flow .title {
    padding: 20px 0 20px;
    border-top: 2px solid;
  }
  .p-dbtlp__flow .title h2 {
    font-size: 20px;
  }
  .p-dbtlp__flow h3 {
    font-size: 20px;
    margin-top: 50px;
  }
  .p-dbtlp__flow h4 {
    font-size: 18px;
  }
  .p-dbtlp__flow h4 span {
    background-color: #FFF;
    padding: 0 10px;
  }
  .p-dbtlp__flow h4:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #221814;
    display: block;
    top: 17px;
    position: absolute;
    z-index: -1;
  }
  .p-dbtlp__flow .intro {
    font-size: 16px;
    text-align: left;
    margin: 15px 0 15px;
  }
  .p-dbtlp__flow .flow-wrap {
    display: block;
  }
  .p-dbtlp__flow .flow-wrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .p-dbtlp__flow .flow-wrap .item:last-child {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .p-dbtlp__flow .flow-wrap .item:after {
    content: "";
    width: 25px;
    height: 37px;
    position: absolute;
    top: initial;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  .p-dbtlp__flow .flow-wrap .item:last-child:after {
    content: none;
  }
  .p-dbtlp__flow .flow-wrap .item p {
    margin-top: 40px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    color: #221814;
  }
  .p-dbtlp__flow .flow-wrap .item p span {
    font-size: 16px;
  }
  .p-dbtlp__flow .other {
    border-bottom: 3px solid #221814;
    text-align: center;
    margin-top: 60px;
  }
  .p-dbtlp__flow .other ul {
    display: inline-block;
    margin: 20px 0 30px;
  }
  .p-dbtlp__flow .other ul li {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.3;
    color: #221814;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .p-dbtlp__flow .other ul li span {
    font-weight: normal;
    text-align: left;
    color: #221814;
  }
  .p-dbtlp__flow .c-btnlist {
    margin-top: 100px;
  }

  .l-pagetop {
    width: auto;
    left: 5px;
    bottom: 5px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: translateX(-50%);
  }
  .l-pagetop ul{
    text-align: left;
    margin-bottom: 0;
  }
  .l-pagetop ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .l-pagetop ul li:first-child {
    margin-right: 5px;
    width: 48%;
  }
  .l-pagetop ul li:nth-child(2) {
    width: 32%;
  }

  .main{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
