
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset 'UTF-8';
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
*
{
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;

    word-wrap: break-word;
}

.inner
{
    max-width: 1200px;
    margin: 0 auto;
}

.img100 img
{
    width: 100% !important;
}

#contents_wrap
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}

.pdnone td
{
    padding: 0 !important;
}

.bornone td
{
    border: none !important;
}

.pdtd10 td
{
    padding: 10px !important;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100%;
    height: auto !important;
}

hr
{
    height: 0;

    border: none;
    border-bottom: 1px dashed #b3b3b3;
}

span
{
    font-weight: inherit;
}

u
{
    text-decoration: underline;
}

input[type='button']
{
    padding: 5px 10px;

    cursor: pointer;
}

a:hover
{
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#contents_wrap
{
    position: relative;
    z-index: 1;

    min-width: auto;
}

#contents
{
    width: 100%;
    max-width: 1200px;
}

.imgR,
.imgL
{
    max-width: 30% !important;
}

.mincho
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic
{
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header#global_header
{
    min-width: 100% !important;
    max-width: 100%;
}

#main,
#col_main
{
    width: 100%;
}

footer#global_footer
{
    min-width: 100% !important;
}

#contents_wrap
{
    padding: 0 0 100px;
}

header#global_header
{
    max-width: 100%;
}

#header
{
    padding: 0 0 20px;

    border-top: 5px solid #962025;
}

.header__inner1
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__inner1__copy
{
    font-size: 12px;
}

.header__inner1__list
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__inner2
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__inner2__wrap
{
    display: -ms-flexbox;
    display: flex;

    max-width: 480px;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header__inner2__wrap__btn1
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 10px;

    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__inner2__wrap__btn1 a
{
    font-size: 12px;

    display: -ms-flexbox;
    display: flex;

    width: 42%;
    max-width: 200px;
    padding: 7px 0;

    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background: #0097ef;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__inner2__wrap__btn1 img
{
    width: 30px;
    margin-right: 10px;
}

.header__inner2__wrap__btn2
{
    width: 42%;
}

.header__inner2__wrap .tel2
{
    width: 52%;
}

#nav_global ul
{
    display: -ms-flexbox;
    display: flex;

    max-width: 1200px;
    margin: 0 auto 20px;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#nav_global ul li
{
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#nav_global ul li:first-child a
{
    border-left: 1px dotted #999;
}

#nav_global ul li a
{
    font-size: 16px;

    display: block;

    text-decoration: none;

    border-right: 1px dotted #999;
}

.fixed
{
    position: fixed;
    z-index: 10000;
    top: 0;

    width: 100%;
}

.main img
{
    width: 100%;
}

.mean-container .mean-bar
{
    position: fixed !important;

    background: #962025 !important;
}

.mean-container .mean-nav
{
    background: #962025 !important;
}

.footer
{
    background: #f0f0ef;
}

.footer__form
{
    padding: 5% 0;

    background: url(../images/contents/contact-img.jpg) center top/cover no-repeat;
}

.footer__form .inner
{
    padding: 30px;

    background: rgba(255, 255, 255, .8);
}

.footer__form__title
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 25px;
    font-weight: 900;

    display: -ms-flexbox;
    display: flex;

    width: 80%;
    margin: 0 auto;

    color: #962025;

    -ms-flex-align: center;
    align-items: center;
}

.footer__form__title:before,
.footer__form__title:after
{
    content: '';

    border-top: 1px solid;

    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__form__title:before
{
    margin-right: 16px;
    margin-right: 1rem;
}

.footer__form__title:after
{
    margin-left: 16px;
    margin-left: 1rem;
}

.footer > .inner
{
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__address
{
    text-align: left;
}

.footer .nav
{
    text-align: right;
}

.footer .nav a
{
    display: inline-block;

    padding: 10px;

    text-decoration: none;
    text-decoration: none;

    color: #000;
}

.footer .copy
{
    line-height: 40px;

    display: block;

    color: #fff;
    background: #962025;
}

/* txt */
.txt1 .box,
.txt2 .box
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.txt1 .box img,
.txt2 .box img
{
    width: 100% !important;
    max-width: 30% !important;
}

.txt1 .box div,
.txt2 .box div
{
    width: 68%;
}

.txt2 .box
{
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}

/* table */
/* back */
.bg1
{
    padding: 5% 0;

    background: url(../images/contents/cont-bg.jpg) center/cover no-repeat;
}

/* wrap */
/* title */
.icon
{
    padding-top: 45px;

    background: url(../images/common/logo.png) center top no-repeat;
}

.midashititle
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 30px;
    font-weight: 900;

    color: #962025;
}

.midashititle span
{
    font-size: 13px;

    display: -ms-flexbox;
    display: flex;

    width: 30%;
    margin: 0 auto;

    color: #000;

    -ms-flex-align: center;
    align-items: center;
}

.midashititle span:before,
.midashititle span:after
{
    content: '';

    border-top: 1px solid;

    -ms-flex-positive: 1;
    flex-grow: 1;
}

.midashititle span:before
{
    margin-right: 32px;
    margin-right: 2rem;
}

.midashititle span:after
{
    margin-left: 32px;
    margin-left: 2rem;
}

.h2title
{
    padding: 10px;

    border-radius: 10px 0 0 10px;
    background: #962025;
}

.h2title h2
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 20px;
    font-weight: 900;

    position: relative;

    padding-left: 30px;

    color: #fff;
}

.h2title h2:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;

    content: '●';

    color: #fff;
}

.h3title h3
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 18px;
    font-weight: 900;

    padding-left: 10px;

    border-bottom: 1px dotted #999;
    border-left: 3px solid #e40314;
}

/* common */
.textC
{
    text-align: center;
}

.textR
{
    text-align: right;
}

.textL
{
    text-align: left;
}

.btn a
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 900;

    display: block;

    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: #962025;
    border: 2px solid #962025;
}

.maincolor
{
    color: #962025;
}

.pan1
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 900;

    margin-bottom: 30px;
}

.pan1 a
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 900;
    line-height: 30px;

    display: inline-block;

    text-decoration: none;

    color: #962025;
}

.disnone,
section form h2.mail.title
{
    display: none;
}

.bg100
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.positioncenter
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    transform: translateY(-50%);
    text-align: center;
}

/* news */
.news
{
    padding: 40px;

    border: 2px solid #999;
}

.news__title
{
    padding-bottom: 3px;

    border-bottom: 2px dotted #962025;
}

.news__title h2
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 30px;
    font-weight: 900;

    color: #962025;
    border-bottom: 2px dotted #962025;
}

.scroll
{
    overflow-y: auto;

    max-height: 250px;
}

.scroll dl
{
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;

    border-bottom: 1px dotted #999 !important;
}

.scroll dl dt,
.scroll dl dd
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}

.scroll dl dd
{
    width: 100%;
}

.scroll dl dt
{
    font-weight: bold;

    width: 110px;
}

/* side */
/* flex */
.gridT,
.flex1,
.flex2,
.flex3
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.gridC
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.gridB
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.colum2,
.flex1:before,
.flex1 .box
{
    width: calc(100% / 2 - 2%);
}

.colum3,
.flex2:before,
.flex2 .box
{
    width: calc(100% / 3 - 2%);
}

.colum4,
.flex3:before,
.flex3 .box
{
    width: calc(100% / 4 - 2%);
}

.flex1:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.flex2:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.flex3:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy
{
    text-align: left;
}

.policy-text
{
    font-size: 18px;
}

.policy h2
{
    font-size: 18px;
    font-weight: normal;

    padding-left: 8px;

    letter-spacing: .1em;

    color: #333;
    border-left: 4px solid #962025;
}

.policy-trriger
{
    cursor: pointer;
    text-decoration: underline;

    color: #962025;
}

.policy-wrap
{
    position: fixed;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.policy-wrap p
{
    line-height: 1.6;

    color: #333;
}

.policy-wrap > div
{
    position: relative;

        overflow-y: scroll;
    -ms-overflow-y: scroll;

    max-width: 800px;
    height: 60vh;
    padding: 20px;

    transition-duration: .6s;
    transform: scale(0);

    opacity: 0;
    border: 1px solid #962025;
    background: rgba(255, 255, 255, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.policy-wrap > div a
{
    font-size: 38.4px;
    font-size: 2.4rem;
    font-weight: bold;

    position: absolute;
    top: -4px;
    right: -4px;
}

.policy
{
    text-align: left;
}

.policy-text
{
    font-size: 18px;
}

.policy-wrap h3
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 16px;
    padding-left: 8px;

    letter-spacing: .1em;

    color: #333;
    border-left: 4px solid #962025;
}

.policy p
{
    margin: 10px 0 25px;
}

.policy-wrap.active
{
    display: -ms-flexbox;
    display: flex;
}

.policy-wrap.active > div
{
    transform: scale(1);

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media screen and (max-width: 640px)
{
    .inner
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    table td
    {
        margin-bottom: -1px;
    }
    #contents_wrap
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        margin: 0 auto 10px;

        text-align: center;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    .txt1 .box img,
    .txt2 .box img
    {
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .txt1 .box div,
    .txt2 .box div
    {
        width: 100% !important;
    }
    .scroll dl
    {
        display: block !important;
    }
    .scroll dl dt,
    .scroll dl dd
    {
        width: 100% !important;
    }
    .scroll dl dt
    {
        margin-bottom: 10px !important;
    }
    .spW100
    {
        width: 100% !important;
    }
    .spW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
}

@media screen and (max-width: 834px)
{
    #contents_wrap
    {
        padding: 0 10px 80px;
    }
    #header
    {
        padding: 43px 0 20px;
    }
    .header__inner1
    {
            flex-direction: column-reverse !important;

        -ms-flex-direction: column-reverse !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header__inner1__copy
    {
        margin-top: 10px;
    }
    .header__inner1__list
    {
        width: 100%;

        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header__inner2
    {
        display: block;
    }
    .header__inner2__wrap
    {
        width: 100%;
        max-width: 65%;
        margin: 20px auto 0;

        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    }
    .header__inner2__wrap__btn1
    {
        display: none;
    }
    .footer > .inner
    {
        display: block;
    }
    .footer__address
    {
        text-align: center;
    }
    .footer .nav
    {
        text-align: center;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
