@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    margin-top: 121px;
}

@media screen and (max-width: 750px) {
    .contents {
        margin-top: 59px;
    }
}

/* ---------------------------------------------
*   fit-js
--------------------------------------------- */
.fit-js {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover';

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

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

/* ---------------------------------------------
*   blue
--------------------------------------------- */
.blue1 {
    color: #327bea;
}

.blue2 {
    color: #0e4977;
}

/* ---------------------------------------------
*   fw-b
--------------------------------------------- */
.fw-b {
    font-weight: bold;
}

/* ---------------------------------------------
*   mod-sec
--------------------------------------------- */
.mod-sec__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0 0 0;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .mod-sec__container {
        padding: 10% 5.83333vw;
    }
}

.mod-sec__ttl {
    position: relative;
    background-image: url("../img/common/title_bg.jpg");
    background-position: right bottom;
    height: 75px;
    padding-top:25px;
}

.mod-sec__ttl:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 7px;
    height: 100px;
    background-color: #e61911;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-sec__ttl:before {
        width: 1.16667vw;
        height: 16.66667vw;
    }
}

.mod-sec__ttl span {
    display: inline-block;
    padding-left: 30px;
    font-size: 2.28571rem;
}

@media screen and (max-width: 750px) {
    .mod-sec__ttl span {
        padding-left: 6.66667vw;
        font-size: 2.71429rem;
    }
}

.mod-sec__ttl span.small {
    padding-left: 10px;
    font-size: 1.42857rem;
}

@media screen and (max-width: 750px) {
    .mod-sec__ttl span.small {
        padding-left: 0;
        font-size: 1.71429rem;
    }
}

@media screen and (max-width: 750px) {
    .mod-sec__ttl--lines span {
        text-indent: 0.2em;
    }
}

.mod-sec__lead {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .mod-sec__lead {
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   mod-list
--------------------------------------------- */
.mod-list {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .mod-list {
        margin-top: 6.66667vw;
    }
}

.mod-list__item {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .mod-list__item {
        margin-top: 3.33333vw;
    }
}

.mod-list__link {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .mod-list__link {
        padding-left: 8.33333vw;
        font-size: 1.28571rem;
    }
}

.mod-list__link:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 26px;
    height: 27px;
    background-image: url(/paralympic/assets/img/common/icon_pdf.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-list__link:before {
        width: 4.33333vw;
        height: 4.5vw;
    }
}

.mod-list__link--page {
    padding-left: 0;
}

.mod-list__link--page:before {
    content: none;
}

.mod-list__link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   link-list
--------------------------------------------- */
.link-list {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .link-list {
        margin-top: 6.66667vw;
    }
}

.link-list__item a {
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .link-list__item a {
        font-size: 1.28571rem;
    }
}

.link-list__item a:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   info-area
--------------------------------------------- */
.info-area__ttl {
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 750px) {
    .info-area__ttl {
        font-size: 1.57143rem;
    }
}

.info-area__ttl--small {
    font-weight: normal;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-area__ttl--small {
        font-size: 1.28571rem;
    }
}

.info-area__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-area__txt {
        font-size: 1.28571rem;
    }
}

.info-area__txt a {
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-area__txt a {
        font-size: 1.28571rem;
    }
}

.info-area__txt a:hover {
    text-decoration: none;
}

.info-area__txt a.black {
    color: #000;
    text-decoration: none;
}

.info-area__list-item {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-area__list-item {
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   mod-btn
--------------------------------------------- */
.mod-btn {
    margin-right: auto;
    margin-left: auto;
    width: 204px;
}

@media screen and (max-width: 750px) {
    .mod-btn {
        width: 70%;
    }
}

.mod-btn__link {
    display: block;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.mod-btn__link:hover, .mod-btn__link:focus {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .mod-btn__link {
        padding: 1.66667vw 0;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
.pagetop {
    margin-top: 128px;
    border-bottom: 10px solid #f4f4f4;
}

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

.pagetop__link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    padding: 5px 0 5px 18px;
    width: 88px;
    background-color: #f4f4f4;
    background-image: url(/paralympic/assets/img/common/arw_red_up.png);
    background-position: left 8px center;
    background-size: 15px 8px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.pagetop__link:hover, .pagetop__link:focus {
    opacity: 0.8;
}

/* ---------------------------------------------
*   serch-area
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .serch-area {
        padding: 9vw 5vw 7.5vw;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__sns {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__sns-item {
        margin-right: 3.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__sns-item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__sns-link {
        display: block;
        width: 10vw;
    }
}

.serch-area__txt {
    font-weight: bold;
    font-size: 1.85714rem;
}

@media screen and (max-width: 750px) {
    .serch-area__txt {
        color: #fff;
        font-weight: bold;
        font-size: 1.85714rem;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__search {
        margin-top: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__search-inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;

        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 84%;
        height: 13.33333vw;
        font-size: 1.42857rem;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__input input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5vw;
        width: 100%;
        height: 100%;
        border: none;
        border: solid 0.5vw #bbbbbb;
    }
}

@media screen and (max-width: 750px) {
    .serch-area__btn {
        display: block;
        overflow: hidden;
        padding: 0;
        padding-top: 13.33333vw;
        width: 16%;
        height: 0;
        border: none;
        background-color: #bbbbbb;
        background-image: url(/paralympic/assets/img/common/sp/icon_search.png);
        background-position: center;
        background-size: 8.83333vw 9.33333vw;
        background-repeat: no-repeat;
        cursor: pointer;
    }
}

/* ---------------------------------------------
*   bnr-area
--------------------------------------------- */
.bnr-area {
    padding: 32px 0 60px;
}

@media screen and (max-width: 750px) {
    .bnr-area {
        padding: 0 5vw 8.66667vw;
    }
}

.bnr-area__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .bnr-area__wrap {
        padding: 0;
    }
}

.bnr-area__wrap:nth-of-type(1) .bnr-area__list {
    padding-bottom: 35px;
    border-bottom: solid 2px #999999;
}

@media screen and (max-width: 750px) {
    .bnr-area__wrap:nth-of-type(1) .bnr-area__list {
        padding-bottom: 5.83333vw;
        border-bottom: solid 0.33333vw #999999;
    }
}

.bnr-area__wrap:nth-of-type(2) .bnr-area__list {
    padding-top: 15px;
}

@media screen and (max-width: 750px) {
    .bnr-area__wrap:nth-of-type(2) .bnr-area__list {
        padding-top: 5vw;
    }
}

.bnr-area__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media screen and (max-width: 750px) {
    .bnr-area__list {
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.bnr-area__item {
    margin-top: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 750px) {
    .bnr-area__item {
        margin-top: 3.33333vw;
        margin-right: 0;
        width: 47.2%;
    }
}

.bnr-area__item:nth-child(4n) {
    margin-right: 0;
}

.bnr-area__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.bnr-area__link:hover, .bnr-area__link:focus {
    opacity: 0.8;
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   swiper
--------------------------------------------- */
/*  swiper-button-next,swiper-button-prev
--------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
    margin-top: 0;
    width: 14px;
    height: 26px;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .swiper-button-next, .swiper-button-prev {
        width: 2.33333vw;
        height: 4.33333vw;
    }
}

/*  swiper-button-prev
--------------------------------------------- */
.swiper-button-prev {
    left: 18px;
    background-image: url(/paralympic/assets/img/common/arw_white_l.png);
}

@media screen and (max-width: 750px) {
    .swiper-button-prev {
        left: 1.66667vw;
    }
}

/*  swiper-button-next
--------------------------------------------- */
.swiper-button-next {
    right: 18px;
    background-image: url(/paralympic/assets/img/common/arw_white_r.png);
}

@media screen and (max-width: 750px) {
    .swiper-button-next {
        right: 1.66667vw;
    }
}

/* ---------------------------------------------
*   index-count
--------------------------------------------- */
.index-count {
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .index-count {
        margin-top: 4vw;
        padding: 0 5.66667vw;
    }
}

.index-count__box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    padding: 10px 15px 10px 10px;
    width: 300px;
    border: solid 1px #c4c4c4;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .index-count__box {
        padding: 2.5vw 3.33333vw;
        width: auto;
    }
}

.index-count__logo {
    width: 80px;
}

@media screen and (max-width: 750px) {
    .index-count__logo {
        width: 24.5vw;
    }
}

.index-count__txt {
    font-weight: bold;
    font-size: 0.78571rem;
}

@media screen and (max-width: 750px) {
    .index-count__txt {
        font-size: 1.35714rem;
    }
}

.index-count .yycountdown-box {
    font-weight: bold;
    font-size: 1.14286rem;
}

@media screen and (max-width: 750px) {
    .index-count .yycountdown-box {
        font-size: 2rem;
    }
}

.index-count .yycountdown-box .yyc-day,
.index-count .yycountdown-box .yyc-hou,
.index-count .yycountdown-box .yyc-min,
.index-count .yycountdown-box .yyc-sec {
    color: #bd2200;
}

.index-count .yycountdown-box .yyc-day-text,
.index-count .yycountdown-box .yyc-hou-text,
.index-count .yycountdown-box .yyc-min-text {
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    .index-count .yycountdown-box .yyc-day-text,
    .index-count .yycountdown-box .yyc-hou-text,
    .index-count .yycountdown-box .yyc-min-text {
        margin-right: 1.66667vw;
    }
}

/* ---------------------------------------------
*   coronavirus-banner
--------------------------------------------- */
.coronavirus{
 box-sizing:border-box;
 width:1000px;
 margin: 50px auto 0 auto;
}

.coronavirus-banner {
 box-sizing:border-box;
 display:inline-block;
 margin: 0 5px 0 0;
 width: 330px;
 height:90px;
 border:3px solid #ff0000;
 background-image:url('/paralympic/assets/img/index/bnr_coronavirus.jpg');
 background-repeat:no-repeat;
 background-size:35px;
 background-position:10px 50%;
 vertical-align:top;
}

.coronavirus-banner a {
 box-sizing:border-box;
 display:block;
 padding:18px 5px 35px 55px;
 width:100%;
 height:100%;
 font-size:13px;
 font-weight:normal;
 line-height:1.3;
 text-align:center;
}

.coronavirus-banner a span{
 color:#0000ff;
 font-weight:bold;
}

.coronavirus-banner2 {
 box-sizing:border-box;
 display:inline-block;
 margin: 0 5px 0 0;
 width: 330px;
 height:90px;
 border:3px solid #009900;
 vertical-align:top;
}

.coronavirus-banner2 a,
.coronavirus-banner2 span {
 display:block;
 padding:16px 5px 35px 5px;
 width:100%;
 height:100%;
 font-size:14px;
 font-weight:normal;
 line-height:1.3;
 text-align:center;
}

.coronavirus-banner2 a span{
 color:#0000ff;
 font-weight:bold;
}

.savesport {
 box-sizing:border-box;
 display:inline-block;
 margin: 0 0 0 0;
 width: 330px;
 height:90px;
 border:3px solid #0000ff;
 vertical-align:top;
}

.savesport a{
 display:block;
 padding:7px 10px 0 10px;
 width:calc(100% - 20px);
 height:100%;
 font-size:13px;
 font-weight:normal;
 line-height:1.2;
 text-align:center;
}

.savesport a span{
 color:#0000ff;
 font-weight:bold;
}

.savesport img{
	margin: 0 0 3px 0;
	width:90%;
	height:auto;
}

.hand-wash-movie {
 box-sizing:border-box;
 display:inline-block;
 margin: 0 0 0 0;
 padding:5px 5px 10px 5px;
 width: 333px;
 border:3px solid #0000ff;
 vertical-align:top;
}

.hand-wash-movie::after {
 content: "";
 display: block;
 clear: both;
}

.hand-wash-movie .text{
 float:left;
 margin-top:10px;
 font-size:14px;
 font-weight:normal;
 line-height:1.3;
 text-align:center;
}

.hand-wash-movie .text a{
 color:#0000ff;
 font-weight:bold;
}

.hand-wash-movie .movie{
 float:right;
 position: relative;
 padding-top: 28.125%;
 width: 50%;
}

.hand-wash-movie iframe{
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}

@media screen and (max-width: 750px) {
.coronavirus{
 margin: 0 0 0 0;
 width:100%;
}

.coronavirus-banner {
 display:block;
 margin: 5% 5% 0 5%;
 width: 90%;
 height: auto;
 background-repeat:no-repeat;
 background-size:35px;
 background-position:6vw 50%;
}

.coronavirus-banner a {
 display:block;
 padding:1.5vw 0 1.5vw 17vw;
 width:100%;
 height:100%;
 font-size:13px;
 font-weight:normal;
 line-height:1.3;
}

.coronavirus-banner2 {
 display:block;
 margin: 5% 5% 0 5%;
 width: 90%;
 height: auto
}

.coronavirus-banner2 a {
 display:block;
 padding:1.5vw 0 1.5vw 0;
 font-size:14px;
 text-align:center;
}

.hand-wash-movie .text{
 font-size:3vw;
}

.hand-wash-movie {
  display:block;
  margin: 5% 5% 0 5%;
  width: 90%;
}

.hand-wash-movie .text{
 font-size:13px;
}

}

/* ---------------------------------------------
*   index-news
--------------------------------------------- */
.index-news {
    margin: 0 auto;
    padding: 55px 0;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .index-news {
        margin: 0 5%;
        width: 90%;
    }
}

.index-news--womens {
    padding-top: 70px;
    padding-bottom: 160px;
}

@media screen and (max-width: 750px) {
    .index-news--womens {
        padding-top: 11.66667vw;
        padding-bottom: 20vw;
    }
}

.index-news__container {
    float: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    border: solid 1px #bd2300;
}

.index-news--womens .index-news__container {
    float: none;
    max-width: 980px;
}

.index-news #clock {
    float: right;
}

@media screen and (max-width: 750px) {
    .index-news #clock {
        margin: 0 0 40px;
        width: 100%;
        text-align: center;
    }
    .index-news #countdownRioBlack {
        display: inline-block;
    }
}

.index-news__ttl {
    padding: 7px 10px 7px 12px;
    background-color: #bd2300;
    color: #fff;
    font-size: 1.61429rem;
}

@media screen and (max-width: 750px) {
    .index-news__ttl {
        padding: 2.33333vw 3.33333vw 2.33333vw 4vw;
        font-size: 1.11429rem;
    }
}

.index-news__list {
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 30px;
    max-height: 168px;
    background-color: #fff8f7;
}

@media screen and (max-width: 750px) {
    .index-news__list {
        padding: 5vw;
    }
}

.index-news--womens .index-news__list {
    max-height: 210px;
}

.index-news__item {
    display: table;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .index-news__item {
        display: block;
        margin-top: 2.5vw;
    }
}

.index-news__day {
    display: table-cell;
    padding-right: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .index-news__day {
        display: block;
        margin-bottom: 1.33333vw;
        padding-right: 0;
        font-size: 1.28571rem;
    }
}

.index-news__txt {
    display: table-cell;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    color: #0085b2;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .index-news__txt {
        display: inline;
        padding-bottom: 0.83333vw;
        font-size: 1.28571rem;
        line-height: 2;
    }
}

.index-news__txt:hover, .index-news__txt:focus {
    border-bottom: 1px solid transparent;
}

/* ---------------------------------------------
*   index-contents
--------------------------------------------- */
.index-contents {
    background-color: #f4f4f4;
}

.index-contents--white {
    background-color: #fff;
}

.index-contents__container {
    margin: 0 auto;
    padding: 50px 0 60px;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .index-contents__container {
        padding: 5vw 5.83333vw 14.66667vw;
    }
}

.index-contents__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .index-contents__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.index-contents__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .index-contents__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.index-contents__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .index-contents__ttl span {
        font-size: 2rem;
    }
}

.index-contents__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;

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

@media screen and (max-width: 750px) {
    .index-contents__list {
        display: block;
        margin-top: 0;
    }
}

.index-contents__item {
    margin-top: 20px;
    margin-right: 20px;
    width: 320px;
}

.index-contents__list--4 .index-contents__item {
    margin-right: 13px;
    width: 240px;
}

@media screen and (max-width: 750px) {
    .index-contents__list--4 .index-contents__item {
        margin-right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .index-contents__item {
        margin-top: 8.33333vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .index-contents__item:first-child {
        margin-top: 5.33333vw;
    }
}

.index-contents__item:nth-child(3n) {
    margin-right: 0;
}

.index-contents__list--4 .index-contents__item:nth-child(3n) {
    margin-right: 13px;
}

.index-contents__list--4 .index-contents__item:nth-child(4n) {
    margin-right: 0px;
}

.index-contents__link {
    display: block;
    border: solid 2px transparent;
    text-align: center;
}

.index-contents__link:hover, .index-contents__link:focus {
    border: solid 2px #bd2300;
}

.index-contents__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 135px;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .index-contents__img {
        height: auto;
    }
}

.index-contents__caption {
    padding: 15px 12px;
    background-color: #bd2300;
    background-image: url(/paralympic/assets/img/common/arw_white_r.png);
    background-position: right 14px center;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .index-contents__caption {
        padding: 4.16667vw 5vw;
        background-position: right 4vw center;
        background-size: 2vw 3.33333vw;
    }
}

.index-contents__caption span {
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .index-contents__caption span {
        padding: 4.16667vw 2.5vw;
        font-size: 1.71429rem;
    }
}

/* ---------------------------------------------
*   index-program
--------------------------------------------- */
.index-program {
    margin: 60px auto 0 auto;
    width: 1000px;
}


@media screen and (max-width: 750px) {
 .index-program {
  margin: 0 5%;
  width: 90%;
 }

}


/* ---------------------------------------------
*   n-year
--------------------------------------------- */
.n-year {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .n-year {
        overflow-x: auto;
        margin-top: 8.33333vw;
        padding-bottom: 2.5vw;
        white-space: nowrap;
    }
}

.n-year__item {
    position: relative;
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    .n-year__item {
        margin-top: 5vw;
        padding: 0 3.33333vw;
    }
}

.n-year__item:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 2px;
    height: 17px;
    background-color: #404040;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .n-year__item:after {
        width: 1px;
        height: 5.66667vw;
    }
}

.n-year__item:first-child {
    padding: 0 10px 0 0;
}

.n-year__item:first-child:after {
    content: none;
}

.n-year__link {
    display: inline-block;
    border-bottom: 1px solid #0085b2;
    color: #0085b2;
    font-size: 1.28571rem;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .n-year__link {
        font-size: 1.57143rem;
    }
}

.n-year__link:hover {
    border-bottom: none;
}

/* ---------------------------------------------
*   n-list
--------------------------------------------- */
.n-list {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .n-list {
        margin-top: 5.83333vw;
    }
}

.n-list__item {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .n-list__item {
        margin-top: 16.66667vw;
    }
}

.n-list__item:first-child {
    margin-top: 0;
}

.n-list__head {
    padding-bottom: 10px;
    border-bottom: 2px solid #f4f4f4;
}

@media screen and (max-width: 750px) {
    .n-list__head {
        padding-bottom: 3.33333vw;
        border-width: 1px;
    }
}

.n-list__day {
    margin-right: 40px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-list__day {
        display: block;
        margin-right: 0;
        margin-bottom: 1.66667vw;
        font-size: 1.57143rem;
    }
}

.n-list__ttl {
    border-bottom: 1px solid #0085b2;
    color: #0085b2;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-list__ttl {
        font-size: 1.57143rem;
    }
}

.n-list__ttl:hover {
    border-bottom: none;
}

.n-list__content {
    padding-top: 10px;
}

@media screen and (max-width: 750px) {
    .n-list__content {
        padding-top: 3.33333vw;
    }
}

.n-list__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-list__txt {
        font-size: 1.57143rem;
    }
}

.n-list__txt a {
    color: #0085b2;
    text-decoration: underline;
}

.n-list__txt a:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   wp-pagenavi
--------------------------------------------- */
.wp-pagenavi {
    margin-top: 85px;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi {
        margin-top: 16.66667vw;
    }
}

.wp-pagenavi span.current,
.wp-pagenavi a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 8px;
    border: solid 1px #bfbfbf;
    color: #0085b2;
    text-align: center;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi span.current,
    .wp-pagenavi a {
        padding: 1vw 2.66667vw;
        font-size: 1.57143rem;
    }
}

.wp-pagenavi span.current {
    border: solid 1px #000;
    color: #000;
}

.wp-pagenavi a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wp-pagenavi a:hover {
    border: solid 1px #000;
    color: #000;
}

/* ---------------------------------------------
*   jpc-head
--------------------------------------------- */
.jpc-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 62px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .jpc-head {
        display: block;
        margin-top: 11.66667vw;
    }
}

.jpc-head__btn {
    width: calc(50% - 4px);
}

@media screen and (max-width: 750px) {
    .jpc-head__btn {
        margin-top: 3.33333vw;
        width: 100%;
    }
}

.jpc-head__btn a {
    display: block;
    padding: 18.5px 0;
    background-image: url(/paralympic/assets/img/common/arw_white_r.png);
    background-position: right 16px center;
    background-size: 7px 12px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.14286rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.jpc-head__btn a:hover, .jpc-head__btn a:focus {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .jpc-head__btn a {
        padding: 3.33333vw 0;
        background-position: right 3% center;
        background-size: 1.66667vw 2.5vw;
        font-size: 1.35714rem;
    }
}

.jpc-head__btn a.pink {
    background-color: #f190b1;
}

.jpc-head__btn a.blue {
    background-color: #0085b2;
}

.jpc-head__btn a .small {
    display: block;
    font-weight: normal;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .jpc-head__btn a .small {
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   jpc-sec
--------------------------------------------- */
.jpc-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .jpc-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.jpc-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .jpc-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.jpc-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .jpc-sec__ttl span {
        font-size: 2rem;
    }
}

.jpc-sec__txt {
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .jpc-sec__txt {
        font-size: 1.28571rem;
    }
}

.jpc-sec__img {
    text-align: center;
}

/*  member
--------------------------------------------- */
.member {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .member {
        margin-top: 6.66667vw;
    }
}

.member table {
    width: 100%;
}

.member table tr:first-child {
    background-color: #eeeeee;
}

.member table th,
.member table td {
    padding: 10px 0 10px 3px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .member table th,
    .member table td {
        padding: 2.5vw 0.83333vw 2.5vw 1.33333vw;
        width: 25%;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   n-wrap
--------------------------------------------- */
.n-wrap__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 74px 0 0 0;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .n-wrap__container {
        padding: 10% 5.83333vw;
    }
}

.n-wrap__info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-top: 55px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .n-wrap__info {
        margin-top: 10vw;
    }
}

.n-wrap__label {
    display: inline-block;
    padding: 2px 0;
    width: 96px;
    background-color: #ffc926;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-wrap__label {
        padding: 0.83333vw 0;
        width: 35%;
        font-size: 1.28571rem;
    }
}

.n-wrap__label--green {
    background-color: #1BCB00;
}

.n-wrap__label--blue {
    background-color: #00A8FF;
}

.n-wrap__label--red {
    background-color: #FF0100;
}

.n-wrap__day {
    display: inline-block;
    margin-left: 32px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-wrap__day {
        margin-left: 6.66667vw;
        font-size: 1.28571rem;
    }
}

.n-wrap__ttl {
    margin-top: 5px;
    font-size: 2.28571rem;
}

@media screen and (max-width: 750px) {
    .n-wrap__ttl {
        margin-top: 5%;
        font-size: 2.71429rem;
    }
}

.n-wrap__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding-left: 40px;
    height: 100px;
    background-color: #eeeeee;
    font-size: 1.71429rem;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .n-wrap__head {
        padding-left: 6.66667vw;
        height: 16.66667vw;
        font-size: 5.83333vw;
    }
}

.n-wrap__head:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background-color: #bb2b08;
    content: "";
}

@media screen and (max-width: 750px) {
    .n-wrap__head:before {
        width: 1.66667vw;
    }
}

.n-wrap__head:after {
    position: absolute;
    top: -15px;
    right: 0;
    width: 401px;
    height: 155px;
    background: url(/paralympic/assets/img/sports/img_sports.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .n-wrap__head:after {
        top: 0;
        width: 46.66667vw;
        height: 18vw;
    }
}

/*  n-bnr
--------------------------------------------- */
.n-bnr__link {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.n-bnr__link:hover, .n-bnr__link:focus {
    opacity: 0.8;
}

/* ---------------------------------------------
*   n-sec
--------------------------------------------- */
.n-sec {
    margin-top: 45px;
}

@media screen and (max-width: 750px) {
    .n-sec {
        margin-top: 10vw;
    }
}

.n-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .n-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.n-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .n-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.n-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .n-sec__ttl span {
        font-size: 2rem;
    }
}

.n-sec__lead {
    margin-top: 30px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-sec__lead {
        margin-top: 6.66667vw;
        font-size: 1.42857rem;
    }
}

.n-sec__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .n-sec__inner {
        display: block;
    }
}

.n-sec__inner--right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.n-sec__large-img {
    margin: 0 auto;
    width: 580px;
}

@media screen and (max-width: 750px) {
    .n-sec__large-img {
        width: 100%;
    }
}

.n-sec__large-img-txt {
    margin-top: 15px;
    text-align: left;
    font-size: 0.71429rem;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .n-sec__large-img-txt {
        margin-top: 3%;
        font-size: 1rem;
    }
}

.n-sec__img {
    width: 280px;
}

@media screen and (max-width: 750px) {
    .n-sec__img {
        width: 100%;
    }
}

.n-sec__img img {
    width: 100%;
}

.n-sec__img-txt {
    margin-top: 15px;
    font-size: 0.71429rem;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .n-sec__img-txt {
        margin-top: 3%;
        font-size: 1rem;
    }
}

.n-sec__content {
    width: 660px;
}

@media screen and (max-width: 750px) {
    .n-sec__content {
        margin-top: 5vw;
        width: auto;
    }
}

.n-sec__content-ttl {
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 750px) {
    .n-sec__content-ttl {
        font-size: 1.57143rem;
    }
}

.n-sec__content--none {
    width: 100%;
}

.n-sec__txt {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .n-sec__txt {
        margin-top: 6.66667vw;
        font-size: 1.42857rem;
    }
}

.n-sec__txt:first-of-type {
    margin-top: 0;
}

.n-sec__txt--large {
    font-size: 1.28571rem;
}

@media screen and (max-width: 750px) {
    .n-sec__txt--large {
        font-size: 1.57143rem;
    }
}

.n-sec__txt-bold {
    font-weight: bold;
}

.n-sec__txt-link {
    color: #0000ff;
    text-decoration: underline;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.n-sec__txt-link:hover, .n-sec__txt-link:focus {
    opacity: 0.8;
}

.n-sec__qa {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-sec__qa {
        font-size: 1.42857rem;
    }
}

.n-sec__qa-item {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .n-sec__qa-item {
        margin-top: 5vw;
    }
}

.n-sec__qa-q {
    position: relative;
    margin-bottom: 20px;
    padding-left: 2.5em;
}

@media screen and (max-width: 750px) {
    .n-sec__qa-q {
        margin-bottom: 2.5vw;
    }
}

.n-sec__qa-q:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #7394FF;
    color: #fff;
    content: "Q";
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

@media screen and (max-width: 750px) {
    .n-sec__qa-q:before {
        width: 6.66667vw;
        height: 6.66667vw;
        font-size: 4vw;
        line-height: 6.66667vw;
    }
}

.n-sec__qa-a {
    position: relative;
    padding-left: 2.5em;
}

.n-sec__qa-a:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #F36CFF;
    color: #fff;
    content: "A";
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

@media screen and (max-width: 750px) {
    .n-sec__qa-a:before {
        width: 6.66667vw;
        height: 6.66667vw;
        font-size: 4vw;
        line-height: 6.66667vw;
    }
}

.n-sec__pdf-img {
    width: 280px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .n-sec__pdf-img {
        margin-top: 13.33333vw;
        width: 100%;
    }
}

.n-sec__pdf-img img {
    width: 100%;
}

.n-sec__pdf-link {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    padding-left: 35px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-sec__pdf-link {
        margin-top: 2.16667vw;
        padding-left: 5.83333vw;
        font-size: 1.28571rem;
    }
}

.n-sec__pdf-link:hover {
    text-decoration: none;
}

.n-sec__pdf-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 27px;
    background: url(/paralympic/assets/img/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .n-sec__pdf-link:before {
        width: 4.33333vw;
        height: 4.5vw;
    }
}

.n-sec__sports-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 30px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .n-sec__sports-img {
        display: block;
        margin-top: 5vw;
    }
}

.n-sec__sports-img img {
    margin-right: 20px;
    width: 480px;
}

@media screen and (max-width: 750px) {
    .n-sec__sports-img img {
        margin-right: 0;
        margin-bottom: 5vw;
        width: 100%;
    }
}

.n-sec__sports-img img:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .n-sec__sports-img img:last-of-type {
        margin-bottom: 0;
    }
}

.n-sec__target-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.6;

    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 750px) {
    .n-sec__target-list {
        font-size: 1.42857rem;
    }
}

.n-sec__target-term {
    position: relative;
    padding-left: 1em;

    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.n-sec__target-term:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "■";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.n-sec__target-link {
    display: block;
    color: #0085b2;
    text-decoration: underline;
}

.n-sec__target-link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   n-profile
--------------------------------------------- */
.n-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    width: 800px;
    border: 1px solid #ccc;
    background-color: #D6F1FF;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .n-profile {
        display: block;
        margin-top: 3.33333vw;
        padding: 3.33333vw;
        width: 100%;
    }
}

.n-profile__txt-area {
    width: 580px;
}

@media screen and (max-width: 750px) {
    .n-profile__txt-area {
        width: 100%;
    }
}

.n-profile__txt-area--w100 {
    width: 100%;
}

.n-profile__txt-b {
    margin-bottom: 10px;
    font-weight: bold;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .n-profile__txt-b {
        margin-bottom: 1.66667vw;
        font-size: 1.42857rem;
    }
}

.n-profile__txt {
    font-size: 0.85714rem;
}

@media screen and (max-width: 750px) {
    .n-profile__txt {
        font-size: 1.28571rem;
    }
}

.n-profile__img {
    width: 160px;
}

.n-profile__img img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .n-profile__img {
        margin: 0 auto;
        margin-top: 3.33333vw;
        max-width: 300px;
        width: 50%;
    }
}

/* ---------------------------------------------
*   mod-txt-link
--------------------------------------------- */
.mod-txt-link {
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
}

.mod-txt-link:hover {
    color: #00aaFF;
}

/* ---------------------------------------------
*   ipc-sec
--------------------------------------------- */
.ipc-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .ipc-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.ipc-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .ipc-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.ipc-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .ipc-sec__ttl span {
        font-size: 2rem;
    }
}

/* ---------------------------------------------
*   doping-sec
--------------------------------------------- */
.doping-sec a {
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}
.doping-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .doping-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.doping-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .doping-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.doping-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .doping-sec__ttl span {
        font-size: 2rem;
    }
}
.anti-doping-area {

	&__ttl {
		font-weight: bold;
		font-size: pxtorem(18, 'pc');
		@media screen and (max-width: #{$breakpoint-sp}px) {
			font-size: pxtorem(22, 'sp');
		}

		&--small {
			font-weight: normal;
			font-size: pxtorem(14, 'pc');
			@media screen and (max-width: #{$breakpoint-sp}px) {
				font-size: pxtorem(18, 'sp');
			}
		}
	}

	&__txt {
		font-size: pxtorem(14, 'pc');
		@media screen and (max-width: #{$breakpoint-sp}px) {
			font-size: pxtorem(18, 'sp');
		}

		a {
			text-decoration: underline;
			color: $blue1;
			font-size: pxtorem(14, 'pc');
			@media screen and (max-width: #{$breakpoint-sp}px) {
				font-size: pxtorem(18, 'sp');
			}

			&:hover {
				text-decoration: none;
			}

			&.black {
				color: $black1;
				text-decoration: none;
			}
		}
	}

	&__list-item {
		font-size: pxtorem(14, 'pc');
		@media screen and (max-width: #{$breakpoint-sp}px) {
			font-size: pxtorem(18, 'sp');
		}
	}
}

/* ---------------------------------------------
*   consul-sec
--------------------------------------------- */
.consul-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .consul-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.consul-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .consul-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.consul-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .consul-sec__ttl span {
        font-size: 2rem;
    }
}

/* ---------------------------------------------
*   partner-sec
--------------------------------------------- */
.partner-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .partner-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.partner-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .partner-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.partner-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .partner-sec__ttl span {
        font-size: 2rem;
    }
}

/*  partner-logo
--------------------------------------------- */
.partner-logo {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .partner-logo {
        margin-top: 6.66667vw;
    }
}

/* ---------------------------------------------
*   about-sec
--------------------------------------------- */
.about-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .about-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.about-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .about-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.about-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .about-sec__ttl span {
        font-size: 2rem;
    }
}

.about-sec__txt {
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .about-sec__txt {
        font-size: 1.28571rem;
    }
}

/*  about-content
--------------------------------------------- */
.about-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 20px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .about-content {
        display: block;
        margin-top: 6.66667vw;
    }
}

.about-content--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 750px) {
    .about-content__img {
        text-align: center;
    }
}

.about-content__txt {
    width: 638px;
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .about-content__txt {
        margin-top: 3.33333vw;
        width: auto;
        font-size: 1.28571rem;
    }
}

/*  value
--------------------------------------------- */
.value {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .value {
        margin-top: 6.66667vw;
    }
}

.value__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .value__inner {
        display: block;
    }
}

.value__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 5px 20px 5px;
    width: calc(100% / 4 - 5px);
    border: solid 1px #e61a12;
    color: #e61911;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .value__item {
        margin-top: 3.33333vw;
        padding: 5%;
        width: auto;
    }
}

.value__ttl {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    width: 200px;
    border-bottom: 1px solid #e61911;
}

@media screen and (max-width: 750px) {
    .value__ttl {
        padding-bottom: 5vw;
        width: auto;
    }
}

.value__ttl span {
    font-weight: bold;
    font-size: 1.57143rem;
}

@media screen and (max-width: 750px) {
    .value__ttl span {
        font-size: 1.85714rem;
    }
}

.value__content {
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .value__content {
        margin-top: 5vw;
    }
}

.value__content p {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .value__content p {
        font-size: 1.28571rem;
    }
}

.value__txt {
    margin-top: 20px;
    font-size: 0.71429rem;
}

@media screen and (max-width: 750px) {
    .value__txt {
        margin-top: 3.33333vw;
        font-size: 1rem;
    }
}

/*  symbol
--------------------------------------------- */
.symbol__ttl {
    margin-top: 45px;
    margin-left: 145px;
    font-weight: bold;
    font-size: 2.14286rem;
}

@media screen and (max-width: 750px) {
    .symbol__ttl {
        margin-top: 6.66667vw;
        margin-left: 0;
        font-size: 2.57143rem;
    }
}

.symbol__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 50px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .symbol__content {
        display: block;
        margin-top: 6.66667vw;
    }
}

.symbol__logo {
    margin-right: 75px;
}

@media screen and (max-width: 750px) {
    .symbol__logo {
        margin-right: 0;
        text-align: center;
    }
}

.symbol__txt {
    width: 645px;
}

@media screen and (max-width: 750px) {
    .symbol__txt {
        margin-top: 1.42857rem;
        width: auto;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   past-sec
--------------------------------------------- */
.past-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .past-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.past-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .past-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.past-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .past-sec__ttl span {
        font-size: 2rem;
    }
}

/*  past-table
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .past-table {
        padding-right: 1.66667vw;
    }
}

.past-table table {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .past-table table {
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

.past-table th,
.past-table td {
    border: solid 1px #8d8d8d;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .past-table th,
    .past-table td {
        font-size: 1.28571rem;
    }
}

.past-table th {
    background-color: #666666;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .past-table th {
        padding: 0.83333vw 1.66667vw;
    }
}

.past-table td {
    padding: 5px;
}

@media screen and (max-width: 750px) {
    .past-table td {
        padding: 1.66667vw;
    }
}

.past-table td a {
    color: #00a3d8;
    text-decoration: underline;
}

.past-table td a:hover {
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .past-table--rank {
        padding-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .past-table--rank table {
        display: table;
    }
}

.past-table--rank table th,
.past-table--rank table td {
    text-align: center;
}

/* ---------------------------------------------
*   past-detail
--------------------------------------------- */
.past-detail__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 750px) {
    .past-detail__inner {
        display: block;
        padding: 3.33333vw 0;
    }
}

.past-detail__inner:first-of-type {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .past-detail__inner:first-of-type {
        margin-top: 5vw;
    }
}

.past-detail__inner dt,
.past-detail__inner dd {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dt,
    .past-detail__inner dd {
        font-size: 1.28571rem;
    }
}

.past-detail__inner dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 25px;
    width: 220px;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dt {
        padding: 0;
        width: auto;
    }
}

.past-detail__inner dt.wide {
    padding: 25px 0 20px 25px;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dt.wide {
        padding: 0;
    }
}

.past-detail__inner dd {
    padding: 10px 0;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dd {
        margin-top: 1.66667vw;
        padding: 0;
    }
}

.past-detail__inner dd.wide {
    padding: 25px 0;
    width: 760px;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dd.wide {
        padding: 0;
        width: auto;
    }
}

.past-detail__inner dd .small {
    font-size: 0.85714rem;
}

@media screen and (max-width: 750px) {
    .past-detail__inner dd .small {
        font-size: 0.85714rem;
    }
}

.past-detail__link {
    display: inline-block;
    margin-top: 30px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .past-detail__link {
        margin-top: 6.66667vw;
        font-size: 1.28571rem;
    }
}

.past-detail__link:hover {
    text-decoration: none;
}

/*  past-content
--------------------------------------------- */
.past-content__inner {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .past-content__inner {
        margin-top: 10vw;
    }
}

.past-content__inner:first-of-type {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .past-content__inner:first-of-type {
        margin-top: 5vw;
    }
}

.past-content__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

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

@media screen and (max-width: 750px) {
    .past-content__img {
        display: block;
    }
}

.past-content__img img {
    margin: 0 15px;

    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 750px) {
    .past-content__img img {
        margin: 1.66667vw 0;
    }
}

.past-content__head {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .past-content__head {
        margin-top: 1.66667vw;
        font-size: 1.28571rem;
    }
}

.past-content__txt {
    font-size: 0.85714rem;
}

@media screen and (max-width: 750px) {
    .past-content__txt {
        font-size: 1.14286rem;
    }
}

/* ---------------------------------------------
*   program-sec
--------------------------------------------- */
.program-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .program-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.program-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .program-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.program-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .program-sec__ttl span {
        font-size: 2rem;
    }
}

.program-sec__txt {
    display:inline-block;
    margin:30px 0 0 2%;
    padding:2%;
    width:34%;
    height:385px;
    color:#1F4E79;
    font-size: 1.3rem;
    font-weight:bold;
    
    border:1px solid #1F4E79;
}

.program-sec__txt img{
     width:100%;
     height:auto;
}


@media screen and (max-width: 750px) {
    .program-sec__txt {
        display:block;
        margin:0 0 0 0;
        padding:2%;
        width:96%;
        height:auto;
    color:#1F4E79;
        font-size: 1.28571rem;
    font-weight:bold;
}

.program-sec__txt img{
     width:100%;
     height:auto;
}

}


.program-sec__img {
     float:left;
     width:580px;
     height:425px;
}

.program-sec__img img{
     width:600px;
     height:auto;
}

@media screen and (max-width: 750px) {

.program-sec__img {
         float:none;
         width:100%;
         height:auto;
}

.program-sec__img img{
     width:100%;
     height:auto;
}

}

/*  program-content
--------------------------------------------- */
.program-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 750px) {
    .program-content {
        display: block;
        padding: 3.33333vw 0;
    }
}

.program-content:first-of-type {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .program-content:first-of-type {
        margin-top: 3.33333vw;
    }
}

.program-content--bn {
    border-bottom: none;
}

.program-content dt,
.program-content dd {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .program-content dt,
    .program-content dd {
        font-size: 1.28571rem;
    }
}

.program-content dt {
    width: 150px;
}

@media screen and (max-width: 750px) {
    .program-content dt {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .program-content dd {
        margin-top: 1.66667vw;
    }
}

.program-content dd a {
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .program-content dd a {
        font-size: 1.28571rem;
    }
}

.program-content dd a:hover {
    text-decoration: none;
}

ul.program-content {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap: nowrap;
 flex-wrap:wrap;
 box-sizing:border-box;
 width:100%;
}

ul.program-content li {
 flex-direction:row;
 box-sizing:inherit;
 position:relative;
 margin:0 25px 25px 0;
 padding:10px 10px 60px 10px;
 ms-flex-preferred-size:475px;
 flex-basis:475px;
 vertical-align:top;
 border-style:solid;
 border-width:1px;
 border-color:#b8b8b8;
}

ul.program-content li:nth-child(2n) {
 margin:0 0 25px 0;
}

ul.program-content li img {
 width:100%;
 max-width:400px;
 height:auto;
}

ul.program-content li a {
 display:block;
 margin:0 auto 15px auto;
 text-align:center;
}

ul.program-content li a:hover {
 opacity:.8;
}

ul.program-content li .btn_link {
 position:absolute;
 bottom:10px;
 right:10px;
 width:110px;
 height:auto;
}

@media screen and (max-width: 750px) {
 ul.program-content li {
    margin:0 0 25px 0;
    flex-basis:100%;
 }
 
}

/* ---------------------------------------------
*   movie-sec
--------------------------------------------- */
.movie-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .movie-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.movie-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .movie-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.movie-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .movie-sec__ttl span {
        font-size: 2rem;
    }
}

/*  movie-frame
--------------------------------------------- */
.movie-frame {
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    width: 640px;
    height: 360px;
}

@media screen and (max-width: 750px) {
    .movie-frame {
        margin-top: 6.66667vw;
        width: 100%;
        height: 60vw;
    }
}

.movie-frame iframe {
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   committee-sec
--------------------------------------------- */
.committee-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .committee-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.committee-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .committee-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.committee-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .committee-sec__ttl span {
        font-size: 2rem;
    }
}

.committee-sec__txt {
    margin-top: 20px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .committee-sec__txt {
        margin-top: 6.66667vw;
        font-size: 1.28571rem;
    }
}

.committee-sec__list {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .committee-sec__list {
        margin-top: 6.66667vw;
    }
}

.committee-sec__list li {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .committee-sec__list li {
        padding-left: 2.4em;
        text-indent: -3em;
        font-size: 1.28571rem;
    }
}

/*  greet
--------------------------------------------- */
.greet {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .greet {
        margin-top: 6.66667vw;
    }
}

.greet__box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 25px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .greet__box {
        display: block;
        margin-top: 10vw;
    }
}

.greet__box:first-of-type {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .greet__box:first-of-type {
        margin-top: 6.66667vw;
    }
}

.greet__box:nth-of-type(odd) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.greet__img {
    text-align: center;
}

.greet__content {
    width: 720px;
}

@media screen and (max-width: 750px) {
    .greet__content {
        margin-top: 3.33333vw;
        width: auto;
    }
}

.greet__ttl {
    font-size: 1.42857rem;
}

@media screen and (max-width: 750px) {
    .greet__ttl {
        font-size: 1.71429rem;
    }
}

.greet__txt {
    margin-top: 10px;
    word-break: break-all;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .greet__txt {
        margin-top: 3.33333vw;
        font-size: 1.28571rem;
    }
}

/*  group
--------------------------------------------- */
.group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #dddddd;
}

@media screen and (max-width: 750px) {
    .group {
        display: block;
        padding: 3.33333vw 0;
    }
}

.group:first-of-type {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .group:first-of-type {
        margin-top: 3.33333vw;
    }
}

.group:last-of-type {
    border-bottom: none;
}

.group dt,
.group dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 12px 25px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .group dt,
    .group dd {
        padding: 0;
        font-size: 1.28571rem;
    }
}

.group dt {
    width: 220px;
}

@media screen and (max-width: 750px) {
    .group dt {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .group dd {
        margin-top: 1.66667vw;
    }
}

.group__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .group__txt {
        font-size: 1.28571rem;
    }
}

.group__txt a {
    color: #0085b2;
    text-decoration: underline;
}

.group__txt a:hover {
    text-decoration: none;
}

/*  compe
--------------------------------------------- */
.compe {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

@media screen and (max-width: 750px) {
    .compe {
        display: block;
        margin-top: 6.66667vw;
    }
}

.compe__link {
    display: inline-block;
    margin-right: 20px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .compe__link {
        display: block;
        margin-right: 0;
        font-size: 1.28571rem;
    }
}

.compe__link:hover {
    text-decoration: none;
}
.compe-contents__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;

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

@media screen and (max-width: 750px) {
    .compe-contents__list {
        display: block;
        margin-top: 0;
    }
}

.compe-contents__item {
    margin-top: 20px;
    margin-right: 20px;
    width: 313px;
}

@media screen and (max-width: 750px) {
    .compe-contents__item {
        margin-top: 8.33333vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .compe-contents__item:first-child {
        margin-top: 5.33333vw;
    }
}

.compe-contents__item:nth-child(3n) {
    margin-right: 0;
}

.compe-contents__link {
    display: block;
    text-align: center;
}


.compe-contents__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 213px;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .compe-contents__img {
        height: auto;
    }
}

.compe-contents__caption {
    padding: 15px 12px;
    background-image: url(/paralympic/assets/img/common/arw_white_r.png);
    background-position: right 14px center;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .compe-contents__caption {
        padding: 4.16667vw 5vw;
        background-position: right 4vw center;
        background-size: 2vw 3.33333vw;
    }
}

.compe-contents__caption span {
    color: #0085b2;
    font-size: 1.2rem;
    text-decoration: underline;
}
.compe-contents__item :hover {
    text-decoration: none;
}


@media screen and (max-width: 750px) {
    .compe-contents__caption span {
        padding: 4.16667vw 2.5vw;
        font-size: 1.71429rem;
    }
}


/*  international
--------------------------------------------- */
.international {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .international {
        margin-top: 10vw;
    }
}

.international:first-of-type {
    margin-top: 55px;
}

@media screen and (max-width: 750px) {
    .international:first-of-type {
        margin-top: 6.66667vw;
    }
}

.international__head a {
    color: #0085b2;
    text-decoration: underline;
    font-size: 1.28571rem;
}

@media screen and (max-width: 750px) {
    .international__head a {
        font-size: 1.57143rem;
    }
}

.international__head a:hover {
    text-decoration: none;
}

.international__content p {
    margin-top: 22px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .international__content p {
        margin-top: 5vw;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   contact-txt
--------------------------------------------- */
.contact-txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .contact-txt {
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   contact-sec
--------------------------------------------- */
.contact-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .contact-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.contact-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .contact-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.contact-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .contact-sec__ttl span {
        font-size: 2rem;
    }
}

.contact-sec__link {
    display: inline-block;
    margin-top: 40px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

.contact-sec__link2 {
    display: inline-block;
    margin-top: 10px;
    color: #0085b2;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .contact-sec__link {
        margin-top: 6.66667vw;
        font-size: 1.28571rem;
    }

    .contact-sec__link2 {
        margin-top: 1.66667vw;
        font-size: 1.28571rem;
    }
}

.contact-sec__link:hover,
.contact-sec__link2:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   history-sec
--------------------------------------------- */
.history-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .history-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.history-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .history-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.history-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .history-sec__ttl span {
        font-size: 2rem;
    }
}

.history-sec__txt {
    margin-top: 20px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .history-sec__txt {
        margin-top: 6.66667vw;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   sports-movie
--------------------------------------------- */
.sports-movie {
    margin-top: 75px;
    padding-top: 67px;
    padding-bottom: 40px;
    background-color: #eeeeee;
}

@media screen and (max-width: 750px) {
    .sports-movie {
        margin-top: 8.33333vw;
        padding-top: 11.66667vw;
        padding-bottom: 6.66667vw;
    }
}

.sports-movie__inner {
    margin: 0 auto;
    width: 686px;
}

@media screen and (max-width: 750px) {
    .sports-movie__inner {
        width: 90%;
    }
}

.sports-movie__movie {
    position: relative;
    padding-top: 385px;
    width: 100%;
    height: 0;
}

@media screen and (max-width: 750px) {
    .sports-movie__movie {
        padding-top: 56%;
    }
}

.sports-movie__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sports-movie__desc {
    margin-top: 15px;
    text-align: center;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .sports-movie__desc {
        margin-top: 3.33333vw;
        font-size: 4vw;
    }
}

/* ---------------------------------------------
*   womens
--------------------------------------------- */
/*  swiper
--------------------------------------------- */
.womens .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .womens .swiper-pagination-bullet {
        width: 1.66667vw;
        height: 1.66667vw;
    }
}

.womens .swiper-pagination-bullet-active {
    background: #f9d9d8;
}

.womens .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
}

@media screen and (max-width: 750px) {
    .womens .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0.83333vw;
    }
}

.womens .swiper-slide img {
    width: 100%;
}

/*  w-container
--------------------------------------------- */
.w-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .w-container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5.83333vw;
        max-width: 100%;
    }
}

/*  mod-page-ttl
--------------------------------------------- */
.mod-page-ttl {
    padding: 25px 0;
    background-color: #bb121a;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .mod-page-ttl {
        padding: 4.16667vw 0;
        font-size: 2.57143rem;
    }
}

/*  mod-ttl-red
--------------------------------------------- */
.mod-ttl-red {
    color: #bb121a;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-ttl-red {
        font-size: 2rem;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.mod-ttl-red--small {
    font-size: 1.85714rem;
}

@media screen and (max-width: 750px) {
    .mod-ttl-red--small {
        font-size: 2.35714rem;
    }
}

.mod-ttl-red--m {
    font-size: 1.92857rem;
}

@media screen and (max-width: 750px) {
    .mod-ttl-red--m {
        font-size: 2.5rem;
    }
}

/*  mod-bg-ttl
--------------------------------------------- */
.mod-bg-ttl {
    margin-top: 60px;
    padding: 5px 0;
    border-radius: 100px;
    background-color: #f09cb4;
    text-align: center;
    font-size: 1.64286rem;
}

@media screen and (max-width: 750px) {
    .mod-bg-ttl {
        margin-top: 10vw;
        padding: 0.83333vw 0;
        border-radius: 16.66667vw;
        font-size: 2.07143rem;
    }
}

.mod-bg-ttl--letter-s {
    letter-spacing: 0.5em;
}

/*  w-mod-sub-ttl
--------------------------------------------- */
.w-mod-sub-ttl {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.21429rem;
}

@media screen and (max-width: 750px) {
    .w-mod-sub-ttl {
        font-size: 1.57143rem;
    }
}

.w-mod-sub-ttl:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #f190b1;
    content: "■";
    font-size: 2.14286rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .w-mod-sub-ttl:before {
        font-size: 2.78571rem;
    }
}

/*  w-lead
--------------------------------------------- */
.w-lead {
    padding: 70px 0;
}

@media screen and (max-width: 750px) {
    .w-lead {
        padding: 11.66667vw 0;
    }
}

.w-lead__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .w-lead__txt {
        font-size: 1.28571rem;
    }
}

/*  w-consultation
--------------------------------------------- */
.w-consultation {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: #f4f4f4;
}

@media screen and (max-width: 750px) {
    .w-consultation {
        padding-top: 11.66667vw;
        padding-bottom: 20vw;
    }
}

.w-consultation__lead {
    margin: 50px auto;
}

@media screen and (max-width: 750px) {
    .w-consultation__lead {
        margin: 8.33333vw auto;
    }
}

.w-consultation__item {
    margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
    .w-consultation__item {
        margin-bottom: 0.83333vw;
    }
}

/*  w-btn-list
--------------------------------------------- */
.w-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 45px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .w-btn-list {
        display: block;
        margin-top: 7.5vw;
    }
}

.w-btn-list__item {
    display: block;
    width: 480px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 750px) {
    .w-btn-list__item {
        margin-bottom: 3.33333vw;
        width: 100%;
        font-size: 1.35714rem;
    }
}

.w-btn-list__link {
    display: block;
    padding: 25px 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.w-btn-list__link:hover, .w-btn-list__link:focus {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .w-btn-list__link {
        padding: 4.16667vw 0;
    }
}

.w-btn-list__txt-s {
    display: block;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .w-btn-list__txt-s {
        font-size: 1.28571rem;
    }
}

.w-btn-list__txt-s--normal {
    font-weight: normal;
}

/*  w-diagram
--------------------------------------------- */
.w-diagram {
    padding-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .w-diagram {
        padding-bottom: 10vw;
    }
}

.w-diagram__img {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .w-diagram__img {
        margin-top: 8.33333vw;
    }
}

/*  w-member
--------------------------------------------- */
.w-member {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #fcf4f4;
}

@media screen and (max-width: 750px) {
    .w-member {
        overflow: hidden;
        padding-top: 11.66667vw;
        padding-bottom: 16.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .w-member-table-wrap {
        overflow-x: scroll;
        width: 113.33333vw;
    }
}

.w-member-table {
    margin-top: 75px;
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 1.42857rem;
}

@media screen and (max-width: 750px) {
    .w-member-table {
        margin-top: 12.5vw;
        width: 226.66667vw;
        font-size: 1.85714rem;
    }
}

.w-member-table__ttl {
    padding: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 750px) {
    .w-member-table__ttl {
        padding: 2.5vw;
    }
}

.w-member-table__ttl:last-of-type {
    margin-right: 0;
}

.w-member-table__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 750px) {
    .w-member-table__txt {
        padding: 2.5vw;
    }
}

.w-member-table__txt:nth-child(1) {
    width: 130px;
}

@media screen and (max-width: 750px) {
    .w-member-table__txt:nth-child(1) {
        width: 25vw;
    }
}

.w-member-table__txt:nth-child(2) {
    width: 180px;
}

@media screen and (max-width: 750px) {
    .w-member-table__txt:nth-child(2) {
        width: 33.33333vw;
    }
}

.w-member-table__txt:nth-child(3) {
    width: 200px;
}

@media screen and (max-width: 750px) {
    .w-member-table__txt:nth-child(3) {
        width: 36.66667vw;
    }
}

.w-member-table__txt:last-of-type {
    margin-right: 0;
}

/*  w-approach
--------------------------------------------- */
.w-approach {
    padding-top: 110px;
}

@media screen and (max-width: 750px) {
    .w-approach {
        padding-top: 18.33333vw;
    }
}

.w-approach__txt-area--1 {
    width: 54.08163%;
}

@media screen and (max-width: 750px) {
    .w-approach__txt-area--1 {
        width: 100%;
    }
}

.w-approach__txt-area--2 {
    width: 66.32653%;
}

@media screen and (max-width: 750px) {
    .w-approach__txt-area--2 {
        width: 100%;
    }
}

.w-approach__txt-area--3 {
    width: 79.59184%;
}

@media screen and (max-width: 750px) {
    .w-approach__txt-area--3 {
        width: 100%;
    }
}

.w-approach__txt-l {
    margin-top: 65px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 1.42857rem;
}

@media screen and (max-width: 750px) {
    .w-approach__txt-l {
        margin-top: 10.83333vw;
        margin-bottom: 8.33333vw;
        font-size: 1.85714rem;
    }
}

.w-approach__txt {
    margin-top: 30px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .w-approach__txt {
        margin-top: 5vw;
        font-size: 1.28571rem;
    }
}

.w-approach__txt:first-of-type {
    margin-top: 0;
}

.w-approach__txt-b {
    font-weight: bold;
}

.w-approach__btn {
    display: block;
    margin-top: 30px;
    padding: 12px 0;
    width: 290px;
    background-color: #000;
    text-align: center;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.w-approach__btn:hover, .w-approach__btn:focus {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .w-approach__btn {
        margin-top: 5vw;
        padding: 2vw 0;
        width: 100%;
    }
}

.w-approach__btn-txt {
    color: #fff;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .w-approach__btn-txt {
        font-size: 1.28571rem;
    }
}

.w-approach__img-area--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 420px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .w-approach__img-area--1 {
        display: block;
        width: 100%;
    }
}

.w-approach__img-area--2 {
    width: 300px;
}

@media screen and (max-width: 750px) {
    .w-approach__img-area--2 {
        width: 100%;
    }
}

.w-approach__img-area--3 {
    width: 170px;
}

@media screen and (max-width: 750px) {
    .w-approach__img-area--3 {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .w-approach__img {
        margin: 0 auto;
        margin-top: 3.33333vw;
        width: 80%;
    }
    .w-approach__img img {
        width: 100%;
    }
}

.w-approach-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 90px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .w-approach-contents {
        display: block;
        margin-bottom: 15vw;
    }
}

/*  w-pamphlet
--------------------------------------------- */
.w-pamphlet__img {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .w-pamphlet__img {
        margin-top: 5vw;
        margin-bottom: 3.33333vw;
    }
}

.w-pamphlet__txt {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .w-pamphlet__txt {
        margin-bottom: 6.66667vw;
        text-align: left;
        font-size: 1.92857rem;
    }
}

/*  w-btn
--------------------------------------------- */
.w-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 480px;
    height: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.21429rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.w-btn:hover, .w-btn:focus {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .w-btn {
        width: 100%;
        height: 16.66667vw;
        font-size: 1.35714rem;
    }
}

/*  w-message
--------------------------------------------- */
.w-message {
    margin-top: 120px;
}

@media screen and (max-width: 750px) {
    .w-message {
        margin-top: 20vw;
    }
}

.w-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 750px) {
    .w-message__inner {
        display: block;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
}

.w-message__img {
    margin-right: 20px;
}

@media screen and (max-width: 750px) {
    .w-message__img {
        margin: 0 auto;
        width: 35.66667vw;
    }
}

.w-message__txt-area {
    margin-bottom: -10px;
}

@media screen and (max-width: 750px) {
    .w-message__txt-area {
        margin-top: 1.66667vw;
        margin-bottom: 0;
    }
}

.w-message__txt-l {
    font-size: 2.14286rem;
}

@media screen and (max-width: 750px) {
    .w-message__txt-l {
        font-size: 2.57143rem;
    }
}

.w-message__txt {
    font-size: 1.5rem;
    line-height: 1.9;
}

@media screen and (max-width: 750px) {
    .w-message__txt {
        font-size: 1.71429rem;
    }
}

.w-message__txt-s {
    font-size: 0.92857rem;
}

@media screen and (max-width: 750px) {
    .w-message__txt-s {
        font-size: 1.14286rem;
    }
}

/*  w-graph
--------------------------------------------- */
.w-graph {
    margin-top: 120px;
}

@media screen and (max-width: 750px) {
    .w-graph {
        margin-top: 20vw;
    }
}

.w-graph__ttl {
    margin-bottom: 30px;
    height: 68px;
    color: #bb121a;
    text-align: center;
    font-size: 1.64286rem;
}

@media screen and (max-width: 750px) {
    .w-graph__ttl {
        margin-bottom: 5vw;
        height: auto;
    }
}

.w-graph__contents {
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
    .w-graph__contents {
        margin-top: 4.16667vw;
    }
}

.w-graph__item--1 {
    width: 290px;
}

@media screen and (max-width: 750px) {
    .w-graph__item--1 {
        margin-bottom: 8.33333vw;
        width: 100%;
    }
}

.w-graph__item--2 {
    width: 475px;
}

@media screen and (max-width: 750px) {
    .w-graph__item--2 {
        width: 100%;
    }
}

.w-graph__txt {
    font-size: 0.92857rem;
}

@media screen and (max-width: 750px) {
    .w-graph__txt {
        font-size: 1.21429rem;
    }
}

.w-graph__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-right: 85px;
    margin-bottom: 85px;
    margin-left: 50px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .w-graph__list {
        display: block;
        margin: 0 auto;
        margin-bottom: 8.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .w-graph__graph {
        margin-right: auto;
        margin-left: 23.33333vw;
    }
    .w-graph__graph img {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .w-graph__graph--1 {
        width: 44.83333vw;
    }
}

.w-graph__graph--2 {
    text-align: right;
}

@media screen and (max-width: 750px) {
    .w-graph__graph--2 {
        width: 60.5vw;
    }
}

/*  w-link
--------------------------------------------- */
.w-link {
    padding-top: 90px;
    padding-bottom: 110px;
}

@media screen and (max-width: 750px) {
    .w-link {
        padding-top: 15vw;
        padding-bottom: 18.33333vw;
    }
}

.w-link__btn {
    margin-top: 35px;
}

@media screen and (max-width: 750px) {
    .w-link__btn {
        margin-top: 5.83333vw;
    }
}

/*  w-consultation-red
--------------------------------------------- */
.w-consultation-red {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #b61905;
}

@media screen and (max-width: 750px) {
    .w-consultation-red {
        padding-top: 8.33333vw;
        padding-bottom: 16.66667vw;
    }
}

.w-consultation-red__ttl {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .w-consultation-red__ttl {
        margin-bottom: 40px;
        text-align: left;
        font-size: 2.57143rem;
    }
}

.w-consultation-red__large-txt {
    margin-bottom: 90px;
    color: #fff;
    font-size: 1.42857rem;
    line-height: 2.5;
}

@media screen and (max-width: 750px) {
    .w-consultation-red__large-txt {
        margin-bottom: 0vw;
        font-size: 1.85714rem;
    }
}

/* ---------------------------------------------
*   info-sec
--------------------------------------------- */

.info-sec__ttl {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #888888;
}

@media screen and (max-width: 750px) {
    .info-sec__ttl {
        padding-bottom: 1.66667vw;
        border-bottom: 0.5vw solid #888888;
    }
}

.info-sec__ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 140px;
    height: 3px;
    background-color: #bd2300;
    content: "";
}

@media screen and (max-width: 750px) {
    .info-sec__ttl:after {
        bottom: -0.5vw;
        width: 26.66667vw;
        height: 0.5vw;
    }
}

.info-sec__ttl span {
    font-size: 1.71429rem;
}

@media screen and (max-width: 750px) {
    .info-sec__ttl span {
        font-size: 2rem;
    }
}

/*  entrance-column
--------------------------------------------- */

.info-sec_entrance-col{
	margin:0 auto 0 auto;
	padding:30px;
	width:500px;
	border-width:3px;
	border-color:#dddddd;
	border-style:solid;
	border-radius:20px;
	text-align:center;
}

@media screen and (max-width: 750px) {
	.info-sec_entrance-col{
		padding:4vw;
		width:calc(100% - 8vw);
		border-width:3px;
		border-radius:3vw;
	}
}

.info-sec_entrance-col__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-sec_entrance-col__txt {
        font-size: 1.17rem;
    }
}

.team_select {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
@media screen and (max-width: 750px) {
.team_select {
	width: 95%;
}
}


.team_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	font-size:1rem;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

@media screen and (max-width: 750px) {
.team_select select {
	font-size:0.98rem;
}
}

.team_select select::-ms-expand {
    display: none;
}
.team_select {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.team_select::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.team_select:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.team_select select {
	padding: 8px 38px 8px 8px;
	color: #000000;
}

.info-sec_entrance-form button{
	padding:5px 50px;
	color:#ffffff;
	border-style:none;
	background-color:#000000;
    font-size: 1.3rem;
	font-weight:bold;
}

@media screen and (max-width: 750px) {
	.info-sec_entrance-form button{
	}
}

.info-sec__txt-l {
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.42857rem;
}

@media screen and (max-width: 750px) {
    .info-sec__txt-l {
        margin-top: 6vw;
        font-size: 1.85714rem;
    }
}




/* ---------------------------------------------
*   info-news
--------------------------------------------- */
.info-news {
	position:relative;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 980px;
}

@media screen and (max-width: 750px) {
    .info-news {
        margin: 0 0;
        width: 100%;
    }
}

.info-news__container {
    float: left;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border: solid 1px #bd2300;
}

.info-news--womens .info-news__container {
    float: none;
    max-width: 980px;
}

.info-news #clock {
    float: right;
}

@media screen and (max-width: 750px) {
    .info-news #clock {
        margin: 0 0 40px;
        width: 100%;
        text-align: center;
    }
    .info-news #countdownRioBlack {
        display: inline-block;
    }
}

.info-news__ttl {
    padding: 7px 10px 7px 12px;
    background-color: #bd2300;
    color: #fff;
    font-size: 1.61429rem;
}

@media screen and (max-width: 750px) {
    .info-news__ttl {
        padding: 2.33333vw 3.33333vw 2.33333vw 4vw;
        font-size: 1.11429rem;
    }
}

.info-news__list {
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 30px;
    max-height: 200px;
    background-color: #fff8f7;
}

@media screen and (max-width: 750px) {
    .info-news__list {
        padding: 5vw;
    }
}

.info-news__item {
    display: table;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .info-news__item {
        display: block;
        margin-top: 2.5vw;
    }
}

.info-news__head {
	display:inline-block;
	padding:10px 10px 10px 10px;
	width:auto;
    font-size: 0.8rem;
}

.info-news__head li {
	margin:0 0 0 5px;
    float:right;
    font-size: 1rem;
	vertical-align:middle;
}

	.info-news__head li:first-child {
    display: block;
    float:left;
    }

@media screen and (max-width: 750px) {
    .info-news__head {
    }

	.info-news__head li:first-child {
    display: block;
	margin:0 0 5px 0;
    }

}

.info-news__day {
    display: table-cell;
    padding-right: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-news__day {
        display: block;
        margin-bottom: 1.33333vw;
        padding-right: 0;
        font-size: 1.28571rem;
    }
}

.info-news__cat {
    display: table-cell;
    padding-right: 10px;
	width:100px;
}

@media screen and (max-width: 750px) {
    .info-news__cat {
        display: block;
        padding-right: 0;
		width:90px;
    }
}

.info-news__cat-icn {
    display: inline-block;
    padding: 2px 8px 2px 8px;
	width:100px;
	color:#000000;
	border-radius:10px;
	background-color:#cccccc;
    font-size: 0.8rem;
	text-align:center;
}

@media screen and (max-width: 750px) {
    .info-news__cat-icn {
        display: block;
        margin-bottom: 1.33333vw;
		padding: 2px 8px 2px 8px;
		width:90px;
        font-size: 1rem;
		text-align:center;
    }
}

.info-news__txt {
    display: table-cell;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    color: #0085b2;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-news__txt {
        display: inline;
        padding-bottom: 0.83333vw;
        font-size: 1.28571rem;
        line-height: 2;
    }
}

.info-news__txt:hover, .info-news__txt:focus {
    border-bottom: 1px solid transparent;
}

.link_button{
	position:absolute;
	bottom:-80px;
	right:0;
	padding:5px 50px;
	color:#ffffff;
	border-style:none;
	background-color:#000000;
    font-size: 1.3rem;
	font-weight:bold;
}

@media screen and (max-width: 750px) {
	.link_button{
		position:absolute;
			bottom:-50px;
		right:0;
		padding:5px 50px;
		color:#ffffff;
		border-style:none;
		background-color:#000000;
		font-size: 1.3rem;
		font-weight:bold;
	}
}

.info-sec__txt {
    margin-top: 20px;
    /*font-size: 1rem;*/
}

.info-sec__txt.article {
    margin-top: 20px;
	padding-top:20px;
    /*font-size: 1rem;*/
	border-top:1px solid #999999;
}

.info-sec__txt a{
    color: #0000ff;
    text-decoration: underline;
}

.info-sec__txt a:hover{
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .info-sec__txt {
        margin-top: 3vw;
        font-size: 1.17rem;
    }
}

.info-sec__txt-m {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .info-sec__txt-m {
        margin-top: 3vw;
        font-size: 1.3rem;
    }
}

.info-news__list__artive {
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 20px 0;
}

@media screen and (max-width: 750px) {
    .info-news__list__artive {
        padding: 5vw;
    }
}

.info-news__item {
    display: table;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .info-news__item {
        display: block;
        margin-top: 2.5vw;
    }
}

.info-news__day {
    display: table-cell;
    padding-right: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .info-news__day {
        display: block;
        margin-bottom: 1.33333vw;
        padding-right: 0;
        font-size: 1.28571rem;
    }
}


/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

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

.mgt-pc--15 {
    margin-top: 15px !important;
}

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

.mgt-pc--25 {
    margin-top: 25px !important;
}

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

.mgt-pc--35 {
    margin-top: 35px !important;
}

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

.mgt-pc--45 {
    margin-top: 45px !important;
}

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

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.83333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.66667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2.5vw !important;
    }
    .mgt-sp--20 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 4.16667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 5vw !important;
    }
    .mgt-sp--35 {
        margin-top: 5.83333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 7.5vw !important;
    }
    .mgt-sp--50 {
        margin-top: 8.33333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 9.16667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 10vw !important;
    }
    .mgt-sp--65 {
        margin-top: 10.83333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 11.66667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 12.5vw !important;
    }
    .mgt-sp--80 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 14.16667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 15vw !important;
    }
    .mgt-sp--95 {
        margin-top: 15.83333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 17.5vw !important;
    }
    .mgt-sp--110 {
        margin-top: 18.33333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 19.16667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 20vw !important;
    }
    .mgt-sp--125 {
        margin-top: 20.83333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 21.66667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 22.5vw !important;
    }
    .mgt-sp--140 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 24.16667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 25vw !important;
    }
    .mgt-sp--155 {
        margin-top: 25.83333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 27.5vw !important;
    }
    .mgt-sp--170 {
        margin-top: 28.33333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 29.16667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 30vw !important;
    }
    .mgt-sp--185 {
        margin-top: 30.83333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 31.66667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 32.5vw !important;
    }
    .mgt-sp--200 {
        margin-top: 33.33333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 34.16667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 35vw !important;
    }
    .mgt-sp--215 {
        margin-top: 35.83333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 36.66667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 37.5vw !important;
    }
    .mgt-sp--230 {
        margin-top: 38.33333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 39.16667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 40vw !important;
    }
    .mgt-sp--245 {
        margin-top: 40.83333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 41.66667vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

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

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

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

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

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

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

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

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

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

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.83333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.66667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2.5vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 4.16667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 5vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 5.83333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 7.5vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 8.33333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 9.16667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 10.83333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 11.66667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 12.5vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 14.16667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 15vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 15.83333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 17.5vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 18.33333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 19.16667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 20.83333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 21.66667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 22.5vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 24.16667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 25vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 25.83333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 27.5vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 28.33333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 29.16667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 30.83333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 31.66667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 32.5vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 33.33333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 34.16667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 35vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 35.83333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 36.66667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 37.5vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 38.33333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 39.16667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 40.83333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 41.66667vw !important;
    }
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

