
@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: 1.6;

    letter-spacing: .05em;
    word-wrap: break-word;
}

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

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

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

    overflow: hidden;
}

.map
{
    margin: 56px 20px 0;
}

.map li
{
    margin: 0 0 15px;
    padding: 0 0 0 10px;

    list-style: none;

    text-align: left;

    border-left: 5px solid #ccc;
}

.map li:last-child
{
    display: none;
}

.map li a
{
    text-decoration: none;
}

table td
{
    margin-bottom: -1px !important;
    padding: 20px !important;
}

table td img
{
    height: auto !important;
}

.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: 960px;
}

.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
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    width: 100%;

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

#main:after
{
    display: none;
}

#col_main
{
    font-size: 16px;

    float: none !important;

    width: 71.9% !important;
}

#col_side1
{
    float: none !important;

    width: 25% !important;
}

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

#contents_wrap
{
    padding: 0 0 100px;
}

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

#header
{
    padding: 20px 0;
}

.header .inner
{
    display: -ms-flexbox;
    display: flex;

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

.header__wrap1
{
    text-align: left;
}

.header__wrap1 .logo
{
    margin-top: 5px;
}

.header__wrap2
{
    text-align: right;
}

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

    max-width: 520px;
    margin-top: 5px;

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

.header__wrap2__inner__tel
{
    margin-right: 10px;
}

#nav_global
{
    background: url(../images/common/gnavi.jpg) center top repeat-x;
}

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

    max-width: 960px;
    margin: 0 auto;

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

#nav_global ul li
{
    position: relative;

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

#nav_global ul li ul
{
    position: absolute;
    z-index: 99999;

    display: block;
}

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

    width: 100%;
}

.main
{
    background: url(../images/common/mainback.jpg) center top repeat-x;
}

.mean-container .mean-bar
{
    font-size: 16px;

    position: fixed !important;

    background: #f49200 !important;
}

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

.footer
{
    overflow: hidden;

    background: #fffcf1;
}

.footer .pagetop
{
    position: relative;

    text-align: right;
}

.footer .pagetop:before
{
    position: absolute;
    top: 0;
    left: -500%;

    width: 1000%;
    height: 100%;

    content: '';

    background: #fff;
}

.footer .pagetop a
{
    position: relative;
    z-index: 999;
}

.footer .bordertop
{
    border-top: 1px solid #333;
}

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

    padding: 20px 0;

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

.footer dl
{
    text-align: left;
}

.footer__nav
{
    text-align: right;
}

.footer__nav a
{
    text-decoration: none;

    color: #000;
}

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

    display: block;

    text-align: center;

    color: #fff;
    background: #f49200;
}

/* 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;
}

.txt3 div
{
    width: min(100%,450px);
    margin: 0 auto;
    padding: 10px;

    background: #f49200;
}

/* table */
/* back */
/* title */
.h1txt h1
{
    font-size: 20px;
    font-weight: bold;

    height: 35px;
    padding: 8px 0 40px 25px;

    color: #333;
    background: url(../images/common/h2.jpg) no-repeat left top;
}

.h2title h2
{
    font-size: 16px;

    position: relative;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 2px solid #ddd;
}

.h2title h2:before
{
    position: absolute;
    bottom: -2px;
    left: 0;

    width: 30%;
    height: 2px;

    content: '';

    background: #f49200;
}

/* common */
.list1
{
    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;
}

.list1 .box
{
    width: calc(100% / 3 - 2%);
    margin-bottom: 3%;
}

.list1 .box img
{
    width: 100% !important;
}

.ofj img
{
    font-family: 'object-fit: contain;';

    height: 150px !important;

    -o-object-fit: contain;
       object-fit: contain;
}

.aiCenter .box
{
    -ms-flex-align: center;
    align-items: center;
}

.aiCenter .box img
{
    width: 20% !important;
}

.aiCenter .box > div
{
    width: 78%;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #f49200;
}

.disnone
{
    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: 20px;

    border: 1px solid #ddd;
    border-top: none;
}

.scroll
{
    overflow-y: auto;

    max-height: 200px;
}

.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;
}

.sidewrap
{
    padding: 15px;

    border: 1px solid #ccc;
}

.sidewrap__title,
.sidewrap__address
{
    margin-bottom: 10px;
}

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

/* flex */
.flex_wrap
{
    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;
}

.calc1
{
    width: calc(100% / 2 - 2%);
}

.calc2
{
    width: calc(100% / 3 - 2%);
}

.calc3
{
    width: calc(100% / 4 - 2%);
}

/*================== プラポリ一体型お問い合わせ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 #f49200;
}

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

    color: #f49200;
}

.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 #f49200;
    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 #f49200;
}

.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 !important;
        padding-left: 10px !important;
    }
    #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;
    }
    #main
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #col_main
    {
        width: 100% !important;
    }
    #col_side1
    {
        width: 100% !important;
        min-width: auto !important;
        max-width: 240px;
        margin: 30px auto 0 !important;
    }
    #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: 65px 0 20px;
    }
    .header .inner
    {
        display: block;
    }
    .header__wrap1
    {
        text-align: center;
    }
    .header__wrap2
    {
        margin-top: 20px;

        text-align: center;
    }
    .header__wrap2__inner
    {
        margin: 5px auto 0;
    }
    .footer .bordertop .inner
    {
        display: block;
    }
    .footer dl
    {
        text-align: center;
    }
    .footer__nav
    {
        margin-top: 20px;

        text-align: center;
    }
    .pc
    {
        display: none;
    }
    .sp
    {
        display: block;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
