@charset "utf-8";

/*-------------------------------------------*/
/*	ヘッダー
/*-------------------------------------------*/
#header {
    background-color: #fff !important;
}

#headerTop {
    background-color: #fff !important;
    color: #333 !important;
}

#header #site-title a img {
    max-height: 80px !important;
}

@media (min-width: 660px) {
    #header #site-title a img {
        max-height: 100px !important;
        margin-top: -10px !important;
    }
}

#header #headContact {
    margin-top: -10px !important;
}

#headerTop #site-description {
    font-size: 14px !important;
}

#header #headContact #headContactTxt,
#header #headContact #headContactTime {
    line-height: 1.8 !important;
}

#header #headContact #headContactTime {
    padding-top: 0.5em !important;
}

#header #headContact #headContactTel {
    color: #5ead3c !important;
    font-size: 32px !important;
}

@media (max-width: 660px) {

    #header #headContact {
        margin-top: 10px !important;
    }

    #header #headContact #headContactTxt,
    #header #headContact #headContactTime {
        font-size: 14px !important;
        line-height: 2.4 !important;
    }

    #header #headContact #headContactTel {
        font-size: 32px !important;
        font-weight: bold;
    }

    #header #headContact #headContactTime {
        line-height: 1.8 !important;
    }

    #header #headContact {
        text-align: center !important;
    }
}



/*-------------------------------------------*/
/*	トップページ　フリーエリア
/*-------------------------------------------*/


@media (max-width: 660px) {
    #topFreeArea img {
        width: 100%;
    }

    #topFreeArea .sp-col2 img {
        width: 50%;
    }
}




/*-------------------------------------------*/
/*	トップページ　トップページ3PRエリア
/*-------------------------------------------*/

#topPr .topPrOuter {
    display: flex !important;
    justify-content: space-between;

}

#topPr .topPrBlock {
    width: 31%;
    overflow: visible;
}


@media (max-width: 660px) {
    #topPr .topPrOuter {
        display: block !important;
        width: 95%;
    }

    #topPr .topPrBlock {
        width: 100%;
        overflow: visible;
    }

    #topPr .prImage {
        width: 120px !important;
    }
}



/*	form
/*-------------------------------------------*/

#content #mp-main {
    margin-top: 20px;
}

#content #mp-main dl {
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

#content #mp-main dl dt {
    display: block;
    overflow: hidden;
    color: #666;
    font-weight: lighter;
    padding: 0px 5px;
    margin-bottom: 0px;
}

#content #mp-main dl dd {
    display: block;
    overflow: hidden;
    padding: 0px 5px;
    margin-bottom: 20px;
}


#content #mp-main div.fieldset span.err {
    color: #880000;
}

#content #mp-main div.fieldset input.text.err {
    background-color: #FFF0F5;
    border: 1px solid #aa6666;
}

#content #mp-main div.fieldset input.radio.err {
    background-color: #FFF0F5;
    border: 1px solid #aa6666;
}

#content #mp-main div.fieldset input.checkbox.err {
    background-color: #FFF0F5;
    border: 1px solid #aa6666;
}

#content #mp-main div.fieldset textarea.err {
    background-color: #FFF0F5;
    border: 1px solid #aa6666;
}

#content #mp-main div.fieldset select.err {
    background-color: #FFF0F5;
    border: 1px solid #aa6666;
}

#content #mp-main div.errs {
    background-image: url("/mpmailec-static/imgs/warning.png");
    background-repeat: no-repeat;
    background-position: 1em 0;
    color: #880000;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0px 0px 0px 30px;
    min-height: 32px;
    height: auto !important;
    height: 32px;
}

#content #mp-main div.errs ul {
    margin-left: 50px;
}

@media (max-width: 660px) {

    #content #mp-main div.fieldset input.text,
    #content #mp-main div.fieldset input.textarea {
        width: 92% !important;
    }
}

/* search .paging>a.fs-current */
/* added at 2022-11-18 */
.paging>a.fs-current{
    background-color: #5ead3c;
    color: #fff;
    text-decoration: none;
    cursor: default;
    pointer-events:none;
}