#eco_wrapper *{
    box-sizing: border-box
}

body{
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

body p{
    font-size: 20px;
    color: #555555;
    letter-spacing: 1px;
}

input[type="submit"] {
    -webkit-appearance: none;
}

@media only screen and (max-width: 767px){
    body p{
        font-size: 16px;
    }
}



@media (min-width: 768px) {
    .mt-03-column .mt-column {
        width: 32%;
    }
}

@media (min-width: 600px) {
    .mt-02-column .mt-column {
        width: 49%;
    }
}

@media (min-width: 550px) {
    .mt-02-project .mt-column {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .hidden-sp {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-pc {
        display: none !important;
    }
}

/******************************************************************
 *
 * 汎用改行クラス
 *
 *******************************************************************/
@media only screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
}


/******************************************************************
 *
 * カラム
 *
 *******************************************************************/
.row{
    /*margin-top: 20px;*/
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .row{
        margin-bottom: 30px;
    }
}

.col-1 {
    float: left;
    width: 5.48654%;
    margin-left: 3.10559%;
}

.col-1:first-child {
    margin-left: 0;
}

.col-2 {
    float: left;
    width: 14.07867%;
    margin-left: 3.10559%;
}

.col-2:first-child {
    margin-left: 0;
}

.col-3 {
    float: left;
    width: 22.67081%;
    margin-left: 3.10559%;
}

.col-3:first-child {
    margin-left: 0;
}

.col-4 {
    float: left;
    width: 31.26294%;
    margin-left: 3.10559%;
}

.col-4:first-child {
    margin-left: 0;
}

.col-5 {
    float: left;
    width: 39.85507%;
    margin-left: 3.10559%;
}

.col-5:first-child {
    margin-left: 0;
}

.col-6 {
    float: left;
    width: 48.4472%;
    margin-left: 3.10559%;
}

.col-6:first-child {
    margin-left: 0;
}

.col-7 {
    float: left;
    width: 57.03934%;
    margin-left: 3.10559%;
}

.col-7:first-child {
    margin-left: 0;
}

.col-8 {
    float: left;
    width: 65.63147%;
    margin-left: 3.10559%;
}

.col-8:first-child {
    margin-left: 0;
}

.col-9 {
    float: left;
    width: 74.2236%;
    margin-left: 3.10559%;
}

.col-9:first-child {
    margin-left: 0;
}

.col-10 {
    float: left;
    width: 82.81573%;
    margin-left: 3.10559%;
}

.col-10:first-child {
    margin-left: 0;
}

.col-11 {
    float: left;
    width: 91.40787%;
    margin-left: 3.10559%;
}

.col-11:first-child {
    margin-left: 0;
}

.col-12 {
    width: 100%;
}

@media (max-width: 767px) {
    .col-sp-1 {
        float: left;
        width: 5.48654%;
        margin-left: 3.10559%;
    }

    .col-sp-1:first-child {
        margin-left: 0;
    }

    .col-sp-2 {
        float: left;
        width: 14.07867%;
        margin-left: 3.10559%;
    }

    .col-sp-2:first-child {
        margin-left: 0;
    }

    .col-sp-3 {
        float: left;
        width: 22.67081%;
        margin-left: 3.10559%;
    }

    .col-sp-3:first-child {
        margin-left: 0;
    }

    .col-sp-4 {
        float: left;
        width: 31.26294%;
        margin-left: 3.10559%;
    }

    .col-sp-4:first-child {
        margin-left: 0;
    }

    .col-sp-5 {
        float: left;
        width: 39.85507%;
        margin-left: 3.10559%;
    }

    .col-sp-5:first-child {
        margin-left: 0;
    }

    .col-sp-6 {
        float: left;
        width: 48.4472%;
        margin-left: 3.10559%;
    }

    .col-sp-6:first-child {
        margin-left: 0;
    }

    .col-sp-7 {
        float: left;
        width: 57.03934%;
        margin-left: 3.10559%;
    }

    .col-sp-7:first-child {
        margin-left: 0;
    }

    .col-sp-8 {
        float: left;
        width: 65.63147%;
        margin-left: 3.10559%;
    }

    .col-sp-8:first-child {
        margin-left: 0;
    }

    .col-sp-9 {
        float: left;
        width: 74.2236%;
        margin-left: 3.10559%;
    }

    .col-sp-9:first-child {
        margin-left: 0;
    }

    .col-sp-10 {
        float: left;
        width: 82.81573%;
        margin-left: 3.10559%;
    }

    .col-sp-10:first-child {
        margin-left: 0;
    }

    .col-sp-11 {
        float: left;
        width: 91.40787%;
        margin-left: 3.10559%;
    }

    .col-sp-11:first-child {
        margin-left: 0;
    }

    .col-sp-12 {
        width: 100%;
    }

    .col-sp-6:nth-child(odd) {
        margin-left: 0;
    }

    .col-sp-4:nth-child(3n+1) {
        margin-left: 0;
    }

    .col-sp-3:nth-child(4n+1) {
        margin-left: 0;
    }

    .col-sp-2:nth-child(6n+1) {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .col-pc-1 {
        float: left;
        width: 5.48654%;
        margin-left: 3.10559%;
    }

    .col-pc-1:first-child {
        margin-left: 0;
    }

    .col-pc-2 {
        float: left;
        width: 14.07867%;
        margin-left: 3.10559%;
    }

    .col-pc-2:first-child {
        margin-left: 0;
    }

    .col-pc-3 {
        float: left;
        width: 22.67081%;
        margin-left: 3.10559%;
    }

    .col-pc-3:first-child {
        margin-left: 0;
    }

    .col-pc-4 {
        float: left;
        width: 31.26294%;
        margin-left: 3.10559%;
    }

    .col-pc-4:first-child {
        margin-left: 0;
    }

    .col-pc-5 {
        float: left;
        width: 39.85507%;
        margin-left: 3.10559%;
    }

    .col-pc-5:first-child {
        margin-left: 0;
    }

    .col-pc-6 {
        float: left;
        width: 48.4472%;
        margin-left: 3.10559%;
    }

    .col-pc-6:first-child {
        margin-left: 0;
    }

    .col-pc-7 {
        float: left;
        width: 57.03934%;
        margin-left: 3.10559%;
    }

    .col-pc-7:first-child {
        margin-left: 0;
    }

    .col-pc-8 {
        float: left;
        width: 65.63147%;
        margin-left: 3.10559%;
    }

    .col-pc-8:first-child {
        margin-left: 0;
    }

    .col-pc-9 {
        float: left;
        width: 74.2236%;
        margin-left: 3.10559%;
    }

    .col-pc-9:first-child {
        margin-left: 0;
    }

    .col-pc-10 {
        float: left;
        width: 82.81573%;
        margin-left: 3.10559%;
    }

    .col-pc-10:first-child {
        margin-left: 0;
    }

    .col-pc-11 {
        float: left;
        width: 91.40787%;
        margin-left: 3.10559%;
    }

    .col-pc-11:first-child {
        margin-left: 0;
    }

    .col-pc-12 {
        width: 100%;
    }

    .col-pc-6:nth-child(odd) {
        margin-left: 0;
    }

    .col-pc-4:nth-child(3n+1) {
        margin-left: 0;
    }

    .col-pc-3:nth-child(4n+1) {
        margin-left: 0;
    }

    .col-pc-2:nth-child(6n+1) {
        margin-left: 0;
    }
}

.reverse .col-1 {
    float: right;
    width: 5.48654%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-1:first-child {
    margin-right: 0;
}

.reverse .col-2 {
    float: right;
    width: 14.07867%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-2:first-child {
    margin-right: 0;
}

.reverse .col-3 {
    float: right;
    width: 22.67081%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-3:first-child {
    margin-right: 0;
}

.reverse .col-4 {
    float: right;
    width: 31.26294%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-4:first-child {
    margin-right: 0;
}

.reverse .col-5 {
    float: right;
    width: 39.85507%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-5:first-child {
    margin-right: 0;
}

.reverse .col-6 {
    float: right;
    width: 48.4472%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-6:first-child {
    margin-right: 0;
}

.reverse .col-7 {
    float: right;
    width: 57.03934%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-7:first-child {
    margin-right: 0;
}

.reverse .col-8 {
    float: right;
    width: 65.63147%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-8:first-child {
    margin-right: 0;
}

.reverse .col-9 {
    float: right;
    width: 74.2236%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-9:first-child {
    margin-right: 0;
}

.reverse .col-10 {
    float: right;
    width: 82.81573%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-10:first-child {
    margin-right: 0;
}

.reverse .col-11 {
    float: right;
    width: 91.40787%;
    margin-left: 0;
    margin-right: 3.10559%;
}

.reverse .col-11:first-child {
    margin-right: 0;
}

.reverse .col-12 {
    width: 100%;
}

@media (max-width: 767px) {
    .reverse .col-sp1 {
        float: right;
        width: 5.48654%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp1:first-child {
        margin-right: 0;
    }

    .reverse .col-sp2 {
        float: right;
        width: 14.07867%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp2:first-child {
        margin-right: 0;
    }

    .reverse .col-sp3 {
        float: right;
        width: 22.67081%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp3:first-child {
        margin-right: 0;
    }

    .reverse .col-sp4 {
        float: right;
        width: 31.26294%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp4:first-child {
        margin-right: 0;
    }

    .reverse .col-sp5 {
        float: right;
        width: 39.85507%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp5:first-child {
        margin-right: 0;
    }

    .reverse .col-sp6 {
        float: right;
        width: 48.4472%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp6:first-child {
        margin-right: 0;
    }

    .reverse .col-6{
        margin-right: 0px;
    }

    .reverse .col-sp7 {
        float: right;
        width: 57.03934%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp7:first-child {
        margin-right: 0;
    }

    .reverse .col-sp8 {
        float: right;
        width: 65.63147%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp8:first-child {
        margin-right: 0;
    }

    .reverse .col-sp9 {
        float: right;
        width: 74.2236%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp9:first-child {
        margin-right: 0;
    }

    .reverse .col-sp10 {
        float: right;
        width: 82.81573%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp10:first-child {
        margin-right: 0;
    }

    .reverse .col-sp11 {
        float: right;
        width: 91.40787%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-sp11:first-child {
        margin-right: 0;
    }

    .reverse .col-sp-12 {
        width: 100%;
    }

    .reverse .col-sp-6:nth-child(odd) {
        margin-right: 0;
    }

    .reverse .col-sp-4:nth-child(3n+1) {
        margin-right: 0;
    }

    .reverse .col-sp-3:nth-child(4n+1) {
        margin-right: 0;
    }

    .reverse .col-sp-2:nth-child(6n+1) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .reverse .col-pc-1 {
        float: right;
        width: 5.48654%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-1:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-2 {
        float: right;
        width: 14.07867%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-2:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-3 {
        float: right;
        width: 22.67081%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-3:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-4 {
        float: right;
        width: 31.26294%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-4:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-5 {
        float: right;
        width: 39.85507%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-5:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-6 {
        float: right;
        width: 48.4472%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-6:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-7 {
        float: right;
        width: 57.03934%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-7:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-8 {
        float: right;
        width: 65.63147%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-8:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-9 {
        float: right;
        width: 74.2236%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-9:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-10 {
        float: right;
        width: 82.81573%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-10:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-11 {
        float: right;
        width: 91.40787%;
        margin-left: 0;
        margin-right: 3.10559%;
    }

    .reverse .col-pc-11:first-child {
        margin-right: 0;
    }

    .reverse .col-pc-12 {
        width: 100%;
    }

    .reverse .col-pc-6:nth-child(odd) {
        margin-right: 0;
    }

    .reverse .col-pc-4:nth-child(3n+1) {
        margin-right: 0;
    }

    .reverse .col-pc-3:nth-child(4n+1) {
        margin-right: 0;
    }

    .reverse .col-pc-2:nth-child(6n+1) {
        margin-right: 0;
    }
}




/*Pヘッダー*/
.color-asphalt .section-media.header-01.design-03 #menu-submit span, .color-asphalt .section-media.header-01.design-03 #menu-submit span:after, .color-asphalt .section-media.header-01.design-03 #menu-submit span:before{
    background: #000A63;
}

.color-asphalt .section-media.header-01.design-03 .nav-line{
    background: white;
    border-color: white;
    position: fixed;
    border-bottom: 3px solid #E9E9E9;
}

#gHeader {
    width: 1020px;
    margin: 0 auto;
    /*padding: 20px 0 17px;*/
    padding: 20px 0 7px;
}

#gHeader .hdLeft {
    float: left;
    width: 500px;
}

#gHeader .hdright {
    float: right;
    width: 500px;
}

#gHeader .hdLeft h1 {
    font-size: 10px;
    color: #778187;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}

#gHeader .hdLeft .logo {
    padding-top: 10px;
    margin: 0;
}

#gHeader .hdright .hdTel {
    float: left;
    width: 325px;
    margin: 0;
}

#gHeader .hdright .hdInquiry {
    float: right;
    width: 160px;
    padding-top: 10px;
    margin: 0;
}

#gHeader .hdright .hdInquiry:hover {
    opacity: 0.5;
}

#gNavi {
    background: url(../../img/header/bg_navi.png) 0 0 repeat-x;
    border-bottom: 3px solid #E9E9E9;
}

#gNavi ul {
    width: 1020px;
    margin: 0 auto;
    padding-top: 3px;
    padding-top: 10px;
    padding-left: 0px;
}

#gNavi ul li {
    float: left;
}

#gNavi ul li img{
    width: 170px;
    height: 57px;
}

ul, ol {
    list-style: none;
}

#gNavi ul li a:hover {
    opacity: 0.5;
}

/*メイン画像調整*/
.header-01.design-03 .section-bg-layer{
    top:0px;
}

.overlay-black-light {
    background-color: inherit;
}


/***** スマホフッター（固定） *****/
.footer-sp-fix {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 70px;
    padding-bottom: 5px;
    border-top: solid 4px #f88992;
    /*border-top: solid 4px #3E69AB;*/
    background: #fee8eb;
    /*background: #E0F2FA;*/
}

.footer-sp-fix .footer-sp-fix-in {
    max-width: 500px;
    margin: auto;
    padding: 0 5px;
}

.footer-sp-fix .logoArea {
    float: left;
    width: 510px;
}

.footer-sp-fix .logoArea .logo {
    float: left;
    margin-right: 15px;
}

.footer-sp-fix .logoArea .point {
    margin-top: 8px;
}

.mod_point_list01 .item {
    /*font-size: 1.5rem;*/
    font-size: 15px;
    font-weight: 700;
    line-height: 1.07;
    position: relative;
    float: left;
    height: 58px;
    padding-top: 15px;
    text-align: center;
    color: #614f39;
    border: solid 2px #fc96a2;
    border-radius: 4px;
    background: #fee8eb;
}

.mod_point_list01 .secret {
    width: 23.23%;
}

.mod_point_list01 .hurry {
    width: 23.23%;
}

.mod_point_list01 .low {
    width: 26.45%;
}

.mod_point_list01 .item + .item {
    margin-left: 3.38%;
}

.footer-sp-fix .time {
    /*font-size: 1.5rem;*/
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: .03em;
    color: #fd8592;
    /*color: #3E69AB;*/
    margin: 0px;
}

.footer-sp-fix .time span {
    /*font-size: 1.9rem;*/
    font-size: 19px;
}

.footer-sp-fix .mailBox {
    float: left;
    width: 42%;
}

/*.mod_btn_mail01, .mod_btn_hurry01 {*/
    /*!*font-size: 1.4rem;*!*/
    /*font-weight: 700;*/
    /*line-height: 1.1;*/
    /*position: relative;*/
    /*display: block;*/
    /*!*padding: 15px 0;*!*/
    /*text-align: center;*/
    /*!*text-indent: -.5em;*!*/
    /*color: #fff;*/
    /*border-radius: 4px;*/
    /*background: #78cfdf;*/

    /*text-decoration: none;*/
/*}*/

.mod_btn_mail01 img{
    width: 100%;
}

.footer-sp-fix .mailBox a {
    /*font-size: 1.2rem;*/
    font-size: 12px;
    padding: 18px 0;
    text-indent: 0;
}

.footer-sp-fix .telBox {
    /*float: right;*/
    /*width: 57%;*/
}

.mod_btn_tel01 {
    display: block;
    padding: 10px;
    text-align: center;
    border: solid 2px #fc96a2;
    border-radius: 8px;
}

.footer-sp-fix .telBox a {
    padding: 5px 10px;
    background: #fff;
    text-decoration: none;
    outline: none;
}

.mod_tel_num01 {
    /*font-size: 3.7rem;*/
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
    color: #614f39;
}

.footer-sp-fix .telBox .tel {
    /*font-size: 2.4rem;*/
    font-size: 24px;
    letter-spacing: -.04em;
}

.mod_btn_tel01 .open {
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    padding: 3px 25px;
    letter-spacing: .09em;
    color: #fff;
    border-radius: 10px;
    background: #fd8592;
}

.footer-sp-fix .telBox .tap {
    /*font-size: 1rem;*/
    font-size: 10px;
    display: block;
    padding: 2px 0;
}

.mod_tel_num01:before {
    display: inline-block;
    width: 38px;
    height: 22px;
    content: '';
    background: url(../../img/footer/free_tel.jpg?20190424) no-repeat 0 0;
    background-size: 100%;

    margin-right: 3px;
}

.footer-sp-fix .telBox .tel:before {
    width: 24px;
    height: 16px;
    margin-right: 3px;
}

/***** 汎用電話コンテンツ *****/
.mod_cv_wide01 .tel_content_txt {
    padding: 15px;
    text-align: center;
    /*background: #fd9ba6;*/
    /*background: #1A98D6;*/
    background: #1373E5;
    filter: none;
    margin-top: 0px;
}

.tel_content_txt img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.cvResearch img{
    width: 100%;
}

.mod_cv_wide01 .cvResearch {
    width: 51.61%;
    margin-bottom: 20px;
    margin-left: 6.45%;
    margin-top: 0px;
}

.mod_cv_wide01 .cvList {
    padding: 15px 10px;
    border-radius: 10px;
    background: #fff;
}

.itemTel .mod_btn_tel01 {
    display: block;
    padding: 10px;
    text-align: center;
    border: solid 2px #fc96a2;
    border-radius: 8px;

    /*border-color: #1A98D6;*/
    border-color: #1373E5;
}

.mod_btn_tel01 .open {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 3px 25px;
    letter-spacing: .09em;
    color: #fff;
    border-radius: 10px;
    background: #fd8592;

    font-weight: bold;
}

.mod_btn_tel01 .open span {
    font-size: 11px;
}

.mod_cv_wide01 .cvList .itemMail {
    float: left;
    width: 57%;
}

.mod_tel_num01 {
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
    color: #614f39;
}

.itemTel a{
    text-decoration: none;
}

.mod_cv_wide01 .cvIn {
    padding: 10px 10px 12px;
    position: relative;
}

.mod_cv_wide01 {
    /*background: #fee8eb;*/
    background: #F0F8FA;
}

.cvPoint.mod_point_list01.cf{
    padding-left: 0px;
}

.cvPoint.mod_point_list01 li{
    width: 31%;
    background: white;
}

.cvPoint.mod_point_list01 .item{
    height: 50px;
    /*border-color: #1A98D6;*/
    border-color: #1373E5;
}

.mod_point_list01 .item + .item {
    margin-left: 3.38%;
}

/*.mod_btn_mail01, .mod_btn_hurry01 {*/
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    /*line-height: 1.1;*/
    /*position: relative;*/
    /*display: block;*/
    /*padding: 15px 0;*/
    /*text-align: center;*/
    /*!*text-indent: -.5em;*!*/
    /*color: #fff;*/
    /*border-radius: 4px;*/
    /*!*background: #78cfdf;*!*/
    /*!*background: #fd9ba6;*!*/
    /*background: #FF6E00;*/
/*}*/

.mod_cv_wide01 .cvList .itemMail {
    width: 100%;
}

.mod_cv_wide01 .cvList li + li {
    margin-top: 13px;
}

@media only screen and (max-width: 599px) {
    .mod_cv_wide01 .cvIn::before {
        content: "";
        position: absolute;
        background: url(../../img/tel_content/img_person01_sp.png) no-repeat center;
        background-size: cover;

        width: 200px;
        height: 200px;
        right: 10px;
        top: -10px;
    }
}

.cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.cf:after, .cf:before {
    content: "";
    display: table;
}

@media only screen and (min-width: 600px) {
    .inner {
        max-width: 1040px;
        margin: auto;
        padding: 0;
    }

    .mod_cv_wide01 .tel_content_txt {
        padding: 20px 0;
    }

    .mod_cv_wide01 .tel_content_txt span {
        position: relative;
        display: inline-block;
        margin-left: -28px;
    }

    .mod_cv_wide01 .cvIn {
        position: relative;
        margin: 90px auto 40px;
        padding: 22px 35px 90px;
        border-radius: 10px;
        background: #fff;

        border: 3px solid #1373E5;
    }

    .viewPc {
        display: block;
    }

    /*キャンペーン*/
    .mod_cv_wide01 .cvCampaign {
        position: absolute;
        z-index: 1;
        top: -75px;
        left: 0;

        margin: 0px;
    }

    /*リサーチ*/
    .mod_cv_wide01 .cvResearch {
        position: absolute;
        z-index: 1;
        /*right: -60px;*/
        right: -9px;
        /*bottom: -55px;*/
        bottom: -103px;
        width: 270px;
        margin: 0;
    }

    /*ポイント*/
    .mod_cv_wide01 .cvPoint {
        position: absolute;
        bottom: 30px;
        left: 35px;

        padding-left: 0px;
    }

    .mod_cv_wide01 .cvPoint .item {
        /*font-size: 2rem;*/
        font-size: 20px;
        /*height: 48px;*/
        height: 52px;
        /*padding-left: 35px;*/
        color: #614f39;
        /*border-color: #fc96a2;*/
        /*border-color: #1A98D6;*/
        border-color: #1373E5;
        background: #fff;
    }

    .mod_point_list01 .item + .item {
        margin-left: 6px;
    }

    .mod_cv_wide01 .cvPoint .hurry {
        width: 170px;
    }

    .mod_cv_wide01 .cvPoint .estimate {
        /*width: 200px;*/
        width: 170px;
    }

    .mod_cv_wide01 .cvPoint .low {
        /*width: 190px;*/
        width: 170px;
    }

    .mod_cv_wide01 .cvPoint .estimate span {
        display: none;
    }

    /*電話*/
    .mod_cv_wide01 .cvList {
        position: relative;
        z-index: 1;
        padding: 0;
        background: transparent;
    }

    .mod_cv_wide01 .cvList .itemTel {
        float: left;
        width: 530px;
    }

    .mod_cv_wide01 .cvList .itemTel a {
        line-height: 1.1;
        position: relative;
        padding: 30px 0 0 0;
        cursor: default;
        text-align: left;
        border: 0;
    }

    .mod_cv_wide01 .cvList .itemTel a .tel {
        /*font-size: 7.7rem;*/
        font-size: 75px;
    }

    .mod_cv_wide01 .cvList .itemTel a .tel:before {
        /*width: 89px;*/
        width: 75px;
        /*height: 51px;*/
        height: 49px;

        margin-right: 5px;
    }

    .mod_cv_wide01 .cvList .itemTel a .open {
        font-size: 23px;
        font-weight: 700;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        letter-spacing: 0;
        /*color: #fd8592;*/
        color: #1373E5;
        background: transparent;
    }

    .mod_cv_wide01 .cvList .itemTel a .open span {
        font-size: 19px;
    }

    .mod_cv_wide01 .cvList .itemTel a .open:before {
        display: inline-block;
        margin-right: 5px;
        content: '●';
    }

    .mod_cv_wide01 .cvList .itemMail {
        width: 260px;
        margin-top: 32px;
    }

    /*.mod_cv_wide01 .cvList .itemMail a {*/
        /*font-size: 21px;*/
        /*padding: 21px 0;*/
    /*}*/

    /*.mod_btn_mail01, .mod_btn_hurry01 {*/
        /*font-size: 18px;*/
        /*font-weight: 700;*/
        /*display: block;*/
        /*padding: 20px 0;*/
        /*text-align: center;*/
        /*letter-spacing: .03em;*/
    /*}*/

    .btnMail.mod_btn_mail01{
        /*background: #fd9ba6;*/
        /*background: #fd8592;*/
    }

    .btnMail.mod_btn_mail01 img{
        width: 260px;
    }

    .btnMail.mod_btn_mail01:hover{
        cursor: hand;
        opacity: 0.8;
    }

    /*人物*/
    .mod_cv_wide01 .cvIn:after {
        line-height: 1;
        position: absolute;
        z-index: 0;
        /*right: -78px;*/
        right: -40px;
        bottom: -42px;
        display: block;
        /*content: url(https://gomikaisyu-pro.com/cms/wp-content/themes/gomikaisyu/img/common/img_person01_pc.png);*/
        content: url(../../img/tel_content/img_person01_pc.png);
    }
}




/***** Pフッター（固定） *****/
#footer .section-bg-layer{
    /*background: #000A63;*/
    background: white;
}

.ftFix {
    /*border-top: 4px solid #3E69AB;*/
    border-top: 4px solid #1373E5;
    background: white;
    padding: 12px 0 8px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.ftFix .ftFixIn {
    width: 1020px;
    margin: 0 auto;
}

.ftFix .ftFixIn .ftLogo {
    float: left;
    padding-top: 13px;
    margin: 0;
}

.ftFix .ftFixIn .ftFixRight {
    float: right;
}

.ftFix .ftFixIn .ftFixRight p {
    float: left;
    margin: 0;
    margin-left: 12px;
}

.ftFix .ftFixIn .ftFixRight a:hover {
    opacity: 0.5;
}


/*R フッター*/
.l-footer {
    margin-bottom: 79px;
}

.l-footer .container {
    margin-right: auto;
    margin-left: auto;
}

.l-footer .container:before, .container:after {
    content: " ";
    display: table;
}

.l-footer .container:after {
    clear: both;
}

.l-footer {
    line-height: 1.8;
}

.f_primary {
    background-color: #fff;
    padding: 70px 0 40px;
}

.f_logo_wrapper {
    overflow: hidden;
    padding-top: 17px;
}

.f_logo {
    float: left;
    /*margin-top: -17px;*/

    margin-bottom: 0;
    margin-top: 7px;
}

.f_primary_nav01 {
    font-size: 13px;
    float: right;
}

.f_primary_nav01 ul {
    overflow: hidden;
}

.f_primary_nav01 li {
    float: left;
}

.f_primary_nav01 li + li {
    margin-left: 10px;
}

.f_primary_nav01 a {
    display: inline-block;
    color: #444;
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}

.f_primary_nav01 a:hover {
    color: white;
    border: 1px solid #1373E5;
    background: #1373E5;
}

.f_primary_nav01 .active a {
    color: #fff;
    /*background-color: #98d25e;*/
    /*border-color: #98d25e;*/
    /*background-color: #3E69AB;*/
    /*border-color: #3E69AB;*/
    background-color: #1373E5;
    border-color: #1373E5;
}

.f_sns {
    float: right;
    position: relative;
    bottom: -30px;
}

.common_sns_link {
    text-align: right;
}

.common_sns_link li {
    display: inline-block;
}

.f_address {
    padding-top: 25px;
    float: left;
    width: 75%;
}

.f_address_hq {
    padding-right: 50px;
}

.f_address_hq, .f_address_branch {
    float: left;
}

.f_address_hq dt, .f_address_branch dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.f_address_hq dd, .f_address_branch dd {
    font-size: 13px;
    margin-left: 0;
}

.f_address_branch dl dd + dt {
    margin-top: 20px;
}

.f_address_hq > dt::before, .f_address_branch > dt::before {
    content: "";
    display: inline-block;
    /*background-color: #98d25e;*/
    background-color: #3E69AB;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px 1px 0;
    vertical-align: baseline;
    text-indent: 0;
}

.f_address_hq a, .f_address_branch a{
    color: #0044CC;
    text-decoration: none;
}

.f_address_hq a:hover,
.f_address_branch a:hover{
    text-decoration: underline;
}

.f_primary_nav02 {
    float: right;
    width: 25%;
    /*padding-top: 50px;*/
    padding-top: 0px;
    line-height: 2.2;
}

.f_primary_nav02 ul {
    font-size: 14px;
}

.f_primary_nav02 ul li {
    padding-left: 15px;
    text-indent: -15px;
}

.f_primary_nav02 a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
}

.f_primary_nav02 a:hover {
    text-decoration: underline;
}

/*.f_primary_nav02 ul li::before {*/
    /*content: "\f105";*/
    /*font-family: "FontAwesome";*/
    /*display: inline-block;*/
    /*color: #98d25e;*/
    /*font-weight: 900;*/
/*}*/

.f_primary_nav02 ul li i {
    /*color: #98d25e;*/
    color: #3E69AB;
}

.l-footer .copyright {
    line-height: 45px;
    min-height: 45px;
    color: #fff;
    /*background-color: #98d25e;*/
    /*background: #3E69AB;*/
    background: #1373E5;
}

.l-footer .copyright small {
    display: block;
    width: 966px;
    margin: 0 auto;
    font-size: 13px;
}

/*パンくずリスト*/
.crumbs {
    color: #555;
    margin: 15px auto;
}

.crumbs ul{
    font-size: 14px;
    padding-left: 0px;
}

.crumbs ul.container{
    margin: 0px;
}

.crumbs li {
    display: inline;
}

.crumbs li a {
    text-decoration: none;
    /*color: #fa8d8d;*/
    color: #0044CC;
}

.crumbs li + li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    vertical-align: baseline;
    display: inline-block;
    margin: 0 .5em;
    display: inline-block;
    font-weight: 900;
}

.crumbs li a:hover {
    text-decoration: underline;
}


@media (min-width: 768px){
    .container {
        /*width: 966px;*/
        width: 1020px;
    }

}

@media only screen and (max-width: 767px){
    .container {
        width: 100%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px){
    .l-footer {
        line-height: 1.4;
    }

    .f_primary {
        padding: 30px 15px;
    }

    .l-footer .container {
        width: 100%;
    }

    .f_logo_wrapper {
        padding-top: 0;
    }

    .f_logo {
        float: none;
        margin: 0;
        text-align: center;
    }

    .f_primary_nav01{
        display: none;
    }

    .f_sns {
        float: none;
    }

    .f_sns .common_sns_link {
        text-align: center;
    }

    .f_address {
        width: auto;
        float: none;
    }

    .f_address_hq, .f_address_branch {
        float: none;
        padding: 0;
        margin-top: 15px;
    }

    .f_primary_nav02 {
        display: none;
    }

    .l-footer .copyright {
        text-align: center;
        margin-bottom: 90px;
    }

    .l-footer .copyright small {
        width: 100%;
    }

    .l-footer {
        margin-bottom: 0;
    }

    .common_sns_link {
        padding-left: 0px;
    }

    /*パンくず*/
    .crumbs {
        margin: 15px 0px;
        padding-left: 10px;
        padding-top: 60px;
    }
}




/***** フライヤー *****/
.flyer_title{
    text-align: center;
    font-size: 56px;
    color: #304664;
    line-height: 1.3;
    margin-bottom: 20px;
}

.flyer_content img{
    max-height: 400px;
}

.flyer_content img:hover {
    opacity: 0.5 ;
}

.flyer_info a{
    color: #0044CC;
    font-weight: bold;
}

.flyer_info a:hover{
    color: red;
}

.flyer_info p{
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .flyer_title{
        font-size: 34px;
        line-height: 1.2;
    }

    .flyer_content img{
        max-height: inherit;
        max-width: 90%;
    }

    #footer .section-bg-layer{
        background: #000A63;
    }
}



/***** YouTube *****/
.video{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.video_container{
    padding: 0 10px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}


/***** コンタクトフォーム *****/

.form_wrapper{
    padding-left: 10px;
    padding-right: 10px;
}

.form_wrapper .text-xs-center{
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered td, .table-bordered th {
    /*border: 1px solid #eceeef;*/
    border-top: 1px solid #d7d6d6;
    border-right: 1px solid #d7d6d6;
}

.table td, .table th {
    /*padding: .75rem;*/
    padding: 25px;
    line-height: 1.5;
    vertical-align: top;
    /*border-top: 1px solid #eceeef;*/
    border-top: 1px solid #d7d6d6;
    text-align: left;
    font-size: 14px;
}

.table-contactform7 {
    overflow: hidden;
    /*table-layout: fixed;*/

    border: 1px solid #d7d6d6;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #f9f9f9;*/
}

.form_hd{
    background: #1373E5;
    color: white;

}

.form_hd td{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.wpcf7-form-control.wpcf7-select{
    height: 27px;
    width: inherit;
}

.wpcf7-form-control.post{
    width: 150px;
}


.btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.btn-group-lg>.btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 20px;
    line-height: 1.333333;
    border-radius: .3rem;
}

.btn-success {
    color: #fff;
    /*background-color: #5cb85c;*/
    /*border-color: #5cb85c;*/
    background: #FF7200;
    font-weight: bold;
    margin-top: 10px;
}


.required-contactform7 {
    padding: 3px 8px;
    /*background: #DE8686;*/
    background: #FF4444;
    color: #fff;
    border-radius: 3px;
    /*margin-right: 3px;*/
    display: inline-block;
    margin-top: 1px;
}

.required-contactform7.any {
    background: #55ACED;
}

.unrequired-contactform7 {
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

.table-contactform7 th {
    font-weight: bold;
    padding: 15px 25px;
    background: #fbf8e8;
}

.table-contactform7 input,
.table-contactform7 textarea {
    /*max-width: 90% !important;*/
    /*margin: 5px 10px 10px 5px;*/
    margin: 5px;
}

.address-100 input {
    max-width: 90% !important;
    /*margin: 5px 10px 10px 5px;*/
    margin: 5px;
}

.message-100 textarea {
    width: 100%;
    margin: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 7px;
    /*border: 1px solid #eceeef;*/
    /*border: 1px solid #1373E5;*/
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 0;
    font-size: 14px;
}

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

    .container.form_container{
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 50px;
    }

    .form_wrapper{
        padding: 0px;
    }

    .form_hd td{
        padding: 10px;
    }

    .table-contactform7 th {
        border-bottom: 1px solid #aaa;
    }

    .required-contactform7 {
        margin-left: 5px;
        margin-top: 0px;
    }

    /*チェックボックス調整*/
    span.wpcf7-list-item {
        width: 100px;
        margin-bottom: 15px!important;
    }

    .table-contactform7 textarea{
        margin: 0;
    }

    .table-contactform7 th {
        padding: 15px;
    }
}


/*エラーメッセージ*/
.wpcf7-not-valid-tip{
    display: block;
    color: red;
    font-weight: 500;
    padding-left: 10px;
}

.screen-reader-response,
.wpcf7-response-output{
    color: red;
    padding-left: 10px;
    margin-bottom: 5px;
}

.screen-reader-response ul{
    display: none;
}

/*活動報告*/
.text-content ul li {
    padding-left: 0px;
}

.text-content ul li:before{
    content: none;
}

/*オニギリアクション*/
.onigiri_logo{
    display: block;
    margin: 0 auto;
    /*margin-top: 100px;*/
}

.onigiri_main, .onigiri_flow{
    display: block;
    margin: 0 auto;
}

.link_blue{
    color: #0044CC;
    font-weight: bold;
}

.link_blue:hover{
    color: red;
}

/*さがみん*/
.sagamin_logo {
    width: 350px;
    display: block;
    margin: 0 auto;
    /*margin-top: 100px;*/
}

/*画像部*/
.mt-03-column .image .image-content{
    border-radius: 0%;
}

/*今すぐお電話はこちらから*/
.section-media-light .button-01 a{
    background-color: #FF8F00;
    border-color: #FF8F00;
    font-weight: bold;
}

/*エリア：都道府県名*/
.recovery_area dt {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    /*background: #3E69AB;*/
    background: #1373E5;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 15px;
}

.recovery_area dd {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #555555;
}

.area_title{
    font-size: 56px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

/*活動報告*/
.report_section{
    padding: 60px 0;
    /*background: #E3F2D4;*/
}

.common_blog_single {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}

ul.common_blog_list{
    overflow: hidden;
    padding-left: 0px;
}

.common_blog_single a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #444;

    border: 1px solid #ddd;
    border-radius: 6px;
}

.common_blog_single .thumbnail {
    position: relative;
    margin: -15px -15px 10px;
}

.common_blog_single .date {
    color: #98d25e;
    font-size: 13px;
}

.common_blog_single .date {
    color: #00836b;
}

.common_blog_single .title {
    margin-top: 5px;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 0px;
}

.common_blog_single img {
    border-radius: 6px 6px 0px 0px;

    line-height: 1;
    font-size: 0;
    vertical-align: top;
    height: auto;
    max-width: 100%;
}

.common_blog_single .cat {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #555;
    color: #fff;
    padding: 0 15px;
}

.hover_all a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.hover_all a:hover {
    opacity: .7;
}

.index_blog_more, .index_news_more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.index_blog_more a{
    font-size: 13px;
    display: inline-block;
    color: #444;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    /*border: 1px solid #98d25e;*/
    border: 1px solid #0044CC;
    border-radius: 4px;
    line-height: 35px;
    padding: 0 25px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media only screen and (max-width: 767px){
    .index_blog_more {
        position: static;
        margin-top: 15px;
    }

    .index_blog_more a {
        display: block;
    }

    .index_blog_more a{
        display: block;
        text-align: center;
        padding: .5em 1.5em;
        /*background: #98d25e;*/
        background: #0044CC;
        color: #fff !important;
        font-size: 15px;
        margin: 0 15px;
    }

    /*さがみん*/
    .sagamin_logo {
        max-width: 200px;
    }

    .report_section{
        padding: 0;
        /*background: #E3F2D4;*/
    }
}


body:not(.touched):not(.wnd-cms) .section-media-light .button-01 a:hover{
    color: white;
    background-color: #FF8F00;
    border-color: #FF8F00;
    opacity: 0.8;
}

/*活動報告 個別ページ*/
.l-main {
    line-height: 180%;
}

.l-contents {
    word-break: normal;
    word-wrap: break-word;
}

.archive_report {
    padding: 30px 0;
    padding-top: 0px;
}

.archive_report_ttl {
    font-size: 20px;
    background: #3E69AB;
    color: #fff;
    border-radius: 100px;
    padding: 12px 40px;
    margin-bottom: 50px;
}

.post_meta {
    padding: 0 20px 20px;
    padding-bottom: 0px;
    font-size: 14px;
}

.post_body {
    padding: 0 20px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.post_body p {
    line-height: 2;
    font-size: 16px;
}

.post_body img {
    margin-bottom: 15px;
    margin-right: 15px;

    line-height: 1;
    font-size: 0;
    vertical-align: top;
    height: auto;
    max-width: 100%;
}

.post_body a{
    color: #0044CC;
    text-decoration: none;
}

.post_body a:hover{
    text-decoration: underline;
}

.post_body h3 {
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.post_body h3::before {
    content: "";
    position: absolute;
    width: 35px;
    border-bottom: 2px solid #0044CC;
    bottom: -2px;
    left: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

/*ページャー*/
.wp-pagenavi {
    clear: both;
}

.wp-pagenavi {
    margin: 40px auto;
    text-align: center;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}

.inline_block, .wp-pagenavi .alignleft, .wp-pagenavi .center, .wp-pagenavi .alignright{
    display: inline-block;
}

.wp-pagenavi .center {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    position: absolute;
    width: 20%;
    left: 50%;
    margin-left: -10%;
}

.wp-pagenavi a, .wp-pagenavi span {
    min-width: 3em;
    height: 3em;
    line-height: 2.8em;
    background: #3E69AB;
    border: 1px solid #3E69AB;
    color: #fff;
    margin: 0 5px 10px 0;
    padding-bottom: .2em;
    text-decoration: none;
    border-radius: 1.5em;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

.wp-pagenavi .center a {
    padding: 0 20px;
    font-size: 14px;
}

.wp-pagenavi .alignright {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    max-width: 40%;
    width: 40%;
    text-align: left;
}

.wp-pagenavi .alignright a {
    border: none;
    background: none;
    /*color: #fa8d8d;*/
    color: #0044CC;
    vertical-align: baseline;
    line-height: 1.8em;
    padding-top: 0.5em;
    font-size: 14px;
    font-weight: 400;
}

.wp-pagenavi .alignleft {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    max-width: 40%;
    width: 40%;
    text-align: right;
}

.wp-pagenavi .alignleft a {
    border: none;
    background: none;
    /*color: #fa8d8d;*/
    color: #0044CC;
    vertical-align: baseline;
    line-height: 1.8em;
    padding-top: 0.5em;
    font-size: 14px;
    font-weight: 400;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

/*送信完了画面*/
.thanks{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}

.thanks .send_mail {
    color: #fa8d8d;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 50px 0;
}

.thanks p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 180%;
}

.thanks .top_link{
    font-size: 20px;
}

.thanks a {
    color: #0044CC;
    font-weight: bold;
}

.thanks a:hover{
    color: red;
}

/*メインスライド*/
.infiniteslide{
    margin-top: 0px;
}

/*イントロ*/
.intro>div>div {
    background: url(../../img/top_bg.png) right bottom 50px no-repeat;
    margin: 0 -90px 0px 0;
    background-position: right;
}

.intro h2 {
    margin-bottom: 25px;
}

.intro p{
    color: #444444;
    font-size: 18px;
    line-height: 1.8;
    width: 600px;
}

@media only screen and (max-width: 767px){
    section.intro{
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*見出し*/
h2.common_ttl,
h3.common_ttl{
    font-size: 32px;
    color: #444444;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: normal;
    font-weight: bold;
}

/*よくあるご質問*/
.index_faq_list p{
    line-height: 180%;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}

.index_faq_list dl dt {
    font-weight: 500;
    padding: 15px 25px;
    color: #fff;
    /*background: #3E69AB;*/
    background: #1373E5;
}

.index_faq_list dl p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

.index_faq_list dl dt p {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.index_faq_list dl .ico_q, .index_faq_list dl .ico_a {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.index_faq_list dl .ico_q {
    font-size: 24px;
}

.index_faq_list dl .ico_a {
    font-size: 26px;
    font-weight: normal;
    float: left;
}

.index_faq_list dl dd {
    margin-left: 0px;
    background: #f6f6f6;
    padding: 15px 25px;
    overflow: hidden;
}

.index_faq_list dl p {
    margin-bottom: 0;
    overflow: hidden;
}

.index_faq_list dd p {
    color: #333;
}

@media only screen and (max-width: 767px){
    .index_faq_list dl {
        margin-bottom: 20px;
    }

    .index_faq_list dl dt {
        padding: 5px 10px;
    }

    .index_faq_list dl dd {
        padding: 5px 10px;
    }

    .index_faq_list dl dt p{
        font-size: 15px;
    }

    .index_faq_list dl .ico_q {
        font-size: 18px;
    }

    .index_faq_list dl .ico_a {
        font-size: 16px;
    }
}





@media screen and (min-width: 768px){
    .index_blog_list li:nth-child(n+5) .common_blog_single {
        margin-top: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .text-content ul li {
        margin-bottom: 7px;
    }

    .onigiri_logo{
        width: 100%;
        padding: 0 20px;
    }

    .onigiri_main, .onigiri_flow{
        width: 100%;
    }

    /*エリア*/
    .section-inner.area{
        padding: 0px 10px;
    }

    .area_title{
        font-size: 32px;
    }

    /*活動報告*/
    .common_blog_list{
        padding: 15px;
    }

    ul.common_blog_list{
        padding-left: 15px;
    }

    .common_blog_single {
        margin-top: 10px;
    }

    .archive_report_ttl {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    /*送信完了画面*/
    .thanks{
        margin-left: 10px;
        margin-right: 10px;
    }

    .thanks .send_mail {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .thanks .top_link{
        margin-bottom: 50px;
    }

    /*メインスライド*/
    .infiniteslide img{
        height:70px;
    }

    /*汎用見出し*/
    h2.common_ttl,
    h3.common_ttl{
        font-size: 20px;
    }
}

@media screen and (min-width: 900px) {
    .table-contactform7 th {
        width: 28%;
    }
}

@media screen and (max-width: 900px) {
    .table-contactform7 {
        display: block;
    }

    .table-contactform7 tbody,
    .table-contactform7 tr {
        display: block;
        width: 100%;
    }

    .table-contactform7 th {
        width: 100%;
        display: block;
        margin: 0 auto;
        /*border: none;*/
    }

    .table-contactform7 td {
        display: list-item;
        list-style-type: none;
        margin: 0;
        padding: 10px;
        width: 100%;
        border-top: none !important;
    }

    .table-contactform7 tr {
        /*border: 1px solid #eceeef;*/
        /*border: 1px solid #1373E5;*/
        /*border-bottom: 0px;*/
        border-bottom: 1px solid #aaa;
    }

    .table-contactform7 tr:nth-child(3) {
        /*border-bottom: 1px solid #eceeef;*/
        border-bottom: 1px solid #aaa;
    }
}

/*iPhone5*/
@media screen and (max-width: 374px) {
    /*汎用見出し*/
    h3.common_ttl{
        font-size: 18px;
    }
}

/******************************************************************
 *
 * メイン背景
 *
 *******************************************************************/
#main-img {
    position: relative;
}

#main-img-bg{
    height: 200px;
    margin: 0 auto;
    background: url(../../img/main_bg.jpg) no-repeat 50% 50%;
}

#main-img h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 65px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 34px;
}

@media screen and (max-width: 768px) {
    #main-img h2 {
        padding-top: 95px;
        font-size: 26px;
    }

    #main-img-bg{
        margin-top: -60px;
    }
}

/******************************************************************
 *
 * ヘッダーロゴ
 *
 *******************************************************************/
.header-01 .logo .image-content img {
    height: 40px;
}



/******************************************************************
 *
 * アンカーリンク用汎用見出し
 *
 *******************************************************************/
.common_link_ttl{
    /*color: #3E69AB;*/
    color: #1373E5;
    /*border-bottom: dashed 2px #6594e0;*/
    border-bottom: dashed 2px #1373E5;
}

.faq-container .common_link_ttl:nth-child(n+4){
    margin-top: 70px;
}

#link_faq_01,
#link_faq_02,
#link_faq_03,
#link_faq_04{
    margin-top: -50px;
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .faq-container .common_link_ttl:nth-child(n+4){
        margin-top: 50px;
    }
}


/******************************************************************
 *
 * ページ内リンク
 *
 *******************************************************************/
.page-nav-menu-sm {
    display: none;
}

.page-nav-menu {
    width: 100%;
    overflow: hidden;
    /*border-bottom: 3px solid #98d25e;*/
    /*border-bottom: 3px solid #3E69AB;*/
    border-bottom: 3px solid #1373E5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 30px;
    padding-left: 0px;
}

@media screen and (max-width: 767px), screen and (max-width: 1025px) and (orientation: portrait) {
    .page-nav-menu-pc {
        display: none;
    }

    .page-nav-menu-sm {
        display: inherit;
    }

    .page-nav-menu {
        border-left: 0px;
        border-right: 0px;
    }
}

menu > li:first-child {
    border-left: 1px solid #dde4e6;
}

.page-nav-menu > li {
    float: left;
    display: block;
    position: relative;
    width: 33%;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;

    text-align: center;

    background-color: white;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: all .3s;
}

.page-nav-menu > li:nth-child(3n) {
    width: 34%;
    border-right: 0;
}

.page-nav-menu > li > a {
    font-size: 16px;

    display: block;
    padding: 0 4px;
    color: #333333;
    text-decoration: none;

    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: all .3s;
}

.page-nav-menu i {
    font-size: 30px;
    color: #98d25e;
}

.page-nav-menu .fa-envelope, .page-nav-menu .fa-phone-square {
    font-size: 30px;
    vertical-align: middle;
}

.page-nav-menu .fa-envelope {
    margin-bottom: 7px;
}

.page-nav-menu .fa-phone-square {
    margin-bottom: 5px;
}

.page-nav-menu > li > a.line-btn-icon-link {
    padding-top: 8px;
}

.icon-line {
    font-size: 32px;
    color: #98d25e;

    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: all .3s;
}

@media screen and (min-width: 768px) {
    .page-nav-menu .fa-envelope {
        margin-bottom: 5px;
    }

    .page-nav-menu .fa-phone-square {
        margin-bottom: 4px;
    }

    .icon-line {
        margin-right: 5px;
        vertical-align: middle;
    }

    .icon-line:hover {
        color: white;
    }

    .page-nav-menu > li > a.line-btn-icon-link {
        padding-top: 0px;
    }
}

.menu-double > li {
    width: 50%;
}

.menu-double > li:nth-child(3n) {
    width: 50%;
    border-right: 1px solid #dde4e6;
}

.menu-double > li:nth-child(2n) {
    border-right: 0;
}

.page-nav-text i {
    font-size: 16px;

    color: #98d25e;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: all .3s;
}

.page-nav-text li a::after {
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    margin: 0 -1em 0 0.5em;
    font-weight: 900;

    /*color: #3E69AB;*/
    color: #1373E5;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: all .3s;
}

.page-nav-menu .fa-check-square {
    color: #FFA21E;
}

.page-nav-menu .fa-times {
    color: #ff7171;
}

.page-nav-text .color-orange {
    color: #FFA21E;
    margin-bottom: inherit;
    vertical-align: inherit;
}

@media screen and (min-width: 768px) {
    .page-nav-menu li:hover {
        /*background-color: #3E69AB;*/
        background-color: #1373E5;
    }

    .page-nav-menu li a:hover {
        color: white;
    }

    .page-nav-menu li a:hover > .fa {
        color: white;
    }

    .page-nav-menu li a:hover > .icon-line {
        color: white;
    }

    .page-nav-menu li a:hover:after {
        color: white;
    }
}

@media screen and (max-width: 768px) {
    .page-nav-menu > li > a {
        font-size: 14px;
    }
}


/*iPhone5*/
@media screen and (max-width: 374px) {
    .page-nav-menu > li > a {
        font-size: 13px !important;
    }

    .page-nav > ul > li > a {
        font-size: 13px !important;
    }
}


/*新メイン画像*/
img.main_img {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -2px;
    margin-bottom: -55px;
    display: block;

    position: relative;
    z-index: 1;
}

.header-01.design-03{
    padding-top: 0px;
}

.infiniteslide_wrap{
    z-index: -1;
}

.main_bg{
    background: url(../../img/main_bg_sky.jpg?20190625) 0 0 repeat-x;
    background-size: cover;
}


@media screen and (max-width: 768px) {
    img.main_img {
        width: 100%;
        margin-top: 0;
        margin-bottom: -7%;
    }

    .main_bg{
        padding-top: 60px;
    }
}

/*!*iphoneX MAX*!*/
/*@media screen and (max-height: 896px) and (max-width: 414px) {*/
    /*img.main_img {*/
        /*margin-bottom: -7%;*/
    /*}*/
/*}*/

/*!*iphoneX*!*/
/*@media screen and (max-height: 812px) and (max-width: 375px) {*/
    /*img.main_img {*/
        /*margin-bottom: -7%;*/
    /*}*/
/*}*/

/*!*iphone7,8plus*!*/
/*@media screen and (max-height: 736px) and (max-width: 414px) {*/
    /*img.main_img {*/
        /*margin-bottom: -7.2%;*/
    /*}*/
/*}*/

/*!*iPhone6*!*/
/*@media screen and (max-height: 667px) and (max-width: 375px) {*/
    /*img.main_img {*/
        /*margin-bottom: -7%;*/
    /*}*/
/*}*/

/*!*iPhone5*!*/
/*@media screen and (max-width: 320px) {*/
    /*img.main_img {*/
        /*margin-bottom: -7%;*/
    /*}*/
/*}*/




/*スマホメニュー*/
#menu-mobile a{
    background: #1373E5;
}

#menu-mobile #menu-submit span,
#menu-mobile #menu-submit span:after,
#menu-mobile #menu-submit span:before{
    background: white;
}

.header-01 #menu-mobile{
    margin-top: 10px;
}

.header-01 .logo{
    height: 50px;
}

.header-01 .logo .image-content img{
    height:35px;
}

.header-fixed .image-content-cell{
    padding-bottom: 8px;
}

/*チラシ画像*/
.flyer_img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*h2タイトル*/
.common_h2_ttl{
    background: #1373E5;
    text-align: center;
    line-height: 0;
    margin-top: 70px;
    margin-bottom: 0px;
}

.common_h2_ttl img{
    max-height: 42px;
    margin: 20px 0;
}

/*セクション*/
section{
    padding: 40px 0px;
}

@media screen and (max-width: 768px) {
    section{
        padding: 20px 0px;
    }

    .common_h2_ttl{
        margin-top: 0px;
    }

    .common_h2_ttl img{
        max-height: 55px;
        margin: 10px 0;
    }
}

/*スライダー*/
.infiniteslide img{
    display: none;
}

/******************************************************************
 *
 * エコ活サービスが選ばれる理由
 *
 *******************************************************************/
.container.choose img{
    width: 100%;
}

.choose p{
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .container.choose p{
        line-height: 1.5;
        font-size: 14px;
    }
}

/******************************************************************
 *
 * サービスの流れ
 *
 *******************************************************************/
.container.flow p{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    padding: 0 10px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .container.flow p{
        font-size: 14px;
        margin-top: 0px;
        line-height: 1.4;
        padding: 0 10px;
    }

    .container.flow .col-4{
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

/******************************************************************
 *
 * 料金
 *
 *******************************************************************/

.table_price{
    margin: 0 auto;
    width: 700px;
    border-collapse: collapse;
    margin-top: 30px;
}

.table_price th,
.table_price td {
    border: 1px solid #d7d6d6;
}

.table_price .th01 {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: #f0efef;
}

.table_price .th02 {
    text-align: left;
    font-size: 15px;
    padding: 7px;
    background: #f7f7f7;
}

.table_price .th02, .table_price .table01 td {
    padding: 13px 25px;
    background: #f7f7f7;
}

.table_price td {
    font-weight: bold;
    text-align: left;
    padding: 13px 25px;
    font-size: 15px;
    background: white;
}

.table_price .td_price{
    text-align: right;
    color: #fc5e87;
}

.price_info{
    font-size: 16px;
}

.row.diff{
    margin-top: 50px;
}

.price_info_02{
    padding: 5px 25px;
    background: rgb(255, 255, 204);
    border-color: rgb(255, 204, 0);
    border-width: 2px;
    border-style: solid;

    margin-right: 20px;
}

.price_info_02 p{
    font-size: 15px;

}

#price h3{
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 40px;
    /*color: #333333;*/
    color: #FB8C00;
}

.price_diff_ttl{
    width: 400px;
    margin-bottom: 25px;
}

.price_diff{
    width: 100%;
    margin-top: 30px;
}


@media screen and (max-width: 768px) {
    .table_price{
        width: 100%;
        margin-bottom: 30px;
    }

    .table_price .th01 {
        font-size: 13px;
        padding: 9px 0;
    }

    .table_price .th02,
    .table_price td {
        padding: 7px;
    }

    .table_price .th02{
        font-size: 13px;
    }

    .table_price td {
        font-size: 12px;
    }

    .price_sp{
        width: 100%;
        padding-left: 2%;
    }

    .price_info{
        font-size: 14px;
    }

    .price_info_02{
        padding: 0px 15px;
        margin-right: 0;
    }

    .price_info_02 p{
        font-size: 14px;
    }

    #price h3{
        font-size: 16px;
    }

    .price_diff_ttl{
        max-width: 250px;
    }

    .price_diff{
        padding: 0 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .row.diff .col-sp-12{
        margin-left: 0;
    }
}

/******************************************************************
 *
 * エコ活サービスの想い
 *
 *******************************************************************/
.container.mind p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .container.mind p{
        font-size: 12px;
        line-height: 1.5;
    }
}

/******************************************************************
 *
 * さがみん
 *
 *******************************************************************/
.container.sagamin p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.container.sagamin .link_sagamin {
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .container.sagamin p{
        font-size: 12px;
        line-height: 1.5;
    }

    .container.sagamin p.link_sagamin{
        font-size: 16px;
    }
}

/******************************************************************
 *
 * おにぎりアクション
 *
 *******************************************************************/
.container.onigiri p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: center;
}

.container.onigiri .row{
    margin-top: 50px;
}

.container.onigiri p:last-child a{
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .container.onigiri p{
        font-size: 14px;
        text-align: left;
    }

    .container.onigiri p:last-child a{
        font-size: 16px;
    }
}

/******************************************************************
 *
 * サービスの事例
 *
 *******************************************************************/
.container.case p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.container.case>p{
    margin-bottom: 30px;
}

.container.case h3.case_ttl{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 3px solid #1373E5;
    color: #333333;
}

.container.case a:hover{
    opacity: 0.8;
    cursor: hand;
}

@media screen and (max-width: 768px) {
    .container.case p{
        font-size: 14px;
        line-height: 1.5;
    }

    .container.case .case_ttl{
        font-size: 18px;
    }
}

/******************************************************************
 *
 * 現場作業の様子
 *
 *******************************************************************/
.container.work .col-6{
    margin-bottom: 30px;
}

.container.work .col-6:nth-child(odd){
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .container.work .col-6{
        margin-bottom: 10px;
    }
}


/******************************************************************
 *
 * 拠点
 *
 *******************************************************************/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.company{
    border-collapse: collapse;
    width: 100%;
}

table.company th{
    font-weight:normal;
}

table.company th,
table.company td {
    text-align: left;
    border: 1px solid #d7d6d6;
    font-size: 14px;
    padding: 15px 10px;
    letter-spacing: 1px;
}

table.company th {
    background: #f0efef;
}

@media screen and (max-width: 768px) {
    table.company{
        margin-bottom: 20px;
    }

    table.company th,
    table.company td {
        font-size: 12px;
        padding: 7px;
    }
}


/******************************************************************
 *
 * スマホメニュー
 *
 *******************************************************************/
*, *:before, *:after {
    /*padding: 0;*/
    /*margin: 0;*/
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.cp_cont {
    /*height: 65vh;*/
}
.cp_offcm01 {
    position: absolute;
    top: 12px;
    right: 15px;
    display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    /*background-color: #607D8B;*/
    background-color: #1373E5;
    opacity: 0.9;
}
.cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
}
.cp_offcm01 .cp_menu li {
    list-style: none;
}
.cp_offcm01 .cp_menu li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;

    font-weight: bold;
}

.cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);

    z-index: 2;
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    /*padding: 0.5em;*/
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    text-align: center;
    color: #333333;

    color: white;
    background: #1373E5;
    padding: 1px 10px;

    padding-top: 7px;
    padding-bottom: 5px;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
    /*font-family: 'FontAwesome';*/
    font-family: 'Font Awesome 5 Free';
    content: '\f0c9';
    font-size: 20px;
    font-weight: 900;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: '\f00d';
}
/* contents */
.cp_contents {
    color: #333333;
    text-align: center;
}

/******************************************************************
 *
 * フッター内リンク
 *
 *******************************************************************/
@media screen and (max-width: 768px) {
    dd.ft_area_link{
        margin-bottom: 10px;
    }
}

/******************************************************************
 *
 * 遅延読み込み
 *
 *******************************************************************/
img {
    transition: filter 0.3s;
}

img.lazyestload {
    width: 100%;
    filter: blur(8px);
}

/******************************************************************
 *
 * 家電リサイクル券
 *
 *******************************************************************/
.recycling img{
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .recycling img{
        width: 100%;
    }

    .recycling p{
        font-size: 14px;
    }
}

/******************************************************************
 *
 * 提携業者募集中
 *
 *******************************************************************/
.partnership img{
    width: 100%;
}

.partnership .col-3{
    width: 25%;
    margin-left: 0;
}

.partnership h4{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 3px solid #1373E5;
    color: #333333;
}

.partnership h5{
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 40px;
    color: #333333;
}

.partnership p{
    font-size: 16px;
}

.partnership ul{
    margin-top: 0px;
    padding: 20px 45px;
    overflow: hidden;

    list-style: initial;

    background: rgb(255, 255, 204);
    border-color: rgb(255, 204, 0);
    border-width: 2px;
    border-style: solid;
}

.partnership ul li{
    float: left;
    margin-right: 40px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .partnership .col-sp-6 {
        width: 50%;
        margin-left: 0%;
    }

    .partnership .col-sp-6:nth-child(3),
    .partnership .col-sp-6:nth-child(4){
        margin-top: -4px
    }

    .partnership h4,
    .partnership h5{
        font-size: 16px;
    }

    .partnership p {
        font-size: 14px;
    }

    .partnership ul{
        padding: 10px 0px 15px 30px;
    }

    .partnership ul li{
        margin-right: 32px;
        font-size: 12px;
        letter-spacing: inherit;
    }
}

/******************************************************************
 *
 * どんなものでも見積もり無料
 *
 *******************************************************************/
@media screen and (max-width: 768px) {
    .estimate p{
        font-size: 14px;
    }
}

/******************************************************************
 *
 * プライバシーポリシー
 *
 *******************************************************************/
.privacy p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.privacy h3{
    border-bottom: 3px solid #1372E5;
    padding-bottom: 5px;
    padding-left: 2px;
}