@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    color: #000;
    background: #171c61;
    min-height: 100%;
    min-width: 1200px\9;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

img {
    vertical-align: bottom;
    height: auto;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 10px;
    font-size: 1.0rem;
}

ul {
    list-style-type: none;
}

.disnon {
    display: none;
}

.spOnly {
    display: none;
}

.pcOnly {
    display: block !important;
}

@media (max-width:767px) {
    .spOnly {
        display: block !important;
    }

    .pcOnly {
        display: none !important;
    }
}

.cf:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

.cf {
    zoom: 1;
}

.cf p:first-child {
    margin-top: 0;
}

a,
a:link,
a:visited {
    color: #999660;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #bb9900;
}

iframe {}

@media (max-width:767px) {
    .youtube_outer {
        width: 100%;
        padding-top: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .youtube_outer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

.btnOpacity {
    opacity: 1;
}

.btnOpacity:hover {
    opacity: 0.6;
}

/*.topBtn {
    display: inline-block;
    width: 168px;
    height: 50px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 1.2px;
    color: #fff !important;
    outline: none !important;
    text-decoration: none !important;
    background-color: #171c61;
    background-image: linear-gradient(253deg, #171c61, #333c9a 52%, #171c61);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
    overflow: hidden;
}*/

.topBtn {
    display: inline-block;
    width: 168px;
    height: 50px;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 1.2px;
    color: #767676 !important;
    outline: none !important;
    text-decoration: none !important;
    background-color: #fff;
    border: solid 1px #767676;
    /*background-image: linear-gradient(253deg, #171c61, #333c9a 52%, #171c61);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);*/
    opacity: 1;
    overflow: hidden;
}

.topBtnNewsLP {
    display: inline-block;
    width: 168px;
    height: 50px;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 1.2px;
    color: #fff !important;
    outline: none !important;
    text-decoration: none !important;
    border-right: solid 1px white;
    opacity: 1;
    overflow: hidden;
}

.topBtnNewsLP .topBtnNewsLPItatlic {
    font-style: italic;
}

.topBtn span {
    display: inline-block;
    width: auto;
    height: 50px;
    padding-right: 23px;
    background-image: url(/common/img/icon_more_g.svg);
    background-position: right center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.topBtn:hover {
    color: #fff !important;
    background-color: #171c61;
    border: solid 1px #171c61;
    opacity: 0.8;
    overflow: hidden;
    background-image: linear-gradient(253deg, #171c61, #333c9a 52%, #171c61);
}

.topBtn:hover span {
    background-image: url(/common/img/icon_more.svg);
}

.topBtnNewsLP:hover {
    opacity: 0.8;
}

.btnType01 {
    display: inline-block;
    margin-top: 1em;
    padding: 17px 17px;
    background: #999664;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
}

.btnType01:hover {
    background: #c1c1a3;
}

.btnType01.nolink {
    background: #999664 !important;
    opacity: 0.6;
}

@media (max-width:767px) {
    .btnType01 {
        font-size: 0.9em;
        padding: 14px 12px 12px;
    }
}

.listBtnAnchor {
    margin-top: 20px;
    text-align: center;
}

.listBtnAnchor-2 {
    margin-top: 0px;
    text-align: center;
}

.listBtnAnchor ul {
    margin: 0 auto;
    display: inline-block;
}

.listBtnAnchor li {
    margin: 0 1px;
    float: left;
}

.listBtnAnchor .btnType01 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fade {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}

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

.txtR {
    text-align: right !important;
}

.txtL {
    text-align: left !important;
}

.fs08 {
    font-size: 8px;
    font-size: 0.8rem !important;
}

.fs09 {
    font-size: 9px;
    font-size: 0.9rem !important;
}

.fs10 {
    font-size: 10px;
    font-size: 1rem !important;
}

.fs11 {
    font-size: 11px;
    font-size: 1.1rem !important;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem !important;
}

.fs13 {
    font-size: 13px;
    font-size: 1.3rem !important;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem !important;
}

.fs15 {
    font-size: 15px;
    font-size: 1.5rem !important;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem !important;
}

.fs17 {
    font-size: 17px;
    font-size: 1.7rem !important;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem !important;
}

.fs19 {
    font-size: 19px;
    font-size: 1.9rem !important;
}

.fs20 {
    font-size: 20px;
    font-size: 2rem !important;
}

.fs21 {
    font-size: 21px;
    font-size: 2.1rem !important;
}

.fs22 {
    font-size: 22px;
    font-size: 2.2rem !important;
}

.fs23 {
    font-size: 23px;
    font-size: 2.3rem !important;
}

.fs24 {
    font-size: 24px;
    font-size: 2.4rem !important;
}

.fs25 {
    font-size: 25px;
    font-size: 2.5rem !important;
}

.fs26 {
    font-size: 26px;
    font-size: 2.6rem !important;
}

.txtEn {
    font-family: 'Rajdhani', sans-serif;
}

.txtEn.w500 {
    font-weight: 500;
}

.txtEn.w600 {
    font-weight: 600;
}

.txtEn.w700 {
    font-weight: 700;
}

.txtNotice {
    color: #c00;
}

.txtBlue {
    color: #0000ff;
}

.txtBlueNavy {
    color: #000080;
}

.txtGreen {
    color: #008000;
}

.txtGreenDark {
    color: #006400;
}

.txtRed {
    color: #ff0000;
}

.txtRedOrange {
    color: #ff4500;
}

.txtYellow {
    color: #ffff00;
}

.txtYellowOrange {
    color: #ffa500;
}

section strong {
    font-weight: bold;
}

@media (max-width:767px) {
    .fs08 {
        font-size: 8px;
        font-size: 0.8rem !important;
    }

    .fs09 {
        font-size: 9px;
        font-size: 0.9rem !important;
    }

    .fs10 {
        font-size: 9px;
        font-size: 0.9rem !important;
    }

    .fs11 {
        font-size: 9px;
        font-size: 0.9rem !important;
    }

    .fs12 {
        font-size: 10px;
        font-size: 1.0rem !important;
    }

    .fs13 {
        font-size: 11px;
        font-size: 1.1rem !important;
    }

    .fs14 {
        font-size: 12px;
        font-size: 1.2rem !important;
    }

    .fs15 {
        font-size: 13px;
        font-size: 1.3rem !important;
    }

    .fs16 {
        font-size: 14px;
        font-size: 1.4rem !important;
    }

    .fs17 {
        font-size: 15px;
        font-size: 1.5rem !important;
    }

    .fs18 {
        font-size: 16px;
        font-size: 1.6rem !important;
    }

    .fs19 {
        font-size: 17px;
        font-size: 1.7rem !important;
    }

    .fs20 {
        font-size: 18px;
        font-size: 1.8rem !important;
    }

    .fs21 {
        font-size: 19px;
        font-size: 1.9rem !important;
    }

    .fs22 {
        font-size: 20px;
        font-size: 2.0rem !important;
    }

    .fs23 {
        font-size: 21px;
        font-size: 2.1rem !important;
    }

    .fs24 {
        font-size: 22px;
        font-size: 2.2rem !important;
    }

    .fs25 {
        font-size: 23px;
        font-size: 2.3rem !important;
    }

    .fs26 {
        font-size: 24px;
        font-size: 2.4rem !important;
    }
}

.m0 {
    margin: 0 !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.m30 {
    margin: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mlr30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mlr40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mlr50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mtb40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mtb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

f .pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

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

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#logo a,
#globalNavArea .btnMenu {
    font-size: 10px !important;
    line-height: 12px !important;
    text-align: left !important;
    text-indent: 104% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    word-wrap: normal !important;
}

#globalNavArea.fixed {
    /*left: 0;左寄せ解除*/
    position: fixed;
    top: 0;
}

#globalNavArea {
    min-height: 100%;
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 9999;
}

#globalNavArea:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    min-height: 100%;
    content: "";
    background: #171c61;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#globalNavArea * {
    font-family: "source-han-sans-japanese", sans-serif;
}

#globalNavArea .mCSB_container {
    min-height: 100%;
}

#globalNavArea .mCSB_scrollTools_vertical {
    visibility: hidden !important;
}

#globalNavAreaWrap {
    width: 200px;
    padding-bottom: 150px;
}

#globalNavSub2Area,
#globalNavSubArea {
    display: none;
    position: fixed;
    left: 0;
    width: 284px;
    min-height: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(23, 28, 97, 0.75);
}

#globalNavSubArea::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 89;
    content: "";
}

#globalNavSubArea .topGroupTitle {
    background: none;
}

#globalNavSubArea .topGroupTitle img {
    float: left;
}

#globalNavSubArea .topGroupTitle span {
    display: inline-block;
    line-height: 1;
    margin-top: 20px;
    padding-left: 13px;
}

#globalNavSub2AreaClose {
    width: 30px;
    height: 30px;
    margin-top: 34px;
    margin-left: 47px;
    background-image: url(/common/img/icon_menu_back.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#globalNavSub2AreaTitle {
    width: 100%;
    margin-top: 40px;
    padding-left: 47px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#globalNavSub2AreaContent ul {
    width: 100%;
    margin-top: 87px;
    list-style: none;
}

#globalNavSub2AreaContent a {
    display: block;
    width: 100%;
    padding: 13px 10px 13px 35px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff !important;
}

#logo {
    padding-top: 25px;
    text-align: center;
}

#logo a {
    margin: 0 auto;
    display: block;
    width: 102px;
    height: 87px;
    background: url(/common/img/logo.png) no-repeat left top;
    outline: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #logo a {
        display: block;
        width: 102px;
        height: 87px;
        background: url(/common/img/logo@2x.png) no-repeat left top;
        background-size: 102px 87px;
    }
}

#navSearch {
    height: 35px;
    margin-top: 27px;
    padding: 0 14px;
}

.gsc-control-cse {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.gsib_a {
    padding: 0 !important;
}

table.gsc-branding,
td.gsc-search-button,
td.gsc-clear-button,
td.gsib_b {
    display: none !important;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

table.gsc-search-box {
    margin-bottom: 0 !important;
}

.gsc-input {
    padding-right: 0 !important;
}

.gsc-input-box {
    height: 35px !important;
    border: none !important;
    background: none !important;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
    width: 100% !important;
    height: 35px !important;
    padding-left: 33px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
    color: #171c61 !important;
    background-color: #fff !important;
    background-image: url(/common/img/icon_nav_search.svg) !important;
    background-position: 11px 11px !important;
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    border: none !important;
    outline: none !important;
    text-indent: 0px !important;
}

.gsc-modal-background-image {
    background-color: black !important;
}

.gsc-results-wrapper-overlay {
    height: 90% !important;
    left: 15% !important;
}

@media (max-width:767px) {
    .gsc-results-wrapper-overlay {
        width: 90% !important;
        height: 90% !important;
        left: 5% !important;
    }
}

#globalNavArea nav > ul {
    background: #171c61;
}

#globalNav {
    margin-top: 26px;
}

#globalNav > li {
    position: relative;
    padding: 0 10px;
}

#globalNav > li a,
#globalNav > li span {
    display: block;
    height: 44px;
    padding: 0 0 0 14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    text-decoration: none !important;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    outline: none !important;
}

#globalNav > li:nth-child(3n) a,
#globalNav > li:nth-child(3n) span {
    height: 45px;
    line-height: 45px;
}

#globalNav > li:hover a,
#globalNav > li:hover span {
    color: rgba(255, 255, 255, 1);
}

#globalNav > li .btnSubNavIcon {
    width: 22px;
    height: 44px;
    float: left;
    margin: 0 14px 0 0;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#globalNav > li:nth-child(3n) .btnSubNavIcon {
    height: 45px;
}

#globalNav > li:hover .btnSubNavIcon {
    opacity: 1;
}

#globalNav > li#navAreaTicket .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_ticket.svg);
}

#globalNav > li#navAreaMatchInfo .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_match_info.svg);
}

#globalNav > li#navAreaNews .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_news.svg);
    background-size: 88% auto;
}

#globalNav > li#navAreaClub .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_club.svg);
}

#globalNav > li#navAreaTeams .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_teams.svg);
}

#globalNav > li#navAreaSupport .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_support.svg);
}

#globalNav > li#navAreaStadium .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_stadium.svg);
}

#globalNav > li#navAreaImabariModel .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_imabari_model.svg);
}

#globalNav > li#navAreaSpecial .btnSubNavIcon {
    background-image: url(/common/img/icon_nav_special.svg);
}

#globalNav > li#navAreaLadies .btnSubNavIcon {
    background-image: url(/common/icon_nav_ladies_2.png);
}

#globalNav > li.btnSns {
    padding: 18px 0;
    background: #101444;
}

#subNavImabariModel label {
    display: block;
    width: 100%;
    height: 41px;
    padding: 0 19px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #171c61;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #a2a5bf;
}

#globalNav li.btnSns {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 64px;
    text-align: center;
}

#globalNav li.btnSns ul {
    list-style-type: none;
    display: table;
    margin: 0 auto;
}

#globalNav li.btnSns ul li {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#globalNav li.btnSns a {
    margin: 0 auto;
    padding: 0 !important;
    display: block;
    width: 27px;
    height: 26px;
}

#globalNav li.btnSns a img {
    width: 27px;
    height: auto;
    vertical-align: top;
}

#globalNav li.btnSns li a:hover {
    opacity: 0.6;
}

#globalNav li.btnEn {
    padding: 0;
    width: 100%;
    height: 64px;
    text-align: center;
    background: #101444;
    border-top: 1px solid #2c2d65;
}

#globalNav li.btnEn a {
    display: block;
    padding: 0 0 0 5px;
    height: 64px;
    line-height: 64px;
    letter-spacing: 5px;
}

#globalNav li.btnSns a:hover {
    opacity: 0.7;
}

.txtTeam {
    padding: 10px 0;
    text-align: center;
    color: #999664;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.subNav {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    background: rgba(23, 28, 97, 1);
    z-index: -1;
}

.btnSubNav.btnSubNavTop .subNav {
    top: 0;
}

.btnSubNav.btnSubNavBottom .subNav {
    bottom: 0;
}

.btnSubNav.btnSubNavMidle .subNav {
    bottom: -337px;
}

#navAreaNews .subNav {
    width: 126px;
}

#navAreaCompany .subNav {
    width: 230px;
}

#navAreaSupport .subNav {
    width: 273px;
}

#navAreaStadium .subNav {
    width: 250px;
}

#navAreaLadies .subNav {
    width: 273px;
}

#navAreaImabariModel .subNav {
    width: 273px;
}

.subNav ul {
    width: 100%;
    list-style: none;
}

.subNav li a {
    display: block;
    width: 100%;
    height: 38px !important;
    margin-bottom: 1px;
    padding-left: 16px !important;
    padding-right: 25px !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 38px !important;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: #73779f;
    background-image: url(/common/img/icon-arrow-s.svg);
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border-bottom: none !important;
}

.subNav li a:hover {
    color: #fff !important;
    background-color: transparent;
}

.subNav li a.multi2 {
    height: 58px !important;
    padding-top: 10px !important;
    line-height: 1.4 !important;
}

.subNav li a.ker {
    padding-left: 10px !important;
}

.btnClose {
    display: none;
}

body.pc .btnClose {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 84px;
    left: 47px;
    background-image: url(/common/img/icon_menu_back.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

body.pc .btnClose img {
    display: none;
}

@-webkit-keyframes common_hoverX {
    0% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes common_hoverX {
    0% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes common_clickX {
    0% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@-webkit-keyframes common_clickX {
    0% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: none;
        transform: none
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@-webkit-keyframes common_hoverY {
    0% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes common_hoverY {
    0% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes common_clickY {
    0% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes common_clickY {
    0% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    45% {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        transform: none
    }

    55% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

/* Menu SP */
@media (max-width:767px) {
    #globalNavArea {
        display: none;
        width: 100%;
        background: #171c61;
    }

    #globalNavArea:after {
        width: 100%;
    }

    #globalNavAreaWrap {
        width: 100%;
    }

    #logo {
        display: none;
    }

    #navSearch {
        height: 40px;
        margin-top: 65px;
        padding: 0 17px;
    }

    .gsc-search-box-tools .gsc-search-box input.gsc-input {
        height: 40px !important;
        background-position: 11px 14px !important;
    }

    #navArea {
        position: fixed;
        top: 120px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: auto;
    }

    #globalNav {
        margin-top: 16px;
    }

    #globalNav > li {
        padding: 0 12px;
    }

    #globalNav > li a,
    #globalNav > li span,
    #globalNav > li:nth-child(3n) a,
    #globalNav > li:nth-child(3n) span {
        height: 54px;
        line-height: 54px;
        padding-left: 9px;
        color: #fff;
    }

    #navSearch,
    #globalNav > li {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }

    .isMenuOpenEnd #navSearch,
    .isMenuOpenEnd #globalNav > li {
        -webkit-transform: none;
        transform: none;
    }

    #globalNav > li:nth-child(1) {
        transition-delay: 0.1s
    }

    #globalNav > li:nth-child(2) {
        transition-delay: 0.2s
    }

    #globalNav > li:nth-child(3) {
        transition-delay: 0.3s
    }

    #globalNav > li:nth-child(4) {
        transition-delay: 0.4s
    }

    #globalNav > li:nth-child(5) {
        transition-delay: 0.5s
    }

    #globalNav > li:nth-child(6) {
        transition-delay: 0.6s
    }

    #globalNav > li:nth-child(7) {
        transition-delay: 0.7s
    }

    #globalNav > li:nth-child(8) {
        transition-delay: 0.8s
    }

    #globalNav > li:nth-child(9) {
        transition-delay: 0.9s
    }

    #globalNav > li:nth-child(10) {
        transition-delay: 1.0s
    }

    #globalNav > li:nth-child(11) {
        transition-delay: 1.1s
    }

    #globalNav > li:nth-child(12) {
        transition-delay: 1.2s
    }

    #globalNav > li:nth-child(13) {
        transition-delay: 1.3s
    }

    #globalNav > li .btnSubNavIcon,
    #globalNav > li:nth-child(3n) .btnSubNavIcon {
        width: 26px;
        height: 54px;
    }

    #globalNavSub2Area {
        top: 120px;
        bottom: 0;
        left: 100%;
        display: none;
        width: 100%;
        height: auto;
        min-height: inherit;
        background: #171c61;
        z-index: 9999;
    }

    #globalNavSub2AreaClose {
        position: absolute;
        margin-top: 21px;
        margin-left: 22px;
    }

    #globalNavSub2AreaTitle {
        margin-top: 26px;
        padding-left: 10px;
        text-align: center;
        font-weight: 500;
    }

    #globalNavSub2AreaContent {
        position: absolute;
        top: 68px;
        left: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 0;
        overflow: auto;
    }

    #globalNavSub2AreaContent ul {
        margin-top: 0;
        padding: 0 12px;
    }

    #globalNavSub2AreaContent li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    #globalNavSub2AreaContent a {
        padding: 18px 30px 18px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-image: url(/common/img/icon-arrow-s.svg);
        background-position: right 13px top 50%;
        background-repeat: no-repeat;
        background-size: auto 12px;
        outline: none !important;
    }

    #globalNavSub2AreaContent label {
        display: block;
        width: 100%;
        height: 41px;
        padding: 0 19px;
        font-size: 13px;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.75);
        line-height: 41px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-image: linear-gradient(90deg, #333c9a, #171c61);
    }

    #globalNavSub2AreaContent #subNavImabariModel li:last-child a {
        border-bottom: none;
    }

    #globalNavSub2AreaContent #subNavImabariModel li:first-child a {
        border-top: none;
    }

    #globalNavSub2AreaContent #subNavImabariModel ul:first-child li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .headerMenuOpen > div > b {
        color: #fff;
        top: 30px;
        right: 0;
        position: absolute;
        font-size: 12px;
    }

    .headerMenuOpen,
    .headerMenuClose {
        position: absolute;
        top: 0;
        right: 8px;
        z-index: 1;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    .headerMenuOpen > div,
    .headerMenuClose > div {
        position: relative;
        display: block;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 20px;
        height: 20px;
        margin: 23px auto 0 auto;
    }

    .headerMenuOpen > div {
        width: 32px;
        height: 60px;
        margin: 0 auto 0 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .headerMenuOpen > div > span,
    .headerMenuClose > div > span {
        display: block;
        position: absolute;
        z-index: 1
    }

    .headerMenuOpen > div > span:nth-child(1),
    .headerMenuOpen > div > span:nth-child(2),
    .headerMenuClose > div > span:nth-child(1) {
        width: 100%;
        height: 2px;
        top: 9px;
        left: 0;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) .2s;
        transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) .2s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) .2s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) .2s, -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) .2s
    }

    .headerMenuOpen > div > span:nth-child(1) {
        top: 16px;
    }

    .headerMenuOpen > div > span:nth-child(2) {
        top: 24px;
    }

    .headerMenuOpen > div > span:nth-child(1),
    .headerMenuOpen > div > span:nth-child(2),
    .isMenuOpenEnd .headerMenuClose > div > span:nth-child(1) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 1.2s;
        transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 1.2s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 1.2s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 1.2s, -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 0s
    }

    .headerMenuClose > div > span:nth-child(2) {
        width: 2px;
        height: 100%;
        top: 0;
        left: 9px;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 0s;
        transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 0s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 0s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 0s, -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 0s
    }

    .isMenuOpenEnd .headerMenuClose > div > span:nth-child(2) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 1.4s;
        transition: -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 1.4s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 1.4s;
        transition: transform .3s cubic-bezier(.77, 0, .355, 1) 1.4s, -webkit-transform .3s cubic-bezier(.77, 0, .355, 1) 0.2s
    }

    .headerMenuOpen > div > span:before,
    .headerMenuClose > div > span:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .headerMenuOpen:hover > div > span:nth-child(1):before,
    .headerMenuClose:hover > div > span:nth-child(1):before {
        -webkit-animation: common_hoverX .5s cubic-bezier(.645, .045, .175, 1) 0s !important;
        animation: common_hoverX .5s cubic-bezier(.645, .045, .175, 1) 0s !important
    }

    .headerMenuOpen:hover > div > span:nth-child(2):before,
    .headerMenuClose:hover > div > span:nth-child(2):before {
        -webkit-animation: common_hoverY .5s cubic-bezier(.645, .045, .175, 1) .15s !important;
        animation: common_hoverY .5s cubic-bezier(.645, .045, .175, 1) .15s !important
    }

    .headerMenuOpen.clickAnimation > div > span:nth-child(1):before,
    .headerMenuClose.clickAnimation > div > span:nth-child(1):before {
        -webkit-animation: common_clickX .5s cubic-bezier(1, .99, 0, 0.1) 0s !important;
        animation: common_clickX .5s cubic-bezier(1, .99, 0, 0.1) 0s !important;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
    }

    .headerMenuOpen.clickAnimation > div > span:nth-child(2):before,
    .headerMenuClose.clickAnimation > div > span:nth-child(2) {
        -webkit-animation: common_clickY .5s cubic-bezier(1, .99, 0, 0.1) -0.15s !important;
        animation: common_clickY .5s cubic-bezier(1, .99, 0, 0.1) -0.15s !important;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
    }

    #globalNavSubArea {
        width: 100%;
        height: auto;
        min-height: inherit;
        top: 60px;
        bottom: 0;
        background: none;
    }

    #globalNavSubArea .topGroupTitle {
        width: 100%;
        height: 50px;
        background: #171c61;
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
    }
}

#container {
    margin: 0 auto;
    /*hata*/
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width:1200px) {
    #container {
        width: 1200px !important;
        /*hata*/
    }
}

#container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

#contentsArea {
    position: relative;
    padding-left: 200px;
    height: 100%;
    /*width:100%;*/
    text-align: center;
}

#contentsAreaWrap {
    position: relative;
    margin: 0 auto;
    padding-top: 60px;
    height: 100%;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

@media (max-width:767px) {
    #contentsArea {
        position: relative;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    #contentsAreaWrap {
        position: relative;
        margin: 0 auto;
        min-width: 100%;
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.cateName {
    float: left;
    color: #999664;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 34px;
    text-align: left;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
}

.ttlH1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ttlH1 span.txtEn {
    font-size: 27px;
    font-size: 2.7rem;
}

.ttlH2 {
    color: #999664;
    font-size: 27px;
    font-family: 2.7rem;
    text-align: center;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.ttlH2.txtEn {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
}

.ttlH3 {
    margin-top: 60px;
    padding: 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
    -webkit-font-smoothing: antialiased;
}

.ttlH3.txtEn {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}

.ttlH3 span {
    padding: 5px 0 5px 33px;
    background: url(/common/img/ic_ttlh3.png) repeat-y left top;
}

.ttlH2 + .ttlH3 {
    margin-top: 30px;
}

.ttlH4 {
    margin-top: 2em;
    display: inline-block;
    padding: 0 33px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    /*float:left;*/
    border-bottom: 1px solid #c2c2c2;
    -webkit-font-smoothing: antialiased;
}

.ttlH4 + p,
.ttlH4 + ul,
.ttlH4 + ol {
    margin-top: 20px !important;
}

.ttlH5 {
    margin-top: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.ttlH5 + p,
.ttlH5 + ul,
.ttlH5 + ol {
    margin-top: 10px !important;
}

@media (max-width:767px) {
    .cateName {
        float: none;
        padding: 10px 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: center;
    }

    .ttlH1 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        text-align: center;
    }

    .ttlH1 span.txtEn {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .ttlH2 {
        color: #999664;
        font-size: 18px;
        font-family: 1.8rem;
        text-align: center;
        line-height: 1.4;
        -webkit-font-smoothing: antialiased;
    }

    .ttlH2.txtEn {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .ttlH3 {
        margin-top: 30px;
        font-size: 15px;
        font-family: 1.5rem;
    }

    .ttlH3.txtEn {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        border: 1px solid #000;
    }

    .ttlH3 span {
        display: inline-block;
        padding: 3px 0 3px 16px;
        background-size: 10px auto !important;
    }

    .ttlH4 {
        margin-top: 2em;
        padding: 0 16px 3px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ttlH4 + p,
    .ttlH4 + ul,
    .ttlH4 + ol {
        margin-top: 15px !important;
    }

    .ttlH5 {
        margin-top: 1em;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ttlH5 + p,
    .ttlH5 + ul,
    .ttlH5 + ol {
        margin-top: 15px !important;
    }
}

.listType01,
.listTypeNum {
    margin: 2em 0 0 30px;
}

.listType01 li,
.listTypeNum li {
    margin: 1em 0 0 0;
}

.listType01 li:first-child,
.listTypeNum li:first-child {
    margin: 0;
}

.listType01 {
    list-style-type: disc;
}

.listTypeNum {
    list-style-type: decimal;
}

@media (max-width:767px) {

    .listType01,
    .listTypeNum {
        margin: 20px 0 0 30px;
    }
}

.tableType01 {
    margin-top: 20px;
}

.tableType01 dl {
    display: table;
    width: 100%;
}

.tableType01 dl:last-child {
    border-bottom: 1px solid #dddddd;
}

.tableType01 dl:nth-child(odd) {
    background: #f6f6f6;
    border-bottom: none;
}

.tableType01 dt,
.tableType01 dd {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
    text-align: left;
}

.tableType01 dt {
    padding-right: 1em;
    width: 240px;
    border-right: 1px solid #dddddd;
    text-align: right;
}

.tableType01 dd {
    padding-left: 1em;
}

@media (max-width:767px) {
    .tableType01 dl {
        display: block;
        padding: 10px 10px 8px;
        line-height: 1.6;
    }

    .tableType01 dl:last-child {
        border-bottom: none;
    }

    .tableType01 dl:nth-child(odd) {
        border-bottom: none;
    }

    .tableType01 dt,
    .tableType01 dd {
        display: block;
        padding: 0;
        text-align: left;
    }

    .tableType01 dt {
        padding-right: 0;
        width: 100%;
        border-right: none;
        color: #666;
        font-size: 11px;
        font-size: 1.1rem;
    }

    .tableType01 dd {
        padding-left: 0;
    }
}

.tableType02 {
    margin-top: 20px;
    width: 100%;
}

.tableType02 tr:last-child th,
.tableType02 tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

.tableType02 tr:nth-child(odd) th,
.tableType02 tr:nth-child(odd) td {
    background: #f6f6f6;
    border-bottom: none;
}

.tableType02 tr th,
.tableType02 tr td {
    padding: 10px 0;
    vertical-align: top;
    text-align: left;
}

.tableType02 tr th {
    padding: 10px 1em;
    white-space: nowrap;
    border-right: 1px solid #dddddd;
    font-weight: normal;
}

.tableType02 tr td {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid #dddddd;
}

.tableType02 tr td:last-child {
    border-right: none;
}

.tableType02 td table {
    width: auto;
}

.tableType02 td table td {
    padding: 0 1em 0 0;
    width: auto;
    border-right: none;
}

@media (max-width:767px) {
    .tableType02 {
        margin-top: 10px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .tableType02 tr th {
        padding-left: 0.5em;
        padding-right: 0.5em;
        white-space: nowrap;
    }

    .tableType02 tr td {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

.tableType03 {
    margin-top: 20px;
    width: 100%;
}

.tableType03 thead th {

    background: #999999;

    color: #fff;

    padding: 5px 1em;

    white-space: nowrap;

    border-right: 1px solid #aaa !important;

    font-weight: normal;

}

.tableType03 tr:last-child th,
.tableType03 tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

.tableType03 tr:nth-child(odd) th,
.tableType03 tr:nth-child(odd) td {
    background: #f6f6f6;
    border-bottom: none;
}

.tableType03 tr th,
.tableType03 tr td {
    padding: 10px 0;
    vertical-align: top;
    text-align: left;
}

.tableType03 tr th {
    padding: 10px 1em;
    white-space: nowrap;
    border-right: 1px solid #dddddd;
    font-weight: normal;
}

.tableType03 tr td {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid #dddddd;
}

.tableType03 tr td:last-child {
    border-right: none;
}

.tableType03 td table {
    width: auto;
}

.tableType03 td table td {
    padding: 0 1em 0 0;
    width: auto;
    border-right: none;
}

@media (max-width:767px) {
    .tableType03 {
        margin-top: 10px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .tableType03 tr th {
        padding-left: 0.5em;
        padding-right: 0.5em;
        white-space: nowrap;
    }

    .tableType03 tr td {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

/* Access Map --------------------------------------------------------------- */
#access_map {
    padding-top: 7.5%;
}

.access_map_title {
    font-size: 1.4vw;
    font-weight: bold;
    text-align: left;
    color: #000000;
    padding-left: 2.2%;
    padding-bottom: 0.4vw;
    border-bottom: 3px solid #fff100;
}

.access_map_content {
    width: 95.5%;
    margin: 0 auto;
    padding-top: 2%;
    overflow: hidden;
    line-height: 2.15vw;
}

.access_map_content div {
    width: 40%;
    float: left;
    font-size: 1.24vw;
    padding-top: 30px;
}

.access_map_content div span {
    display: block;
    width: 100%;
}

.access_map_content div span:nth-child(1) {
    font-weight: bold;
    margin: 0;
}

.access_map_content div span:nth-child(3) {
    font-weight: bold;
    margin-top: 2.5%;
}

.access_map_content img {
    width: 70%;
    float: left;
}

/* Packing Map -------------------------------------------------------------- */
#parking_map {
    padding-top: 7.65%;
}

.parking_map_title {
    font-size: 1.4vw;
    font-weight: bold;
    text-align: left;
    color: #000000;
    padding-left: 2.2%;
    padding-bottom: 0.5%;
    border-bottom: 3px solid #fff100;
}

.parking_map_content {
    width: 95.9%;
    margin: 0 auto;
    padding-top: 2.2%;
    overflow: hidden;
}

.parking_map_content div {
    width: 40%;
    float: left;
    font-size: 1.24vw;
    padding-top: 30px;
}

.parking_map_content img {
    width: 70%;
    float: left;
}

@media (max-width:767px) {

    /* Access Map --------------------------------------------------------------- */
    #access_map {
        padding-top: 12.1vw;
    }

    .access_map_content {
        width: 92.2%;
    }

    .access_map_title {
        font-size: 4.7vw;
        padding-left: 4.2%;
        padding-bottom: 1.4vw;
    }

    .access_map_content div {
        width: 100%;
        float: none;
        font-size: 4.27vw;
        line-height: 1.55em;
    }

    .access_map_content div span {
        margin-top: 1.4vw;
    }

    .access_map_content div span:nth-child(3) {
        margin-top: 2.8%;
    }

    .access_map_content div span:nth-child(7) {
        margin-top: 0.9%;
    }

    .access_map_content img {
        width: 99%;
        float: none;
        margin-top: 7.8%;
    }

    /* Packing Map --------------------------------------------------------------- */
    #parking_map {
        padding-top: 12.3%;
    }

    .parking_map_content {
        width: 92.2%;
    }

    .parking_map_title {
        font-size: 4.7vw;
        padding-left: 4.2%;
        padding-bottom: 1.7%;
    }

    .parking_map_content div {
        width: 100%;
        float: none;
        font-size: 4.27vw;
        line-height: 1.55em;
    }

    .parking_map_content img {
        width: 99%;
        float: none;
        margin-top: 8.2%;
    }
}



#sponsors {
    padding: 46px 46px 0 48px;
    background: #fff;
    text-align: center;
}

#sponsors section {
    margin-top: 20px;
}

#sponsors h2 {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px !important;
    font-family: SemplicitaPro, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px !important;
    color: #171c61;
    background-color: #f3f3f3;
}

#sponsors h2:nth-of-type(2),
#sponsors h2:nth-of-type(3),
#sponsors h2:nth-of-type(4) {
    margin-top: 4px;
}

#sponsors ul {
    margin: 16px auto 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#sponsors ul:nth-of-type(2) {
    margin-top: 29px;
}

#sponsors li {
    display: inline-block;
    width: 169px;
    height: 62px;
    margin: 0 30px 24px 30px;
    vertical-align: top;
}

#sponsors li a,
#sponsors li div {
    display: inline-block;
    width: 169px;
    height: 62px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#sponsors li a:hover,
#sponsors li div:hover {
    opacity: 0.8;
}

#sponsors .btn {
    margin-top: 19px;
    text-align: center;
}

#sponsors .topBtn {
    width: 320px;
    margin: 0 auto;
}

#sponsors .topBtn span {
    margin-right: 25px;
    padding-right: 27px;
}

@media (max-width:767px) {
    #sponsors {
        padding: 0 0 20px;
    }

    #sponsors h2 {
        padding-top: 10px;
        line-height: 1.4 !important;
        font-size: 15px;
    }

    #sponsors h2:nth-of-type(2),
    #sponsors h2:nth-of-type(3),
    #sponsors h2:nth-of-type(4) {
        margin-top: 10px;
        padding-top: 22px;
    }

    #sponsors ul {
        margin: 17px auto 0 auto;
    }

    #sponsors li {
        margin: 0 5px 20px 5px;
    }

    #sponsors .btn {
        margin-top: 4px;
    }

    #sponsors .btnType01 {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

footer {
    padding-bottom: 20px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

#fSnsArea {
    padding: 65px 0;
    width: 100%;
    background: #fff;
    text-align: center;
}

#fSnsArea .wrap {
    margin: 0 auto;
    width: 259px;
    display: table;
}

#fSnsArea .txtEn {
    width: 181px;
}

#fSnsArea .txtEn,
#fSnsArea li {
    display: table-cell;
    vertical-align: middle;
}

#fSnsArea .txtEn {
    font-size: 20px;
    font-size: 2.0rem;
    color: #999664;
    text-align: left;
}

#fSnsArea li {
    width: 55px;
}

#fSnsArea li.ic_sns_t {
    width: 62px;
}

#fSnsArea li.ic_sns_f {
    width: 59px;
}

#fSnsArea li.ic_sns_l {
    width: 138px;
}

#fSnsArea li a {
    display: block;
    width: 55px;
    height: 34px;
}

#fSnsArea li.ic_sns_t a {
    width: 32px;
}

#fSnsArea li.ic_sns_f a {
    width: 29px;
}

#fSnsArea li.ic_sns_l a {
    width: 108px;
}

#fSnsArea li a:hover {
    opacity: 0.6;
}

#fSnsArea li a {
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 33px;
}

#fSnsArea li a img {
    width: 100%;
    height: auto;
}

#globalNav li.btnSns li:last-child,
#fSnsArea li:last-child {
    display: none;
}

#footerMenu {
    padding: 80px 0 0;
    width: 100%;
    text-align: center;
}

#footerMenu ul {
    margin: 0 auto;
    display: table;
}

#footerMenu li {
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.1em;
}

#footerMenu li:first-child {
    border-right: 1px solid #fff;
}

#footerMenu a {
    color: #fff;
    text-decoration: none;
}

#footerMenu a:hover {
    text-decoration: underline;
}

#page_top {
    display:none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #938B06;
    opacity: 0.5;
    z-index: 1;
}
#page_top:hover{
opacity:0.8;
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}
#page_top a::before {
    content: "";
    display: block;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 24px;
    top: 16px;
    width: 12px;
    height: 12px;
}
#page_top a::after {
    content: 'page top';
    font-size: 9px;
    color: #fff;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
@media (max-width:767px) {
#page_top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
}
#page_top a{
    width: 40px;
    height: 40px;
}
#page_top a::before {
content: "";
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    left: 14px;
    top: 15px;
    width: 10px;
    height: 10px;
}
#page_top a::after {
display:none;
}
}

#copyright {
    margin: 8px;
    color: #b4b4b4;
    font-size: 11px;
    font-style: italic;
    line-height: 1;
    font-family: SemplicitaPro, sans-serif;
}

@media (max-width:767px) {
    #fSnsArea {
        padding: 35px 0;
        background: none;
    }

    #fSnsArea .wrap {
        margin: 0 auto;
        width: auto;
    }

    #fSnsArea .txtEn {
        padding-right: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: right;
        width: auto;
    }

    #fSnsArea li {
        width: 60px;
        text-align: center;
    }

    #fSnsArea li:first-child,
    #fSnsArea li:last-child {
        width: 28px;
    }

    #fSnsArea li a {
        margin: 0 auto;
        display: block;
        width: 28px;
        height: 24px;
    }

    #fSnsArea li a img {
        width: 100%;
        height: auto;
    }

    #footerMenu {
        padding: 0;
        text-align: center;
    }

    #footerMenu ul {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #adaa84;
    }

    #footerMenu li {
        padding: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #footerMenu li:first-child {
        border-right: 1px solid #adaa84;
    }

    #footerMenu li a {
        display: block;
        padding: 15px 0;
    }

    #copyright {
        margin-top: 21px;
        color: #9b9b9b;
    }
}

.categoryLinkArea {
    padding: 20px 15px 0;
    text-align: center;
}

.categoryLinkArea ul {
    margin: 0 auto;
    display: inline-block;
}

.categoryLinkArea li {
    float: left;
    width: 9em;
    text-align: center;
    margin: 2px;
}

.categoryLinkArea li .btnType01 {
    margin-top: 0;
    display: block;
}

@media (max-width:767px) {
    .categoryLinkArea {
        padding: 10px 10px 0;
        text-align: center;
    }

    .categoryLinkArea li {
        float: left;
        width: 33%;
        margin: 0;
        padding: 2px;
        font-size: 12px;
    }
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    padding-left: 200px;
    background-color: #171c61;
    text-align: center;
    z-index: 999;
}

header #headerTopLogo {
    display: none;
}

header #headerTopLink {
    display: inline-block;
    width: 118px;
    height: 60px;
    margin: 0 auto;
    padding-top: 16px;
    background-image: url(/common/img/logo-text@3x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    outline: none !important;
}

header[data-top="1"] #headerTopLink {
    background-image: url(/common/img/logo-text@3x.png);
    background-size: 100% auto;
}

header img {
    width: 100%;
}

@media (max-width:767px) {
    header {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    header {
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
    }

    header #headerTopLink {
        background-image: url(/common/img/logo@2x.png);
        background-size: 48px auto;
    }

    header[data-top="1"] #headerTopLogo {
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        width: 102px;
        height: 87px;
        background-image: url(/common/img/logo@2x.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: top 0.2s ease-in-out;
        -ms-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
        outline: none !important;
    }

    header[data-top="1"].fixed {
        position: fixed;
        left: 0;
        top: 0;
    }

    header[data-top="1"].scrolling #headerTopLogo {
        top: -100px;
    }

    header[data-top="1"] #headerTopLink {
        background-image: url(/common/img/logo-text@3x.png);
        background-size: 100% auto;
    }

    header[data-top="1"].scrolling #headerTopLink {
        background-image: url(/common/img/logo@2x.png);
        background-size: 48px auto;
    }
}


/*  team/game */
.game_result_banner {
    height: 100px;
    background-image: url(/common/img/bg_top_content_supporter_color.jpg);
    background-size: cover;
    background-position-y: center;
    border: 5px solid #171e60;
}

.game_result_banner a {
    text-decoration: none;
    cursor: pointer;
}

.game_result_banner p {
    display: block;
    margin: 0 !important;
    padding-top: 20px;
    height: 100%;
    width: 100%;
    font-size: x-large;
    color: white;
}

@media (max-width:767px) {
    .game_result_banner p {
        padding-top: 27px;
    }
}

#newsLPmatchday {
    color: white;
    padding: 40px;
    width: 100%;
    text-align: center;
    background-image: url('//www.fcimabari.com/news/newsLP_matchday_background.png');
    background-size: cover;
}

#newsLPmatchday .matchTitle {
    font-size: 36px;
}

#newsLPmatchday #topMatchWrapNextTitle {
    width: 644px;
    margin: 19px auto 0 auto;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: solid 1px #979797;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#newsLPmatchday #topMatchWrapNextTitle span {
    font-size: 24px;
    line-height: 1.0;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfo {
    width: 644px;
    margin: 10px auto 0 auto;
}

#newsLPmatchday #topMatchInfo td {
    width: 150px;
    vertical-align: middle;
}

#newsLPmatchday #topMatchInfo td:nth-child(2),
#newsLPmatchday #topMatchInfo td:nth-child(4) {
    width: 70px;
}

#newsLPmatchday #topMatchInfo td:nth-child(3) {
    width: 35px;
    font-family: SemplicitaPro;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.0;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfo td:nth-child(1),
#newsLPmatchday #topMatchInfo td:nth-child(5) {
    padding-left: 2px;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfo td:nth-child(1) {
    text-align: right;
    padding-left: 0;
    padding-right: 2px;
}

#newsLPmatchday #topMatchInfoTeamLeftImage,
#newsLPmatchday #topMatchInfoTeamRightImage {
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#newsLPmatchday #topMatchInfoTeamLeftName,
#newsLPmatchday #topMatchInfoTeamRightName {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    max-height: 2.5em;
    /* line-height x line-clamp */
}

#newsLPmatchday #topMatchInfoDateTime {
    margin-top: 21px;
}

#newsLPmatchday #topMatchInfoStartTime {
    margin-top: 21px;
    font-size: 12px;
}

#newsLPmatchday #topMatchInfoDate,
#newsLPmatchday #topMatchInfoLastDate {
    font-family: SemplicitaPro;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.0;
    letter-spacing: 3.1px;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfoTime,
#newsLPmatchday #topMatchInfoLastTime {
    margin-left: 16px;
    font-family: SemplicitaPro;
    font-size: 22px;
    font-style: italic;
    line-height: 1.0;
    letter-spacing: 0.8px;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfoPlace {
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#newsLPmatchday #topMatchInfoTicket {
    margin-top: 12px;
}

#newsLPmatchday .topMatchInfoIcon {
    display: inline-block;
    width: 24px;
    height: 17px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;
}

#newsLPmatchday #topMatchInfoPlace .topMatchInfoIcon {
    background-image: url(/common/img/icon_pin.svg);
}

#newsLPmatchday #topMatchInfoTicket .topMatchInfoIcon {
    background-image: url(/common/img/icon_ticket.svg);
}

#newsLPmatchday .topMatchInfoText {
    display: inline-block;
    height: 17px;
    padding-left: 6px;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.4px;
    color: #fff100 !important;
    outline: none !important;
    vertical-align: middle;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#newsLPmatchday #topMatchInfoPlace .topMatchInfoText {
    width: 202px;
    cursor: default;
}

#newsLPmatchday #topMatchInfoTicket .topMatchInfoText {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 13px;
    background-image: url(/common/img/icon_more_yellow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

#newsLPmatchday #topMatchInfoLast {
    width: 344px;
    margin: 20px auto 0 auto;
}

#newsLPmatchday #topMatchInfoLast td {
    border: 1px solid #fff;
    vertical-align: middle;
}

#newsLPmatchday #topMatchInfoLast tr td:first-child {
    width: 141px;
    text-align: left;
}

#newsLPmatchday #topMatchInfoLast tr:first-child td:first-child {
    height: 75px;
    padding-left: 9px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #ffffff;
}

#newsLPmatchday #topMatchInfoLast tr:first-child td:first-child span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    max-height: 3em;
    /* line-height x line-clamp */
}

#newsLPmatchday #topMatchInfoLast tr:first-child td:last-child {
    padding-top: 9px;
    vertical-align: top;
}

#newsLPmatchday #topMatchInfoLastDate {
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: 1.5px;
}

#newsLPmatchday #topMatchInfoLastTime {
    margin-left: 5px;
    font-size: 12px;
}

#newsLPmatchday .topMatchInfoLastNumber,
#newsLPmatchday .topMatchInfoLastNumberSepa {
    display: inline-block;
    width: 68px;
    height: 50px;
    font-family: SemplicitaPro;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.0;
    text-align: center;
    color: #ffffff;
    vertical-align: top;
}

#newsLPmatchday .topMatchInfoLastNumber:first-child {
    margin-left: 18px;
}

#newsLPmatchday .topMatchInfoLastNumberSepa {
    width: 30px;
    line-height: 45px;
    font-size: 36px;
}

#newsLPmatchday #topMatchInfoLastTable {
    width: 100%;
    margin-top: 3px;
}

#newsLPmatchday #topMatchInfoLastTable td {
    height: auto !important;
    padding-left: 0 !important;
    vertical-align: middle !important;
    padding-top: 0 !important;
    border: none;
}

#newsLPmatchday #topMatchInfoLastTable tr td:nth-child(1) {
    width: 32px;
}

#newsLPmatchday #topMatchInfoLastTable tr td:nth-child(2) {
    width: 65px;
}

#newsLPmatchday #topMatchInfoLastTable tr td:nth-child(3) {
    width: 27px;
}

#newsLPmatchday #topMatchInfoLastTable tr td:nth-child(4) {}

#newsLPmatchday #topMatchInfoLastTeamLeftImage,
#newsLPmatchday #topMatchInfoLastTeamRightImage {
    width: 20px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

#newsLPmatchday #topMatchInfoLastTeamLeftName,
#newsLPmatchday #topMatchInfoLastTeamRightName {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    max-height: 3em;
    /* line-height x line-clamp */
}

#newsLPmatchday #topMatchInfoLastTeamRightName {
    padding: 0 4px;
}

#newsLPmatchday .topMatchWrapBtns {
    width: 100%;
    margin-top: 29px;
    text-align: center;
}

#newsLPmatchday .topMatchBtn {
    position: relative;
    width: 168px;
    margin: 0 5px 0 4px;
    vertical-align: top;
    background-image: url(/common/img/icon_ticket_white.svg);
    background-position: 16px 16px;
    background-size: 26px auto;
    background-repeat: no-repeat;
}

#newsLPmatchday .topMatchBtn span {
    margin-right: 0;
    padding-right: 38px;
    font-size: 12px;
    background: none;
    float: right;
}

#newsLPmatchday .topMatchBtn:last-child span {
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 46px;
}

#newsLPmatchday .topMatchBtn:last-child {
    background-image: url(/common/img/icon_pin_white.svg);
    background-position: 19px 13px;
    background-size: 17px auto;
    background-repeat: no-repeat;
}

#newsLPmatchday .topMatchBtn:after {
    position: absolute;
    right: 11px;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/common/img/icon_more.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#newsLPmatchday .topMatchBtn:last-child:after {
    right: 13px;
    top: 17px;
}

.newsLPgoods {
    color: white;
    margin-top: 50px;
    padding: 60px;
    width: 100%;
    background-image: url('//www.fcimabari.com/news/newsLP_goods_background.png');
    background-size: cover;
}

.newsLPgoods img.newsLPgoodsLeft {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.newsLPgoods img.newsLPgoodsRight {
    float: right;
    width: 40%;
    margin-left: 20px;
}

.newsLPgoods-2 {
    color: white;
    margin-top: 25px;
    padding: 100px 150px 150px 100px;
    width: 100%;
    background-image: url('//www.fcimabari.com/news/newsLP_goods_background.png');
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: contain;
}

.newsLPgoods-2 img. newsLPgoods-2left {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 20px;
}

.newsLPgoods-2 img. newsLPgoods-2left {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 20px;
}

.newsLPgoods-3 {
    color: white;
    margin-top: 25px;
    padding: 50px 150px 150px 100px;
    width: 100%;
    background-image: url('//www.fcimabari.com/news/newsLP_goods_background.png');
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: contain;
}

.newsLPgoods-3 img. newsLPgoods-2left {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 20px;
}

.newsLPgoods-3 img. newsLPgoods-2left {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 20px;
}

.newsLPstadium p.newsLPstadiumTextLeft {
    text-align: center;
}

.sectionTopItatlic {
    font-style: italic;
    font-size: 42px;
    line-height: 1.05em;
}

@media (max-width: 858px) {
    #newsLPmatchday .matchTitle {
        font-size: 24px;
    }

    #newsLPmatchday #topMatchInner {
        width: 100%;
    }

    #newsLPmatchday .topMatchWrapLeft {
        width: 27.66%;
    }

    #newsLPmatchday .topMatchWrapRight {
        width: 72.34%;
    }

    #newsLPmatchday #topMatchInfoTeamLeftImage,
    #newsLPmatchday #topMatchInfoTeamRightImage {
        width: 60px;
        height: 60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .newsLPgoods {
        color: white;
        margin-top: 50px;
        padding: 20px;
        width: 100%;
        background-image: url('//www.fcimabari.com/news/newsLP_goods_background_sp.png');
        background-size: contain;
    }

    .newsLPgoods img.newsLPgoodsLeft {
        width: 100%;
    }

    .newsLPgoods img.newsLPgoodsRight {
        width: 100%;
    }

    .newsLPstadium p.newsLPstadiumTextLeft {
        text-align: left;
        padding: 0px 15px;
    }

    .sectionTopItatlic {
        font-style: italic;
        font-size: 28px;
        line-height: 1.05em;
    }

    .newsLPgoods-2 {
        color: white;
        margin-top: 25px;
        padding-top: 150px;
        padding-bottom: 150px;
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        background-image: url('//www.fcimabari.com/news/newsLP_goods_background.png');
        background-size: cover;
        background-position: center;
    }

    .newsLPgoods-2 img. mt-image-none newsLPgoods-2right {
        max-width: 100%;
        height: auto;
        float: right;
        margin-right: 20px;
    }

    .newsLPgoods-2 img. mt-image-none newsLPgoods-2left {
        max-width: 100%;
        height: auto;
        float: left;
        margin-right: 20px;
    }

    .newsLPgoods-3 {
        color: white;
        margin-top: 25px;
        padding-top: 150px;
        padding-bottom: 150px;
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        background-image: url('//www.fcimabari.com/news/newsLP_goods_background.png');
        background-size: cover;
        background-position: center;
    }

    .newsLPgoods-3 img. mt-image-none newsLPgoods-2right {
        max-width: 100%;
        height: auto;
        float: right;
        margin-right: 20px;
    }

    .newsLPgoods-3 img. mt-image-none newsLPgoods-2left {
        max-width: 100%;
        height: auto;
        float: left;
        margin-right: 20px;
    }

    #newsLPmatchday #topMatchWrapNextTitle span {
        font-size: 18px;
        line-height: 1.0;
        letter-spacing: 0.4px;
        text-align: left;
        color: #ffffff;
    }

    .topBtnNewsLP .topBtnNewsLPItatlic {
        font-style: italic;
        font-size: 11px;
    }
}

@media (max-width:767px) {
    #newsLPmatchday .matchTitle {
        font-size: 24px;
    }

    #newsLPmatchday #topMatchContent {
        height: auto;
        background-image: url(/common/img/bg_top_content_match_sp.jpg);
    }

    #newsLPmatchday .topMatchWrapLoading {
        width: 100%;
        height: 280px;
    }

    #newsLPmatchday .topGroupTitle.topGroupTitleMatch img {
        margin-top: 8px;
        margin-left: 14px;
    }

    #newsLPmatchday .topGroupTitle.topGroupTitleMatch span {
        padding-top: 20px;
    }

    #newsLPmatchday #topMatchInner {
        padding-top: 0;
        padding-bottom: 24px;
    }

    #newsLPmatchday .topMatchWrapLeft,
    #newsLPmatchday .topMatchWrapRight {
        width: 100%;
    }

    #newsLPmatchday .topMatchWrapNext .topMatchWrapLeft {
        height: 48px;
    }

    #newsLPmatchday .topMatchWrapTitle {
        margin-top: 14px;
        padding-left: 14px;
        font-size: 11px;
        letter-spacing: 0.4px;
    }

    #newsLPmatchday .topMatchWrapSubtitle {
        margin-top: 1px;
        padding-left: 20px;
    }

    #newsLPmatchday a.topMatchWrapMore {
        bottom: auto;
        left: auto;
        top: 15px;
        right: 15px;
    }

    #newsLPmatchday .topMatchWrapNext .topMatchWrapRight {
        height: 246px;
        background: none;
    }

    #newsLPmatchday #topMatchWrapNextTitle {
        width: auto;
        margin: 11px 15px 0 15px;
        padding-bottom: 5px;
    }

    #newsLPmatchday #topMatchWrapNextTitle span {
        font-size: 18px;
        line-height: 1.0;
        letter-spacing: 0.4px;
        text-align: left;
        color: #ffffff;
    }

    #newsLPmatchday #topMatchInfoTeamLeftImage,
    #newsLPmatchday #topMatchInfoTeamRightImage {
        width: 60px;
        height: 60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #newsLPmatchday #topMatchInfo {
        width: auto;
        margin: 20px 15px 0 15px;
    }

    #newsLPmatchday #topMatchInfoDateTime {
        margin-top: 12px;
        text-align: center;
    }

    #newsLPmatchday #topMatchInfoStartTime {
        margin-top: 12px;
        text-align: center;
    }

    #newsLPmatchday #topMatchInfoDate,
    #newsLPmatchday #topMatchInfoLastDate {
        margin-left: auto;
    }

    #newsLPmatchday #topMatchInfoPlace {
        margin-top: 3px;
        text-align: center;
    }

    #newsLPmatchday .topMatchInfoIcon {
        width: 17px;
    }

    #newsLPmatchday #topMatchInfoTicket .topMatchInfoIcon {
        width: 30px;
    }

    #newsLPmatchday #topMatchInfoPlace .topMatchInfoText {
        width: auto;
    }

    #newsLPmatchday #topMatchInfoTicket {
        text-align: center;
        margin-top: 17px;
    }

    #newsLPmatchday .topMatchWrapLast {
        margin-top: 0;
    }

    #newsLPmatchday .topMatchWrapLast .topMatchWrapLeft {
        height: 48px;
    }

    #newsLPmatchday .topMatchWrapLast .topMatchWrapRight {
        background: none;
    }

    #newsLPmatchday .topMatchWrapLast .topMatchWrapTitle {
        margin-top: 11px;
        padding-left: 15px;
        letter-spacing: 0.4px;
    }

    #newsLPmatchday .topMatchWrapLast .topMatchWrapSubtitle {
        margin-top: 2px;
        padding-left: 15px;
    }

    #newsLPmatchday .topMatchWrapBtns {
        margin-top: 12px;
        overflow: hidden;
    }

    #newsLPmatchday .topMatchBtn {
        width: 49.87%;
        height: 64px;
        margin: 0;
        float: left;
        background-position: 16% 50%;
        background-size: 14% auto;
    }

    #newsLPmatchday .topMatchBtn:last-child {
        float: right;
        background-position: 19% 50%;
        background-size: 9.5% auto;
    }

    #newsLPmatchday .topMatchBtn span {
        height: 64px;
        padding-right: 25%;
        padding-top: 4%;
    }

    #newsLPmatchday .topMatchBtn:after {
        right: 17px;
        top: 25px;
    }

    #newsLPmatchday .topMatchBtn:last-child span {
        padding-top: 9%;
        padding-right: 30%;
    }

    #newsLPmatchday .topMatchBtn:last-child:after {
        right: 14px;
        top: 26px;
    }

    .newsLPgoods {
        color: white;
        margin-top: 50px;
        padding: 20px;
        width: 100%;
        background-image: url('//www.fcimabari.com/news/newsLP_goods_background_sp.png');
        background-size: contain;
    }

    .newsLPgoods img.newsLPgoodsLeft {
        width: 100%;
    }

    .newsLPgoods img.newsLPgoodsRight {
        width: 100%;
    }

    .newsLPstadium p.newsLPstadiumTextLeft {
        text-align: left;
        padding: 0px 20px;
    }

    .sectionTopItatlic {
        font-style: italic;
        font-size: 28px;
        line-height: 1.05em;
    }

    .topBtnNewsLP .topBtnNewsLPItatlic {
        font-style: italic;
        font-size: 11px;
    }
}

@media (max-width:374px) {
    #newsLPmatchday .matchTitle {
        font-size: 24px;
    }

    #newsLPmatchday #topMatchInfo td:nth-child(3) {
        font-size: 14px;
    }

    #newsLPmatchday #topMatchInfoTeamLeftName,
    #newsLPmatchday #topMatchInfoTeamRightName {
        font-size: 12px;
        -webkit-line-clamp: 3;
        max-height: 3.7em;
    }

    #newsLPmatchday #topMatchWrapNextTitle span {
        font-size: 18px;
        line-height: 1.0;
        letter-spacing: 0.4px;
        text-align: left;
        color: #ffffff;
    }

    #newsLPmatchday #topMatchInfoLast {
        width: 100%;
    }

    #newsLPmatchday .topMatchWrapLast .topMatchWrapRight {
        height: auto;
        padding: 0 2px;
    }

    #newsLPmatchday .topMatchInfoLastNumber,
    #newsLPmatchday .topMatchInfoLastNumberSepa {
        width: 40%;
    }

    #newsLPmatchday .topMatchInfoLastNumberSepa {
        width: 20%;
    }

    #newsLPmatchday .topMatchInfoLastNumber:first-child {
        margin-left: 0;
    }

    #newsLPmatchday .topMatchBtn {
        background-position: 13% 50%;
    }

    #newsLPmatchday .topMatchBtn span {
        padding-right: 22%;
    }

    #newsLPmatchday .topMatchBtn:last-child span {
        padding-right: 22%;
    }

    #newsLPmatchday #topMatchInfoLastTeamLeftName,
    #newsLPmatchday #topMatchInfoLastTeamRightName {
        padding: 0 4px;
    }

    #newsLPmatchday #topMatchInfoTeamLeftImage,
    #newsLPmatchday #topMatchInfoTeamRightImage {
        width: 40px;
        height: 40px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .newsLPgoods {
        color: white;
        margin-top: 50px;
        padding: 20px;
        width: 100%;
        background-image: url('//www.fcimabari.com/news/newsLP_goods_background_sp.png');
        background-size: contain;
    }

    .newsLPgoods img.newsLPgoodsLeft {
        width: 100%;
    }

    .newsLPgoods img.newsLPgoodsRight {
        width: 100%;
    }

    .newsLPstadium p.newsLPstadiumTextLeft {
        text-align: left;
        padding: 0px 20px;
    }

    .sectionTopItatlic {
        font-style: italic;
        font-size: 28px;
        line-height: 1.05em;
    }

    .topBtnNewsLP .topBtnNewsLPItatlic {
        font-style: italic;
        font-size: 11px;
    }
}

/* 試合日程・結果 */

.resultsList_wrap {
    width: 100%;
}

.resultsList_wrap .results_table {
    border-bottom: 1px solid #dddddd;
    margin: 30px 0 0;
    padding: 0 0 20px;
}

@media (min-width: 767px) {
    .resultsList_wrap .results_table {
        height: auto
            /*120px*/
        ;
    }
}

.resultsList_wrap .game_number {
    font-family: Saira;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
}

.resultsList_wrap .game_home {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #FFF100;
    color: #171C61;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}

.resultsList_wrap .game_away {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #CCCCCC;
    color: #171C61;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}

.resultsList_wrap .game_area {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none !important;
    padding: 0 0 0 18px;
    background-image: url(/common/img/icon_place.png);
    background-position: left center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 2em;
}

@media (max-width: 767px) {
    resultsList_wrap .game_area {
        font-size: 12px;
        padding: 0 0 0 16px;
    }
}

.resultsList_wrap .game_date {
    font-family: Saira;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.resultsList_wrap .team_image {
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
}

.resultsList_wrap .team_image img {
    max-width: 100%;
    /*height: 60px!important;*/
}

.resultsList_wrap .team_name {
    font-family: Roboto;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.resultsList_wrap .game_result1,
.resultsList_wrap .game_result2 {
    font-family: Roboto;
    font-weight: 900;
    font-size: 40px;
}

.resultsList_wrap .game_vs {
    font-family: Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #767676;
    margin: 0 10px;
}

@media(max-width:767px) {

    .resultsList_wrap .game_result1,
    .resultsList_wrap .game_result2 {
        font-size: 34px;
    }

    .resultsList_wrap .game_vs {
        font-size: 20px;
        margin: 0 8px;
    }
}

.resultsList_wrap .results_block01 {
    display: inline-block;
    vertical-align: top;
    width: 8%;
}

.resultsList_wrap .results_block02 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-left: 1%;
}

.resultsList_wrap .results_block03 {
    display: inline-block;
    vertical-align: top;
    min-width: 14%;
    max-width: 16%;
}

.resultsList_wrap .results_block04 {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.resultsList_wrap .results_block05 {
    display: inline-block;
    vertical-align: top;
    min-width: 14%;
    max-width: 16%;
}

.resultsList_wrap .results_block06 {
    display: inline-block;
    vertical-align: top;
    width: 12%;
}


@media (max-width: 767px) {
    .resultsList_wrap .results_block01 {
        height: 70px;
        width: 24%;
    }

    .resultsList_wrap .results_block02 {
        height: 70px;
        width: 70%;
    }

    .resultsList_wrap .results_block03 {
        height: 80px;
        min-width: 31%;
    }

    .resultsList_wrap .results_block04 {
        height: 80px;
        width: 33%;
        vertical-align: text-top;
    }

    .resultsList_wrap .results_block05 {
        height: 80px;
        min-width: 31%;
    }

    .resultsList_wrap .results_block06 {
        height: auto;
        width: 100%;
    }
}


/* 試合結果詳細 */
.resultsDetail_wrap {
    width: 100%;
}

.resultsDetail_wrap .results_block00 {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 0;
}

.resultsDetail_wrap .results_block01 {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 33%;
    text-align: right;
}

.resultsDetail_wrap .results_block02 {
    display: inline-block;
    vertical-align: text-top;
    height: 70px;
    width: 63%;
    margin-left: 2%;
}

.resultsDetail_wrap .results_block03 {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    min-width: 20%;
}

.resultsDetail_wrap .results_block04 {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    width: 40%;
}

.resultsDetail_wrap .results_block05 {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    min-width: 20%;
}

.resultsDetail_wrap .results_block06 {
    display: inline-block;
    vertical-align: top;
    height: auto;
   width: 100%;
}

.resultsDetail_wrap .results_block06 .game_shoot {
   display: flex;
    justify-content: center;
   margin-top: 10px;
 }

.resultsDetail_wrap .results_block06 .game_shootbox {
   padding: 5px 30px;
   width: 50%;
}

.resultsDetail_wrap .results_block06 .game_shootbox p {
   margin-top: 0 !important;
   display: inline-block;
   text-align: left;
   line-height: 18px;
 }

.resultsDetail_wrap .results_block06 .game_shootbox:first-child {
   border-right: 0.5px solid rgba(153, 150, 100, 0.5);
   text-align: right;
 }
.resultsDetail_wrap .results_block06 .game_shootbox:last-child {
   border-left: 0.5px solid rgba(153, 150, 100, 0.5);
   text-align: left;
 }



@media (max-width: 767px) {
    .resultsDetail_wrap .results_block00 {
        display: none;

    }

    .resultsDetail_wrap .results_block01 {
        /*width: 15%;*/
    }

    .resultsDetail_wrap .results_block02 {
        /* width: 58%;*/
    }

    .resultsDetail_wrap .results_block03 {
        height: 130px;
        min-width: 30%;
    }

    .resultsDetail_wrap .results_block04 {
        height: 130px;
        width: 36%;
    }

    .resultsDetail_wrap .results_block05 {
        height: 130px;
        min-width: 30%;
    }
.resultsDetail_wrap .results_block06 {
font-size:1.2rem!important;
}
.resultsDetail_wrap .results_block06 .game_shootbox {
   padding: 5px 10px;
}
}



.resultsDetail_wrap .results_table {
    margin: 20px 40px;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .results_table {
        margin: 20px 0;
    }
}

.resultsDetail_wrap .game_number_wrap {
    display: flex;
    flex-direction: column;
    width: 80px;
    text-align: center;
    justify-content: flex-end;
    margin-left: auto;
}

.resultsDetail_wrap .game_number {
    font-family: Saira;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
}

@media(max-width:767px) {
    .resultsDetail_wrap .game_number_wrap {
        width: 70px;
    }

    .resultsDetail_wrap .game_number {
        font-size: 14px;
    }
}

.resultsDetail_wrap .game_home {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #FFF100;
    color: #171C61;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}

.resultsDetail_wrap .game_away {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #CCCCCC;
    color: #171C61;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}

.resultsDetail_wrap .game_area {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none !important;
    padding: 0 0 0 16px;
    background-image: url(/common/img/icon_place.png);
    background-position: left center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 2em;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .game_area {
        font-size: 10px;
        padding: 0 0 0 14px;
    }
}

.resultsDetail_wrap .game_date {
    font-family: Saira;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .game_date {
        font-size: 20px;
    }
}

.resultsDetail_wrap .team_image {
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
    margin: 10px auto;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .team_image {
        height: 60px;
        width: 60px;
    }
}

.resultsDetail_wrap .team_name {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .team_name {
        font-size: 9px;
    }
}

.resultsDetail_wrap .game_score {
    height: 110px;
}

.resultsDetail_wrap .game_result1 {
    font-family: Roboto;
    font-weight: 900;
    font-size: 80px;
}


.resultsDetail_wrap .game_result2 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.resultsDetail_wrap .game_vs {
    font-family: Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #767676;
    margin: 0 1em;
}

.resultsDetail_wrap .game_score_h {}

.resultsDetail_wrap .game_half {
    display: inline-block;
    padding: 0.3em 1em;
    background-color: #999664;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: bold;
    font-size: 11px;
    margin: 0 20px;
}


@media (max-width: 767px) {
    .resultsDetail_wrap .game_score {
        height: 50px;
    }

    .resultsDetail_wrap .game_result1 {
        font-size: 36px;
    }

    .resultsDetail_wrap .game_vs {
        font-size: 20px;
        margin: 0 0.3em;
    }
}


.resultsDetail_wrap .top_image {
    margin: 20px 40px;
}
.resultsDetail_wrap .top_image img {
max-width: 80%!important;
border:solid 1px #eee;
}


@media (max-width: 767px) {
    .resultsDetail_wrap .top_image {
        margin: 20px 0;
    }
.resultsDetail_wrap .top_image img {
max-width: 100%!important;
}
}

.resultsDetail_wrap .menber_table {
    margin: 20px 40px;
    list-style: none;
    text-align: left;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .menber_table {
        margin: 0;
    }
}

.resultsDetail_wrap .stats_table {
    margin: 20px auto;
    list-style: none;
    text-align: center;
    width: 70%;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .stats_table {
        width: 100%;
    }
}

.resultsDetail_wrap .change_table {
    margin: 20px auto;
    list-style: none;
    text-align: center;
    width: 70%;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .change_table {
        width: 100%;
    }
}

.resultsDetail_wrap .card_table {
    margin: 20px auto;
    list-style: none;
    text-align: center;
    width: 70%;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .card_table {
        width: 100%;
    }
}

.resultsDetail_wrap .comment_table {
    margin: 20px auto;
    list-style: none;
    text-align: left;
    width: 70%;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .comment_table {
        width: 100%;
    }
}

.resultsDetail_wrap .menber_table ul,
.resultsDetail_wrap .stats_table ul,
.resultsDetail_wrap .change_table ul,
.resultsDetail_wrap .card_table ul {
    display: block;
}

.resultsDetail_wrap .starting1,
.resultsDetail_wrap .sub1 {
    margin: 0px 3% 4% 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.resultsDetail_wrap .starting2,
.resultsDetail_wrap .sub2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 4% 0;
}

@media (max-width: 767px) {

    .resultsDetail_wrap .starting1,
    .resultsDetail_wrap .starting2,
    .resultsDetail_wrap .sub1,
    .resultsDetail_wrap .sub2 {
        margin: 0 0 20px 0;
        width: 49%;
    }
}

.resultsDetail_wrap .head {
    color: #FFFFFF;
    width: 100%;
    background-color: #161C61;
    /*height: 28px;*/
    font-family: Saira;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.65px;
    line-height: 2em;
    padding: 0 10px;

}

@media (max-width: 767px) {
    .resultsDetail_wrap .head {
        font-size: 14px;
        letter-spacing: 0;
        padding: 0 4px;
    }
}

.resultsDetail_wrap .data {
    width: 100%;
    background-color: #F0F0F0;
    /*font-family: Yu Gothic;*/
    font-size: 14px;
    letter-spacing: 0.65px;
    line-height: 2em;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .resultsDetail_wrap .data {
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 8px;
    }
}

.resultsDetail_wrap .menber_table .head span {
    /* margin-left: 10px;*/
}

.resultsDetail_wrap .menber_table .data span {
    width: 30px;
    text-align: center;
    display: inline-block;
}

.resultsDetail_wrap .menber_table .data span:last-child {
    width: auto;
    margin-left: 12px;
    letter-spacing: -0.05em;
}

@media(max-width:767px) {
    .resultsDetail_wrap .menber_table .data span {
        width: 24px;
    }

    .resultsDetail_wrap .menber_table .data span:last-child {
        margin-left: 8px;
    }
}

.resultsDetail_wrap .change_time {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-weight: 700;
}

.resultsDetail_wrap .change_side {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.resultsDetail_wrap .change_name {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.resultsDetail_wrap .card_yellow {
    margin: auto;
    width: 12px;
    height: 16px;
    background: #FFCC00;
}

.resultsDetail_wrap .card_red {
    margin: auto;
    width: 12px;
    height: 16px;
    background: #FF0000;
}

.resultsDetail_wrap .card_type {
    display: inline-block;
    vertical-align: top;
    width: 10%;
}

.resultsDetail_wrap .card_time {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    font-weight: 700;
}

.resultsDetail_wrap .card_name {
    display: inline-block;
    vertical-align: top;
    width: 58%;
}

.resultsDetail_wrap .comment_video {
    margin: 10px 0 20px;
}

.resultsDetail_wrap li.comment_video {
    text-align: center;
    width: 100%;
}

.resultsDetail_wrap li.comment_video iframe {
    max-width: 100%;
}

.resultsDetail_wrap .comment_text {
    font-family:
        /*Yu Gothic;*/
        font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.65px;
    text-align: left;
    margin: 20px 0 0;
}

.resultsDetail_wrap .stats_num {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.resultsDetail_wrap .stats_name {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.resultsDetail_wrap .change_in {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #C1AB04;
    padding: 0.3em 0.8em;
}

.resultsDetail_wrap .change_out {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #161C61;
    padding: 0.3em 0.3em;
}

@media (max-width:767px) {

    .resultsDetail_wrap .change_time {
        width: 30%;
    }

    .resultsDetail_wrap .change_side {
        width: 15%;
    }

    .resultsDetail_wrap .change_name {
        width: 44%;
    }

    .resultsDetail_wrap .change_in,
    .resultsDetail_wrap .change_out {
        font-size: 9px;

    }

    .resultsDetail_wrap .card_type {
        width: 15%;
    }

    .resultsDetail_wrap .card_time {
        width: 30%;
    }

    .resultsDetail_wrap .card_name {
        width: 49%;
    }

}

.resultsDetail_wrap .waku {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    background: #F0F0F0;
}

.resultsDetail_wrap .in {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 10px 0;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px;
}

.resultsDetail_wrap .in:nth-child(2n) {
    border-right: none;
}

.resultsDetail_wrap .in .change_name,
.resultsDetail_wrap .in .card_name,
.resultsDetail_wrap .in .card_time {
    text-align: left;
}

.resultsDetail_wrap .in:nth-child(2n) .change_name,
.resultsDetail_wrap .in:nth-child(2n) .card_name,
.resultsDetail_wrap .in:nth-child(2n) .card_time {
    text-align: right;
}

@media(max-width: 767px) {
    .resultsDetail_wrap .in {
        font-size: 12px;
    }
}

.resultsDetail_wrap .comment_table .head span {
    margin-left: 15px;
}


.resultsDetail_wrap .listBtnAnchor li {
    margin: 0;
    float: none;
}


/* 試合結果＆詳細共通 */
.listBtnAnchor {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .listBtnAnchor {
        padding: 0 10px;
    }
}

.h3Title {
    margin-top: 80px;
    padding: 0 0 30px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #999664;
    text-align: left;
    padding: 0 0.5em;
    background: transparent;
    border-left: solid 10px #999664;
}

.h3Title_d {
    margin-top: 40px;
    padding: 0 0 30px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #999664;
    text-align: left;
    padding: 0 0.5em;
    background: transparent;
    border-left: solid 10px #999664;
}

@media (max-width: 767px) {
    .h3Title {
        margin-top: 30px;
        font-size: 18px;
    }
}


/* お知らせ用 */

.caution {
    font-family:
        /*Yu Gothic;*/
    ;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.caution a {
    color: #000000 !important;
}


.btnType02 {
    padding: 6px 20px;
    text-decoration: none !important;
    color: #171C61 !important;
    border: solid 1px #171C61;
    border-radius: 2px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 12px;
    line-height: 6em;
}

.btnType02:hover {
    color: #ffffff !important;
    border: solid 1px #999660 !important;
    background: #999660;
}
