
@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: .6;
    word-wrap: break-word;
}

figure
{
    margin: 0;
    padding: 0;
}

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

.sinner
{
    max-width: 620px;
}

.bornone td
{
    border: none !important;
}

.pdnone td
{
    padding: 0 !important;
}

.img100 img
{
    width: 100%;
}

.link1 a
{
    font-weight: bold;

    color: #5f4979;
}

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

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

    margin: 0 0 15px;
    padding: 0 0 5px;

    border-bottom: 1px solid #999;
}

.policy p
{
    margin: 0 0 20px;
}

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

.tlauto table
{
    table-layout: auto;
}

table td img
{
    height: auto !important;
}

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

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

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

small
{
    font-size: 80%;
}

hr
{
    height: 0;

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

span
{
    font-weight: inherit;
}

.youtube
{
    position: relative;

    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}

u
{
    text-decoration: underline;
}

.borB
{
    border-bottom: 1px dashed #333;
}

.b
{
    font-weight: bold;
}

b
{
    font-weight: bold;
}

.borderB
{
    border-bottom: 1px dashed #333;
}

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

.tacenter
{
    text-align: center !important;
}

.ColLeft
{
    float: left;
}

.ColRight
{
    float: right;
}

.flexleft
{
    display: none;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

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

.flexcenter
{
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.fwb
{
    font-weight: bold;
}

.mincho
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-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;
}

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

#header
{
    position: fixed;
    z-index: 9999999;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 20px;

    background: #fff;

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

#header #siteID
{
    width: 7%;
    max-width: 84px;
}

#header #siteID img
{
    width: 100%;
}

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

    -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 a
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-size: 15px;
    font-weight: bold;

    display: block;

    padding: 0 10px;

    text-decoration: none;
}

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

    width: 100%;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#main_image
{
    display: -ms-flexbox;
    display: flex;

    padding-top: 110px;

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

#main_image .main
{
    width: 80%;
}

#main_image .main img
{
    width: 100%;
}

#main_image p
{
    width: 20%;
    padding-top: 5%;
}

#main_image p span
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-size: 5px;
    font-size: 1.5625vw;

    text-align: left;
    -ms-writing-mode: tb-rl;

    color: #464646;

        writing-mode: vertical-rl;
}

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

    background: #5f4979 !important;
}

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

#footer .nav
{
    padding: 20px;

    text-align: center;

    background: #ddcef1;
}

#footer .nav a
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-weight: bold;

    display: inline-block;

    padding: 0 5px;

    text-decoration: none;
}

#footer dl
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;

    margin: 20px auto;
}

#footer dl dd
{
    font-weight: bold;
}

#footer .sns
{
    margin: 20px auto;
}

#footer .sns a
{
    font-size: 20px;

    padding: 0 10px;

    color: #5f4979;
}

#footer .copy
{
    line-height: 50px;
}

#contents_wrap
{
    padding: 0 0 100px;
}

/* TOP */
.txtcenter
{
    text-align: center;
}

.table_wrap1
{
    width: 65%;
}

.table_wrap1 td
{
    padding: 5px !important;
}

.table_wrap1 tr
{
    display: -ms-flexbox;
    display: flex;
}

.tategaki1
{
    width: 25%;
}

.tategaki1 span
{
    line-height: 2;

    text-align: left;
    -ms-writing-mode: tb-rl;

    color: #000;

        writing-mode: vertical-rl;
}

.item_wrap1
{
    font-size: 13px;

    width: 22%;
    margin-top: 40px;
}

.item_wrap1 div
{
    font-weight: bold;

    padding-top: 5px !important;
}

.img_wrap1 img
{
    width: 100%;
}

.info_wrap
{
    width: 48%;

    text-align: center;
}

.info_wrap h3
{
    font-weight: bold;
}

.info_wrap .news
{
    overflow-y: auto;

    max-height: 250px;
    margin-top: 30px;
}

.info_wrap .news .mincho
{
    margin-bottom: 20px;
}

.info_wrap .news .list
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;

    text-align: left;
}

.info_wrap .news .list dt time
{
    font-weight: bold;
}

.info_wrap .news .list a
{
    text-decoration: none;
}

.info_wrap .news .list dd
{
    margin-bottom: 20px;
}

/* 3列 */
.wrap1
{
    margin-left: -3.0303% !important;
}

.wrap1 .box1
{
    float: left !important;

    width: 30.30303% !important;
    margin-left: 3.0303% !important;
}

.disnone
{
    display: none;
}

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

.bg1
{
    position: relative;
}

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

    display: block;

    width: 100%;
    height: 250px;

    content: '';

    background: #ddcef1;
}

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

/* title */
h1.h1title
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-size: 30px;
    font-weight: bold;

    position: relative;
}

h1.h1title:before
{
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;

    display: block;

    width: 100px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background: #999;
}

h2.h2title
{
    font-size: 34px;
    font-weight: bold;

    position: relative;

    letter-spacing: 5px;
}

h2.h2title:after
{
    font-weight: normal;

    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;

    display: block;

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

    content: '';

    background: #999;
}

h2.h2title span
{
    font-size: 14px;

    display: block;

    letter-spacing: 0;
}

h2.h2title2
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-size: 20px;
    font-weight: bold;

    color: #614b7b;
}

/* common */
.pan a
{
    line-height: 50px;

    display: inline-block;

    padding-top: 110px;

    text-decoration: none;

    color: #5f4979;
}

.english1 div span
{
    color: #5f4979;
}

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

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

    color: #5f4979;
}

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

.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: 468px)
{
    .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;
    }
    .sptal
    {
        text-align: left !important;
    }
    .sptar
    {
        text-align: right !important;
    }
    .sptac
    {
        text-align: center !important;
    }
    #main_image p
    {
        padding-top: 2%;
    }
    #main_image p span
    {
        font-size: 3px;
        font-size: .9375vw;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    .table_wrap1
    {
        width: 100%;
    }
    .tategaki1
    {
        width: 100%;

        text-align: left;
    }
    .tategaki1 div
    {
        text-align: left !important;
    }
    .tategaki1 span
    {
        text-align: left;
        -ms-writing-mode: lr-tb;

            writing-mode: horizontal-tb;
    }
    .item_wrap1
    {
        width: 48%;
        margin-top: 20px;
    }
    .info_wrap
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap1
    {
        margin-left: 0 !important;
    }
    .wrap1 .box1
    {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1000px)
{
    .imgR,
    .imgL
    {
        max-width: 30% !important;
    }
}

@media screen and (max-width: 768px)
{
    .fltL
    {
        float: none;

        width: 100% !important;
    }
    .fltR
    {
        float: none;

        width: 100% !important;
    }
    #header
    {
        position: static;

        display: block;

        padding: 65px 0 20px;
    }
    #header #siteID
    {
        width: 100%;
        margin: 0 auto;
    }
    #main_image
    {
        padding-top: 0;
    }
    #contents_wrap
    {
        padding: 0 10px 80px;
    }
    .pan a
    {
        padding-top: 0;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
