@charset "UTF-8";

/*------------------------------------------------*/

/*2*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/*4*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1223px) { /*TB*/
}
@media screen and (min-width:1224px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}

/*------------------------------------------------*/

/*------ override ------*/
body, h1, h2, h3, h4, h5, h6, td, th, p, div, input, textarea, pre, ul, li, ol {
    font-family: 'Noto Sans JP', ‘ヒラギノ角ゴシック’, ‘メイリオ’ ,sans-serif;
    font-weight: normal;
}
body {
    width: 100%;
    background-color: #ffffff;
    color: #212121;
    font-family: 'Noto Sans JP', ‘ヒラギノ角ゴシック’, ‘メイリオ’ ,sans-serif;
}
a {
    overflow: visible;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
}
main{
    padding: 120px 0 0 0;
}
.l-main {
    width: 100%;
}
.p-pageHeader {
    background-color: #f2f2f2;
}
@media screen and (max-width:768px) { /*SP*/
    .l-main__wrapper__content {
        width: 100%;
        box-sizing: border-box;
    }
    .p-pageHeader__header {
        width: 100%;
        max-width: 100%;
        padding: 26px 0;
        text-align: center;
    }
    .p-pageHeader__header__title.u-Lato {
        /* font-size: 14px; */
        line-height: 2.14em;
        height: 30px;
        font-size: 14px;
        letter-spacing: 1.9px;
        background-image: url(/images/top/h2_bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 30px 30px;
        /* padding: 5px 0 0 0; */
    }
    .p-pageHeader__header__title {
        height: 27px;
        margin-top: 12px;
        font-size: 18px;
        letter-spacing: 2.7px;

    }
    .p-dlForm .p-dlRead {
        padding: 40px 15px 0;
    }
    .l-main__wrapper {
        width: 100%;
    }
    .c-form_thanks{
        padding-bottom: 70px;
    }
    .c-contactBox{
        padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact_h2{
        font-size: 18px;
        margin: 0 auto 20px;
        text-align: center;
        border-bottom: 4px #faca0e solid;
        padding-bottom: 8px;
        display: inline-block;
    }
    .c-contact__paragram{
        font-size: 16px;
        line-height: 1.875em;
        text-align: center;
    }
    .mb_80{
        margin-bottom: 80px!important;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .l-main__wrapper__content {
        max-width: 800px;
        margin: 0 auto;
    }
    .p-pageHeader__header {
        box-sizing: border-box;
        text-align: center;
        padding: 48px 0 49px;
    }
    .p-pageHeader__header__title.u-Lato {
        height: 40px;
        margin-top: 0px;
        font-size: 18px;
        letter-spacing: 1.9px;
        background-image: url(/images/top/h2_bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 50px 50px;
        padding: 5px 0 0 0;
    }
    .p-pageHeader__header__title {
        display: inline-block;
        font-weight: bold;
        height: 36px;
        margin-top: 17px;
        font-size: 24px;
        line-height: 1.48em;
        letter-spacing: 3.6px;
    }
    .p-dlForm .p-dlRead {
        padding: 60px 0 0;
    }
    .l-main__wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .c-form_thanks{
        padding-bottom: 170px;
    }
    .c-contactBox{
        padding: 50px 50px;
        margin: 30px 0;
    }
    .contact_h2{
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        border-bottom: 4px #faca0e solid;
        padding-bottom: 8px;
        margin: 0 28% 40px;
        display: block;
    }
    .c-contact__paragram{
        font-size: 16px;
        line-height: 1.875em;
        text-align: center;
    }
    .mb_80{
        margin-bottom: 80px!important;
    }
}





