/**************************************************

BASE

****************************************************/

#main img{
    max-width: 100%;
    height: auto;
}

#pageVisual img{
    display: block;
    width: 100%;
    height: auto;
}

#pageVisual {
    margin-bottom: 90px;
}

.pure-g {
    margin:0 -22px;
}

.pure-g [class*=pure-u]{
    padding:0 22px;
}

section + section{
    margin-top: 70px;
}


/* title */

.ttl-subpage-1{
    font-size: 2.6rem;
    margin-bottom: 15px;
    border-left:solid 3px #084f9f;
    padding-left: 20px;
}

.ttl-subpage-2{
    color:#fff;
    font-size: 2rem;
    background: #3a66ca;
    margin-bottom: 35px;
    padding: 10px 20px;
}

.ttl-subpage-3 span{
    font-size: 2rem;
    margin-bottom: 10px;
    border-left:solid 3px #084f9f;
    padding-left: 20px;
    display: block;
}

.ttl-subpage-3 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}

.ttl-subpage-4{
    font-size: 2.6rem;
    margin-bottom: 15px;
}


/* anchorlink */

.anchorlink ul{
    width: 100%;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 50px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
}

.anchorlink ul li{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
}

.anchorlink ul li + li{
    border-left: 2px solid #3a66ca;
}

.anchorlink ul li a{
    display: block;
    line-height: 60px;
    font-size: 1.7rem;
    font-weight: bold;
    color:#333;
    text-decoration: none;
}

.anchorlink ul li a:hover,
.anchorlink ul li.current_page_item a{
    opacity: 1;
    color:#3a66ca;
    background: #f7f7f7;
}




/* table */

table,tbody,tr{
    border:none;
    width: 100%;
    height:auto!important;
    box-sizing: border-box;
}

th,td{
    padding:15px;
    box-sizing: border-box;
    border:5px solid #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    background:#f9f9f9;
}

th{
    color:#fff;
    background:#3a66ca;
}

/* pagenation */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
        text-align: center;
}
.pagination-box {
    display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #333;
    background:#d2d2d2;
}
.pagination a:hover{
    color: #fff;
    background: #dc1d1e;
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    color: #fff;
        background: #dc1d1e;
}
@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }
    .pagination span, .pagination a {
        padding: 8px 10px 8px 10px;
    }
    .pagination .current{
        padding: 8px 10px 8px 10px;
    }
}

 /*************************************************

CONTENTS

****************************************************/

/* outline
********************************************************/
#outline th,
#outline td,
#history th,
#history td{
    background: #fff;
    color:#333;
    border:none;
    border-bottom: 2px solid #eeeeee;
}

#outline table,
#history table{
    border-top: 2px solid #eeeeee;
}

#outline th,
#history th{
    width: 200px;
}


/* strength
********************************************************/

#strength #main section:nth-child(even){
    padding: 60px 0;
    background:#f8f8f8;
}

/* business
*******************************************************/

#business .pure-g{
    margin:0 -14px;
}

#business .pure-g [class*=pure-u]{
    padding:0 14px 40px;
}

#business .link-business{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    text-decoration: none;
}

#business .link-business strong{
    position: relative;
    display: block;
    position: absolute;
    text-align: left;
    left:0;
    right:0;
    bottom: 0;
    background: #f1f0f5;
    padding: 12px 15px;
    box-sizing: border-box;
    font-size: 1.6rem;
}

#business-single .area-img{
    margin-bottom: 30px;
}



/* Contact
*********************************************************/

#contact.entry.check .check-agree,
#contact.confirm .check-agree{
    display: none;
}

span.text03{
    font-weight: bold;
    color:#1f7418;
}

#contact #main {
    padding-bottom: 60px;
}

#contact .catch01 h4{
    font-size: 2rem;
    font-weight: normal;
}

#contact li{
    display: inline-block;
}

#contact .wrap01 {
    padding-top: 60px;
}

#contact .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .catch01 span {
    font-size: 2.8rem;
    color: #3a66ca;
    font-weight: bold;
    display: inline-block;
}

#contact .catch01 span+span {
    padding-left: 1em;
}

#contact .catch01 small {
    font-size: 1.4rem;
}

#contact ol.list01 {
    font-size: 1.6rem;
    list-style: decimal;
    padding-left: 1.75em;
    line-height: 2;
}

#contact ul.list01 {
    font-size: 1.5rem;
    list-style: disc;
    padding-left: 1.75em;
    line-height: 2;
    margin-bottom: 35px;
}


#contact .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#contact h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

#contact table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#contact table table{
    margin:0;
}

#contact table th,
#contact table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: left;
    border: solid 5px #fff;
    background: #FAFAFA;
}

#contact select{
    height: 48px;
}

#contact .check-agree{
    font-size: 1.6rem;
}

#contact .agree-wrap{
    font-size: 1.6rem;
    background:#f9f9f9;
    margin: 20px 0 40px;
    padding:10px;
    box-sizing: border-box;
}

#contact table table th,
#contact table table td{
    background: none;
    border:none;
}

#contact table table th{
    font-weight: normal;
    width: 190px;
    vertical-align: middle;
    color:#333;
}

#contact table th {
    width: 250px;
    background: #3664cf;
}
/*
#contact table th span {
    color: red;
}*/

#contact table td label {
    font-weight: normal;
}

#contact table td .inner01 {
    padding-right: 20px;
}

#contact table td input[type=text],
#contact table td input[type=email],
#contact table td input[type=tel] {
    width: 500px;
    padding: 10px;
}

#contact table td input[type=text].var01 {
    width: 10em;
}

#contact table td input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact table td input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

#contact table td input.var02 {
    width: 8em;
}

#contact table td input.var03 {
    width: 8em;
}

#contact table td select {
    margin-right: 5px;
    max-width: 20em;
}

#contact table td textarea {
    width: 100%;
    height: 10em;
}

#contact table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a,
#contact .fm-modoru {
    appearance: none;
    border: none;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    border-radius: 35px;
    background: #116cb6;
    display: block;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#contact .fm-modoru{
    margin:0 auto;
    color:#fff;
    background: #666;
}

#contact .btnWrap01 a.btn01 {
    background: #666;
    color:#fff;
}

#contact .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#contact p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#contact .textWrap02 {
    margin-bottom: 30px;
}

#contact .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#contact input[name=policy] {
    transform: scale(1.5);
}

#contact label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

/* accordion */

.accbox label.acotitle {
    display: block;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label.acotitle h2:before {
    content: '▶';
    padding-right: 8px;
    color:#ccc;
    font-size:1.5rem;
}

.cssacc:checked + label.acotitle h2:before {
    content: '▼';
}

.accbox input.cssacc {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label.acotitle + .accshow {
    height: auto;
    opacity: 1;
}



body .mw_wp_form .error{
    color: #a94442;
    background-color: #f2dede;
    padding: 10px;
    margin:5px 0;
}


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

    #contact input[type="file"] {
        box-sizing: border-box;
        width: 100%;
    }

    #contact .catch01 span,
    #contact h2{
        font-size: 2rem;
    }
    #contact .catch01 br{
        display: none;
    }
    #contact .catch01 span {
        display: block;
    }
    #contact .catch01 span+span {
        padding-left: 0;
    }
    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table th {
        /*background: #ccc;*/
    }
    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table td input.var02 {
        width: 4em;
    }
    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 4em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a,
    #contact .fm-modoru {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .btnWrap01{
        text-align: center;
    }
}



/* privacy-policy
********************************************************/

#privacy-policy dt{
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

#privacy-policy dd{
    margin-bottom: 45px;
    font-size: 1.6rem;
}



/* news
*********************************************************/

#news {
    padding-bottom: 30px;
}

#news .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #ddd;
}

#news .section01:last-of-type,
#news .section01.var01 {
    border: none;
    margin-bottom: 0;
}

#news .section01 .pure-g {
    margin-left: -20px;
    margin-right: -20px;
}

#news .section01 .pure-g [class*=pure-u] {
    padding-left: 20px;
    padding-right: 20px;
}

#news .section01 .date {
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}


#news .section01 h2 {
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 15px;
}

#news .section01 h2 a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}



@media screen and (max-width:768px) {
    #pageVisual {
        margin-bottom: 50px;
    }

    body #swipebox-close{
        right:auto;
        left:0;
    }

    .ttl-subpage-1,.ttl-subpage-4{
        font-size: 2rem;
    }

    .anchorlink ul li + li {
        border-left: none;
        border-top: 2px solid #3a66ca;
    }
    .anchorlink ul li {
        display: block;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .anchorlink ul {
        display: block;
    }


    #outline table,
    #outline tbody,
    #outline tr,
    #outline th,
    #outline td,
    #history table,
    #history tbody,
    #history tr,
    #history th,
    #history td{
        display: block;
        width: 100%!important;
        height: auto!important;
        box-sizing: border-box;
    }

}

@media screen and (min-width:769px) and (max-width:1025px) {
    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel]{
        width: 100%;
        box-sizing: border-box;
    }
    #contact table table,
    #contact table table tr,
    #contact table table td,
    #contact table table tbody,
    #contact table table th{
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    #contact table td input.var02 {
        width: 8em;
    }

}

.daihyo {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 60px;
}

.daihyo span {
    font-size: 2.8rem;
}

#main .container{
max-width:1180px;
}
