@charset "utf-8";

body{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 15px;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 500;
    color: #202023;
    line-height: 1;
    background-color: #fff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 500;
    color: inherit;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}
p, dd{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 500;
    color: inherit;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

h1,h2{
    font-family: 'Montserrat',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6,dt,caption{
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p,dd{
    line-height: 1.5;
    text-align: justify;
}
img{
    max-width: 100%;
}
a{
    color: #124779;
    text-decoration: none;
}
a:hover{
    color: #246ac1;
    text-decoration: underline;
}
.txt-center{
    text-align: center;
}
@media screen and (max-width: 768px){
    #wrapper{
        overflow: hidden;
    }
}

 /*PC以上改行*/
br.min-pc{ display: inline;}
img.min-pc{ display: inline-block;}
/*タブレット以上改行*/
br.min-tb{ display: inline;}
img.min-tb{ display: inline-block;}
/*タブレットのみ改行*/
br.only-tb,
img.only-tb{ display: none;}
 /*タブレット以下改行*/
br.max-tb,
img.max-tb{ display: none;}
 /*スマホ以下改行*/
br.max-sp,
img.max-sp{ display: none;}

@media screen and (max-width: 768px){
    br.min-pc,
    img.min-pc{ display: none;}
}
@media screen and (max-width: 768px){
    br.only-tb,
    br.max-tb{ display: inline;}
    img.only-tb,
    img.max-tb{ display: inline-block;}
}
@media screen and (max-width: 480px){
    br.min-tb,
    br.only-tb,
    img.min-tb,
    img.only-tb{ display: none;}
    br.max-sp{ display: inline;}
    img.max-sp{ display: inline-block;}
}
.bg-gray{
    background: #f3f6f9;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: url(/images/clearfix.gif);
    display: block;
    clear: both;
    height: 0;
}
.container{
    width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.container-fluid{
    width: 100%;
    min-width: 1100px;
}
@media screen and (max-width: 768px){
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .container-fluid{
        min-width: 100%;
    }
}
/*ボタン*/
.btn{
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
.btn-default{
    color: #246ac1;
    background-color: #fff;
    border: 2px solid #246ac1;
}
.btn-default:hover{
    color: #fff;
    background-color: #246ac1;
    text-decoration: none;
    transition-duration: .1s;
}
.btn-contact{
    color: #fff;
    background-color: #e91e63;
}
.btn-contact:hover{
    color: #fff;
    background-color: #f22f72;
    text-decoration: none;
    transition-duration: .1s;
}
.btn-contact::before{
    font-family: "ielove-cloud";
    content: "\f0e0";
    font-weight: normal;
    color: #fff;
    padding-right: 5px;
}
.btn-sub-contact{
    color: #e91e63;
    background-color: #fff;
    border: 2px solid #e91e63;
}
.btn-sub-contact:hover{
    color: #f22f72;
    border: 2px solid #f22f72;
    text-decoration: none;
    transition-duration: .1s;
}

@keyframes hvr-wobble-vertical{
    0%{ transform: translateY(0);}
    16.65%{ transform: translateY(8px);}
    33.3%{ transform: translateY(-6px);}
    49.95%{ transform:translateY(4px);}
    66.6%{ transform: translateY(-2px);}
    83.25%{ transform: translateY(1px);}
    100%{ transform: translateY(0);}
}
/*-----------------------------------------
 fixed_contact
------------------------------------------*/
@media screen and (min-width: 741px) {
.fixed_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
  transition: .3s ease;
  transform: translateY(100%);
  text-align: center;
  padding: 10px 0;
  z-index: 100;
}
.fixed_contact.active {
  transform: translateY(0);
}
  .fixed_contact_tel,
  .fixed_contact_btn,
  .fixed_contact_btn li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
  #phone_number_holder_2 {
    font-size: 27px;
    color: #ec205f;
    line-height: .9;
    vertical-align: -14px;
  }
    .footer_tel {
      font-weight: bold;
      line-height: 1;
      vertical-align: 5px;
    }
  .fixed_contact_btn a {
    background-repeat  : no-repeat;
    background-position: 0 0;
    width: 222px;
    height: 51px;
    line-height: 51px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
  }
  .fixed_contact_btn--contact a  { background-image: url("/images/bg_contact.png");}
  .fixed_contact_btn--document a { background-image: url("/images/bg_contact2.png");}
}
@media screen and (max-width: 360px) {
#container {
  padding: 0;
}
.fixed_contact {
  display: none;
}
}

/*-------------------------------------------------------------------------
ぱんくず
-------------------------------------------------------------------------*/
.breadcrumb{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    padding: 0 15px;
}
.breadcrumb li{
    font-family: inherit;
    margin-right: 8px;
}
.breadcrumb li:last-child{
    padding: 8px 6px;
}
.breadcrumb a{
    display: inline-block;
    position: relative;
    color: #124779;
    text-decoration: none;
    font-family: inherit;
    padding: 8px 6px;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb a:after{
    position: absolute;
    content:"\f05f";
    color: #7c7c86;
    font-family: 'ielove-cloud';
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    top: 50%;
    margin-top: -5px;
    right: -8px;
    z-index: -1;
}
.breadcrumb .breadcrumb-top{
}
.breadcrumb .breadcrumb-top a{
    padding: 2px 6px 5px;
    font-size: 13px;
}
.breadcrumb .breadcrumb-top a::before{
    content:"\f015";
    font-family: 'ielove-cloud';
    font-size: 16px;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .breadcrumb{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .breadcrumb li{
        flex-shrink: 0;
    }
}
/*旧commonのパンくず指定*/
#path {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 40px;
}
#path li {
    float: left;
    font-size: 13px;
    color: #4a4c64;
    line-height: 1.2;
}
#path li:before {
    content: ">";
    padding: 0 8px;
}
#path li:first-child:before {
    content: "";
    padding: 0;
}
#path a {
    font-size: inherit;
    text-decoration: underline;
}
#path li strong {
    font-size: inherit;
}

/*-----------------------------------------
関連記事
------------------------------------------*/
.blog_link{
    width: 1000px;
    margin: 0 auto 55px auto;
    border: 1px solid #4b63b7;
    padding: 20px;
    border-radius: 8px;
    color: #4b63b7!important;
    background: #fff;
    text-align:center;
}

.blog_link dt{
    font-size: 24px;
    text-align:center;
    padding-bottom: 20px;
    }

.blog_link li{
    border-radius: 8px;
    color: #4b63b7!important;
    background: #fff;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 810px) {
    .blog_link{
        width: 100%;
        }

 /*-----------------------------------------
フッターのお問い合わせ
------------------------------------------*/
#gotop {
  position: fixed;
  bottom: 0;
  right: 0; }

#gotop a {
  width: 55px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #323557; }

#gotop a:hover {
  color: #000; }

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