@charset "UTF-8";
/*スマホ時非表示*/
@media screen and (max-width:767px){
    .header_contents{
        display: none;
    }
    aside{
      display: none;
    }
    .hero_img{
      display: none;
    }
}
/* スマホ時の調整 */
@media screen and (max-width: 767px) {
    body {
        width: 100%;
        font-size: 12px;
    }
    header {
        border-top: solid 45px #bc085e;
    }
    .h1 {
        font-size: 1.2rem;
        top: 35%;
        left: 0%;
        left: 30%;
        text-align: center;
    }
    .h1_sub {
        font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
        /* 20px~24pxで可変*/
        ;
        position: static;
        margin-top: 30px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 14px;
    }
    .hero img {
        width: 100%;
    }
    .news {
        width: 100%;
    }
    .article_aside {
        display: block;
        padding: 0;
    }
    .article_h2 {
        margin-top: 0;
    }
    article {
        width: 100%;
        margin-bottom: 0;
    }
    .box01_res {
        background-color: #c9caca;
        text-align: center;
        margin: 0 5%;
        margin-top: 5vh;
        padding: 10px;
    }
    .box01_inner_res {
        background-color: #fff;
        padding: 20px;
    }
    .box01_inner_res img {
        width: 90%;
    }
    .tel {
        font-size: 2.5rem;
    }
    .fax {
        font-size: 1.5rem;
    }
    .box02_res {
        background-color: #c9caca;
        margin: 0 5%;
        text-align: center;
    }
    .box02_inner_res {
        width: 100%;
        background-color: #c9caca;
        margin: 10px 0;
        padding: 30px 20px 20px 20px;
    }
    .otoiawase_banner img {
        width: 90%;
    }
    .map_banner img {
        width: 90%;
    }
    .box03_res {
        background-color: #c9caca;
        text-align: center;
        font-size: 10pt;
        padding: 10px;
        margin: 0 5%;
        margin-bottom: 60px;
    }
    .box03_inner_res {
        width: 100%;
        background-color: #fff;
        padding: 20px 10px 10px 10px;
    }
    .staff {
        display: block;
        margin-left: 0;
        margin: 5vh 0;
    }
    .staff div {
        margin-top: 10px;
    }
    .staff div img {
        width: 250px;
    }
    /* 取扱保険品目ページ */
    .products_logo {
        width: 40%;
        margin-top: 10px;
    }
    ul.products li a{
        width: 40%;
        height:auto;
        padding:7px;
    }
    /* スタッフ紹介ページ */
    .staff_list {
        display: block;
        text-align: center;
        margin: 50px 0;
    }
    .staff_list div img {
        width: 70%;
        margin-right: 0;
    }
    .staff_text {
        text-align: start;
        padding: 0 15%;
        display: block;
    }
    /* 会社概要ページ */
    .company_img img {
        width: 40vw;
        padding: 10px 3px;
    }
    .sign img {
        width: 140px;
    }
    .hikaku_kanyu {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 20px;
    }
    /* お問い合わせページ */
    .contact_article {
        margin-bottom: 50px;
    }
    .map {
        width: 100%;
    }
    /* お問い合わせフォーム */
    .form,
    textarea,
    .submit {
        width: 100%;
    }
    /* プライバシーポリシーページ */
    .privacypolicy_article {
        width:95vw;
        margin:1vh auto 5vh;
        padding: 10%;
    }
    .privacypolicy_contact{
        width:100%;
        padding:3vh 5vw;
    }
    /*事業者向け*/
    .hero-box .hero{
        width:100%;
        margin:0;
    }
    section.business.concept{
        height:auto;
        padding:8em 0;
    }
    section.business.concept .box01{
        margin-left:inherit;
        margin:auto;
    }
    section.business.concept h2, section.business.concept span{
        font-size:20px;
    }
    section.business.menu span.type-g{
        font-size:14px;
    }
    section.business.menu .box01 .cont01{
        width:100%;
        height:auto;
        padding:25px 15px;
    }
    section.business.menu .box01 .cont01.wide{
        padding:25px 15px;
    }
    section.business.menu .box01 .cont01 h3{
        font-size:14px;
    }
    section.business.menu .box01 .cont01 ul li{
        font-size:12px;
    }
    section.business.menu .box02 span{
        width:7em;
        white-space: nowrap;
    }
    section.business.menu .box03{
        width:auto;
        background-image: none;
    }
    section.business.menu .box03 .cont01{
        width:90%;
        height:auto;
        margin:3em 0 1em;
        padding:20px 20px 10px;
    }
    section.business.menu .box03 h3{
        height:38px;
    }
    section.business.menu .box03 .cont01 p{
        margin:1em;
        font-size:12px;
    }
    section.business.menu .box03 .cont01 p br{
        display: none;
    }
}
/* PCサイズ時非表示 */
@media screen and (min-width:767px) {
    #nav-drawer {
        display: none;
    }
    .br_res {
        display: none;
    }
}
/*以下ハンバーガーメニュー*/
#nav-drawer {
    position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-content {
    font-size: 20px;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    max-width: 60%;
    height: 100%;
    background:#fbe2de;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    }
#nav-content ul{
    margin: 20px 0 0 20px;
}
#nav-content ul li{
    padding: 1.5vh;
    list-style-type: none;
}
#nav-content a{
    color: #a20918;
    text-decoration: none;
}
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.header-logo-menu{
    z-index: 9999;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}