
@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: 16px;
    font-weight: 400;
    line-height: 1.6;

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

.inner
{
    max-width: 1000px;
    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: 1000px;
}

.imgR,
.imgL
{
    max-width: 40% !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,
#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
{
    position: relative;

    width: 100%;
    padding: 0 20px;
}

#header:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    background: #40a7a4;
}

#header .copy
{
    font-size: 13px;
    line-height: 30px;

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

    text-align: left;

    color: #fff;
}

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

    padding-top: 25px;
    padding-bottom: 25px;

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

#header .inner #siteID
{
    margin-right: 30px;
}

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

    max-width: 495px;

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

#header .inner .box1 .tel2
{
    margin-right: 10px;
}

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

    max-width: 1000px;
    margin: 0 auto 25px;

    -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;
    top: 25px;
    left: 0;

    display: block;

    width: 100%;
}

#nav_global ul li ul li
{
    display: block;
}

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

    padding: 10px 0;

    color: #fff;
    background: rgba(0, 0, 0, .8);
}

#nav_global ul li ul li a:before
{
    display: none;
}

#nav_global ul li ul li a:after
{
    display: none;
}

#nav_global ul li:last-child a:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 1px;
    height: 20px;

    content: '';

    background: #ccc;
}

#nav_global ul li a
{
    position: relative;

    display: block;

    text-decoration: none;

    color: #000;
}

#nav_global ul li a:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 20px;

    content: '';

    background: #ccc;
}

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

    width: 100%;
}

#main_image img
{
    width: 100%;
}

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

    background: #40a7a4 !important;
}

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

.contact_wrap
{
    position: relative;

    padding-top: 20px;
}

.contact_wrap:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 200px;

    content: '';

    background: #40a7a4;
}

.contact_wrap .inner
{
    position: relative;

    padding-bottom: 30px;
}

.contact_wrap .inner .human
{
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_wrap .midashi
{
    font-size: 40px;
    font-style: italic;

    text-align: left;

    color: #fff;
}

.contact_wrap .midashi span
{
    font-size: 60px;
    font-weight: bold;
    font-style: italic;

    color: #fff600;
}

.contact_wrap .box1
{
    margin-top: 50px;

    text-align: left;
}

.contact_wrap .box1 > div
{
    display: -ms-flexbox;
    display: flex;

    max-width: 495px;
    margin-top: 30px;

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

.contact_wrap .box1 > div .tel2
{
    margin-right: 10px;
}

#footer
{
    padding-top: 30px;

    border-top: 1px solid #ccc;
}

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

    padding: 10px;

    text-decoration: none;

    color: #000;
}

#footer .copy
{
    margin-top: 30px;

    list-style: 30px;

    color: #fff;
    background: #40a7a4;
}

/* txt */
/* table */
.table_wrap1 span
{
    font-size: 14px;

    display: inline-block;

    width: 100%;

    border-bottom: 1px dotted #999;
}

.table_wrap1 span:first-letter
{
    font-size: 30px;
    font-weight: bold;

    color: #e10000;
}

.table_wrap2
{
    padding: 80px 0;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
}

.table_wrap2 table
{
    max-width: 1000px;
    margin: 0 auto;
}

.table_wrap3
{
    padding: 5%;

    border-bottom: 1px dotted #999;
}

.table_wrap3 .box1
{
    position: relative;

    padding: 5% !important;
}

.table_wrap3 .box1:hover span
{
    color: #fff !important;
    background: #40a7a4 !important;
}

.table_wrap3 .box1 h3
{
    font-size: 20px;
    font-style: italic;

    text-align: center !important;
}

.table_wrap3 .box1 a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.table_wrap3 .box1 span
{
    display: block;

    max-width: 250px;
    margin: 20px auto 0;
    padding: 10px 0;

    transition-duration: .3s;
    text-align: center;

    color: #40a7a4;
    border: 1px solid #40a7a4;
}

.table_wrap4
{
    font-size: 14px;

    position: relative;

    padding: 20px !important;

    color: #fff;
    background: #40a7a4;
}

.table_wrap4 .box1
{
    padding-bottom: 20px !important;
}

.table_wrap4 .box1 b
{
    font-size: 20px;

    display: inline-block;

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

    color: #fff600;
}

.table_wrap4 a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.table_wrap5
{
    width: 30%;
}

.table_wrap6
{
    width: 68%;
}

.table_wrap7
{
    font-size: 10px;
}

.table_wrap7 td
{
    padding: 2px !important;

    text-align: center !important;
}

table
{
    table-layout: initial !important;
}

/* back */
/* title */
.h1txt
{
    background: url(../images/common/titlebg.png) center/cover no-repeat;
}

.h1txt h1
{
    font-size: 30px;
    font-style: italic;

    padding: 120px 0;

    color: #fff;
}

.h1title h1
{
    font-size: 23px;
}

.h1title h1 span
{
    font-size: 33px;
    font-weight: bold;

    color: #40a7a4;
}

.h2title h2
{
    font-size: 25px;

    position: relative;

    padding-bottom: 20px;

    color: #40a7a4;
}

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

    display: block;

    width: 150px;
    height: 1px;
    margin: auto;

    content: '';

    background: #40a7a4;
}

.h2title2
{
    padding: 10px;

    border: 1px solid #ccc;
}

.h2title2 h2
{
    font-size: 20px;

    padding-left: 10px;

    border-left: 5px solid #40a7a4;
}

.h3title
{
    border-bottom: 1px solid #40a7a4;
}

.h3title h3
{
    font-size-adjust: 18px;

    padding-bottom: 10px;

    color: #40a7a4;
}

/* common */
.news_wrap
{
    overflow-y: auto;

    width: 60%;
    max-height: 350px;
}

.news_wrap li
{
    font-size: 13px;

    display: -ms-flexbox;
    display: flex;
    float: none;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px dotted #999;

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

.news_wrap li:last-child
{
    margin-bottom: 0;
}

.news_wrap img
{
    max-width: 30% !important;
    margin-right: 5px;
}

.news_wrap2
{
    width: 100% !important;
}

.news_wrap2 b
{
    width: 100%;
    max-width: 100px;
}

.facebook_wrap
{
    width: 38%;
}

.check_wrap span
{
    font-size: 14px;

    display: inline-block;

    width: 100%;

    border-bottom: 1px dotted #999;
}

.check_wrap span:first-letter
{
    font-size: 30px;
    font-weight: bold;

    color: #e10000;
}

.kiji_wrap a
{
    width: 40% !important;
}

.kiji_wrap a img
{
    width: 100% !important;
    max-width: 100% !important;
}

.kiji_wrap article
{
    font-size: 18px;

    width: 57%;
}

.kiji_wrap article b
{
    font-size: 25px;

    display: inline-block;

    width: 100%;
}

.pan1
{
    margin-bottom: 30px;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #40a7a4;
}

.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 */
.scroll
{
    overflow-y: auto;

    max-height: 300px;
}

.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 dt
{
    font-weight: bold;

    width: 120px !important;
}

/* flex */
.wrap1
{
    display: -ms-flexbox;
    display: flex;

    margin-left: -3.0303% !important;

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

.wrap1 .box1
{
    width: 30.30303% !important;
    margin-left: 3.0303% !important;
}

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

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

    color: #40a7a4;
}

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

.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;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    .contact_wrap:before
    {
        height: 160px;
    }
    .contact_wrap .midashi
    {
        font-size: 30px;
    }
    .contact_wrap .midashi span
    {
        font-size: 40px;
    }
    .table_wrap5
    {
        width: 100%;
    }
    .table_wrap6
    {
        width: 100%;
        margin-top: 20px;
    }
    .h1txt h1
    {
        padding: 80px 0 !important;
    }
    .h1title h1
    {
        font-size: 18px;
    }
    .h1title h1 span
    {
        font-size: 25px;
    }
    .news_wrap
    {
        width: 100%;
    }
    .facebook_wrap
    {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }
    .stretch1 tr
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -ms-flex-direction: column-reverse;
    }
    .scroll dl
    {
        display: block !important;
    }
    .scroll dl dt,
    .scroll dl dd
    {
        width: 100% !important;
    }
    .scroll dl dt
    {
        margin-bottom: 10px !important;
    }
    .wrap1
    {
        margin-left: 0 !important;

        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wrap1 .box1
    {
        width: calc(100% / 2 - 2%) !important;
        margin-left: 0 !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: 48px 0 20px;
    }
    #header:before
    {
        display: none;
    }
    #header .copy
    {
        line-height: 1.6;

        padding: 0 5px;

        color: #000;
    }
    #header .inner
    {
        display: block;
    }
    #header .inner .box1
    {
        margin: 20px auto 0;
    }
    .contact_wrap .inner .human
    {
        display: none;
    }
    .contact_wrap .midashi
    {
        text-align: center;
    }
    .contact_wrap .box1
    {
        text-align: center;
    }
    .contact_wrap .box1 > div
    {
        margin: 20px auto 0;
    }
    .table_wrap2
    {
        padding: 80px 10px;
    }
    .table_wrap3
    {
        padding: 3%;
    }
    .h1txt h1
    {
        padding: 100px 0;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
