.text-box{
    line-height: 1.8em;
}

.main-visual img{
    width: 100%;

}
.only-sp{
    display: none;
}
.only-pc{
    display: block;
}

.c-logo img {
    height: 77px;
}
.nav-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-list li{
    width: 49%;
    margin-top: 40px;
}

.nav-list li a{
    background-color: #ccc;
    display: block;
    font-size: 30px;
    text-align: center;
    padding: 80px 0;
    color: #fff;
}
.nav-list li a:hover{
    opacity: 0.6;

}

.nav-list li:first-child a{
background-image: url(../img/nav-kumiai.jpg);
    background-size: cover;
    background-position: center center;
}

.nav-list li:last-child a{
    background-image: url(../img/nav-contact.jpg);
    background-size: cover;
    background-position: center center;
}



.document-wrap {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 40px;
}
.document-wrap .img {
    width: 200px;
}
.document-wrap .img img{
    width: 100%;
    height: auto;
}
.document-wrap .img .thumb {
}
.document-wrap .img .link {
    text-decoration: underline;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.document-wrap .info {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.document-wrap .info .ttl {
    background-color: #333;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.document-wrap .info .txt {
    line-height: 1.5em;
}

.doc-ttl{
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.bdr-top-header{
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
}


.bkmark-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bkmark-footer li{
    width: 24%;
    margin-bottom: 20px;
}
.bkmark-footer li img{
    width: 100%;
}
.p-global-nav
.menu-item-44{
    background-color: #e74141;
}
.p-global-nav
.menu-item-44 a,
.p-global-nav
.menu-item-44 a:hover
{
    color: #fff;
}

.p-global-nav
.menu-item-129{
    background-color: #3862bb;
}
.p-global-nav
.menu-item-129 a,
.p-global-nav
.menu-item-129 a:hover
{
    color: #fff;
}

.bk-ttl{
    background-color: #333333;
    padding: 20px;
    color: #fff;

}

.nav-list-member{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-list-member li{
    width: 32%;
    margin-top: 40px;
}

.nav-list-member li a{
    background-color: #333;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    color: #fff;
    line-height: 1.5;
}
.nav-list-member li a:hover{
    opacity: 0.6;

}

.nav-list-member li i{
    margin-right: 10px;
}


.pb_headline {
    font-weight: normal !important;
    padding: 20px !important;
    background-color: #eaeaea;
    border-left:2px solid #000;
}
.m-post{
    margin-bottom: 10px;
    color:#727272;
}
.m-name{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.m-txt{
    line-height: 1.5;
}
.p-page-header__inner {

    padding-bottom: 17.10345%;
}
.shibu-table{
    width: 100%;
}
.shibu-table .head{
    background: #333333;
    color: #fff;
}


.form-style .item{
    margin-bottom: 30px;
    border-bottom:1px solid #ccc;
    padding-bottom: 20px;
}

.form-style .item div{
    margin-bottom: 10px;
}
.form-style .item div:first-child{
    font-weight: bold;
    margin-bottom: 10px;
}

.form-style .item div input[type="text"],
.form-style .item div input[type="number"],
.form-style .item div input[type="tel"]
{
    display: inline-block;
    max-width:200px;
    margin-right: 5px;
    margin-left: 5px;
}
.wpcf7-radio span{
    display: inline-block!important;
}

.sp-br{
    display: none;
}

.birth-select{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

[name="your_access_other"]{
    max-width: 220px !important;
}

@media only screen and (max-width: 1199px){
    .only-sp{
        display: block;
    }
    .only-pc{
        display: none;
    }
    .c-logo img {
        height: 42px;
    }
    .nav-list li{
      width: 100%;

    }
    .nav-list li a {
        font-size: 20px;
    }

    .document-wrap {

        padding: 10px;

    }
    .document-wrap .img {
        width: 100px;
    }
    .document-wrap .info {
        width: calc(100% - 100px);
        padding-left: 10px;

    }
    .document-wrap .info .txt {
        font-size: 12px;
    }
    .document-wrap .info .ttl {

        margin-bottom: 10px;
    }
    .doc-ttl{
        font-size: 18px;
        
    }
    .bkmark-footer li{
        width: 49%;
        margin-bottom: 10px;
    }

    .nav-list-member li{
        width: 100%;
        margin-top: 10px;
    }
    .nav-list-member li a{
        font-size: 15px;
        padding: 10px;
        text-align: left;
    }

    .col-2 input{
        width: 40%;
    }
    .wpcf7-form input,
    .wpcf7-form select{
    margin-bottom: 5px;
    }
        .sp-br{
            display: inline;
        }


}

