@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500&display=swap');

#content {
	margin: -12px auto 0;
	min-width: 1200px;
	max-width: 100%;
	min-height: 30px;
  color: #000;
	overflow: hidden;
}

@media screen and (max-width: 1366px){
  #content {
    margin: -28px auto 0;
  }
}

.dbts{
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.dbts h1,
.dbts h2,
.dbts h3,
.dbts h4,
.dbts h5{
  font-weight: 700;
}

.dbts .rob{
  font-family: 'Roboto', 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}

.dbts .dbts_inner{
  max-width: 1180px;
  margin: 0 auto;
}

.dbts img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.dbts p.note{
  text-indent: -1em;
  padding-left: 1em;
}

.dbts a{
  color: #2ea7e0;
}

.dbts a.blank{
  padding-right: 1.3em;
  background: url("/.resources/webresources/cpn/23dbts/images/icon_blank.png") right center no-repeat;
  background-size: 1em auto;
}

.dbts .tac{
  text-align: center;
}

.dbts .red{
  color: #ff0000 !important;
}

.mv{
  height: 589px;
  background: #002800;
  text-align: center;
  position: relative;
}

.mv h1{
  width: 100%;
  height: 100%;
}

.mv img{
  max-width: inherit;
  height: 100%;
}

.mv .date{
  width: 100%;
  height: 123px;
  text-align: center;
  background: rgba(0,0,0,.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

.info{
  text-align: center;
  color: #FFF;
  background: #002800;
}

.info > div{
  max-width: 1400px;
  padding: 60px 0;
  margin: 0 auto;
}

@media screen and (min-width:769px){
  .info > div{
    background: url("/.resources/webresources/cpn/23dbts/images/info_bk.jpg") no-repeat;
    background-size: cover;
  }
}

.info h2{
  width: 867px;
  margin: 0 auto;
}

.info p.note{
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.info > div > img{
  width: 355px;
}

.info h3{
  font-size: 30px;
  line-height: 1;
  margin: 30px 0 40px;
}

.info h3 span{
  font-size: 15px;
  line-height: 1;
  vertical-align: bottom;
}

.info .btn{
  width: 580px;
  height: 75px;
  font-size: 26px;
  line-height: 75px;
  color: #FFF;
  font-weight: 700;
  border-radius: 10px;
  background: #ff0000;
  margin: 0 auto 35px;
  display: block;
  cursor: pointer;
  transition: .3s;
}

.info .btn:hover{
  opacity: .7;
  transition: .3s;
}

.info .btn span{
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.info .btn span::after{
  content: "";
  border-top: 15px solid #FFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%)
}

.info .box{
  width: 1240px;
  min-height: 883px;
  padding: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width:769px){
  .info .box{
    background: url("/.resources/webresources/cpn/23dbts/images/info_box.png") no-repeat;
    background-size: 100% auto;
  }
}

#tv{
  padding-top: 145px;
  margin-top: -145px;
}

.info .box h2{
  width: 100%;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #FFF;
}

.info .box ul{
  display: flex;
  justify-content: space-between;
}

.info .box ul li{
  width: 370px;
}

.info .box ul li img{
  width: 310px;
}

.info .box ul li h3{
  font-size: 40px;
  line-height: 1;
  margin: 40px 0 15px;
}

.info .box ul li h3 span{
  font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.info .box ul li h3 i{
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  padding-left: .5em;
  vertical-align: middle;
}

.info .box ul li p.model{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.info .box ul li p{
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.info .box ul li a.btn_d{
  width: 310px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  font-weight: 700;
  border-radius: 5px;
  background: #2f7327;
  margin: 35px auto 0;
  display: block;
  position: relative;
}

.info .box ul li a.btn_d::after{
  content: "";
  border-left: 8px solid #FFF;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.time_machine{
  padding: 75px;
  background: #002800;
}

.time_machine h2{
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  margin-bottom: 105px;
}

.time_machine .box{
  background: #FFF;
  padding: 85px 60px 20px;
  position: relative;
  box-shadow: 0px 0px 15px 5px rgba(0, 105, 52, 1);
}

.time_machine .box h3{
  width: 120px;
  height: 120px;
  font-size: 36px;
  line-height: 120px;
  color: #FFF;
  text-align: center;
  background: #42698b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}

[data-ruby] {
  display: inline-block;
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-30px);
  font-size: 12px;
  line-height: 1;
}

.time_machine .box ul{
  display: flex;
  justify-content: space-between;
}

.time_machine .box ul li{
  width: 500px;
}

.time_machine .box ul li h4{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #426989;
  margin-bottom: 20px;
}

.time_machine .box ul li h5{
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  background: #426989;
}

.time_machine .box ul li p.model{
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #e5e5e5;
  margin-bottom: 20px;
}

.time_machine .box ul li > div{
  display: flex;
  justify-content: space-between;
}

.time_machine .box ul li > div > div{
  width: 240px;
}

.time_machine .box ul li > div > div p{
  font-size: 16px;
  line-height: 1.6;
}

.time_machine .box ul li > div > div p.note{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
  text-indent: 0;
  padding-left: 0;
}

.time_machine p.gl{
  font-size: 12px;
  line-height: 1.4;
  color: #ababac;
  margin: 20px 0 115px;
}

.time_machine .box:last-of-type{
  padding-bottom: 60px;
}

.time_machine .box:last-of-type h3{
  background: #8c4155;
}

.time_machine .box:last-of-type h4{
  color: #8c4155;
}

.time_machine .box:last-of-type h5{
  background: #8c4155;
}

.cp{
  padding: 80px 0;
  background: #004100;
}

.tab{
  display: flex;
  justify-content: space-between;
  border-bottom: 10px solid #2f7327;
}

.tab li{
  width: 32%;
  height: 60px;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  background: #4d4d4d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.tab li.active{
  background: #2f7327;
  cursor: default;
}

.tab li span{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

.tab li.active:hover{
  opacity: 1;
}

.tab li.active::after{
  opacity: 1;
  transition: .3s;
}

.tab li:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.wbox{
  padding: 55px 100px;
  background: #FFF;
}

.wbox .cp02,
.wbox .cp03{
  display: none;
}

.outline{
  text-align: center;
  margin-bottom: 25px;
}

.outline h2{
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.outline p{
  font-size: 18px;
  line-height: 1.5;
}


.cp03 h2{
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.wbox .bkgr,
.fri_p .bkgr{
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  color: #FFF;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (min-width:769px){
  .wbox .bkgr,
  .fri_p .bkgr{
    background: url("/.resources/webresources/cpn/23dbts/images/title_bk.png") no-repeat;
    background-size: 100% 100%;
  }
}

.wbox ul + .bkgr,
.wbox p + .bkgr,
.fri_p ul + .bkgr,
.fri_p p + .bkgr{
  margin-top: 35px;
}

.dbts .step{
  margin: 0 auto 50px;
}

.dbts .step ol{
  margin-bottom: 20px;
}

.dbts .step ol li{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  background: #edeeee;
  position: relative;
}

.dbts .step ol li + li{
  margin-top: 50px;
}

.dbts .step ol li + li::after{
  content: "";
  border-top: 18px solid #004100;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%)
}

.dbts .step ol li div{
  width: 70px;
  background: #004100;
  position: relative;
}

.dbts .step ol li div + div{
  width: 100%;
  padding: 20px 5px 20px 25px;
  background: #edeeee;
  position: relative;
}

.dbts .step ol li h4{
  width: 100%;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.dbts .step ol li h4 span{
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.dbts .step ol li p{
  font-size: 18px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.dbts .dot li,
.dbts .dot2 li{
  font-size: 15px;
  line-height: 1.6;
  padding-left: 1.2em;
}

.dbts .dot li::before{
  content: "●";
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.dbts .dot2 li::before{
  content: "・";
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.dbts .dot li + li{
  margin-top: 3px;
}

.dbts .cbk_box p{
  font-size: 18px;
  line-height: 1.4;
}

.dbts .cbk_box > div{
  display: flex;
  justify-content: flex-start;
  margin: 50px 0 20px;
}

.dbts .cbk_box > div > div + div{
  width: 180px;
  margin-left: 30px;
  margin-top: -50px;
}

.dbts .cbk_box ul{
  margin: 10px 0;
}

.dbts .cbk_box li{
  text-indent: -1em;
  padding-left: 1em;
}

.dbts .cbk_box li::before{
  display: none;
}

.proc{
  margin-bottom: 80px;
}

.proc > p{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.pbk{
  font-size: 16px;
  line-height: 1.3;
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  border-top: 1px solid #c9caca;
  display: flex;
  justify-content: flex-start;
}

ul + .pbk,
p + .pbk{
  margin-top: 25px;
}

.pbk span{
  width: 1em;
  display: inline-block;
}

.pbk span + span{
  width: auto;
}

.proc .c2,
.proc .c3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.proc .single_pic{
  margin-bottom: 50px;
}

.proc .c2 div{
  width: 40%;
}

.proc .c2 div + div{
  width: 55%;
}

.proc .c2.smimg div{
  width: 50%;
}

.proc .c2.smimg div + div{
  width: 50%;
}

.proc .c2.smimg img{
  width: 70%;
  display: block;
  margin: 0 auto;
}

.proc .c3 div + div{
  margin-left: 40px;
}

.proc .c2 h4,
.proc .c3 h4,
.proc .single_pic h4{
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.proc .single_pic p{
  margin-left: 1em;
}

.proc .single_pic img{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.proc .c3 h4{
  min-height: inherit;
  margin-bottom: 10px;
}

.proc .c2 p{
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.proc .dot2{
  margin-bottom: 40px;
}

.proc .re_box{
  width: 625px;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
}

.proc .re_box > div{
  width: 160px;
}

.proc .re_box > div + div{
  width: 425px;
}

.proc .re_box > div img:nth-of-type(2){
  width: 360px;
}

.proc .re_box h4{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.proc .re_box img + h4{
  margin-top: 25px;
}


.proc .re_box img{
  width: 100%;
  height: auto;
}

.proc .box{
  padding: 40px;
  padding-top: 0;
  background: #edeeee;
}

.proc .box h3{
  width: 23%;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  background: #004100;
  margin: 0 auto;
  border-radius: 50px;
  transform: translateY(-50%)
}

.cp_date{
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #ff0000;
  margin: 30px 0 35px;
  text-align: center;
}

.cp_date span{
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  background: #000;
  color: #FFF;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}

.ob{
  margin-bottom: 60px;
}

.ob > li + li{
  margin-top: 40px;
}

.ob > li:nth-of-type(2){
  margin-top: 20px;
}

.ob .step_no{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  background: #edeeee;
  position: relative;
  margin-bottom: 10px;
}

.ob .step_no div{
  width: 70px;
  background: #004100;
  position: relative;
}

.ob .step_no div + div{
  width: 100%;
  padding: 20px 5px 20px 25px;
  background: #edeeee;
  position: relative;
}

.ob .step_no h3{
  width: 100%;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ob .step_no h3 span{
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.ob .step_no p{
  font-size: 18px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.ob > li > p{
  font-size: 16px;
  line-height: 1.6;
}

.ob .btn,
.ob .btn_o{
  width: 380px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  background: #2f7327;
  display: block;
  margin: 30px auto;
}

.ob .btn_o{
  height: 75px;
  font-size: 26px;
  line-height: 75px;
  font-weight: 700;
  background: #ff0000;
}

.ob .btn span,
.ob .btn_o span{
  padding-right: 1em;
  background: url("/.resources/webresources/cpn/23dbts/images/icon_blank_w.png") no-repeat right center;
  background-size: .8em auto;
  display: inline-block;
}

.ob > li > ol{
  margin: 40px 0 35px;
}

.ob > li > ol li + li{
  margin-top: 25px;
}

.ob > li > ol  ul{
  margin-left: 1.1em;
  font-feature-settings: "palt";
}

.ob > li > ol h4{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  color: #004100;
}

.ob .r_box{
  font-size: 16px;
  line-height: 1.5;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 20px 60px;
}

.ob > li >  ul + p{
  margin-top: 25px;
}

.ob .mt{
  margin-top: 25px !important;
}

.dbts .note_list li{
  font-size: 15px;
  list-style: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.dbts .note_list li + li{
  margin-top: 3px;
}

.dbts .note_list li a{
  color: #000;
}


.caution ul + h3{
  margin-top: 55px;
}

.dbts .faq{
  margin-bottom: 80px;
}

.dbts  .faq ul +  h3{
  margin-top: 50px;
}

.dbts  .faq h4{
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
  padding: 28px 45px 25px 110px;
  margin-bottom: 30px;
  background: #FFF;
  border: 1px solid #004100;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 65, 0, 1);
  -moz-box-shadow:    4px 4px 0px 0px rgba(0, 65, 0, 1);
  box-shadow:         4px 4px 0px 0px rgba(0, 65, 0, 1);
  position: relative;
}

.dbts  .faq h4::after{
  content: "";
  width: 1px;
  height: 40px;
  background: #004100;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%)
}

.dbts  .faq h4::before{
  content: "Q";
  font-size: 25px;
  line-height: 1;
  color: #004100;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

.dbts  .faq p{
  font-size: 15px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}

.dbts  .faq p span{
  color: #2ea7e0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.dbts  .faq p span:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.dbts  .faq p a{
  text-decoration: none;
}

.dbts  .faq p em{
  font-style: normal;
  display: block;
  margin-top: 1em;
}

.dbts  .faq div{
  width: 100%;
  display: table;
  position: relative;
  padding-left: 110px;
  box-sizing: border-box;
}

.dbts  .faq div::before{
  content: "A";
  font-size: 25px;
  line-height: 1;
  color: #004100;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 30px;
}

.dbts  .faq div::after{
  content: "";
  width: 1px;
  height: 45px;
  min-height: 30px;
  background: #004100;
  position: absolute;
  top: -10px;
  left: 80px;
}


.dbts  .faq li + li{
  margin-top: 40px
}

.cp_banner{
  text-align: center;
  margin: 50px 0 80px;
}

.cp_banner a{
  display: block;
}

.cp_banner a + a{
  margin-top: 40px;
}

.tv{
  text-align: center;
  margin-bottom: 60px;
}

.tv h2{
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding: 20px 0;
  background: #333;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tv ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.tv ul li{
  width: 495px;
  color: #FFF;
  text-align: left;
  padding: 20px 15px 70px;
  background: #333;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

.tv ul li:nth-of-type(n + 3){
  margin-top: 20px;
}

.tv ul li.sed{
  padding-top: 50px;
  padding-bottom: 100px;
}

.tv ul li.sed.pb{
  padding-bottom: 60px;
}

.tv ul li.sed > p{
  width: 145px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  background: #ff3eb3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tv ul li > img{
  width: auto;
  height: 34px;
  margin-bottom: 15px;
  display: block;
}

.tv ul li .pic{
  width: 240px;
  position: absolute;
  top: 75px;
  right: 10px;
}

.tv ul li .pic img:first-of-type{
  width: auto;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: -35px;
}

.tv ul li.sed .pic{
  top: 50px;
}

.tv h4{
  font-size: 33px;
  line-height: 32px;
  margin-bottom: 5px;
}

.tv h4 em{
  font-style: normal;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}

.tv h4 span{
  font-size: 16px;
  padding-left: 10px;
}

.tv ul li h5{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.tv ul li p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tv ul li p span{
  line-height: 1.1;
  padding: 1px 4px;
  margin-left: .5em;
  color: #FFF;
  background: #ff3eb3;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}

.tv ul li .txt div p,
.br_box p{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.tv ul li  a,
.br_box a{
  font-size: 18px;
  line-height: 1;
  color: #000;
  background: #ffd100;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.tv ul li a + a,
.br_box a + a{
  margin-left: 13px;
}

.tv_box > p,
.br_box > p{
  font-size: 15px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}

.tv ul li a.single,
.br_box a.single{
  width: 50%;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.tv ul li a.single{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%)
}

.tv ul li .oln{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}

.tv ul li.rd img{
  width: 350px;
  height: auto;
  display: block;
  margin: 30px auto 0;
}

.foot_block{
  width: 1010px;
  margin: 100px auto 60px;
  z-index: 20;
  position: relative;
}

.foot_block::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contact h2{
  height: auto;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow: none;
}

.contact h3{
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.contact h3.line{
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

.contact table{
  width: 100%;
  margin-bottom: 10px;
  border-collapse:  collapse;
}

.contact table a{
  text-decoration: underline;
}

.contact th,
.contact td{
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  padding: 12px 20px;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
}

.contact th{
  width: 385px;
  background: #e8e8e8;
  text-align: center;
}

.contact td li{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.dbts  .logo_box{
  margin-top: 50px;
}

.dbts .logo{
  width: 840px;
  height: 368px;
  padding-right: 20px;
  margin: 0 auto 20px;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
}

.dbts .logo a{
  margin-left: 20px;
  display: inline-block;
}

.dbts  .logo img{
  border: 1px solid #00412e;
}

.dbts  .logo_box > p{
  text-align: center;
  font-size: 16px;
}

.dbts .logo_box h3{
  font-size: 18px;
  line-height: 1;
  color: #004027;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}


.dbts .link_box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.dbts .link_box li{
  width: 330px;
  height: 100px;
  text-align: center;
}

.dbts .link_box li a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFF;
  background: #1a1a1a;
  padding-top: 23px;
  box-sizing: border-box;
  display: block
}

.dbts .link_box li a span{
  font-size: 16px;
  display: block;
}

.sp{
  display: none;
}

.pc{
  display: block;
  margin: 0 auto;
}

.dbts.ps{
  position: relative;
}

.end,
.fin{
  width: 100%;
  height: 640px;
  font-size: 46px;
  line-height: 1.4;
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: rgba(0,0,0,.85);
  position: absolute;
  top: 480px;
  left: 0;
  z-index: 10;
}

.fin{
  height: 5640px;
}


@media screen and (max-width:768px){
  
  .sp{
    display: block !important;
  }

  .pc{
    display: none !important;
    margin: 0;
  }
  
  #content {
    margin: 60px auto 0;
    min-width: inherit;
    color: #000;
    overflow: hidden;
  }
  
  .dbts {
    overflow: hidden;
    font-size: 3.5vw;
  }
  
  .dbts a:hover{
    opacity: 1;
  }
    
  .dbts img{
    width: 100%;
    height: auto;
  }
  
  .dbts .tac{
    text-align: left;
  }  
  
  .dbts p.note{
    font-size: 3vw;
    line-height: 1.5;
  }
  
  .dbts .dbts_inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .mv{
    height: auto;
  }

  .mv img{
    max-width: inherit;
    width: 100%;
    height: auto;
  }

  .mv .date{
    display: none;
  }

  .info{
    text-align: center;
    color: #FFF;
    background: #002800;
  }

  .info > div{
    max-width: 100%;
    padding: 10vw 0 3vw;
    margin: 0 auto;
    background: url("/.resources/webresources/cpn/23dbts/images/sp_info_bk.jpg") no-repeat;
    background-size: cover;
  }

  .info h2{
    width: 100%;
    margin: 0 auto;
  }

  .info p.note{
    font-size: 2.8vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }

  .info > div > img{
    width: 55%;
  }

  .info h3{
    font-size: 5vw;
    line-height: 1.4;
    margin: 5vw 0 3vw;
  }

  .info h3 span{
    font-size: 3vw;
    line-height: 1.4;
    display: block;
    font-weight: 500;
  }

  .info .btn{
    width: 75%;
    height: 12vw;
    font-size: 5.2vw;
    line-height: 12vw;
    color: #FFF;
    border-radius: 2vw;
    margin: 0 auto 3vw;
  }

  .info .btn span::after{
    border-top: 3.3vw solid #FFF;
    border-right: 1.8vw solid transparent;
    border-left: 1.8vw solid transparent;
  }

  .info .box{
    width: 100%;
    min-height: inherit;
    padding: 13vw 6vw 18vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: url("/.resources/webresources/cpn/23dbts/images/sp_info_box.png") no-repeat;
    background-size: 100% auto;
  }
  
  #tv{
    padding-top: 85px;
    margin-top: -85px;
  }

  .info .box h2{
    font-size: 5.5vw;
    line-height: 1;
    padding-bottom: 5vw;
    margin-bottom: 6vw;
  }

  .info .box ul{
    display: block;
  }

  .info .box ul li{
    width: 100%;
  }
  
  .info .box ul li + li{
    margin-top: 8vw;
  }
  
  .info .box ul li img{
    width: 90%;
  }

  .info .box ul li h3{
    font-size: 10vw;
    line-height: 1;
    margin: 5vw 0;
  }

  .info .box ul li h3 span{
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }

  .info .box ul li h3 i{
    font-size: 4.5vw;
  }

  .info .box ul li p.model{
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }

  .info .box ul li p{
    font-size: 4vw;
    line-height: 1.6;
  }

  .info .box ul li a.btn_d{
    width: 93%;
    height: 13vw;
    font-size: 4.3vw;
    line-height: 13vw;
    color: #FFF;
    font-weight: 700;
    border-radius: 2vw;
    margin: 5vw auto 0;
  }

  .info .box ul li a.btn_d::after{
    border-left: 2vw solid #FFF;
    border-bottom: 1vw solid transparent;
    border-top: 1vw solid transparent;
    right: 4vw;
  }

  .time_machine{
    padding: 10vw 3vw 8vw;
  }

  .time_machine h2{
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 20vw;
  }

  .time_machine .box{
    background: #FFF;
    padding: 15vw 4vw 5vw;
    position: relative;
    box-shadow: 0px 0px 2vw 1vw rgba(0, 105, 52, 1);
  }

  .time_machine .box h3{
    width: 22vw;
    height: 22vw;
    font-size: 6.3vw;
    line-height: 22vw;
  }

  [data-ruby]::before {
    transform: translate(-50%,-6.5vw);
    font-size: 3vw;
  }

  .time_machine .box ul{
    display: block;
  }

  .time_machine .box ul li{
    width: 100%;
  }
  
  .time_machine .box ul li + li{
    margin-top: 10vw
  }

  .time_machine .box ul li h4{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 3vw;
  }

  .time_machine .box ul li h5{
    height: 10vw;
    font-size: 5vw;
    line-height: 10vw;
  }

  .time_machine .box ul li p.model{
    height: 8vw;
    font-size: 3vw;
    line-height: 8vw;
    margin-bottom: 5vw;
  }

  .time_machine .box ul li > div{
    display: block;
  }

  .time_machine .box ul li > div > div{
    width: 100%;
  }
  
  .time_machine .box ul li > div > div + div{
    margin: 3vw auto 0;
  }
  
  .time_machine .box ul li > div > div + div img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .time_machine .box ul li > div > div p{
    font-size: 3.8vw;
    line-height: 1.6;
  }

  .time_machine .box ul li > div > div p.note{
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 2vw;
  }

  .time_machine p.gl{
    font-size: 3vw;
    line-height: 1.4;
    color: #ababac;
    margin: 5vw 0 15vw;
  }

  .time_machine .box:last-of-type{
    padding-bottom: 5vw;
  }

  .cp{
    padding: 8vw 3vw;
  }

  .tab{
    border-bottom: 2vw solid #2f7327;
  }

  .tab li{
    width: 32.5%;
    height: 8vw;
    font-size: 3vw;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
  }

  .tab li.active{
    background: #2f7327;
    cursor: default;
  }

  .tab li span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
  }

  .tab li.active:hover{
    opacity: 1;
  }

  .tab li:hover{
    opacity: 1;
    transition: 0.3s;
  }

  .wbox{
    background: #FFF;
    padding: 8vw 3vw 5vw
  }
  
  .outline{
    text-align: center;
    margin-bottom: 5vw;
  }

  .outline h2{
    font-size: 6vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5vw;
  }

  .outline p{
    font-size: 3.5vw;
    line-height: 1.5;
  }
  
  .cp03 h2{
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 5vw;
  }
    
  .wbox .bkgr,
  .fri_p .bkgr{
    height: 10vw;
    font-size: 4.5vw;
    line-height: 10vw;
    color: #FFF;
    font-weight: bold;
    padding: 0 4vw;
    margin-bottom: 3vw;
    background: url("/.resources/webresources/cpn/23dbts/images/sp_title_bk.png") no-repeat;
    background-size: 100% 100%;
  }
  
  .fri_p .step .bkgr{
    margin-bottom: 5vw;
  }

  .wbox ul + .bkgr,
  .wbox p + .bkgr,
  .fri_p ul + .bkgr,
  .fri_p p + .bkgr{
    margin-top: 8vw;
  }

  .dbts .step{
    margin: 0 auto 5vw;
  }

  .dbts .step ol{
    margin-bottom: 3vw;
  }

  .dbts .step ol li{
    min-height: 13vw;
  }

  .dbts .step ol li + li{
    margin-top: 10vw;
  }

  .dbts .step ol li + li::after{
    border-top: 3.5vw solid #004100;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent;
    top: -7vw;
  }

  .dbts .step ol li div{
    width: 15vw;
  }

  .dbts .step ol li div + div{
    width: 100%;
    padding: 3vw 3vw;
    padding-right: 1vw;
  }

  .dbts .step ol li h4{
    font-size: 4.5vw;
  }

  .dbts .step ol li h4 span{
    font-size: 3vw;
    margin-bottom: 0;
  }

  .dbts .step ol li p{
    font-size: 3.3vw;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  
  .dbts .dot li,
  .dbts .dot2 li{
    font-size: 3vw;
    line-height: 1.5;
  }

  .dbts .dot li + li{
    margin-top: 1vw;
  }
  
  .dbts .cbk_box p{
    font-size: 3.5vw !important;
    line-height: 1.4;
  }

  .dbts .cbk_box > div{
    display: flex;
    justify-content: space-between;
    margin: 8vw 0 5vw;
  }
  
  .dbts .cbk_box > div > div{
    width: 65%
  }

  .dbts .cbk_box > div > div + div{
    width: 30%;
    margin-left: 0;
    margin-top: -3vw;
  }

  .dbts .cbk_box ul{
    margin: 2vw 0;
  }
  
  .cptp > div > p{
    font-size: 3vw;
    line-height: 1.4;
    margin-top: 2vw;
  }

  .cptp > div > p.note{
    font-size: 3vw;
    margin-top: 2vw;
  }

  .proc{
    margin-bottom: 10vw;
  }
  
  .proc > p{
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  
  .fw{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .pbk{
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }

  ul + .pbk,
  p + .pbk{
    margin-top: 5vw;
  }

  .pbk span{
    width:1.2em;
    display: block;
  }

  .pbk span + span{
    width: auto;
  }

  .proc .c2,
  .proc .c3{
    display: block;
    margin-bottom: 10vw;
  }
  
  .proc .single_pic{
    margin-bottom: 10vw;
  }
  
  .proc .c2 h4,
  .proc .c3 h4,
  .proc .single_pic h4{
    min-height: inherit;
    font-size: 3.3vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }

  .proc .c3 h4{
    min-height: inherit;
    margin-bottom: 1vw;
  }
  
  .proc .c2 div{
    width: 100%;
  }

  .proc .c2 div + div{
    width: 100%;
  }

  .proc .c2.smimg div{
    width: 100%;
  }

  .proc .c2.smimg div + div{
    width: 100%;
  }

  .proc .c2.smimg img{
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  
  .proc .single_pic img{
    max-width: 100%;
    margin: 3vw auto 0;
  }
  
  .proc .c2 p{
    font-size: 3vw;
    line-height: 1;
    margin-top: 1vw;
    margin-bottom: 5vw;
  }

  .proc .dot2{
    margin-bottom: 5vw;
  }
  
  .proc .re_box{
    width: 100%;
    margin: 0 auto 10vw;
    display: block;
  }

  .proc .re_box > div{
    width: 50%;
  }

  .proc .re_box > div + div{
    width: 100%;
    margin-top: 5vw
  }

  .proc .re_box > div img:nth-of-type(2){
    width: 80%;
  }

  .proc .re_box h4{
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }

  .proc .re_box img + h4{
    margin-top: 5vw;
  }

  .proc .re_box img{
    height: auto;
  }

  .proc .box{
    padding: 0 4vw 4vw;
    border-radius: 2vw;
  }
  
  .proc .box h3{
    width: 50%;
    font-size: 4vw;
    line-height: 1;
    padding: 2.5vw 0;
    border-radius: 10vw;
    transform: translateY(-50%)
  }
  
  .cp_date{
    font-size: 4vw;
    line-height: 1.3;
    font-weight: bold;
    margin: 5vw 0;
  }

  .cp_date span{
    font-size: 4vw;
    line-height: 1;
    padding: 3vw;
    text-align: center;
    background: #000;
    color: #FFF;
    margin-right: 0;
    display: block;
    margin-bottom: 2vw;
  }
  
  .ob{
    margin-bottom: 5vw;
  }

  .ob > li + li{
    margin-top: 10vw;
  }

  .ob > li:nth-of-type(2){
    margin-top: 5vw;
  }

  .ob .step_no{
    min-height: 13vw;
    margin-bottom: 3vw;
  }

  .ob .step_no div{
    width: 15vw;
  }

  .ob .step_no div + div{
    padding: 3vw 3vw;
    padding-right: 1vw;
  }

  .ob .step_no h3{
    font-size: 4.5vw;
  }

  .ob .step_no h3 span{
    font-size: 3vw;
    margin-bottom: 0;
  }

  .ob .step_no p{
    font-size: 3.3vw;
    line-height: 1.6;
    font-feature-settings: "palt";
  }  

  .ob > li > p{
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .ob .btn,
  .ob .btn_o{
    width: 90%;
    height: 11vw;
    font-size: 3.5vw;
    line-height: 11vw;
    border-radius: 1vw;
    margin: 5vw auto;
  }

  .ob .btn_o{
    height: 13vw;
    font-size: 5vw;
    line-height: 13vw;
  }

  .ob > li > ol{
    margin: 5vw 0;
  }

  .ob > li > ol li + li{
    margin-top: 3vw;
  }

  .ob > li > ol h4{
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }

  .ob .r_box{
    font-size: 3.3vw !important;
    line-height: 1.5;
    padding: 4vw;
  }

  .ob > li >  ul + p{
    margin-top: 3vw;
  }

  .ob .mt{
    margin-top: 3vw !important;
  }
  


  .dbts .note_list li{
    font-size: 3.5vw;
    list-style: 1.6;
  }

  .dbts .note_list li + li{
    margin-top: 1vw;
  }

  .caution{
    margin-bottom: 10vw;
  }

  .caution h2{
    margin-bottom: 10vw;
  }


  .caution ul + h3{
    margin-top: 10vw;
  }

  
  .dbts .faq{
    margin-bottom: 10vw;
  }

  .dbts  .faq ul +  h3{
    margin-top: 8vw;
  }

  .dbts  .faq h4{
    font-size: 4vw;
    line-height: 1.4;
    font-weight: normal;
    padding: 3vw 4vw 3vw 18vw;
    margin-bottom: 5vw;
    background: #FFF;
    position: relative;
  }

  .dbts  .faq h4::after{
    content: "";
    width: 1px;
    height: 6vw;
    position: absolute;
    top: 3vw;
    left: 14vw;
    transform: translateY(0)
  }

  .dbts  .faq h4::before{
    content: "Q";
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 3vw;
    left: 5vw;
    transform: translateY(0)
  }

  .dbts  .faq p{
    font-size: 3.5vw;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1vw;
  }

  .dbts  .faq p span:hover{
    opacity: 1;
    transition: 0.3s;
  }

  .dbts  .faq p em{
    font-style: normal;
    display: block;
    margin-top: 1em;
  }
  
  .dbts  .faq div{
    width: 100%;
    display: table;
    position: relative;
    padding-left: 18vw;
    box-sizing: border-box;
  }

  .dbts  .faq div::before{
    content: "A";
    font-size: 6vw;
    line-height: 1;
    top: 0;
    left: 5vw;
  }

  .dbts  .faq div::after{
    content: "";
    width: 1px;
    height: 6vw;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 14vw;
  }


  .dbts  .faq li + li{
    margin-top: 5vw
  }    


  
  
  .foot_block{
    width: 100%;
    margin: 10vw auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  
  .foot_block::before{
    top: -10vw;
  }
  
  .dbts .contact h3{
    font-size: 3.3vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  
  .contact h2{
    height: auto;
    font-size: 3.8vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 3vw 0;
    margin-bottom: 5vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow: none;
  }
  
  .dbts  h3.line{
    font-size: 4vw;
    line-height: 1.4;
    color: #00514b;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5vw;
    padding: 2vw 0;
  }

  .dbts  .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }
  
  .dbts  .contact th,
  .dbts  .contact td{
    font-size: 3vw;
    line-height: 1.3;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 2vw 4vw;
    display: block;
    margin-top: -1px;
    background: #FFF;
  }
  
  .dbts  .contact th{
    width: 100%;
    background: #efefef;
  }
  
  .dbts  .contact td ul{
    text-align: left;
    margin-top: 2vw;
  }
  
  .dbts  .contact td ul li{
    font-size: 2.5vw;
    font-weight: normal;
  }
  
  .dbts .logo{
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    justify-content: space-between;
  }
  
  .dbts .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .dbts .logo img{
    border: 1px solid #00412e;
    box-sizing: border-box;
  }
  
  .dbts .logo_box{
    width: 100%;
    padding: 0;
    margin-top: 5vw;
    box-sizing: border-box;
  }  
  .dbts .logo_box > p{
    text-align: left;
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 4vw;
  }
  
  .dbts .logo_box h3{
    font-size: 3.8vw;
    line-height: 1.4;
    color: #004027;
    font-weight: normal;
    text-align: center;
    margin-bottom: 2vw;
    margin-top: 0;
  }
  
  .dbts .link_box{
    margin-top: 8vw;
    display: block;
  }

  .dbts .link_box li{
    width: 100%;
    height: auto;
  }
  
  .dbts .link_box li + li{
    margin-top: 2vw;
  }

  .dbts .link_box li a{
    font-size: 4vw;
    line-height: 1.5;
    padding: 3vw 0;
    box-sizing: border-box;
    display: block
  }

  .dbts .link_box li a span{
    font-size: 3.5vw;
    display: block;
  }
  
  .end,
  .fin{
    height: 117vw;
    font-size: 5.3vw;
    line-height: 1.4;
    padding-top: 5vw;
    top: 99vw;
  }
  
  .fin{
    font-size: 4.5vw;
    height: 1900vw;
  } 
   
}