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

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

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

    padding: 20px;

    background: #a20000;

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

.header
{
    position: relative;
}

#nav_global
{
    width: 100%;
    max-width: 1100px;
}

#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 .menu_contents
{
    position: absolute;
    z-index: 99999;
    top: 70px;
    left: 0;

    display: none;

    width: 100%;
}

#nav_global ul li ul
{
    margin-top: 50px;

    background: rgba(0, 21, 75, .8);

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

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

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

    display: block;

    padding: 40px 25px;

    color: #fff;
}

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

    display: block;

    text-decoration: none;

    color: #fff;
}

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

    width: 100%;
}

.main
{
    position: relative;
}

.main .copy
{
    font-size: 100px;
    line-height: 1.3;

    position: absolute;
    z-index: 9999;
    bottom: 10%;
    left: 10%;

    text-align: left;

    color: #fff;
    text-shadow: 0 0 10px #000;
}

.main .copy > div
{
    font-weight: 900;
    font-style: italic;
}

.main .slick-track
{
    z-index: 999;
}

.main .slick-track .slick-slide img
{
    height: 550px !important;
}

.bx-controls-direction
{
    z-index: 99999 !important;
}

.mean-container .mean-bar
{
    line-height: 1.6;

    position: fixed !important;

    background: #a20000 !important;
}

.mean-container .mean-nav
{
    z-index: 9999999;

    margin-top: 60px !important;
}

.mean-container .mean-nav > ul
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mean-container .mean-nav > ul > li
{
    width: calc(100% / 3) !important;

    border: none !important;
}

.mean-container .mean-nav > ul > li a
{
    text-align: center !important;

    border: none !important;
}

.mean-container .mean-nav ul li:nth-of-type(1)
{
    background: url(../images/common/nav1.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(2)
{
    background: url(../images/common/nav2.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(3)
{
    background: url(../images/common/nav3.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(4)
{
    background: url(../images/common/nav4.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(5)
{
    background: url(../images/common/nav5.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(6)
{
    background: url(../images/common/nav6.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(7)
{
    background: url(../images/common/nav7.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(8)
{
    background: url(../images/common/nav8.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(9)
{
    background: url(../images/common/nav9.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(10)
{
    background: url(../images/common/nav10.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(11)
{
    background: url(../images/common/nav11.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li:nth-of-type(12)
{
    background: url(../images/common/nav12.png) top 30px center/auto 50px no-repeat;
}

.mean-container .mean-nav ul li a
{
    width: 100% !important;
    padding: 90px 0 30px !important;
}

.mean-container .mean-nav ul li a.mean-expand
{
    display: none !important;
}

.mean-container .mean-bar
{
    min-height: 60px !important;
}

.mean-container a.meanmenu-reveal
{
    top: 10px !important;
    right: 5px !important;
}

.slick-slider
{
    margin: 0;
    padding: 0;
}

.pcdisnone
{
    display: none;
}

.footer
{
    padding-top: 30px;

    background: #a20000;
}

.footer .contents-midashi
{
    font-weight: 900;

    position: relative;

    padding: 5px 0;

    text-align: center;

    color: #a20000;
    background: #fff;
}

.footer .contents-midashi:before
{
    position: absolute;
    bottom: -20px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background: #00154b;
}

.footer .inner
{
    font-size: 13px;

    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    text-align: left;

    color: #fff;

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

.footer .inner a
{
    text-decoration: none;

    color: #fff;
}

.footer__nav__title
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 10px;
}

.footer__nav2
{
    font-weight: 900;

    position: relative;

    margin-top: 40px;
    padding: 5px 0;

    text-align: center;

    background: #fff;
}

.footer__nav2:before
{
    position: absolute;
    top: -20px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';
    text-align: center;

    color: #fff;
    background: #00154b;
}

.footer__nav2 a
{
    font-size: 13px;
    font-weight: bold;

    text-decoration: none;

    color: #000;
}

.footer .copy
{
    display: block;

    text-align: center;

    color: #fff;
    background: #00154b;
}

/* 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 */
/* wrap */
/* title */
.h1txt h1
{
    font-size: 30px;
    font-weight: bold;

    padding: 7% 0;

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

.h2title h2
{
    font-size: 25px;
    font-weight: 900;

    display: -ms-flexbox;
    display: flex;

    color: #00154b;
    border-bottom: 1px solid #00154b;

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

.h2title h2 a
{
    font-size: 16px;
    font-weight: 900;

    text-decoration: none;

    color: #a20000;
}

.titlebg
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.textL
{
    text-align: left;
}

.textR
{
    text-align: right;
}

.resultwrap .slick-track
{
    display: -ms-flexbox !important;
    display: flex !important;

    padding: 0 10px;
}

.resultwrap .slick-track > div
{
    margin: 20px 10px 0;
}

.resultwrap .slick-track td
{
    padding: 10px !important;

    text-align: center !important;
}

.result-news
{
    position: relative;

    overflow: hidden;

    height: 300px !important;
}

.result-news:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #a20000;

    mix-blend-mode: multiply;
}

.result-news a
{
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.result-news > div
{
    font-size: 20px;
    font-weight: 900;

    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    color: #fff;

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

.result-news > div span
{
    font-size: 13px;

    display: block;

    width: 100%;

    text-align: center !important;
}

.result-news img
{
    font-family: 'object-fit: cover; object-position: center;';

    width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.result-wrap
{
    position: relative;

    height: 300px !important;

    background: url(../images/common/topimg2.jpg) center/cover no-repeat;
}

.result-wrap:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: #00154b;

    mix-blend-mode: multiply;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.result-wrap td
{
    font-weight: 900;

    position: relative;
    z-index: 99999;

    color: #fff;
    border: none;
}

.result-wrap .num1,
.result-wrap .num2
{
    font-size: 50px;
}

.result-wrap div
{
    font-weight: 900;
}

.result-wrap .yokobou
{
    font-size: 50px;
}

.banner1 a,
.banner2 a,
.banner3 a
{
    position: relative;

    display: block;

    height: 100%;
}

.banner1 a:before,
.banner2 a:before,
.banner3 a:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 95%;
    height: 90%;
    margin: auto;

    content: '';

    background: rgba(0, 0, 0, .4);
}

.banner1 a > div,
.banner2 a > div,
.banner3 a > div
{
    font-size: 20px;
    font-weight: 900;

    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-decoration: none;

    color: #fff;

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

.banner1 a img,
.banner2 a img,
.banner3 a img
{
    font-family: 'object-fit: cover; object-position: center;';

    width: 100% !important;
    height: 180px !important;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.banner2
{
    display: block !important;
}

.banner2 a:before
{
    width: 97.5%;
}

.banner2 .box
{
    width: 100% !important;
}

.banner3 a:before
{
    width: 90%;
}

.topbanner ul
{
    display: -ms-flexbox;
    display: flex;

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

.topbanner ul li
{
    float: none !important;

    width: auto;
    padding: 5px;

    text-align: center !important;
}

.topbanner ul li img
{
    width: auto !important;
}

.anc1 .box
{
    text-align: center;

    background: #00154b;
}

.anc1 .box a
{
    font-weight: 900;

    display: block;

    padding: 15px 0;

    text-decoration: none;

    color: #fff;
}

.match-title
{
    font-size: 20px;
    line-height: 1.6;

    position: relative;

    cursor: pointer;
    transition-duration: .3s;

    background: #eee;
}

.match-title:before
{
    font-size: 30px;
    font-weight: 900;

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

    display: block;

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

    content: '+';
}

.match-title h2
{
    font-weight: bold;

    padding: 10px;
    padding-left: 15px;
}

.match-title h3
{
    font-weight: bold;

    padding: 10px;
    padding-left: 15px;
}

.active
{
    position: relative;

    color: #fff;
    background: #a20000;
}

.active:before
{
    font-size: 30px;
    font-weight: 900;

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

    display: block;

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

    content: '-';
}

.match
{
    display: none;

    border: 1px solid #eee;
}

.match .num1,
.match .num2
{
    font-size: 30px;
    font-weight: 900;
}

.match .num1 div,
.match .num2 div
{
    font-weight: 900;
}

.match__yokobou
{
    font-size: 30px;
    font-weight: bold;
}

.ofj h3
{
    font-weight: 900;

    margin-bottom: 5px;
    padding-bottom: 5px;

    border-bottom: 1px solid #ccc;
}

.ofj.ofj img
{
    font-family: 'object-fit: cover; object-position: center;';

    width: 100% !important;
    height: 200px !important;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.number dl
{
    position: relative;

    margin-bottom: 1px;
    padding-left: 20px !important;
}

.number dl:nth-of-type(1):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '1';
}

.number dl:nth-of-type(2):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '2';
}

.number dl:nth-of-type(3):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '3';
}

.number dl:nth-of-type(4):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '4';
}

.number dl:nth-of-type(5):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '5';
}

.number dl:nth-of-type(6):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '6';
}

.number dl:nth-of-type(7):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '7';
}

.number dl:nth-of-type(8):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '8';
}

.number dl:nth-of-type(9):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '9';
}

.number dl:nth-of-type(10):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '10';
}

.number dl:nth-of-type(11):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '11';
}

.number dl:nth-of-type(12):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '12';
}

.number dl:nth-of-type(13):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '13';
}

.number dl:nth-of-type(14):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '14';
}

.number dl:nth-of-type(15):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '15';
}

.number dl:nth-of-type(16):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '16';
}

.number dl:nth-of-type(17):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '17';
}

.number dl:nth-of-type(18):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '18';
}

.number dl:nth-of-type(19):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '19';
}

.number dl:nth-of-type(20):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '20';
}

.number dl:nth-of-type(21):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '21';
}

.number dl:nth-of-type(22):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '22';
}

.number dl:nth-of-type(23):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '23';
}

.number dl:nth-of-type(24):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '24';
}

.number dl:nth-of-type(25):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '25';
}

.number dl:nth-of-type(26):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '26';
}

.number dl:nth-of-type(27):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '27';
}

.number dl:nth-of-type(28):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '28';
}

.number dl:nth-of-type(29):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '29';
}

.number dl:nth-of-type(30):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '30';
}

.number dl:nth-of-type(31):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '31';
}

.number dl:nth-of-type(32):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '32';
}

.number dl:nth-of-type(33):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '33';
}

.number dl:nth-of-type(34):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '34';
}

.number dl:nth-of-type(35):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '35';
}

.number dl:nth-of-type(36):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '36';
}

.number dl:nth-of-type(37):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '37';
}

.number dl:nth-of-type(38):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '38';
}

.number dl:nth-of-type(39):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '39';
}

.number dl:nth-of-type(40):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '40';
}

.number dl:nth-of-type(41):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '41';
}

.number dl:nth-of-type(42):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '42';
}

.number dl:nth-of-type(43):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '43';
}

.number dl:nth-of-type(44):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '44';
}

.number dl:nth-of-type(45):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '45';
}

.number dl:nth-of-type(46):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '46';
}

.number dl:nth-of-type(47):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '47';
}

.number dl:nth-of-type(48):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '48';
}

.number dl:nth-of-type(49):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '49';
}

.number dl:nth-of-type(50):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '50';
}

.number dl:nth-of-type(51):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '51';
}

.number dl:nth-of-type(52):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '52';
}

.number dl:nth-of-type(53):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '53';
}

.number dl:nth-of-type(54):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '54';
}

.number dl:nth-of-type(55):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '55';
}

.number dl:nth-of-type(56):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '56';
}

.number dl:nth-of-type(57):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '57';
}

.number dl:nth-of-type(58):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '58';
}

.number dl:nth-of-type(59):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '59';
}

.number dl:nth-of-type(60):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '60';
}

.number dl:nth-of-type(61):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '61';
}

.number dl:nth-of-type(62):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '62';
}

.number dl:nth-of-type(63):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '63';
}

.number dl:nth-of-type(64):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '64';
}

.number dl:nth-of-type(65):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '65';
}

.number dl:nth-of-type(66):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '66';
}

.number dl:nth-of-type(67):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '67';
}

.number dl:nth-of-type(68):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '68';
}

.number dl:nth-of-type(69):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '69';
}

.number dl:nth-of-type(70):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '70';
}

.number dl:nth-of-type(71):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '71';
}

.number dl:nth-of-type(72):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '72';
}

.number dl:nth-of-type(73):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '73';
}

.number dl:nth-of-type(74):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '74';
}

.number dl:nth-of-type(75):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '75';
}

.number dl:nth-of-type(76):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '76';
}

.number dl:nth-of-type(77):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '77';
}

.number dl:nth-of-type(78):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '78';
}

.number dl:nth-of-type(79):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '79';
}

.number dl:nth-of-type(80):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '80';
}

.number dl:nth-of-type(81):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '81';
}

.number dl:nth-of-type(82):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '82';
}

.number dl:nth-of-type(83):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '83';
}

.number dl:nth-of-type(84):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '84';
}

.number dl:nth-of-type(85):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '85';
}

.number dl:nth-of-type(86):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '86';
}

.number dl:nth-of-type(87):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '87';
}

.number dl:nth-of-type(88):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '88';
}

.number dl:nth-of-type(89):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '89';
}

.number dl:nth-of-type(90):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '90';
}

.number dl:nth-of-type(91):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '91';
}

.number dl:nth-of-type(92):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '92';
}

.number dl:nth-of-type(93):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '93';
}

.number dl:nth-of-type(94):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '94';
}

.number dl:nth-of-type(95):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '95';
}

.number dl:nth-of-type(96):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '96';
}

.number dl:nth-of-type(97):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '97';
}

.number dl:nth-of-type(98):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '98';
}

.number dl:nth-of-type(99):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '99';
}

.number dl:nth-of-type(100):before
{
    font-style: italic;

    position: absolute;
    top: 5px;
    left: 0;

    content: '100';
}

.number dt
{
    padding: 5px !important;

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

.number dd
{
    display: -ms-flexbox;
    display: flex;

    padding-left: 10px !important;

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

.calendar
{
    text-align: center;
}

.calendar th
{
    font-weight: bold;

    padding: 15px;

    text-align: center;

    background: #eee;
}

.calendar th:first-child
{
    color: #a20000;
}

.calendar td
{
    font-size: 13px;

    padding: 15px;
}

.calendar td:first-child
{
    color: #a20000;
}

.nenkan dl:first-child dt
{
    color: #fff;
    background: #00154b;
}

.nenkan dl:first-child dd
{
    text-align: center;

    color: #fff;
    background: #00154b;
}

.nenkan dt
{
    -ms-flex-align: center !important;
    align-items: center !important;
}

.member-title
{
    font-size: 16px;

    color: #fff;
    background: #00154b;
}

.member-scroll table
{
    table-layout: inherit !important;
}

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

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

.staff > img
{
    width: 35%;
}

.staff article
{
    width: 63%;
}

.staff td:first-child
{
    width: 30%;

    text-align: center !important;

    background: #eee;
}

.pdtop
{
    margin-top: -50px;
    padding-top: 50px;
}

section div#contents > dl dt span
{
    font-weight: bold;
}

section div#contents > dl ul li a
{
    font-size: 13px;
}

div.blog_list
{
    border: none;
}

div.blog_list a
{
    text-decoration: none;
}

div.blog_list li a
{
    padding: 0 5px;

    text-decoration: none;

    color: #fff;
    background: #a20000;
}

div.blog_list ul
{
    display: block;
}

div.blog_list div.blog_photo,
div.blog_list div.detail
{
    display: none;
}

div.blog_list div.blog_text
{
    font-size: 13px;

    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

div.blog_list div.blog_date
{
    color: #a20000;
}

.blogtitle
{
    font-size: 20px;
    font-weight: 900;

    padding: 10px;
    padding-left: 15px;

    color: #fff;
    background: #a20000;
}

.blogh2title h2
{
    font-weight: 900;

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

    color: #000 !important;
    border-bottom: 1px solid #a20000;
}

.blogh3title h3
{
    font-size: 18px;
    font-weight: 900;

    color: #a20000;
}

#form_calendar td.blog
{
    position: relative;
}

#form_calendar td.blog:before
{
    font-size: 9px;

    position: absolute;
    top: 48%;
    left: 35%;

    content: '●';

    color: #a20000;
}

#form_calendar td label
{
    top: -15% !important;
    left: 0 !important;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

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

.maincolor
{
    color: #a20000;
}

.pan1
{
    margin-bottom: 30px;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    text-decoration: none;

    color: #a20000;
}

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

.bg1002
{
    margin-right: calc(((100vw - 80%) / 2) * -1) !important;
    margin-left: calc(((100vw - 80%) / 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: 430px;
}

.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:after,
.flex3 .box
{
    width: calc(100% / 4 - 2%);
}

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

.flex1:before
{
    content: '';

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

.flex1 .box
{
    margin-bottom: 3%;
}

.flex2:before
{
    content: '';

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

.flex2 .box
{
    margin-bottom: 3%;
}

.flex3:before
{
    content: '';

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

.flex3:after
{
    content: '';

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

.flex3 .box
{
    margin-bottom: 3%;
}

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

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

    color: #a20000;
}

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

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

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

    background: none;
}

.policy-wrap.active:before
{
    display: none;
}

.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;
    }
    .banner2 a:before
    {
        width: 95%;
    }
    .staff
    {
        display: block;
    }
    .staff > img
    {
        width: 100%;
    }
    .staff article
    {
        width: 100%;
        margin-top: 20px;
    }
    .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;
    }
    .spW100box .box
    {
        width: 100% !important;
    }
    .spW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .spW50box .box
    {
        width: calc(100% / 2 - 2%) !important;
    }
}

@media screen and (max-width: 834px)
{
    #contents_wrap
    {
        padding: 0 10px 80px;
    }
    #header
    {
        display: block;

        padding: 30px 0;
    }
    .header .page-title
    {
        position: fixed;
        z-index: 9999999;
        top: 5px;
        left: 10px;
    }
    .header .page-title img
    {
        width: auto !important;
        height: 50px !important;
    }
    .main .copy
    {
        font-size: 30px;
        font-size: 9.375vw;
    }
    .main .slick-track .slick-slide img
    {
        height: 300px !important;
    }
    .pcdisnone
    {
        display: block;
    }
    .footer .inner
    {
        padding: 0 10px;
    }
    .footer__nav
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .footer__logo
    {
        width: 100%;
        margin-bottom: 30px;

        text-align: center;

        -ms-flex-order: 1;
        order: 1;
    }
    .result-wrap td
    {
        font-size: 7px;
        font-size: 2.1875vw;
    }
    .topbanner ul li
    {
        width: calc(100% / 2 - 2%);
    }
    .calendar td
    {
        padding: 5px;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
