@charset "UTF-8";
/* CSS Document */


/*tablet*/
@media screen and (max-width: 1024px) and (orientation: portrait){

  /*header*/
  .head_contact{
    padding-right: 15px;
  }
  .head_contact .dial a{
    font-size: 1.66em;
  }
  .head-btn{
    width: 28%;
  }

  .key_slick h2.key_ttl p.inttl{
    font-size: 3em;
  }
  .key_slick h2.key_ttl p.intxt{
    font-size: 1.4em;
  }
  .slick-prev{
    left: -15px;
  }
  .slick-next{
    right: -15px;
  }
  .slide02 p.intxt{
    font-size: 4.5em;
  }

  /*content
  =================*/

  #content.page-check{
  margin-top: 50px;
}

  .sec01_blc{
    margin-bottom: 100px;
  }
  .wide_bnr{
    margin: 80px auto;
    padding: 0;
  }
  /*form*/

  #form li > div
  ,#form2 li > div{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #form li.flex > div p.inttl
  ,#form li > div p.inttl
  ,#form2 li.flex > div p.inttl
  ,#form2 li > div p.inttl{
    width: 100%;
    padding-right: 0;
  }
  #form li.flex > div p.input
  ,#form li > div p.input
  ,#form2 li.flex > div p.input
  ,#form2 li > div p.input{
    width: 100%;
    margin-top: 10px;
  }
  .contact_box > a{
    width: 48%;
    font-size: 1.24em;
  }
  .form-btn{
    margin-top: 30px;
  }

  /*side*/
  .side_bnr{
    background-position: right;
  }
  .side_icn{
    width: 50%;
  }
  .side_bnr p.inttl{
    font-size: 1.6em;
  }
  .cl_icn p.tag{
    font-size: .88em;
  }
  .cl_icn p.intxt{
    font-size: 1em;
  }



  .sec03_list__box .data p.inttl{
    min-height: 2.44em;
  }
  .sec03_list__box .data p.intxt{
    min-height: 5.5em;
    font-size: .8em;
  }
  .sec03_list__box .data div.price p.in-price{
    font-size: 4.4vw;
  }

  ul.promise_list{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.promise_list li{
    width: 33.3%;
  }
  ul.promise_list li:nth-child(n+4){
    margin-top: 30px;
  }

  .howto_box.inner{
    padding: 0 20px 70px;
    background-size: 98%;
  }
  .howto__cat > div{
    position: relative;
    top: auto;
    padding: 50px 20px 30px;
    justify-content: flex-start;
  }
  .howto__cat > div p.inttl{
    font-size: 1.125em;
  }
  .howto__cat::before{
    content: none;
  }
  .howto_btm p.intxt{
    width: 90%;
    max-width: none;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 20px;
    text-shadow: rgba(255,255,255,1) 1px 0 5px;
  }

  dl.company_list dd > p.inttl{
    width: 25%;
  }
  dl.company_list dd > p.intxt{
    width: 75%;
  }

  .sec06_blc{
    margin-top: 80px;
  }
  .sec07_blc{
    margin-bottom: 80px;
  }
  .sec08_blc{
    margin: 80px auto 100px;
  }

}

@media screen and (max-width: 768px) {

  /*header/nav
===============================================================*/

  header.fixed{
    position: relative;
  }
  .head-btn
  ,.head-nav
  ,.head_contact{
    display: none;
  }
  #sp-menu{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 8px;
    right: 0;
    z-index: 100;
    background: rgba(255,255,255,.85);
  }
  #sp-menu button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    background: #000;
    width: 32px;
    height: 2px;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }
  #sp-menu button::before
  ,#sp-menu button::after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #sp-menu button::before{
    top: -10px;
  }
  #sp-menu button::after{
    top: 10px;
  }
  #sp-menu.open button{
    height: 0;
  }
  #sp-menu.open button::before{
    top: 0;
    transform: rotate(45deg);
  }
  #sp-menu.open button::after{
    top: 0;
    transform: rotate(-45deg);
  }
  .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  #sp-menu-block{
    display: none;
    width: 80vw;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 25;
    background: rgba(255,255,255,1);
    padding: 60px 0 50px;
  }
  #sp-menu-block.slide{
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #sp-menu-block #g-nav{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #g-nav li{
    border-bottom: 1px solid;
  }
  #g-nav li a{
    display: block;
    padding: 1em 20px;
  }
  #g-nav li a::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #000 #000 transparent transparent;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
  }
  .sp-nav-btn{
    justify-content: center;
    margin-top: 20px;
  }
  .sp-nav-btn a.form{
    width: 90%;
    max-width: 280px;
    background: url(../imgs/icn_satei.svg) #fff no-repeat 5px center / auto 80%;
    border: 2px solid #be0b32;
    color: #000;
    font-size: 1.125em;
    font-weight: 900;
    padding:.5em .3em .5em 12%;
    border-radius: 6px;
  }
  .sp-nav-btn a.form span{
    display: block;
    font-size: .85em;
    margin-bottom: 5px;
    color: #235b95;
  }
  .sp_nav_bg{
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    -webkit-transition: all .3s;
    -o-transition:  all .3s;
    transition:  all .3s;
  }
  .sp_nav_bg.openbk{
    left: 0;
    z-index: 20;
  }

  h2.link-ttl{
    margin-bottom: 30px;
  }
  .promise_box h2, .review_box h2{
    margin-bottom: 0;
  }
  .promise_box h2 + span, .review_box h2 + span{
    padding-top: 30px;
  }

  .howto_btm p.intxt{
    width: 75%;
    left: 20px;
    transform: none;
  }

  .sec03_list__box .data p.inttl{
    min-height: 1.44em;
  }
  .sec03_list__box .data p.intxt {
    min-height: auto;
  }
  .sec03_list__box .data div.price p.ex_txt {
      margin-top: 0.5em;
  }

  .graph_box{
    margin-top: 20px;

  }
  .sec06_blc {
    margin-top: 0px;
    margin-bottom: 0;
}
.sec07_blc {
    margin-top: 0px;
    margin-bottom: 40px;
}


  /* ｍｖ修正 */

  .key_blc.inner .key_sub {
  position: absolute;
  bottom: 25%;

  width: 35%;
  right: 6%;
  }

  .desc.inner { padding: .5em 1em; margin-bottom: 10px;}
  .desc p { line-height: 1.4; padding: 0;}

}
/*smartphon*/
@media screen and (max-width: 480px) {

  .spi { display: block;}

  .inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}


  #content{
    margin-bottom: 0;
  }
  header.fixed{
    position: relative;
  }
  header.fixed
  ,header.fixed .inner{
    height: auto;
  }
  /*floating*/
#float{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0 0 15px;
  background: rgba(237,247,241,.8);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
  #float.bgchange{
    background: #f4f5f7;
    padding-bottom: 0;
  }
  #float a{
    font-size: 1em;
    width: 48%;
    font-weight: 600;
    border-radius: 6px;
  }
  #float a.form{
    width: 49%;
    padding:0;
    /* background: url("../imgs/icn_satei.svg") #fff no-repeat 5px center /14%;
    border: 2px solid #be0b32;
    color: #000;
    font-size: 1.125em;
    font-weight: 900;
    padding-left: 12%; */
  }
  #float a.form p{
    text-align: center;
  }
  #float a.form p span{
    display: block;
    font-size: .85em;
    margin-bottom: 5px;
    color: #235b95;
  }

  #float a.line{
    width: 49%;
    padding:0;
  }

  #float a.dial {
    width: 100%;
    border-radius: 6px;
  }
  .float_inner{
    justify-content: space-around;
  }
  #float a.dial p.icn
  ,#float a.line p.icn{
    width: 80%;
    margin: 0 auto;
  }
  .float_inner > a > p + p{
    margin-left: 5px;
  }

  .float_f_box {
    padding: 0 .5em 0;
  }
  .float_f_box a + a {
    margin-left: .5em;
  }

  /*sp cta new 202208*/
  a.cvr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .sp-cta_wrap{
    background: url("../imgs/btn-ope.png") no-repeat top 5px left 0/auto 120%,linear-gradient(180deg,#f3b23e,#ed722e);
    border-radius: 50px;
    padding: 8px 20px 8px 50px;
    color: #fff;
    overflow: hidden;
    line-height: 1.2;
  }
  .sp-cta_wrap .dial-set {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  .sp-cta_wrap .dial-set .in-dial{
    width: calc(100% - 3.15em);
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
  }
  .sp-cta_wrap .dial-set .in-dial .num{
    font-size: 1.71em;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .05em;
    text-indent: .05em;
  }
  .sp-cta_wrap .dial-set .icn{
    background: #fff;
    color: #ed722e;
    width: 3.5em;
    font-size: .9em;
    aspect-ratio:1/1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    border-radius: 10px;
  }
  .sp-cta_wrap .dial-set .icn span{
    font-size: 1.5em;
    letter-spacing: .05em;
  }
  .sp-cta_wrap .dial-cmnt{
    font-size: .8em;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap:2px;
  }
  .sp-cta_wrap .dial-cmnt .txt{
    background: #fff;
    font-weight: 600;
    color: #ed722e;
    border-radius: 15px;
    padding: 2px 5px;
    text-align: center;
  }
  /*赤ボタン*/
  .cv_point.new-cv_point{
    -ms-align-items: center;
    align-items: center;
  }
  .new-cv_point .cv_point_tel{
    background:linear-gradient(180deg,#e17470,#be2b1f 60%,#da2f20 85%);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.15) inset;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    display: block;
  }
  .new-cv_point .cv_point_tel .txt{
    font-size: .85em;
    font-weight: 600;
    font-family: sans-serif;

  }
  .new-cv_point .cv_point_tel .txt span{
    color: #f8e453;
  }
  .new-cv_point .cv_point_tel .num{
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 8px;
    font-size: 1.65em;
    padding-left: 1.65em;
    font-weight: 900;
    letter-spacing: .025em;
    text-indent: .025em;
  }
  .cv_block_tel.new-cv_point .txt{
    font-size: 1em;
    padding-bottom: 0
  }
  .cv_block_tel.new-cv_point .num{
    margin-top: 0;
    font-size: 2em;
    padding-left: 1.5em;
  }
  .cv_block_tel.new-cv_point .num .in-num{
    padding-bottom: 0;
  }
  .new-cv_point .num::before{
    content: "";
    width: 1.5em;
    height:100%;
    background: url("../imgs/icn-phone.svg") no-repeat center/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*header*/
  header{
    height: auto;
  }
  header .g-nav{
    display: none;
  }
  header .inner{
    padding: 20px 0 5px;
    height: auto;
  }

  header .line
  ,.head_contact{
    display: none;
  }
  .head-logo{
    width: 100%;
    max-width: 100%;
  }
  .head-logo p.logo{
    width: 85%;
    font-size: 1.4em;
    padding: 0 0 10px;
    line-height: 1.2;
  }

  .sp-nav-btn a.form{
    padding-left: 18%;
  }
  .key_blc.inner{
    margin-top: 0;
    padding: 0 0 2vw;
  }
  .slick-next{
    right: 5px;
  }
  .slick-prev{
    left: 5px;
  }
  .slick-prev, .slick-next{
    width: 10px;
    height: 30px;
  }
  .slick-slide{
    overflow: hidden;
  }
  .key_blc .slick-slide{
    background: #f1f1f1;
  }

  .key_slick .slide01 h2.key_ttl{
    top: 25%;
  }
  .key_slick .slide01 h2.key_ttl p.inttl{
    font-size: 2em;
    line-height: 1.2;
    text-shadow: 0px 0px 10px #FFF;
  }
  .key_slick .slide01 h2.key_ttl p.intxt{
    font-size: 1.44em;
    padding-top: .88em;
    text-align: center;
    text-shadow: 0px 0px 6px #FFF;
    line-height: 1.4;
  }

  /*content
  ================================*/

  .sec_ttl{
    font-size: 1.66em;
  }

  h2.link-ttl{
    font-size: 1.77em;
    margin-bottom: 0;
  }

  .sec07_blc h2.link-ttl {
    margin-bottom: 0;
}
.sec07_blc .wide_bnr {
    margin: 0 auto 40px;
}


  .promise_box h2 + span, .review_box h2 + span{
    font-size: 1.125em;
    padding-top: 30px;
    line-height: 1.4;
  }
  /*sec01
  =======================*/

  .sec01_blc{
    margin-bottom: 0;
  }
  .sec01__box .bnr_l + .bnr_l,
  .btm_bnr .bnr_l + .bnr_l {
    margin-top: 10px;
  }
  .sec01__box > .bnr_l
  ,.btm_bnr > .bnr_l{
    width: 100%;
    margin-bottom: 0;
  }
  .sec01__box > .bnr_m{
    width: 48%;
    margin-top: 10px;
  }

  /*sec_form*/
  .sec02_form__box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #form___main
  ,#form___main2{
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .form_head p.icn{
    width: 15%;
  }
  .form_head .inttl p{
    font-size: 1.44em;
  }
  #form li.form_ttl p
  ,#form2 li.form_ttl p{
    font-size: 1.14em;
  }
  .contact_box > a{
    font-size: .9em;
  }
  .couple-operate > div:nth-child(1){
    position: relative;
  }
  .couple-operate{
    justify-content: space-between;
  }
  .primary-btn{
    font-size: 1em;
  }
  .secondary-btn{
    font-size: 1.14em;
  }

.form_list.flex {
  flex-direction: column;
}

#form li.flex > p, #form li.flex > div, #form2 li.flex > p, #form2 li.flex > div {
    width: 100%;
}

#form li .form_list_box, #form2 li .form_list_box {
    margin-bottom: 1em;
}

.form-btn > input {
    width: 100%;
}

.form_list.mail {
  margin-top: -1em;
    background: #fff;
    padding: .5em 1em;

}
#form li.mail > div,
#form2 li.mail > div {
  border-bottom: none;
}

.form_head {
  position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.form_body {
    margin-top: 15px;
}

#form li > div p.input input, #form2 li > div p.input input, #form li > div p.input select, #form2 li > div p.input select {
    margin-top: 0;
    margin-bottom: .5em;
}

#form li p.form_ttl, #form2 li p.form_ttl {

    margin-bottom: 0;
}


.form-btn::before{

  left: 9%;

}
.form-btn::after {


    right: 1%;

}

.form_bloc {
    border: none;

    margin:  0;
    padding: 0 0 20px;
    width: 100%;
      padding: 0;
      margin: 0;
}






  /*side
  ======================*/

  .side_bnr{
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .form___side{
    width: 100%;
    margin-top: 25px;
  }
  .side_bnr p.inttl{
    font-size: 1.4em;
  }
  .side_icn{
    width: 35%;
    transform: translateX(-45%);
  }
  .cl_icn p.tag{
    font-size: 1.125em;
  }
  .cl_icn p.intxt{
    font-size: 1.24em;
  }
  .side_icn:nth-of-type(2){
    margin-left: 10px;
  }
  .side_icn:nth-of-type(3){
    margin-top: 10px;
  }
  .cl_icn{
    width: 100%;
  }

  /*bnr*/
  .wide_bnr{
    margin: 20px auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wide_bnr .intxt{
    position: relative;
    padding: 20px;
    font-size: 2em;
  }

  .wide_bnr.bnr01 .intxt{
    background: #f0f0f0;
  }
  .wide_bnr.bnr01 .wide_img{
    z-index: 1;
    transform: translateY(-20px);
  }
  .wide_bnr.bnr02 .wide_img{
    display: none;
  }
  .wide_bnr.bnr02{
    background: url("../imgs/bnr_sp_wide02.jpg") no-repeat top center/cover;
  }

  /*sec03
  ===================*/
  .sec03_list__box ul{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .sec03_list__box ul li{
    width: 48%;
    /* margin-top: 20px; */
    margin-bottom: 20px;
  }

  .sec03_list h3{
    /* padding: 15px 0; */
    padding: 0 0 15px;
  }

  /*sec04*/
  ul.promise_list{
    margin-top: 0;
  }

  ul.promise_list li{
    width: 100%;
    padding: 0;
  }
  ul.promise_list li:nth-child(n+4){
    margin-top: 0;
  }
  ul.promise_list li p.inttl{
    text-align: left;
    padding-left: 13%;
  }
  ul.promise_list li p.icn{
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.promise_list li:nth-child(1) p.icn, ul.promise_list li:nth-child(2) p.icn, ul.promise_list li:nth-child(3) p.icn, ul.promise_list li:nth-child(4) p.icn, ul.promise_list li:nth-child(5) p.icn{
    width: 10%;
  }
  ul.promise_list li p.icn span{
    -ms-align-items: center;
    align-items: center;
  }

  ul.promise_list li .cmnt {
    margin-top: 0px;
  }
  ul.promise_list li p.icn::before {
    padding-top: 28px;
  }
  ul.promise_list li p.intxt {
    width: 100%;
    line-height: 1.6;
    padding: 1em 0 1.44em;
}

  .wide_bnr.bnr03{
    background: url("../imgs/bnr_sp_wide03.jpg") no-repeat center/cover;
  }
  .wide_bnr.bnr03 .wide_img{
    display: none;
  }
  .wide_bnr.bnr03 .intxt{
    font-size: 1.88em;
  }

  .sec05_blc .inner{
  }
  .graph_box .grh01{
    max-width: 100%;
  }
  .graph_box .grh02{
    position: absolute;
    top: 35%;
    right: 20px;
    max-width: 40%;
  }
  .graph_box p.intxt{
    padding-top: 80px;
  }

  /*review*/

  .review_slick .slick-next{
    right: -10px;
  }
  .review_slick .slick-prev{
    left: -10px;
  }
  .review__cat.slick-slide{
    height: auto;
  }
  .review__cat.slick-slide p{
    height: auto;
    justify-content: flex-start;
  }
  .review__cat{
    padding: 0 10px 2em;
  }
  .slick-slide > p.inttl{
    line-height: 1.2;
  }
  .review__cat p.thumb{
    width: 100%;
    overflow: hidden;
  }
  .review__cat p.thumb::after{
    content: "";
    padding-top: 70%;
    display: block;
  }
  .review__cat p.thumb span{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .review__cat p.thumb span img{
    height: auto;
  }

  .wide_bnr.bnr04 .wide_img{
    display: none;
  }
  .wide_bnr.bnr04{
    background: url("../imgs/bnr_sp_wide04.jpg") no-repeat center/cover;
  }

  .howto_box.inner{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howto_box > div + div{
    margin-top: 15px;
  }
  .howto__cat{
    width: 100%;
  }
  .howto__cat > div{
    padding-top: 20px;
  }
  .howto_box > div + div::after{
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .howto__cat > div p.tag{
    width: 10%;
    left: 20px;
    top: -8%;
  }
  .howto__cat > div p.tag span{
    font-size: 2em;
  }
  .howto_btm{
    margin-top: 30px;
  }
  .howto_btm p.intxt{
    position: relative;
    width: 100%;
    top: 0;
    left: auto;
    transform: none;
    font-size: 1.24em;
  }
  .howto_btm p.thumb{
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .sec08_blc{
    margin-bottom: 50px;
  }
  dl.company_list dd{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  dl.company_list dd > p.inttl{
    padding: .85em 1em;
  }
  dl.company_list dd > p.inttl
  ,dl.company_list dd > p.intxt{
    width: 100%;
  }
  dl.company_list dd > p.intxt{
    border-left: none;
  }

  .foot_area{
    padding-top: 20px;
    padding-bottom: 20px;

  }
  .foot_area p.intxt{
    text-align: justify;
    padding: 0 0 1em;
  }
	.desc{
		display: none;
	}

  /*220301修正
  ================================*/
	.cv_point{
	padding: .5em;
    justify-content: space-between;
	}
	.cv_point > .cv_point_tel{
		width: 73%;
	}
	.cv_point > .cv_point_mail{
		width: 25.5%;
	}
	.cv_block{
	background: url(../imgs/cv_block_bk.jpg) no-repeat top/cover;
    padding: 30vw .85em 8vw;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	.cv_block_inner{
	background: #faf8f8;
    padding: 1.15em .85em;
    border-radius: 10px;
	}
	span.red{
		color: #d14024;
	}
	.cv_block_inner P{
	text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3;
    padding-bottom: 2vw;
	}
	.cv_block_inner > div + div{
		margin-top: .85em
	}
	.cv_block_web_icon{
		justify-content: space-between;
	}
	.cv_block_web_icon > a{
		width: 49%;
	}


  /*220701修正
  ================================*/

  .head-logo p.logo {
    width: 100%;
    font-size: 1.2em;
    padding: 0 0 10px 10px;
    line-height: 1.2;
  }
  .head-logo p.logo span{
    width: 48%;
  }
  .head-logo p.logo span img{
    width: 68%;
    padding-top: 3px;
    padding-left: 5px;
  }
  .tel_link {
    margin-top: -8px;
    width: 85%;
  }
  /*1027*/
  #float a.cv_point_tel {
    font-size: 1em;
    width: 70%;
    font-weight: 600;
    border-radius: 6px;
    display: block;
  }
  #float a.cv_point_mail {
    font-size: 1em;
    width: 30%;
    font-weight: 600;
    border-radius: 6px;
    display: block;
  }


}