@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;
  }
}

.despt{
	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;
}

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

.despt .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;
}

.despt .despt_inner{
  max-width: 1180px;
  margin: 0 auto;
}

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

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

.despt a{
  color: #2ea7e0;
}

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

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

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


@media screen and (min-width:769px){
  .koushi{
    background: url("/.resources/webresources/cpn/23despt/images/bk_koushi.png") center top;
    background-size: 1400px auto;
  }
  .mv{
    background: url("/.resources/webresources/cpn/23despt/images/mv_bk.png") no-repeat center top;
    background-size: auto 100%;
  }
}

.mv{
  height: 524px;
  text-align: center;
}

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

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

.into{
  width: 1018px;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.into h2 picture + picture{
  width: 794px;
  margin: 15px auto 25px;
  display: block;
}

.into ul{
  margin: 30px 20px 15px;
  display: flex;
  justify-content: space-between;
}

.into ul li{
  width: 470px;
}

.into p.note{
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px;
}

.into .btn{
  width: 780px;
  height: 115px;
  font-size: 34px;
  line-height: 115px;
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: #e0be00;
  margin: 50px auto 0;
  display: block;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0px 6px 0px 0px rgba(128, 118, 0, 1);
  position: relative;
}

.into p.cplink{
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px;
}

.into p.cplink span{
  color: #007eff;
  text-decoration: underline;
  cursor: pointer;
  transition: .3s;
}

@media screen and (min-width:769px){
  .into .btn:hover{
    opacity: 1;
    transition: .3s;
    transform: translateY(6px);
    box-shadow: 0px 0px 0px 0px rgba(128, 118, 0, 1);
  }
  
  .into p.cplink span:hover{
    opacity: .6;
    transition: .3s;
  }  
}

/*.into .btn span{
 padding-right: 1em;
  background: url("/.resources/webresources/cpn/23despt/images/icon_blank_b.png") no-repeat right center;
  background-size: .9em auto;
  display: inline-block;
}*/

.into .btn::after{
  content: "";
  border-top: 15px solid #000;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%)
}

.hr{
  height: 560px;
  position: relative;
}

@media screen and (min-width:769px){
  .hr{
    background: url("/.resources/webresources/cpn/23despt/images/hr_bk.jpg") no-repeat center;
    background-size: cover;
  }
  
  .hr h2{
    width: 710px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.desc{
  padding: 90px 0 100px;
  background: #000;
}

.desc > div{
  width: 1035px;
  margin: 0 auto;
}

.desc h2{
  font-size: 38px;
  line-height: 1.3;
  text-align: center;
  color: #a8c200;
  margin-bottom: 15px;
}

.desc h3{
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  color: #a8c200;
  margin: 13px 0 15px;
}

.desc h3.mih{
  min-height: 68px;
  position: relative;
}

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

.desc h3 + p,
.desc h3 + a{
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background: #FFF;
  display: block;
}


.desc > div > p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 75px;
}

.desc .c1 > div{
  position: relative;
}

.desc .c1 > div img,
.desc .c2 img{
  width: 480px;
  border: 1px solid #686465;
  box-sizing: border-box;
}

.desc .c1 > div img + img{
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.desc .c2 {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

.desc .c2 > div{
  width: 480px;
}

.desc .yt{
  width: 580px;
  border: 1px solid #686465;
  margin: 0 auto 80px;
}

.desc .yt > div{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.desc .yt iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.ts{
  padding: 115px 0 105px;
}

.ts h2{
  width: 425px;
  height: 100px;
  font-size: 47px;
  line-height: 95px;
  text-align: center;
  background: url("/.resources/webresources/cpn/23despt/images/title_bk.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 85px;
}

.ts .ts_list{
  display: flex;
  justify-content: center;
}

.ts .ts_list + .ts_list{
  margin-top: 65px;
}

.ts .ts_list > div{
  width: 340px;
  text-align: center;
  box-sizing: content-box;
}

.ts .ts_list > div + div{
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid #9d9d9e;
}

.ts .ts_list h3{
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #FFF;
  background: #000;
  border-radius: 50px;
  margin: 25px 0 20px;
}

.ts .ts_list h3.sm{
  font-size: 13px;
}

.ts .ts_list h4{
  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;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

.ts .ts_list h4 span{
  font-size: 50%;
  line-height: 1;
  padding-left: .5em;
  vertical-align: middle;
}

.ts .ts_list p.type{
  min-height: 50px;
  font-size: 28px;
  line-height: 1.2;
}

.ts .ts_list p.type span{
  font-size: 50%;
  padding-left: .3em;
  vertical-align: bottom;
}

.ts .ts_list p.txt{
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}

.ts .ts_list a{
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  background: #b4ce00;
  border-radius: 5px;
  display: block;
  position: relative;
}

.ts .ts_list a::after{
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

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

.tab{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.tab li{
  width: 344px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width:769px){
  .tab li{
    background: url("/.resources/webresources/cpn/23despt/images/tab01_o.png") no-repeat;
    background-size: 100% 100% !important;
  }
  
  .tab li:nth-of-type(2){
    background: url("/.resources/webresources/cpn/23despt/images/tab02_o.png") no-repeat;
  }
  
  .tab li:nth-of-type(3){
    background: url("/.resources/webresources/cpn/23despt/images/tab03_o.png") no-repeat;
  }
  
  .tab li.active:hover{
    opacity: 1;
  }
  
  .tab li:hover{
    opacity: 0.7;
    transition: 0.3s;
  }
  
}

.tab li.active img{
  opacity: 0;
}

.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;
  font-feature-settings: "palt";
}


.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;
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
  background: #d80012;
}

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

.step{
  margin-bottom: 40px;
}

.step > ol{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.step > ol > li{
  width: 305px;
  text-align: center;
  border: 1px solid #003f27;
  position: relative;
}

.step > ol > li + li::before{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.step > ol > li h4{
  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;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  background: #aec800;
  border-bottom: 1px solid #003f27;
}

.step > ol > li p{
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}

.step > ol > li p span{
  width: 100%;
  position: absolute;
  top: 1em;
  left: 0;
}

.step .need{
  padding: 15px 25px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  background: #fbe5e7;
  display: flex;
  justify-content: flex-start;
}

.step .need h4{
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #d80012;
  padding-right: 25px;
  margin-right: 20px;
  border-right: 1px solid #d80012;
  vertical-align: middle;
}

.step .need ol{
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 5px;
  display: flex;
  justify-content: flex-start;
}

.step .need ol li{
  padding-top: 5px;
  padding-left: 45px;
  background: url("/.resources/webresources/cpn/23despt/images/no1.png") no-repeat left top;
  background-size: 36px auto !important;
}

.step .need ol li + li{
  padding-top: 0;
  margin-left: 45px;
  background: url("/.resources/webresources/cpn/23despt/images/no2.png") no-repeat left top;
}

.step > p{
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.step > p strong{
  color: #dc0012;
}

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

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

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

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

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

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

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

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

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

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

.proc{
  margin-bottom: 60px;
}

.proc > p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}

.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: #fbe5e7;
}

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

.cp_date{
  font-size: 20px;
  line-height: 1;
  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;
  border: 1px solid #000;
}

.ob .step_no div{
  width: 70px;
  background: #b4ce00;
  border-right: 1px solid #000;
  position: relative;
}

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

.ob .step_no h3{
  width: 100%;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  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{
  width: 650px;
  height: 115px;
  font-size: 32px;
  line-height: 115px;
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: #e0be00;
  box-shadow: 0px 6px 0px 0px rgba(128, 118, 0, 1);
}

@media screen and (min-width:769px){
  .ob .btn_o:hover{
    opacity: 1;
    transition: .3s;
    transform: translateY(6px);
    box-shadow: 0px 0px 0px 0px rgba(128, 118, 0, 1);
  }
}

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

.ob .btn_o span{
  background: url("/.resources/webresources/cpn/23despt/images/icon_blank_b.png") no-repeat right center;
  background-size: .8em auto;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.despt  .faq p a{
  color: #009ee7;
  text-decoration: none;
}

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

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

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

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


.despt  .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;
}

.contact h2{
  height: auto;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 60px;
  border-top: 1px solid #000;
  border-bottom: 1px 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;
}

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

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

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

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

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

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


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

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

.despt .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
}

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

.end{
  position: relative;
}

.end::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
  position: absolute;
  top: 0;
  left: 0;
}

.end > p{
  width: 100%;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}

.cp.end{
  position: relative;
}

.sp{
  display: none;
}

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

@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;
  }
  
  .despt {
    overflow: hidden;
    font-size: 3.5vw;
  }
  
  .despt a:hover{
    opacity: 1;
  }
    
  .despt img{
    width: 100%;
    height: auto;
  }
  
  .despt .tac{
    text-align: left;
  }  
  
  .despt p.note{
    font-size: 3vw;
    line-height: 1.5;
  }
  
  .despt .despt_inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .koushi{
    background: url("/.resources/webresources/cpn/23despt/images/sp_bk_koushi.png") center top;
    background-size: 100% auto;
  }

  .mv{
    height: auto;
  }

  .mv h1{
    width: auto;
    height: auto;
  }

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

  .into{
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5vw 10vw;
  }

  .into h2 picture + picture{
    width: 100%;
    margin: 0;
  }

  .into ul{
    margin: 5vw 0 2vw;
    display: block;
  }

  .into ul li{
    width: 100%;
  }
  
  .into ul li + li{
    margin-top: 2vw;
  }

  .into p.note{
    font-size: 2.8vw;
    line-height: 1.3;
    padding: 0;
  }
  
  .into p.cplink{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-top: 8vw;
  }
  
  .into .btn{
    width: 100%;
    height: 20vw;
    font-size: 6.5vw;
    line-height: 20vw;
    border-radius: 4vw;
    margin: 8vw auto 0;
    box-shadow: 0px 1vw 0px 0px rgba(128, 118, 0, 1);
  }
  
  .into .btn::after{
    border-top: 3.5vw solid #000;
    border-right: 2.5vw solid transparent;
    border-left: 2.5vw solid transparent;
    right: 6vw;
  }
    
  .hr{
    height: auto;
  }

  .desc{
    padding: 10vw 0 15vw;
  }

  .desc > div{
    width: 100%;
    padding: 0 5vw;
  }

  .desc h2{
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }

  .desc h3{
    font-size: 4.8vw;
    line-height: 1.3;
    margin: 3vw 0;
    white-space: nowrap;
  }

  .desc h3.mih{
    min-height: inherit;
    position: relative;
  }

  .desc h3.mih span{
    display: block;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0)
  }

  .desc h3 + p,
  .desc h3 + a{
    height: 10vw;
    font-size: 4.3vw;
    line-height: 10vw;
  }

  .desc > div > p {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }

  .desc .c1 > div img,
  .desc .c2 img{
    width: 100%;
  }

  .desc .c1 > div img + img{
    border: none;
    display: block;
    width: 80%;
    margin: 6vw auto;
    position: static;
    top: auto;
    right: auto;
    transform: translateY(0)
  }

  .desc .c2 {
    display: block;
    margin-top: 15vw;
  }

  .desc .c2 > div{
    width: 100%;
  }
  
  .desc .c2 > div + div{
    margin-top: 15vw;
  }
  
  .desc .yt{
    width: 100%;
    margin: 0 auto 10vw;
    box-sizing: border-box;
  }

  .ts{
    padding: 10vw 5vw 15vw;
  }

  .ts h2{
    width: 75%;
    height: 15vw;
    font-size: 7vw;
    line-height: 14vw;
    margin: 0 auto 8vw;
  }

  .ts .ts_list{
    display: block;
  }

  .ts .ts_list + .ts_list{
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 1px solid #9d9d9e;
  }

  .ts .ts_list > div{
    width: 100%;
    text-align: center;
    box-sizing: content-box;
  }

  .ts .ts_list > div + div{
    margin-left: 0;
    padding-left: 0;
    padding-top: 8vw;
    margin-top: 8vw;
    border-left: none;
    border-top: 1px solid #9d9d9e;
  }

  .ts .ts_list h3{
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    border-radius: 10vw;
    margin: 5vw 0;
  }

  .ts .ts_list h3.sm{
    font-size: 3.5vw;
  }

  .ts .ts_list h4{
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .ts .ts_list p.type{
    min-height: inherit;
    font-size: 6.5vw;
    line-height: 1.2;
    margin-bottom: 5vw
  }

  .ts .ts_list p.txt{
    font-size: 4vw;
    line-height: 1.6;
    font-feature-settings: "palt";
    margin-bottom: 5vw;
  }

  .ts .ts_list a{
    width: 80%;
    height: 14vw;
    font-size: 4.5vw;
    line-height: 14vw;
    border-radius: 2vw;
    display: block;
    margin: 0 auto;
  }

  .ts .ts_list a::after{
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 2vw solid #000;
    right: 6vw;
  }
  
  .cp{
    padding: 10vw 3vw;
  }

  .tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6vw;
  }

  .tab li{
    width: 32%;
    background: url("/.resources/webresources/cpn/23despt/images/sp_tab01_o.png") no-repeat;
    background-size: 100% 100% !important;
  }

  .tab li:nth-of-type(2){
    background: url("/.resources/webresources/cpn/23despt/images/sp_tab02_o.png") no-repeat;
  }

  .tab li:nth-of-type(3){
    background: url("/.resources/webresources/cpn/23despt/images/sp_tab03_o.png") no-repeat;
  }

  .tab li.active img{
    opacity: 0;
  }

  .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;
    margin-bottom: 5vw;
  }
    
  .wbox .bkgr,
  .fri_p .bkgr{
    height: auto;
    font-size: 4.2vw;
    line-height: 1.3;
    font-weight: bold;
    padding: 2vw 4vw;
    margin-bottom: 3vw;
  }
  
  .fri_p .step .bkgr{
    margin-bottom: 5vw;
  }

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

  .step{
    margin-bottom: 8vw;
  }

  .step > ol{
    display: block;
    margin-bottom: 3vw;
  }


  .step > ol > li{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  
  .step > ol > li + li{
    margin-top: 10vw;
  }

  .step > ol > li + li::before{
    border-top: 4.5vw solid #000;
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .step > ol > li h4{
    height: 8vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .step > ol > li p{
    width: 100%;
    height: 100%;
    font-size: 4.2vw;
    line-height: 1.4;
    padding: 3vw 0;
  }

  .step > ol > li p span{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  .step .need{
    padding: 4vw;
    margin-bottom: 3vw;
    display: block;
  }

  .step .need h4{
    height: auto;
    font-size: 4.5vw;
    line-height: 1;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-right: none;
    border-bottom: 1px solid #d80012;
  }

  .step .need ol{
    font-size: 3.8vw;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 0;
    display: block;
  }

  .step .need ol li{
    min-height: 8vw;
    padding-top: 1vw;
    padding-left: 9vw;
    background-size: 7vw auto !important;
  }

  .step .need ol li + li{
    margin-left: 0;
    padding-top: 1vw;
    margin-top: 2vw;
  }

  .step > p{
    font-size: 4vw;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .step > p strong{
    color: #dc0012;
  }  
  
  .despt .dot li,
  .despt .dot2 li{
    font-size: 3vw;
    line-height: 1.5;
  }

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

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

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

  .despt .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: 18vw;
    font-size: 6vw;
    line-height: 18vw;
    border-radius: 2vw;
    box-shadow: 0px 1vw 0px 0px rgba(128, 118, 0, 1);
  }
  
  .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;
  }
  
  .despt .note_list li{
    font-size: 3.5vw;
    list-style: 1.6;
  }

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

  .caution{
    margin-bottom: 10vw;
  }

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

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

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

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

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

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

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

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

  .despt  .faq p span{
    cursor: pointer;
    transition: 0.3s;
  }

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

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

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

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


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


  
  
  .foot_block{
    width: 100%;
    margin: 10vw auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  
  .despt  .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;
  }
  
  .despt  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;
  }

  .despt  .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }
  
  .despt  .contact th,
  .despt  .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;
  }
  
  .despt  .contact th{
    width: 100%;
    background: #efefef;
  }
  
  .despt  .contact td ul{
    text-align: left;
    margin-top: 2vw;
  }
  
  .despt  .contact td ul li{
    font-size: 2.5vw;
    font-weight: normal;
  }
  
  .despt .logo{
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    justify-content: space-between;
  }
  
  .despt .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .despt .logo img{
    border: 1px solid #00412e;
    box-sizing: border-box;
  }
  
  .despt .logo_box{
    width: 100%;
    padding: 0;
    margin-top: 5vw;
    box-sizing: border-box;
  }  
  .despt .logo_box > p{
    text-align: left;
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 4vw;
  }
  
  .despt .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;
  }
  
  .despt .link_box{
    margin-top: 8vw;
    display: block;
  }

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

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

  .despt .link_box li a span{
    font-size: 3.5vw;
    display: block;
  }
  .end > p{
    font-size: 6vw;
    line-height: 1.5;
    top: 10vw;
  }
  
   
}