@charset "utf-8";

/*-------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/
#footer {
  background-color: #f5f7fa;
  clear: both; }

#footer_inner {
   display: flex;
   flex-wrap: wrap;
   align-items: start;
   justify-content: space-between;
   padding: 40px 0 60px;
   width: 1000px;
   margin: auto;
}
#footer_inner .footer-ttl-box{
    display: flex;
    flex-wrap: wrap;
}
#footer_inner .footer-ttl-box .footer-ttl{
    font-size: 30px;
    color: #586474;
    font-weight: bold;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    width: 100%;
    position: relative;
    z-index:1;
}
#footer_inner .footer-ttl-box .footer-ttl:before{
    content: "";
    display: block;
    background: #586474;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: -2;
}
#footer_inner .footer-ttl-box .footer-ttl:after{
    content: "";
    display: inline-block;
    background: #f5f7fa;
    height: 1em;
    position: absolute;
    width: 9ex;
    left: 0;
    bottom: 50%;
    z-index: -1;
}
#footer_inner .footer-ttl-box.company .footer-ttl:after{
    width: 10.5ex;
}
#footer_inner .footer-ttl-box.service{
    width: 550px;
}
#footer_inner .footer-ttl-box.company{
    width: calc(100% - 580px);
}
#footer_inner .footer-ttl-box.service > ul{
    width: 25%;
}
#footer_inner .footer-ttl-box.service > ul a{
    display: inline-block;
    font-size: 13px;
    color: #586474;
    line-height: 1.5;
    padding: 0 0 6px 0;
}
#footer_inner .footer-ttl-box.service > ul .category a{
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
#footer_inner .company-name{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
#footer_inner .footer-ttl-box.company > ul li{
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 1px dotted #cbced4;
}
#footer_inner .footer-ttl-box.company > ul p{
    font-weight: 500;
    line-height: 1.2;
    margin: 4px 0 0;
}

#footer_inner #marks{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #ebeff5;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 15px 0;
}
#footer_inner #marks img{
    height: 42px;
    width: auto;
}
#footer_inner #marks dl{
    display: inline-flex;
    align-items: center;
}
#footer_inner #marks dd{
    font-size: 11px;
    line-height: 1.2;
    color: #222;
    width: 165px;
    margin: 0 0 0 6px;
}

#footer_inner .bottom-link{
    display: flex;
    width: 100%;
    justify-content: center;
}
#footer_inner .bottom-link a{
    font-size: 11px;
    color: #586474;
    display: inline-block;
    padding: 5px;
}
@media screen and (max-width: 768px) {
    #footer_inner{
        flex-direction: column;
        width: 100%;
        padding: 20px 15px;
    }
    #footer_inner .footer-ttl-box .footer-ttl{
        text-align: center;
    }
    #footer_inner .footer-ttl-box .footer-ttl:after{
        left: calc(50% - 4.5ex);
    }
    #footer_inner .footer-ttl-box.company .footer-ttl:after{
        left: calc(50% - 5.25ex);
    }
    #footer_inner .footer-ttl-box.service,
    #footer_inner .footer-ttl-box.company{
        width: 100%;
        margin: 0 0 20px;
    }
    #footer_inner .footer-ttl-box.service > ul{
        width: 100%;
    }
     /*サービスボタン基本形*/
    #footer_inner .footer-ttl-box.service > ul a,
    #footer_inner .footer-ttl-box.service > ul .category.toggleSwitch{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 5px;
    }
     /*白のボタン*/
     #footer_inner .footer-ttl-box.service > ul a{
         background: #fff;
         width: 100%;
         padding: 8px 0;
     }
    /*グレーのボタン*/
    #footer_inner .footer-ttl-box.service > ul .category.toggleSwitch,
    #footer_inner .footer-ttl-box.service > ul .category:not(.toggleSwitch) a,
    #footer_inner .footer-ttl-box.service > ul.outside a{
        background: #ebeff5;
        font-weight: bold;
        height: 40px;
        padding: 0;
    }
     /*トグルボタン*/
     #footer_inner .footer-ttl-box.service > ul .category.toggleSwitch{
         position: relative;
     }
     #footer_inner .footer-ttl-box.service > ul .category.toggleSwitch:after{
         content:"\f196";
         font-family: "ielove-cloud";
         color: #586474;
         font-weight: normal;
         font-size: 20px;
         position: absolute;
         right: 15px;
         top: calc(50% - 10px);
     }
     /*トグルボタン上のリンク*/
     #footer_inner .footer-ttl-box.service > ul .category.toggleSwitch a{
        display: inline-flex;
        width: auto;
        padding: 8px;
        background: transparent;
        text-decoration: underline;
    }
     /*トグルコンテンツ内のボタン*/
     #footer_inner .footer-ttl-box.service .toggleContents{
         display: none;
     }
     #footer_inner .footer-ttl-box.service .toggleContents > ul{
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }
     #footer_inner .footer-ttl-box.service .toggleContents > ul > li{
         width: calc(50% - 5px);
         margin: 8px 0 0;
     }

     /*単ページメニュー*/
     #footer_inner .footer-ttl-box.service > ul.outside{
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }
     #footer_inner .footer-ttl-box.service > ul.outside > li{
         width: calc(50% - 5px);
         margin: 8px 0 0;
     }

     #footer_inner .company-name{
         width: 100%;
         text-align: center;
     }
     #footer_inner .company-name + ul{
         width: 100%;
     }

    #footer_inner .footer-ttl-box.service > ul{
        margin: 8px 0 0;
    }

    #footer_inner #marks{
        flex-wrap: wrap;
    }
    #footer_inner #marks li{
        width: 100%;
    }
    #footer_inner #marks li:first-child,
    #footer_inner #marks li:first-child + li{
        width: 50%;

    }
    #footer_inner #marks li:first-child{
        text-align: right;
    }
    #footer_inner #marks dd{
        width: auto;
    }
    #footer_inner .bottom-link{
        flex-direction: column;
        align-items: center;
    }
}

/* div */
.cmn_wraper {
  padding: 55px 0 80px; }

/*-----------------------------------------
フッターのお問い合わせBOX
------------------------------------------*/
#contactBox {
  background: #246ac1;
}
#contactBox_inner {
    padding: 20px 0;
}
@media screen and (max-width: 768px){
    #contactBox{
        padding: 0;
    }
}

 /*-----------------------------------------
フッターのお問い合わせ
------------------------------------------*/
#btn_smp_tel {
  display: none;
}
@media screen and (max-width: 375px) {
  #contact {
    padding: 30px 0 0;
  }
  #btn_smp_tel {
    display: block;
  }
  #contact .contact_txt {
    margin: 0;
  }
  #contact .contact_txt_inner {
    margin: 0!important;
    padding: 0 25px;
    width: 100%;
    display: block;
  }
  #contact .contact_txt_inner p {
    margin: 0;
  }
  #contact .contact_txt_inner p img {
    width: 100%;
  }
  #contact .tap_tel a {
    text-decoration: none;
    }
  #phone_number_holder_1 {
    color: #ec205f;
    padding: 0 0 0 40px;
    vertical-align: 0;
    background: url(/images/img_tel.png) no-repeat left 15px;
    background-size: 30px auto;
    font-size: 48px;
    font-weight: 700;
    cursor: pointer;
  }
  .txt_right{
    float: unset;
    text-align: center;
    margin: 5px 0 0 0!important;
  }
 }

@media screen and (max-width: 800px) {
  #contact {
    padding: 30px 0 0;
  }
  #btn_smp_tel {
    display: block;
  }
  .contact_txt {
    margin: 0;
  }
  .contact_txt_inner {
    padding: 0 25px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .contact_txt_inner p {
    margin: 0 10px 0 0;
  }
  .contact_txt_inner p img {
    width: 351px;
    vertical-align: -10px;
  }
  .tap_tel a {
    text-decoration: none;
    }
  #phone_number_holder_1 {
    color: #ec205f;
    padding: 0 0 0 40px;
    vertical-align: 0;
    background: url(/images/img_tel.png) no-repeat left 15px;
    background-size: 30px auto;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;
  }
  .txt_right{
    margin: 5px 0 0 0!important;
    display: block;
  }
 }
@media screen and (max-width: 768px) {
    #contact #form_box {
        margin-top: 20px;
    }
    #btn_smp_tel {
      z-index: 1000;
      position: fixed;
      bottom: 6px;
      right: 6px;
      text-align: center;
      display: block;
    }
    #btn_smp_tel a {
      display: block;
      border-radius: 65px;
      height: 65px;
      width: 65px;
      background: ;
      text-decoration: none;
      background: #e91e63 url(/images/icn_tel_white.png) no-repeat 21px 0;
      background-size: 24px auto;
      background-position: center 8px;
      border: 2px solid #fff;
    }
    #btn_smp_tel a span {
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      padding: 45px 0 0 0;
      display: inline-block;
    }
    #form_box #select-box .required {
      text-align: left;
    }
      #form_box #select-box dt span {
        float: left;
        margin: 3px 6px 0 0;
      }

    #form_box #select-box dd label br {
      display: block;
    }
    #form_box #select-box dt {
     font-size: 15px;
     line-height: 2;
     width: 100%;
    }
    #form_box dt {
      width: 100%;
    }
      #form_box dt span {
        float: left;
        margin: 0 6px 5px 0;
      }
    #form_box .text, #form_box textarea {
      width: 100%;
    }
    .ll_wrap {
      height: 56px;
      display: table;
      float: left;
    }
    .ll_wrap label {
        margin: 15px 10px 0 11px;
    }
    .ll_wrap span {
      font-weight: bold;
      font-size: 15px;
      display: table-cell;
      width: 100%;
      vertical-align: middle;
    }
}
/*-------------------------------------------------------------------------
bottom-adBnrついてくるバナー
-------------------------------------------------------------------------*/
#slide {
    position: fixed;
    width: 144px;
    height: 133px;
    bottom: 30px;
    right: 0;
    background: #fff;
    box-shadow: -1px 3px 6px rgba(76, 78, 102, 0.4);
}
#bottom-adBnr{
    padding: 10px 16px 10px 10px;
    display: flex;
    width: 320px;
    text-decoration: none;
}
#bottom-adBnr .img{
    width: 126px;
    height: 114px;
    margin: 0 8px 0 0;
    background: #3f4755;
}
#bottom-adBnr p{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
}
#bottom-adBnr .img:before{
    content: "";
    background: url("/images/it-hojo/bg_hojo.png") center;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    background-size: cover;
    opacity: .85;
}
#bottom-adBnr:hover .img:before{
    transform: scale(1.1);
}
#bottom-adBnr strong{
    color: #ec205f;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin: 3px 0 4px;
}
#bottom-adBnr .btn{
    background: #e91e63;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 9px 0 11px;
    border-radius: 4px;
    margin: 0;
}
#bottom-adBnr:hover .btn{
    background:#f4256c;
}
#slide #open-btn {
    position: absolute;
    left: -23px;
    top: 44px;
    z-index: -1;
    width: 46px;
    height: 46px;
    clip: rect(0,23px,54px,-6px);
    border-radius: 50%;
    cursor: pointer;
    background: url(/images/it-hojo/close-btn.gif) #fff no-repeat;
    background-position: 9px 16px;
    box-shadow: -1px 3px 6px rgba(76, 78, 102, 0.4);
    padding: 16px 7px;
}
/*-------------------------------------------------------------------------
固定問い合わせ
-------------------------------------------------------------------------*/
.fixedBox{
    background-color: rgba(36, 106, 193, 0.9);
    bottom: 0;
    left: 0;
    padding: 15px 0;
    z-index: 10000;
}
.fixedBox .container{
    display: flex;
    justify-content: space-between;
}
.fixedBox .container > p{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.fixedBox .container > p span{
    display: block;
    font-size: 17px;
    font-weight: inherit;
    color: inherit;
}
.fixedBox .container > p::after{
    content: "";
    display: inline-block;
    background-image: url(/images/top/icn_arrowx3.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -75px;
    margin: auto;
    width: 42px;
    height: 26px;
}
.fixedBox ul{
    display: flex;
    width: calc(100% - 400px);
}
.fixedBox .max-tb{
    display: none;
}
.contact_phone{
    width: calc(100% - 300px);
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
}
.contact_phone span{
    font-weight: 600;
}
.contact_phone #biz_hours{
    display: block;
    font-size: 12px;
    color: inherit;
}
.contact_phone::before{
    font-size: 25px;
    font-family: "ielove-cloud";
    content: "\f095";
    padding-right: 3px;
}
.contact_mail a{
    display: inline-block;
    width: 300px;
    font-size: 22px;
    padding: 15px;
    margin-top: 5px;
}
@media screen and (max-width: 768px){
    .fixedBox .tb-none{
        display: none;
    }
    .fixedBox .max-tb{
        display: block;
    }
    .fixedBox ul{
        width: 100%;
        justify-content: space-between;
    }
    .contact_phone, .contact_mail{
        width: calc(50% - 5px);
        letter-spacing: 0px;
    }
    .contact_phone a{
        width: 100%;
        padding: 13px 3px;
        font-size: 22px;
        line-height: 1;
    }
    .contact_phone::before{
        display: none;
    }
    .contact_phone a::before{
        font-family: "ielove-cloud";
        content: "\f095";
        color: #f22f72;
        padding-right: 3px;
    }
    .contact_mail a{
        margin-top: 0;
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .fixedBox .container{
        padding: 0 6px;
    }
    .contact_phone{
        min-width: 155px;
    }
    .contact_phone a, .contact_mail a{
        font-size: 17px;
    }
    .contact_mail a::after{
        display: none;
        padding: 10px;
    }
}
