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

#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: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 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
{
    width: 100%;
}

#main #col_main
{
    width: 73%;
}

#col_side1
{
    width: 25% !important;
    margin: 30px 0 0;
}

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

#contents_wrap
{
    padding: 0 0 100px;
}

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

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

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

#header
{
    width: 100%;
    padding: 15px 0;

    border-top: 4px solid #01529d;
}

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

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

#header .inner .box1
{
    text-align: left;
}

#header .inner .box1 .sitecopy
{
    font-size: 13px;

    margin-bottom: 10px;
}

#header .inner .box2
{
    text-align: right;
}

#header .inner .box2 address
{
    font-size: 14px;
    font-weight: 900;

    letter-spacing: 0;
}

#header .inner .box2 p,
#header .inner .box2 a
{
    font-size: 30px;
    font-weight: 900;

    text-align: right;
    text-decoration: none;

    color: #ff6200;
}

#header .inner .box2 p:hover,
#header .inner .box2 a:hover
{
    cursor: default;

    opacity: 1;

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

#header .inner .box2 p span,
#header .inner .box2 a span
{
    font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 20px;
    font-weight: bold;

    transform: rotate(.03deg);

    color: #000;
}

#nav_global
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(#fff, #d8d8d8);
}

#nav_global ul
{
    position: relative;

    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:last-child:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #ccc;
}

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

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #fff;
}

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

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #ccc;
}

#nav_global ul li ul
{
    position: absolute;
    z-index: 99999999;
    top: 72px;
    left: 0;

    display: block;

    width: 100%;

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

#nav_global ul li ul li
{
    position: static;
}

#nav_global ul li ul li:before,
#nav_global ul li ul li:after,
#nav_global ul li ul li:last-child:after,
#nav_global ul li ul li:last-child a:after
{
    display: none;
}

#nav_global ul li ul li a
{
    font-weight: normal;

    padding: 10px 0;
}

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

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

    position: relative;

    display: block;

    padding: 15px 0;

    text-decoration: none;

    color: #000;
}

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

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #fff;
}

#nav_global ul li a span
{
    font-size: 8px;
    font-weight: normal;

    position: relative;

    display: block;

    color: #01529d;
}

#nav_global ul li a span:before
{
    position: absolute;
    z-index: 999;
    bottom: -16px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background: #01529d;
}

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

    width: 100%;
}

#main_image
{
    max-width: 960px;
    margin: 10px auto 0;
}

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

    background: #01529d !important;
}

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

.mean-nav li span
{
    font-size: 10px;

    display: block;

    color: #89c5fc !important;
}

#footer
{
    padding: 20px 0;

    color: #fff;
    background: linear-gradient(#626262, #343434);
}

#footer .pagetop
{
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 140px;

    transition-duration: .6s;

    opacity: 1;

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

#footer a
{
    text-decoration: none;

    color: #fff;
}

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

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

#footer .inner dl
{
    text-align: left;
}

#footer .inner .box1
{
    text-align: right;
}

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

    padding: 0 5px;
}

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

.pagefade
{
    transition-duration: .6s !important;

    opacity: 0 !important;

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

/* txt */
.txt1 div
{
    padding: 15px;

    border: 1px solid #ccc;
    background: #f2f1f1;
}

.txt1 div span
{
    font-size: 14px;
    font-weight: bold;

    display: block;

    padding: 10px 0 10px 100px;
}

.txt1 div span:first-child
{
    background: url(../images/common/point1.png) left center no-repeat;
}

.txt1 div span:nth-of-type(2)
{
    background: url(../images/common/point2.png) left center no-repeat;
}

.txt1 div span:nth-of-type(3)
{
    background: url(../images/common/point3.png) left center no-repeat;
}

.txt1 div span:nth-of-type(4)
{
    background: url(../images/common/point4.png) left center no-repeat;
}

.txt1 div span:last-child
{
    background: url(../images/common/point5.png) left center no-repeat;
}

/* table */
/* back */
.bg1
{
    padding: 20px;

    background: rgba(1, 82, 157, .5);
}

.bg1 .midashi01
{
    font-size: 30px;

    padding: 10px;

    color: #fff;
    background: #01529d;
}

.bg1 .midashi01 div
{
    font-weight: bold;
}

/* side */

.sideimg2
{
    display: block;

    margin: 0 auto;
}

.sidelist li a
{
    font-weight: bold;

    position: relative;

    display: block;

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

    text-decoration: none;

    color: #000;
    border: 1px solid #ccc;
}

.sidelist li a:hover
{
    opacity: 1;
    color: #01529d;

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

.sidelist li a:before
{
    font-family: FontAwesome;

    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 20px;
    margin: auto;

    content: '\f054';

    color: #01529d;
}

.sidelist li a span
{
    font-size: 8px;
    font-weight: normal;

    display: block;

    color: #01529d;
}

#col_side1 address
{
    max-width: 240px;
    margin: 0 auto;
    padding: 15px;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#col_side1 address span
{
    color: #fa6000;
}

#col_side1 address a
{
    display: block;

    margin-top: 10px;
}

/* title */
.h1txt h1
{
    font-size: 27px;
    font-weight: bold;

    position: relative;

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

.h1txt h1:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #ccc;
}

.h1txt h1:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 2px;

    content: '';

    background: #01529d;
}

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

    position: relative;

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

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

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #ccc;
}

.h2title h2:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 2px;

    content: '';

    background: #01529d;
}

.h2title2 h2
{
    padding: 10px;

    background: #01529d;
}

.h2title2 h2 span
{
    font-size: 20px;

    display: block;

    padding-left: 10px;

    color: #fff;
    border-left: 3px solid #fff;
}

.flow_title h2
{
    font-size: 20px;
    font-weight: bold;
}

.flow_title div
{
    padding: 20px;

    border-right: 1px solid #01529d;
    border-bottom: 1px solid #01529d;
    border-left: 1px solid #01529d;
}

.flow_title div:empty
{
    display: none;
}

.num1 span,
.num2 span,
.num3 span,
.num4 span,
.num5 span,
.num6 span
{
    position: relative;

    display: block;

    padding-bottom: 10px;

    background: url(../images/common/num1.png) bottom left no-repeat;
}

.num1 span:before,
.num2 span:before,
.num3 span:before,
.num4 span:before,
.num5 span:before,
.num6 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #01529d;
}

.num2 span
{
    background: url(../images/common/num2.png) bottom left no-repeat;
}

.num3 span
{
    background: url(../images/common/num3.png) bottom left no-repeat;
}

.num4 span
{
    background: url(../images/common/num4.png) bottom left no-repeat;
}

.num5 span
{
    background: url(../images/common/num5.png) bottom left no-repeat;
}

.num6 span
{
    background: url(../images/common/num6.png) bottom left no-repeat;
}

.flow_title2 div
{
    padding: 20px;

    border-right: 1px solid #ee7f12 !important;
    border-bottom: 1px solid #ee7f12 !important;
    border-left: 1px solid #ee7f12 !important;
}

.flow_title2 div:empty
{
    display: none;
}

.num1_1 span
{
    position: relative;

    background: url(../images/common/num1_2.png) bottom left no-repeat !important;
}

.num1_1 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.num1_2 span
{
    position: relative;

    background: url(../images/common/num2_2.png) bottom left no-repeat !important;
}

.num1_2 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.num1_3 span
{
    position: relative;

    background: url(../images/common/num3_2.png) bottom left no-repeat !important;
}

.num1_3 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.num1_4 span
{
    position: relative;

    background: url(../images/common/num4_2.png) bottom left no-repeat !important;
}

.num1_4 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.num1_5 span
{
    position: relative;

    background: url(../images/common/num5_2.png) bottom left no-repeat !important;
}

.num1_5 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.num1_6 span
{
    position: relative;

    background: url(../images/common/num6_2.png) bottom left no-repeat !important;
}

.num1_6 span:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ee7f12;
}

.entry a
{
    display: block;

    margin: 0 auto;
    padding: 30px 0;

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

    color: #fff;
    background: #01529d;
}

/* common */
.news_txt dt div
{
    font-weight: bold;
}

.border01
{
    padding: 20px;

    border: 1px solid #ccc;
}

.border02
{
    border: 4px solid #ccc;
}

.imgborder01 img
{
    padding: 2px;

    border: 1px solid #ccc;
}

.txtanc1 a
{
    display: block;

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

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

    color: #fff;
    background: #999;
}

.news_title
{
    background: linear-gradient(#124b9b, #0e3f81);
}

.news_title h2
{
    font-size: 20px;

    padding: 10px 0;

    color: #fff;
    background: url(../images/common/news1.png.png) center;
}

.scroll
{
    overflow-y: auto;

    max-height: 300px;
    margin-top: 20px;
}

.scroll .news_txt dl
{
    display: block !important;

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

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

.scroll .news_txt dl a
{
    font-weight: bold;

    display: inline-block;

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

    text-decoration: none;

    color: #01529d;
}

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

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

.scroll .news_txt dl dt
{
    font-weight: bold;
}

.mondai li
{
    display: -ms-flexbox;
    display: flex;

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

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

.mondai li img
{
    display: block;

    width: 50px !important;
    margin-right: 10px;
}

.tokutei_title
{
    font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 50px;

    color: #01529d;
}

.tokutei_wrap
{
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

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

    padding: 20px !important;

    border: 1px solid #ccc !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #f3f3f3);

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

.tokutei_box div
{
    font-size: 18px;
    font-weight: bold;

    color: #01529d;
}

.yaji3 div
{
    display: -ms-flexbox;
    display: flex;

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

.yaji3 div img:nth-of-type(2)
{
    transform: rotate(40deg);
}

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

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

.flex_right img
{
    margin: 0 !important;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #01529d;
}

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

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

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

    color: #01529d;
}

.policy-wrap
{
    position: fixed;
    z-index: 9999999999;
    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 #01529d;
    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 #01529d;
}

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

    .koronapc
    {
        padding: 0 7px!important;
        font-size: 12px!important;
    }
    .imgR,
    .imgL
    {
        display: block;
        float: none;

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

        text-align: center;
    }
    #col_side1
    {
        width: 100% !important;
        min-width: auto !important;
        margin: 30px auto 0 !important;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    #footer .inner dl
    {
        display: none;
    }
    .sideimg
    {
        display: none;
    }
    .sidelist
    {
        display: none;
    }
    .h2title h2
    {
        font-size: 18px;
        font-size: 5.625vw;
    }
    .h2title2 h2 span
    {
        font-size: 16px;
        font-size: 5vw;
    }
    .flow_title h2
    {
        font-size: 14px;
    }
    .num1 span,
    .num2 span,
    .num3 span,
    .num4 span,
    .num5 span,
    .num6 span
    {
        background: url(../images/common/num1.png) bottom left/15% no-repeat;
    }
    .num2 span
    {
        background: url(../images/common/num2.png) bottom left/15% no-repeat;
    }
    .num3 span
    {
        background: url(../images/common/num3.png) bottom left/15% no-repeat;
    }
    .num4 span
    {
        background: url(../images/common/num4.png) bottom left/15% no-repeat;
    }
    .num5 span
    {
        background: url(../images/common/num5.png) bottom left/15% no-repeat;
    }
    .num6 span
    {
        background: url(../images/common/num6.png) bottom left/15% no-repeat;
    }
    .num1_1 span
    {
        background: url(../images/common/num1_2.png) bottom left/15% no-repeat !important;
    }
    .num1_2 span
    {
        background: url(../images/common/num2_2.png) bottom left/15% no-repeat !important;
    }
    .num1_3 span
    {
        background: url(../images/common/num3_2.png) bottom left/15% no-repeat !important;
    }
    .num1_4 span
    {
        background: url(../images/common/num4_2.png) bottom left/15% no-repeat !important;
    }
    .num1_5 span
    {
        background: url(../images/common/num5_2.png) bottom left/15% no-repeat !important;
    }
    .num1_6 span
    {
        background: url(../images/common/num6_2.png) bottom left/15% no-repeat !important;
    }
    .tokutei_box div
    {
        font-size: 14px;
    }
    .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: 65px 0 20px;
    }
    #header .inner
    {
        display: block;
    }
    #header .inner .box1
    {
        text-align: center;
    }
    #header .inner .box2
    {
        margin-top: 20px;

        text-align: center;
    }
    #footer .inner
    {
        display: block;
    }
    #footer .inner dl
    {
        text-align: center;
    }
    #footer .inner .box1
    {
        margin-top: 20px;

        text-align: center;
    }
    .bg1 .midashi01
    {
        font-size: 16px;
        font-size: 5vw;
    }
    .h1txt h1
    {
        font-size: 13px;
        font-size: 4.0625vw;
    }
    .h2title h2
    {
        font-size: 13px;
        font-size: 4.0625vw;
    }
    .h2title2 h2 span
    {
        font-size: 12px;
        font-size: 3.75vw;
    }
    .tokutei_title
    {
        font-size: 20px;
        font-size: 6.25vw;
    }
    .tokutei_box div
    {
        font-size: 16px;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
