@charset "UTF-8";

/*===============================================
  Overall
=================================================*/
html,
body {
    position: static;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
body {
    padding-top: 70px;
    background-color: #000;
}

img {
    width: auto;
    max-width: 100%;
}
p {
    color: #221714;
}
ul {
    padding-left: 0;
    list-style: none;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:action {
    text-decoration: none;
}

section {
    padding: 30px 0;
}
section p {
    font-size: 16px;
    line-height: 1.95;
}
section p strong {
    font-weight: normal;
}
section p br.PConly {
    display: none;
}
.dl-horizontal dt {
    font-weight: normal;
}

.parallaxParent .parallaxBack {
    background-repeat: no-repeat;
}
/*===============================================
  Nav
=================================================*/
header h1 {
    margin: 0;
}

/* for Large Screen */
@media screen and (min-width: 768px) {
    #top .navbar-inverse {
        background: url(/images/2017/nav_bk.png) repeat-x center -4px #222;
        border-color: #080808;
    }
    #top .navbar-nav li.dropdown.open > a {
        background-color: #222;
        color: #ddd;
    }
    #top .navbar-nav ul.dropdown-menu {
        background-color: #222;
        color: #ddd;
    }
    #top .navbar-nav ul.dropdown-menu li {
        border-top: 1px solid #000;
    }
    #top .navbar-nav ul.dropdown-menu li:first-child {
        border-top: none;
    }
    #top .navbar-nav ul.dropdown-menu li a {
        color: #ddd;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #top .navbar-nav ul.dropdown-menu li a:hover {
        color: #222;
    }
    #top .navbar-nav li.sub-bar {
        clear: left;
    }
    #top .navbar-nav li.sub-bar ul {
        height: 30px;
        margin-left: 6px;
    }
    #top .navbar-nav li.sub-bar ul li {
        display: inline-block;
        padding: 9px 9px 0;
    }
    #top .navbar-nav li.sub-bar ul li span {
        color: #ddd;
        padding-right: 2em;
    }
    #top .navbar-nav li.sub-bar ul li a {
        color: #ddd;
        padding-right: 1em;
        border-right: 1px solid #ddd;
    }
    #top .navbar-nav li.sub-bar ul li:last-child a {
        border-right: none;
    }
}
/* for small Screen */
@media screen and (max-width: 767px) {
    #top .navbar-nav ul.dropdown-menu {
        padding-bottom: 0.5em;
    }
    #top .navbar-nav li.sub-bar {
        display: none;
    }
}
/*
#top .navbar-nav li.sub-bar ul li a { color: #9d9d9d; }
#top .navbar-nav li.sub-bar ul li a:hover { color: #fff; }
#top .navbar-nav li.sub-bar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
*/
nav.navbar .container {
    max-width: 1310px;
    position: relative;
}
.navbar-brand {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 176px; /* for Firefox Bug */
}
nav .snsButtons {
    float: right;
    width: 85px;
    overflow: hidden;
    margin-top: 5px;
    letter-spacing: -0.4em;
}
nav .snsButtons > li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 2px;
}
nav .snsButtons > li > a {
    padding: 5px 10px;
}
nav .snsButtons > li img {
    width: auto;
    height: 14px;
}
nav .snsButtons > li i {
    color: #fff;
}
nav button.navbar-toggle {
    margin-top: 20px;
}

#dlButton {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e60012+0,b80000+38,b80000+100 */
    background: #e60012; /* Old browsers */
    background: -moz-linear-gradient(top, #e60012 0%, #b80000 38%, #b80000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e60012 0%, #b80000 38%, #b80000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #e60012 0%,
        #b80000 38%,
        #b80000 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#b80000',GradientType=0 ); /* IE6-9 */
}
#dlButton a {
    padding: 0;
}
#dlButton p {
    color: #fff;
}

/*===============================================
  Slider
=================================================*/
.topSliderWrap {
    padding-top: 45px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.topSliderInner {
    position: relative;
    left: 50%;
    width: 300%;
    margin-left: -150%;
}
.topSliderWrap ul.topSlider {
    position: relative;
}
.topSliderWrap ul.topSlider li {
    width: 100%;
}

.topSliderWrap .sliderMask {
    display: none;
}
#slideFliterL {
    left: 0;
}
#slideFliterR {
    right: 0;
}

/*===============================================
  TopImage
=================================================*/
.topStaticImage {
    padding-top: 45px;
    text-align: center;
}

/*===============================================
  Top
=================================================*/
.jumbotron {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    /*    background: url(../images/2018/background2018.jpg) no-repeat center top #000;*/
    background: url(../images/2018/background2018_shorten.jpg) no-repeat center top #000;
    background-size: 170% auto;
}
#page1 {
    background-color: #000;
    /*    background-color: rgba(0, 0, 0, 0.15);*/
}
#page1 .parallaxBack {
    display: none;
}
#introInner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.jumbotron .container {
    position: relative;
    padding: 10px 30px 0;
}

.jumbotron h1 {
    margin: 10px auto;
}
.jumbotron p.main-copy {
    font-size: 16px;
    line-height: 1.9;
}
.jumbotron .container_timeplace {
    margin-bottom: 40px;
}
.jumbotron .oicContent h2 {
    margin-bottom: 1em;
    color: #23b6bc;
    text-shadow: 3px 3px 2px #000;
    font-size: 24px;
    line-height: 1.31;
    font-weight: bold;
    text-align: left;
}
.jumbotron .oicContent p {
    padding-top: 3.5em;
    font-size: 16px;
    font-weight: 300;
}
#top .jumbotron .oicContent .banner-youtubelive {
    margin: 1em auto 0;
    padding: 0;
    text-align: center;
}
#top .jumbotron .oicContent .banner-youtubelive img {
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    #top .jumbotron .oicContent .banner-youtubelive a:hover img {
        box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.9);
    }
}

#top .jumbotron h2 br.PConly,
#top .jumbotron p br.PConly {
    display: none;
}
/* for small Screen */
@media screen and (max-width: 767px) {
    .jumbotron .oicContent p img.PConly {
        display: none;
    }
}

#top .jumbotron .applyBtnWrap {
    margin-bottom: 100px;
}

.oipButton {
    display: block;
    margin: 20px auto;
    padding: 25px 10px;
    border: 2px solid;
    box-shadow: 3px 3px 2px #000;
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.35);
    /*    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);*/
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.oipButton.oicButton {
    border-color: #fff100;
    background-color: #fff100;
    color: #000;
    transition-property: box-shadow;
    transition-duration: 0.2s;
}
.oipButton.oicButton3 {
    background-color: #23b6bc;
    border-color: #23b6bc;
    color: #fff;
}
.oipButton.oicButton2 {
    border-color: #fff100;
    color: #fff100;
}
.oipButton.oisButton {
    border-color: #23b6bc;
    color: #23b6bc;
}
.oipButton:hover,
.oipButton:active {
    color: #000;
}
.oipButton.oicButton:hover,
.oipButton.oicButton:active {
    background-color: #fff100;
    box-shadow: 0 0 15px #fff100;
}
.oipButton.oicButton2:hover,
.oipButton.oicButton2:active {
    background-color: #fff100;
}
.oipButton.oicButton3:hover,
.oipButton.oicButton3:active {
    background-color: #23b6bc;
    box-shadow: 0 0 15px #23b6bc;
}
.oipButton.oisButton:hover,
.oipButton.oisButton:active {
    background-color: #23b6bc;
}

.bannerArea img {
    width: 100%;
}

/*===============================================
  News Area
=================================================*/
#newsArea {
    padding-bottom: 0;
}
#newsArea h2 {
    text-align: center;
    color: #fff;
}

#newsArea dl {
    margin: 1em auto 2em;
}
#newsArea dt,
#newsArea dd {
    color: #fff;
    padding: 1em 0.5em 0.5em;
}
#newsArea dt {
    float: left;
    font-weight: normal;
}
#newsArea dd {
    border-bottom: 1px dashed #fff;
}
#newsArea dd a {
    display: block;
    float: left;
}
#newsArea dd a:link {
    color: #fff;
}
#newsArea dd a:visited {
    color: #ddd;
}
#newsArea dd:after {
    content: "";
    display: block;
    clear: both;
}
#newsArea .newsicon {
    display: block;
    float: left;
    width: 12em;
    margin-right: 1.5em;
    margin-bottom: 0.8em;
    padding: 0.3em 0.5em;
    text-align: center;
    font-size: 0.722em;
    font-weight: 600;
}
#news .catobog,
#news-article .catobog,
#newsArea .catobog,
#news .catred,
#news-article .catred,
#newsArea .catred {
    background-color: #e60012;
    color: #fff;
}
#news .catgraduate,
#news-article .catgraduate,
#newsArea .catgraduate,
#news .catblue,
#news-article .catblue,
#newsArea .catblue {
    background-color: #23b6bc;
    color: #000;
}
#news .catinfo,
#news-article .catinfo,
#newsArea .catinfo,
#news .catyellow,
#news-article .catyellow,
#newsArea .catyellow {
    background-color: #fff100;
    color: #000;
}
#news .catreport,
#news-article .catreport,
#newsArea .catreport,
#news .catorange,
#news-article .catorange,
#newsArea .catorange {
    background-color: #ff6600;
    color: #fff;
}
#newsArea .morenews {
    display: block;
    width: 11em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em;
    background-color: #23b6bc;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*===============================================
  Covid19
=================================================*/
.covid19-area {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
}
#top .covid19-area .covid19-heading > h3 {
    margin-top: 0;
}
#top .covid19-area .covid19-heading > p {
    padding-top: 0;
    font-size: 11px;
    text-align: center;
    color: #fff100;
}

.covid19-picts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.covid19-pict {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 15px;
}
#top .covid19-area .covid19-picts .covid19-pict p {
    margin: 0.5em 0 0;
    padding-top: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.428;
    color: #fff100;
}

/*===============================================
  Winner
=================================================*/
#winnerTop {
    text-align: center;
}
#winnerTop.msie {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#winnerTop .container {
    margin-bottom: 0;
}
#winnerTop .winner-shoulder {
    margin-bottom: 0.4em;
}
#winnerTop .main-copy {
    position: relative;
    margin-top: -19vw;
    line-height: 1.6;
}
#winnerList.msie {
    background-color: #000;
}
#winnerList h2 {
    height: 70px;
    text-align: center;
    line-height: 1;
    padding-top: 17px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dba013+3,f7ef95+34,f7ef95+34,d88d0f+100 */
    background: rgb(219, 160, 19); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(219, 160, 19, 1) 3%,
        rgba(219, 160, 19, 1) 24%,
        rgba(247, 239, 149, 1) 34%,
        rgba(216, 141, 15, 1) 50%,
        rgba(216, 141, 15, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(219, 160, 19, 1) 3%,
        rgba(219, 160, 19, 1) 24%,
        rgba(247, 239, 149, 1) 34%,
        rgba(216, 141, 15, 1) 50%,
        rgba(216, 141, 15, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(219, 160, 19, 1) 3%,
        rgba(219, 160, 19, 1) 14%,
        rgba(247, 239, 149, 1) 34%,
        rgba(216, 141, 15, 1) 50%,
        rgba(216, 141, 15, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba013', endColorstr='#d88d0f',GradientType=1 ); /* IE6-9 */
}

#winnerList .winner:first-of-type {
    background: url(../images/2018/11/icon_prize.png) no-repeat center top;
    padding-top: 120px;
}

#winnerList .winner {
    margin: 60px auto 0;
    background-image: url(../images/2018/11/icon_prize.png), url(../images/2017/11/dot-black.png),
        linear-gradient(
            to right,
            rgba(219, 160, 19, 1) 3%,
            rgba(219, 160, 19, 1) 14%,
            rgba(247, 239, 149, 1) 34%,
            rgba(216, 141, 15, 1) 50%,
            rgba(216, 141, 15, 1) 100%
        );
    background-size: auto, auto, 100% 2px;
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: center 60px, left top, left top;

    padding-top: 180px;
}
#winnerList .winner .container {
    margin: 0 auto;
}
#winnerList .winner h3 {
    background: url(../images/2017/11/icon_3stars.png) no-repeat center bottom;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3;
}
#winnerList .winner .prize-name-small {
    width: 28vw;
    height: auto;
    padding-top: 5px;
}

#winnerList .winner .title,
#winnerList .winner figure,
#winnerList .winner .name {
    color: #fff;
    text-align: center;
}
#winnerList .winner .title {
    font-size: 19px;
    line-height: 1.38;
    font-weight: bold;
}
#winnerList .winner .name {
    font-size: 14px;
    line-height: 1.4;
}
#winnerList .winner .row {
    margin: 40px auto 0;
}
#winnerList .winner figure {
    margin-bottom: 20px;
}
#winnerList .winner .row h5 {
    color: #e4ab0a;
    font-size: 18px;
    line-height: 1.54;
    font-weight: bold;
    text-align: left;
}
#winnerList .winner .row p {
    font-size: 14px;
    line-height: 1.65;
    color: #fff;
    text-align: left;
}
#winnerList .winner .specialmsg {
    margin: 1em auto;
}
#winnerList .winner .specialmsg h5,
#winnerList .winner .specialmsg p {
    font-size: 14px;
    line-height: 1.65;
    font-weight: normal;
    color: #fff;
    text-align: left;
}

/*===============================================
  Finalists
=================================================*/
#finalists {
    padding-bottom: 10px;
}
#finalists h1 .yearly {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#finalists h2 {
    height: 3em;

    background: #fff100; /* Old browsers */
    background: -moz-linear-gradient(left, #fff100 0%, #2ea7e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff100 0%, #2ea7e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #fff100 0%,
        #2ea7e0 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#2ea7e0',GradientType=1 ); /* IE6-9 */

    font-size: 18px;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    color: #000;
}
#finalists .container {
    padding-top: 0;
}
/* #finalists ul {
} */
#finalists ul li {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#finalists ul li h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}
#finalists ul li img {
    display: block;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
}
#finalists ul li p {
    margin-top: 1.5em;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

/*===============================================
  OIC
=================================================*/
#oic {
    background-color: #000;
}

#oic > h1,
#oic .programBox h2 {
    padding: 25px 0 20px;
    background: url(../images/2017/08/oic-back.png) repeat left top;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#oic > h1 img,
#oic .programBox h2 img {
    max-width: 94%;
}

#oic .oicList {
    margin: 70px auto 0;
}
#oic .oicList li {
    margin-bottom: 70px;
    padding: 0 0 30px;
    background: url(../images/2017/08/oic-mask.png) repeat left top;
}

#oic .oicList li.blue {
    background-color: #004da0;
}
#oic .oicList li.yellow {
    background-color: #fff100;
}
#oic .oicList li figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#oic .oicList li figure:after {
    content: "";
    display: block;
    clear: both;
}

#oic .oicList li figure img {
    /* max-width: none;
    width: 107.548%; */
    width: 92%;
    height: auto;
}

#oic .oicList li.right figure img {
    float: left;
}
#oic .oicList li.left figure img {
    float: right;
}

#oic .oicList li .expArea {
    position: relative;
    background-repeat: no-repeat;
    background-position: center 70px;
    background-size: auto 70%;
    padding: 50px 30px 10px;
}
#oic .oicList li:nth-child(1) .expArea {
    background-image: url(../images/2017/08/oic-no1.png);
}
#oic .oicList li:nth-child(2) .expArea {
    background-image: url(../images/2017/08/oic-no2.png);
}
#oic .oicList li:nth-child(3) .expArea {
    background-image: url(../images/2017/08/oic-no3.png);
}
#oic .oicList li:nth-child(4) .expArea {
    background-image: url(../images/2017/08/oic-no4.png);
}

#oic .oicList li .expArea h3 {
    margin: 0 0 0.5em;
}
#oic .oicList li .expArea h3 span {
    display: block;
    margin-top: 8px;
    color: #fff100;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}
#oic .oicList li .expArea h3 span.black {
    color: #231815;
}
#oic .oicList li .expArea p {
    margin: 1em auto;
    font-size: 14px;
    line-height: 1.61;
    text-align: left;
}
#oic .oicList li.yellow .expArea p {
    color: #231815;
}
#oic .oicList li .expArea .iconBadge {
    position: absolute;
    top: -37px;
    left: 50%;
    width: 75px;
    height: auto;
    margin-left: -37px;
}
#oic .oicList li.yellow .expOther {
    clear: both;
    position: relative;
    margin: 2em auto 0;
    padding-left: 30px;
    padding-right: 30px;
}
#oic .oicList li.yellow .expOther p {
    color: #231815;
    margin: 1em auto;
    font-size: 14px;
    line-height: 1.61;
    text-align: left;
}
#oic .oicList .expNo {
    display: flex;
    align-items: center;
}
#oic .oicList .expNo img {
    width: 28px;
    height: 28px;
}

#oic .oicList .expNo::after {
    content: "";
    flex: 1;
    height: 1px;
    margin-left: 14px;
    background: #231815;
}

#oic .programBox {
    background: url(../images/2017/08/program-back.jpg) no-repeat center 100px;
    background-size: 100% auto;
    padding-bottom: 30px;
}
#oic .programBox .container {
    margin-bottom: 0;
}
#oic .programBox ol {
    padding: 40px 10px;
}
#oic .programBox ol li {
    text-align: center;
}

#oic .programBox .placeInfo {
    margin: 2em auto;
    padding: 1em 0;
    border: 1px solid #fff;
    border-width: 1px 0;
    color: #fff;
}
#oic .programBox .placeInfo h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#oic .programBox .placeInfo p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.46;
    text-align: center;
}
#oic .programBox .placeInfo iframe {
    margin-top: 2em;
    margin-bottom: 2em;
    height: 87vw;
}

#oic .programBox .blueButton {
    margin-left: auto;
    margin-right: auto;
    border-color: #004da0;
    background-color: #004da0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    transition: box-shadow 0.2s;
}
#oic .programBox .blueButton:hover,
#oic .programBox .blueButton:active {
    box-shadow: 2px 2px 15px rgba(0, 98, 186, 0.8);
}

#oic .boothArea {
    margin: 20px auto 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff8e2;
}
#oic .boothArea h2 {
    padding-bottom: 0.5em;
    background: url(../images/2018/10/booth-border.png) repeat-x left bottom;
}
#oic .boothArea h2 img {
    vertical-align: middle;
}
#oic .boothArea h2 #boothTitleIcon {
    width: 30vw;
}

#oic .boothArea h3 {
    margin: 1em auto;
    text-align: center;
}
#oic .boothArea .boothList li {
    margin: 2em auto;
    padding-bottom: 2em;
    text-align: center;
    background: url(../images/2018/10/booth-border.png) repeat-x left bottom;
}
#oic .boothArea .boothList li.lastrow {
    background: none;
}
#oic .boothArea h4 {
    margin-bottom: 1em;
}
#oic .boothArea .url {
    text-align: center;
    color: #000;
}
#oic .boothArea .siteBtn {
    display: block;
    margin: 0.5em auto;
    width: 14em;
    background-color: #0054a6;
    border-radius: 1em;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    transition: all 0.2s;
}
#oic .boothArea .siteBtn:hover {
    opacity: 0.9;
    box-shadow: 2px 2px 6px rgba(0, 98, 186, 0.8);
}
#oic .boothArea .boothcaution {
    text-align: right;
    font-size: 12px;
    color: #000;
}

/*===============================================
  OIC PASS
=================================================*/
#passimg {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
    /*    min-height: 100vh;*/
    background-color: #000;
    text-align: center;
}

/*===============================================
  About
=================================================*/
section .containerWrap {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}
section .container {
    padding-top: 40px;
    margin-bottom: 60px;
}
section > h1,
section > .containerWrap > h1 {
    padding-top: 30px;
    padding-bottom: 30px;

    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}
section p {
    text-align: left;
    color: #fff;
}

#about {
    padding-top: 0;
    background-color: #000;
}
#about > h1 {
    margin-top: 0;
    background: url(../images/2017/about_titleback.png) repeat top left rgba(0, 77, 160, 0.6);
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}
#about .oipButton {
    margin: 50px auto;
    width: 95%;
    font-size: 19px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
}

.partner {
    margin: 50px auto 0;
}
.partnerbox {
    padding-bottom: 0;
}
.partnerbox h2 {
    background-color: #004da0;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
}
.partner h3 {
    margin: 30px auto 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.82;
}
.partner p {
    font-size: 14px;
    line-height: 2.12;
}
section p.specialcorp {
    text-align: center;
    font-size: 1.2em;
}
.partner ul.row li {
    text-align: center;
    /* margin-bottom: 10px; */
}
.partner > p {
    text-align: center;
}
.partner > p a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.partner > p a:active,
.partner > p a:hover {
    border-bottom: 1px solid #fff;
}
.partner > p a:visited {
    color: #e5e5e5;
}
.partner__whitebox {
    margin-bottom: 50px;
    padding: 10px 30px;
    background-color: #fff;
}
.partner__whitebox h3 {
    color: #000;
}

.partner__whitebox ul {
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #000;
}
.partner__whitebox ul li {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #000;
}
.partner__whitebox ul li a {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}
.partner__whitebox ul li.col-xs-6:nth-child(2n) a {
    border-left: 1px solid #000;
}
.partner__whitebox ul li.col-xs-6:nth-child(2n + 1) a {
    border-left: 1px solid transparent;
}

/*===============================================
  Overview
=================================================*/
#overview {
    padding-top: 0;
    background-color: #000;
}

#overview .parallaxBack {
    display: none;
}
#overview h1 {
    margin: 0;
    color: #000;
    background: url(../images/2017/overview_titleback.png) repeat left top #000;
}
#overview .container {
    background: url(../images/2019/background2018-02.jpg) no-repeat center top #000;
    background-size: 100% auto;
}
#overview .o_copy {
    position: relative;
}
#overview .o_copy .endimg {
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    height: auto;
}
#overview .oipButton {
    width: 95%;
}
/*
#overview .oipButton:hover {
    background-color: transparent;
    color: #fff100;
}
*/

#overview h2 {
    width: 100%;
    margin-top: 60px;
    padding: 5px 20px;
    background-color: #fff100;
    color: #231815;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

#requirementList {
    margin: 40px auto 50px;
}
#requirementList li p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 10px auto;
    /* padding-top: 2em; */
    border: 2px solid #fff100;
    border-radius: 50%;
    text-align: center;
    color: #fff100;
    font-size: 18px;
    line-height: 1.5;
}
.requirementCaution {
    text-align: left;
    margin: 20px auto 40px;
}
.bumonTable {
    margin-top: 30px;
}
.bumonTable th,
.bumonTable td {
    padding: 5px 10px;
    border: 2px solid #231815;
    color: #231815;
    font-size: 16px;
    line-height: 1.44;
}
.bumonTable th {
    text-align: center;
}
.bumonTable td {
    text-align: left;
}
.bumonTable thead th {
    /*
    background-color: rgba(35, 24, 21, 0.86);
    color: #fff;
*/
    background-color: #fff100;
    color: #231815;
}
.bumonTable tbody tr {
    background-color: rgba(255, 255, 255, 0.7);
}
.bumonTable tbody th {
    font-weight: normal;
}

.ouboList {
    margin: 30px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.9;
    color: #fff;
}
.ouboList dd {
    margin-bottom: 10px;
}
.ouboBox {
    padding: 20px;
    background: url(../images/2017/oubobox_back.png) repeat left top;
}
.ouboBox p {
    text-align: left;
    font-size: 13px;
    line-height: 2;
}

.kubunList .oipButton {
    height: 4.5em;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}
.kubunChartArea {
    position: relative;
    display: none;
    padding: 40px 20px 100px;
    background: url(../images/2017/oubobox_back.png) repeat left top;
}
.kubunChartArea .kubunChartArea__chartImg__chart {
    display: block;
}
.kubunChartArea .kubunChartArea__chartImg__btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1vw;
}
#kubunExp.kubunChartArea .kubunChartArea__chartImg__btns {
    justify-content: center;
}
.kubunChartArea .kubunDlbtn {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: calc(95px - 10vw); */
    /* top: 100%; */
    display: block;
    width: 18vw;
}
.kubunChartArea .kubunDlbtn.textBtn {
	height: 30px;
    background-color: #ff000b;
	border: 3px solid #d10307;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border-radius: 3px;
	font-size: 9px;
}
/*
.kubunChartArea .kubunDlbtn.leftBtn {
    margin-left: -41vw;
}
.kubunChartArea  .kubunDlbtn.centerBtn {
    margin-left: -12vw;
}
.kubunChartArea  .kubunDlbtn.rightBtn {
    margin-left: 17vw;
}
*/
.kubunChartArea .closeBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
    background-color: rgba(0, 0, 0, 0.3);
}
.kubunChartArea__chartImg {
    position: relative;
    display: inline-block;
    /* margin-bottom: 10.67vw; */
}
/* .kubunChartArea__chartImg .leftBtn {
    left: 0;
}
.kubunChartArea__chartImg .centerBtn {
    left: calc(50% - 12vw);
}
.kubunChartArea__chartImg .rightBtn {
    right: 0;
} */
.kubunChartArea__caution {
    margin: 30px auto 10px;
    text-align: left;
    color: #fff;
}
.kubunChartArea__caution li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.5;
}

.scheduleList {
    margin: 30px auto 100px;
    padding: 0;
    list-style: none;
}
.scheduleList li {
    position: relative;
    margin-top: 60px;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #fff;
    color: #231815;
}
.scheduleList li.blue {
    background-color: #004da0;
    color: #fff;
}
.scheduleList li:before {
    content: url(../images/downarrow_dot.png);
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -16px;
}
.scheduleList li:first-child:before {
    content: "";
}
.scheduleList li .scheduleCaution {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 12px;
}
.scheduleList li .scheduleCaution2 {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    font-size: 12px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.judge-text {
    margin: 40px auto;
    font-size: 14px;
}

/*===============================================
  prize
=================================================*/
#prize {
    background-color: #004da0;
    padding-top: 0;
}
#prize > h1 {
    margin-top: 0;
    background: url(../images/2017/prize_titleback.png) repeat left top;
    text-align: center;
    letter-spacing: 0.5em;
}
#prize .container {
    padding-top: 0px;
}
#prize h2 {
    width: 100%;
    margin-top: 60px;
    padding: 5px 20px;
    background-color: #fff;
    color: #004da0;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
#prize .grandprixBox {
    margin-top: 60px;
    border: 3px solid #fff100;
}
#prize .grandprixBox h2 {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #fff100;
}
#prize .grandprixBox p {
    padding: 0 10px;
    margin-bottom: 0;
    vertical-align: middle;
    color: #fff100;
    font-size: 18px;
}
#prize .grandprixBox p .winnercup {
    padding-right: 0.5em;
}

#prize .grandprixBox p.mediacaution {
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
}
#prize .prizeList {
    margin: 1em 0 1.5em;
    line-height: 1.9;
}
#prize .prizeList dt {
    color: #fff;
}
#prize .prizeList dd {
    color: #fff100;
    margin-bottom: 12px;
}
#prize .prizeList dt:before {
    content: "▶";
}
#prize .innovationprize {
    margin-top: 1em;
    color: #fff100;
    text-align: left;
    vertical-align: bottom;
}
#prize .innovationprize img {
    vertical-align: bottom;
}
#prize .mediatext {
    margin-top: 2em;
    margin-bottom: 0;
    text-align: left;
}
#prize .mediacaution {
    text-align: right;
    font-size: 12px;
}

#contact {
    padding: 10px 0;
}

#contact .notyet {
    margin: 30px auto 10px;
    padding: 20px 5px;
    background-color: #fff100;
    color: #231815;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
}

#entryBtn {
    margin-top: 30px;
    width: 85%;
    max-width: 380px;
    text-align: center;
    background-color: #fff100;
    color: #231815;
}

#contactBtn {
    display: block;
    margin: 0 auto 50px;
    padding: 20px 0;

    width: 85%;
    max-width: 380px;

    font-size: 22px;
    background: #23b6bc;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

#contactBtn:hover {
    background: #007084;
    text-decoration: none;
}

#contact .privacy {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

#contactLinkWrap {
    margin: 15px auto 40px;
    text-align: center;
}
#contactLinkWrap a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
#contactLinkWrap a:hover {
    border-bottom-style: solid;
}

/*===============================================
  Gotop
=================================================*/
#gotop {
    position: fixed;
    right: -70px;
    bottom: 120px;
    padding: 13px 12px;
    background-color: #23b6bc;
    border-radius: 10px 0 0 10px;
    transition-property: right;
    transition-duration: 0.2s;
    z-index: 20;
}
#gotop.active {
    right: 0;
}
/*===============================================
  Footer
=================================================*/
footer {
    padding: 15px 0 10px;
    background-color: #000;
}
footer p {
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
}

#page-about footer {
    background-color: #fff;
}
#page-about footer p {
    color: #000;
}

/*===============================================
  OIC Class
=================================================*/
#oicClass {
    padding-top: 0;
    min-height: calc(100vh - 120px);
}
#oicClass .topImage {
    box-sizing: border-box;
    width: 100%;
    height: 20vw;
    margin: 0;
    background: url(../images/news/news-titleback.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}
#oicClass .titleArea {
    background: url(../images/news/mask_dot.png) repeat left top #23b6bc;
}
#oicClass .titleArea .container {
    padding-top: 0;
    margin: 0 auto;
}
#oicClass .titleArea h1 {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}
#oicClass h2 {
    width: 100%;
    padding: 5px 20px;
    background-color: #fff100;
    color: #231815;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
#oicClass .kubunList {
    margin-top: 3em;
}
#oicClass .oipButton {
    text-align: center;
    font-size: calc(12px + 0.3vw);
    padding-left: 5px;
    padding-right: 5px;
}
#oicClass .kubunChartArea {
    text-align: center;
}
#oicClass .kubunDlbtn {
    height: 10.67vw;
    padding-top: 0.5vw;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    background-color: #ff000a;
    border-radius: 8px;
    border: 3px solid #d20406;
    color: #fff;
}
#oicClass .kubunDlbtn:visited {
    color: #ccc;
}
#oicClass .kubunDlbtn:link,
#oicClass .kubunDlbtn:active {
    color: #fff;
}

/*===============================================
  Contact Form
=================================================*/
#contactForm {
    background-color: #fff;
}
#contactForm h2 {
    margin: 0 auto 20px;
    padding: 10px 20px;
    background-color: #23b6bc;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}
#contactForm.bluebase h2 {
    background-color: #004da0;
}

.contactFormWrap {
    width: 100%;
    margin: 10px auto 30px;
}
#contactForm p {
    font-size: 14px;
    color: #221714;
    text-align: left;
}
.contactFormCaution {
    margin-bottom: 30px;
}
.contactFormCaution li {
    text-indent: -1em;
    padding-left: 1em;
}
#contactForm .downloadLink {
    display: block;
    margin: 10px auto 30px;
    padding: 5px 10px;
    text-align: center;
}
#contactForm .downloadLink a {
    font-size: 16px;
    line-height: 1.5;
    color: #23b6bc;
    text-decoration: underline;
}
.formStepBar {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 30px auto 10px;
}
.formStepBar li {
    position: relative;
    float: right;
    width: 33.33%;
    height: 38px;
    text-align: center;
    font-size: 8px;
    line-height: 24px;
    padding: 1em 0;
    padding-left: 19px;
    color: #fff;
    background-color: #cccccc;
}
.formStepBar li.active {
    color: #23b6bc;
    background-color: #daf1f3;
}
.bluebase .formStepBar li.active {
    background-color: #d5e6f6;
    color: #004da0;
}
.formStepBar li:before {
    content: "";
    position: absolute;
    right: -38px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 19px solid #fff;
}
.formStepBar li:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #cccccc;
}
.formStepBar li.active:after {
    border-left: 16px solid #daf1f3;
}
.bluebase .formStepBar li.active:after {
    border-left: 16px solid #d5e6f6;
}
.formStepBar li:first-child:before,
.formStepBar li:first-child:after {
    display: none;
}

.oic-etc {
    height: 7em;
}
.formsubtitle {
    font-size: 16px;
}
.contactFormTable {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid #23b6bc;
}
.bluebase .contactFormTable {
    border: 2px solid #9fa0a0;
}

.contactFormTable tbody,
.contactFormTable tr {
    display: block;
}
.contactFormTable th {
    background-color: #daf1f3;
}
.bluebase .contactFormTable th {
    background-color: #d5e6f6;
}
.contactFormTable th,
.contactFormTable td {
    display: block;
    /* vertical-align: top; */
    padding: 5px;
    font-size: 14px;
    line-height: 1.7;
}
.contactFormTable th.req:after {
    content: "*";
    color: red;
}
.contactFormTable .grouponly {
    display: none;
}
.contactFormTable td a {
    color: #23b6bc;
    text-decoration: underline;
}

.contactFormTable .grayout {
    background-color: #999;
}
.contactFormTable .fulllength {
    width: 100%;
}
.contactFormTable .overflow {
    background-color: #eeaaaa;
    border-color: #cc3300;
}
.contactFormTable .numofchar.overflow {
    background-color: inherit;
    color: #cc3300;
}

.privacyCaution {
    color: #23b6bc;
    font-size: 12px;
    line-height: 1.5;
}
#contactForm.bluebase .privacyCaution {
    color: #004da0;
}
h4.privacyCaution {
    margin-bottom: 0;
}
.submitBtn {
    margin: 50px auto 0px;
    text-align: center;
}

.submitBtn input[type="submit"],
.submitBtn a {
    background: -webkit-linear-gradient(#5fcace 0%, #5fcace 50%, #23b6bc 50%, #23b6bc);
    background: -o-linear-gradient(#5fcace 0%, #5fcace 50%, #23b6bc 50%, #23b6bc);
    background: linear-gradient(#5fcace 0%, #5fcace 50%, #23b6bc 50%, #23b6bc);
    color: #fff;
    width: 30%;
    min-width: 150px;
    padding: 10px 0;
    border: 2px solid #23b6bc;
}
.submitBtn input[type="submit"][name="submitBack"],
.bluebase .submitBtn input[type="submit"][name="submitBack"] {
    background: -webkit-linear-gradient(#aaaaaa 0%, #aaaaaa 50%, #999999 50%, #999999);
    background: -o-linear-gradient(#aaaaaa 0%, #aaaaaa 50%, #999999 50%, #999999);
    background: linear-gradient(#aaaaaa 0%, #aaaaaa 50%, #999999 50%, #999999);
    border: 2px solid #999999;
}
.submitBtn a {
    width: auto;
    min-width: 150px;
    padding: 10px 0.5em;
}
.bluebase .submitBtn input[type="submit"],
.bluebase .submitBtn a {
    background: -webkit-linear-gradient(#4c619e 0%, #4c619e 50%, #004da0 50%, #004da0);
    background: -o-linear-gradient(#4c619e 0%, #4c619e 50%, #004da0 50%, #004da0);
    background: linear-gradient(#4c619e 0%, #4c619e 50%, #004da0 50%, #004da0);
    border: 2px solid #004da0;
}

.submitBtn input[name="submitBack"] {
    width: 30%;
    margin-left: 1em;
    opacity: 0.8;
}
.submitBtn input[type="submit"]:hover,
.submitBtn a:hover {
    background: -webkit-linear-gradient(#23b6bc 0%, #23b6bc 50%, #5fcace 50%, #5fcace);
    background: -o-linear-gradient(#23b6bc 0%, #23b6bc 50%, #5fcace 50%, #5fcace);
    background: linear-gradient(#23b6bc 0%, #23b6bc 50%, #5fcace 50%, #5fcace);
}
.submitBtn input[type="submit"][name="submitBack"]:hover {
    background: -webkit-linear-gradient(#999999 0%, #999999 50%, #aaaaaa 50%, #aaaaaa);
    background: -o-linear-gradient(#999999 0%, #999999 50%, #aaaaaa 50%, #aaaaaa);
    background: linear-gradient(#999999 0%, #999999 50%, #aaaaaa 50%, #aaaaaa);
}

.bluebase .submitBtn input[type="submit"]:hover,
.bluebase .submitBtn a:hover {
    background: -webkit-linear-gradient(#004da0 0%, #004da0 50%, #4c619e 50%, #4c619e);
    background: -o-linear-gradient(#004da0 0%, #004da0 50%, #4c619e 50%, #4c619e);
    background: linear-gradient(#004da0 0%, #004da0 50%, #4c619e 50%, #4c619e);
}

.mw_wp_form_input .confirm-only,
.mw_wp_form_confirm .form-only {
    display: none;
}
.mw_wp_form_confirm .input-group-addon {
    border: none;
    background-color: transparent;
}

.precautions {
}

.precautions__title {
    margin: 0;
    padding-bottom: 0.8em;
    color: #23b6bc;
    font-size: 16px;
    line-height: 1.125;
    font-weight: bold;
    border-bottom: 1px solid #23b6bc;
}
.precautions__heading {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.428;
    font-weight: bold;
}
.precautions__heading::before {
    content: '▲';
    color: #23b6bc;
    padding-right: 0.5em;
}

.precautions__list {
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.428;
    background-color: #daf1f3;
}
.precautions__list li {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.2em;
}
.precautions__sublist {
    margin-bottom: 0;
    text-indent: 0;
}
.precautions__sublist dt {
    font-weight: normal;
}
.precautions__sublist dd {
    padding-left: 2em;
}

/*===============================================
  About Page
=================================================*/
#page-about .fixedback {
    display: block;
    background: url(../images/background.jpg) no-repeat center top #000;
    background-size: 190% auto;
    background-size: auto 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
}

#page-about .jumbotron {
    background: transparent;
    margin-bottom: 0;
}
#page-about .jumbotron .container {
    padding-top: 50px;
}

#page-about .jumbotron h1 {
    margin: 10px;
    animation: h1title 1s ease-in;
    -webkit-animation: h1title 1s ease-in;
}
@keyframes h1title {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes h1title {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#page-about #topCopy {
    animation: topcopy 1s cubic-bezier(0.62, 0, 0.98, 0.2) reverse;
    -webkit-animation: topcopy 1s cubic-bezier(0.62, 0, 0.98, 0.2) reverse;
}
@keyframes topcopy {
    0% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1.8, 1.8, 1.8);
    }
}
@-webkit-keyframes topcopy {
    0% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1.8, 1.8, 1.8);
    }
}

#page-about .scrollindicator {
    padding: 30px 0 20px;
    color: #fff;
}
#page-about .scrollindicator p {
    margin-top: 1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/*********************** Large Screen ***********************/

@media screen and (min-width: 768px) {
    .doublespacing {
        letter-spacing: 0.7em;
    }

    /* for Parallax Efects */
    .parallaxParent {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    /*
    .parallaxParent div.parallaxBack {
        height: 200%;
        position: relative;
        top: -100%;
    }
*/

    /*===============================================
      Nav
    =================================================*/
    nav.navbar .container {
        width: 768px;
        margin: 0 auto;
    }
    nav .navbar-header {
        /* width: 520px; */
        width: auto;
    }

    nav .navbar-header h1 {
        float: left;
    }

    nav .snsButtons {
        position: absolute;
        z-index: 5;
        right: 220px;
        top: 0;
    }
    nav .navbar-nav > li > a {
        padding: 5px 8px;
    }
    nav .container #rightButtons {
        width: 570px;
        position: relative;
        margin: 0;
        padding-top: 1em;
        padding-right: 210px;
    }
    #dlButton {
        display: block;

        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        padding: 5px;
    }
    #dlButton:hover {
        opacity: 0.9;
    }
    #dlButton > img {
        margin-bottom: 10px;
    }
    #dlButton p {
        margin: 3px 0;
        font-size: 12px;
        line-height: 1.2;
    }
    #dlButton p.eng {
        font-size: 8px;
    }

    /*===============================================
      Footer
    =================================================*/
    footer p {
        font-size: 12px;
        line-height: 1.5;
    }

    /*===============================================
      Slider
    =================================================*/
    .topSliderWrap {
        padding-top: 45px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .topSliderInner {
        position: relative;
        left: 50%;
        width: 2856px;
        margin-left: -1428px;
    }
    .topSliderWrap ul.topSlider {
        position: relative;
    }
    .topSliderWrap ul.topSlider li {
        width: 940px !important;
        height: 400px;
    }

    .topSliderWrap .sliderMask {
        display: block;
        position: absolute;
        top: 0;
        background-color: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        width: 940px;
        height: 400px;
    }
    #slideFliterL {
        left: 0;
    }
    #slideFliterR {
        right: 0;
    }
    /*===============================================
      Top
    =================================================*/
    #page1 {
        min-height: 100vh;
        z-index: 3;
    }
    #page1 .parallaxBack {
        display: block;
        position: relative;
        height: 300vh;
        top: -80vh;
        background-image: url(../images/2018/background2018.jpg);
        background-position: center 200px;
        background-size: cover;
        /*        background-size: 100% auto;*/
        /*        background-size: contain;*/
    }
    #page1 .parallaxBack.msie {
        background-attachment: fixed;
        background-position: center top;
    }
    #introInner {
        position: absolute;
        top: 0;
    }
    .jumbotron {
        background-image: none;
        background-color: transparent;
    }
    #top .jumbotron .container {
        width: 940px;
        padding-top: 20px;
    }
    .jumbotron h1 {
        position: relative;
        margin-bottom: 30px;
    }
    #top .jumbotron .applyBtnWrap {
        width: 50%;
        margin: 50px auto 70px;
    }
    #top .jumbotron .applyBtnWrap .oipButton {
        margin: 30px auto;
        letter-spacing: 0.2em;
    }
    /* #top .jumbotron .oicContent {
    } */
    #top .jumbotron .oicContent h2 {
        font-size: 28px;
    }
    #top .jumbotron .oicContent p {
        font-size: 18px;
        line-height: 1.56;
        text-align: left;
    }
    #top .jumbotron .oicContent p .SPonly {
        display: none;
    }
    #top .jumbotron h2 br.PConly,
    #top .jumbotron p br.PConly {
        display: inline;
    }

    .bannerArea {
        margin-bottom: 100px;
    }
    .bannerArea a {
        display: block;
        width: 740px;
        margin-left: auto;
        margin-right: auto;
    }
    .bannerArea a:hover {
        opacity: 0.9;
    }

    /*===============================================
      News Area
    =================================================*/
    /* #newsArea {
       width: 740px;
    } */
    /* #newsArea h2 {
    } */
    #newsArea dl {
        width: 740px;
    }
    #newsArea dt,
    #newsArea dd {
        font-size: 18px;
        line-height: 1.75;
    }
    #newsArea dt {
        width: 7em;
    }
    #newsArea dd a {
        width: calc(100% - 17em);
    }
    #newsArea .morenews {
        font-size: 21px;
        line-height: 1.75;
    }

    /*===============================================
    Covid19
    =================================================*/
    #top .covid19-area {
        margin-top: 80px;
        padding-top: 80px;
    }
    #top .covid19-area .covid19-heading > p {
        padding-top: 1em;
        text-align: left;
        font-size: 10px;
    }
    #top .covid19-area .covid19-picts {
        flex-wrap: nowrap;
        margin-top: 0;
    }
    #top .covid19-area .covid19-pict {
        flex: 0 0 25%;
        text-align: center;
    }
    #top .covid19-area .covid19-picts .covid19-pict p {
        text-align: center;
    }

    /*===============================================
      Winner
    =================================================*/
    #winnerTop .winner-shoulder {
        width: 670px;
        margin-bottom: 1em;
    }
    #winnerTop .main-copy {
        position: relative;
        margin-top: -140px;
    }
    #winnerList {
        margin: 0 auto 60px;
    }
    #winnerList .winner .sp-only {
        display: none;
    }
    #winnerList .winner .prize-name-small {
        width: auto;
    }
    #winnerList .winner .title {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1.38;
    }
    #winnerList .winner .name {
        font-size: 18px;
        line-height: 1.38;
    }
    #winnerList .winner .row figure {
        margin-bottom: 0;
    }
    #winnerList .winner .row h5 {
        margin-top: 0;
        font-size: 24px;
    }
    #winnerList .winner .row p {
        font-size: 16px;
    }
    #winnerList .winner .specialmsg h5,
    #winnerList .winner .specialmsg p {
        font-size: 16px;
    }

    /*===============================================
      finalists
    =================================================*/
    #finalists {
        margin-top: 60px;
    }
    #finalists h1 .yearly {
        padding-bottom: 20px;
    }
    #finalists h2 {
        font-size: 24px;
    }

    /* #finalists ul {
    } */
    #finalists ul li {
        height: 450px;
    }
    #finalists ul li.leftEdge {
        margin-left: auto;
    }
    #finalists ul li.rightEdge {
        margin-right: auto;
    }
    #finalists ul h3 {
        min-height: 2.8em;
    }
    #finalists ul h3 span.u-small {
        font-size: 92.9%;
    }
    #finalists ul.threelines h3 {
        min-height: 4.2em;
    }
    /* #finalists ul p {
    } */
    #finalists ul li.is-wide {
        height: auto;
    }
    #finalists ul li.is-wide:nth-child(n + 2) {
        margin-top: 60px;
    }
    #finalists ul li.is-wide img {
        width: auto;
    }
    #finalists ul li.is-wide .expArea {
        padding-top: 50px;
        padding-right: 5px;
    }

    /*===============================================
      OIC
    =================================================*/
    #oic {
        padding-bottom: 0;
    }

    #oic h1 {
        font-size: 27px;
        line-height: 1.2;
    }
    #oic .oicList li .expArea {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 120px;
    }
    #oic .oicList li .expArea .iconBadge {
        width: 149px;
        height: auto;
        margin-left: -75px;
        top: -50px;
    }
    #oic .oicList li .expArea .sp-only {
        display: none;
    }
    #oic .oicList li.yellow .expOther {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding: 2em 0 0;
    }
    #oic .oicList li.yellow .expOther .photo {
        position: static;
        width: auto;
    }
    #oic .oicList li.yellow .expOther .photo.col-sm-4 {
        width: 33.3333%;
    }
    #oic .oicList li.yellow .expOther .photo img {
        float: none;
        max-width: 100%;
    }
    #oic .oicList .expNo img {
        width: auto;
        height: auto;
    }

    #oic .programBox .placeInfo {
        margin: 5em auto;
        /*
        padding: 2.5em 0;
*/
    }
    #oic .programBox .placeInfo h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    #oic .programBox .placeInfo p {
        /*        margin-bottom: 2em;*/
        font-size: 16px;
        line-height: 1.4;
    }
    #oic .programBox .placeInfo iframe {
        margin-top: 0;
        height: 283px;
    }

    #oic .programBox .blueButton {
        width: 450px;
        margin-bottom: 50px;
    }

    #oic .boothArea {
        margin: 60px auto 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #oic .boothArea h2 #boothTitleIcon {
        width: auto;
    }
    #oic .boothArea h3 {
        margin: 2em auto;
    }
    #oic .boothArea .boothList {
        background: url(../images/2018/10/booth-border.png) repeat-x left bottom;
    }
    #oic .boothArea .boothList.lastrow {
        background: none;
    }
    #oic .boothArea .boothList li {
        background: none;
        padding-bottom: 0;
    }

    /*===============================================
      About
    =================================================*/
    section .container {
        max-width: 940px;
    }
    section > h1 {
        padding: 30px 0;
        font-size: 27px;
        line-height: 1.2;
    }
    section p,
    section p.xs-left {
        text-align: center;
    }
    section p br.PConly {
        display: inline;
    }

    #about {
        background-color: rgba(0, 0, 0, 0.6);
    }
    #about .containerWrap {
        background-color: transparent;
    }
    .partnerbox h2 {
        font-size: 20px;
    }
    .partner {
        margin: 60px auto 50px;
        /* width: 730px; */
    }
    .partner h3 {
        font-size: 16px;
    }
    /* .partner ul.row li:first-child {
        text-align: right;
    }
    .partner ul.row li:nth-child(2) {
        text-align: center;
    }
    .partner ul.row li:nth-child(3) {
        text-align: left;
    } */
    .partner__whitebox {
        margin-bottom: 60px;
        padding: 35px 40px 60px;
        background-color: #fff;
    }
    .partner__whitebox ul {
        margin-bottom: 50px;
    }
    .partner__whitebox ul li a {
        margin-top: 12px;
        margin-bottom: 12px;
        border-left: 1px solid #000;
    }
    .partner__whitebox ul li a img {
        transition: transform 0.4s;
    }
    .partner__whitebox ul li a:hover img {
        transform: scale(1.05);
    }

    .partner__whitebox ul li.col-xs-6:nth-child(2n + 1) a {
        border-left: 1px solid #000;
    }
    .partner__whitebox ul li.col-sm-4:nth-child(3n + 1) a {
        border: none;
    }

    /*===============================================
      Overview
    =================================================*/
    #overview {
        /*        z-index: -1;*/
        background-image: none;
    }
    #overview .parallaxBack {
        display: block;
        position: relative;
        height: 200vh;
        top: -100vh;
        background-image: url(../images/2019/background2018-02.jpg);
        /*        background-position: center 100vh;*/
        background-position: center 70px;
        background-size: 100% auto;
        /*        background-attachment: fixed;*/
    }
    #overview .parallaxBack.fixed {
        background-position: center 70px;
        background-attachment: fixed;
    }
    #overview .parallaxBack.scrollon {
        background-attachment: scroll;
    }
    #overview .containerWrap {
        position: absolute;
        top: 50vh;
        width: 100%;
        background-color: transparent;
    }
    #overview .containerWrap.fixed {
        position: fixed;
    }

    #overview .container {
        background: transparent;
    }
    #overview .o_copy {
        margin-top: 2em;
    }
    #overview .o_copy img {
        width: 706px;
        height: 110px;
        /*
        width: 879px;
        height: 104px;
*/
    }
    #overview .o_copy .endimg {
        left: 50%;
        width: auto;
        height: auto;
        margin-left: -183px;
    }
    #overview .oipButton {
        margin: 20px auto 100px;
        width: 380px;
    }

    #requirementList li p.leftEdge {
        margin-right: 0;
    }
    #requirementList li p.rightEdge {
        margin-left: 0;
    }
    .requirementCaution {
        width: 700px;
        font-size: 14px;
        line-height: 1.8;
    }
    .bumonTable th {
        white-space: nowrap;
    }
    .ouboList dt {
        text-align: left;
        width: 8em;
    }
    .ouboList dd {
        margin-left: 8em;
    }
    #overview .kubunList .oipButton {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .kubunChartArea {
        padding: 60px 20px 60px;
    }
    .kubunChartArea__chartImg {
        /* margin-bottom: 80px; */
    }
    .kubunChartArea .kubunDlbtn {
        width: 180px;
        /* left: 0; */
        /* bottom: 60px; */
        transition: opacity 0.4s;
    }
    .kubunChartArea .kubunDlbtn.textBtn {
        height: 80px;
        border-radius: 5px;
        font-size: 18px;
    }
    /*
    .kubunChartArea .kubunDlbtn.leftBtn {
        margin-left: -310px;
    }
    .kubunChartArea .kubunDlbtn.centerBtn {
        margin-left: -90px;
    }
    .kubunChartArea .kubunDlbtn.rightBtn {
        margin-left: 130px;
    }
    */
    .kubunChartArea__chartImg .leftBtn {
        left: 0;
    }
    .kubunChartArea__chartImg .centerBtn {
        left: calc(50% - 90px);
    }
    .kubunChartArea__chartImg .rightBtn {
        right: 0;
    }

    .kubunChartArea a.kubunDlbtn:hover {
        opacity: 0.8;
    }
    .kubunChartArea .closeBtn {
        font-size: 20px;
    }
    .kubunChartArea .closeBtn:hover {
        cursor: pointer;
    }
    .kubunChartArea__caution {
        width: 650px;
        font-size: 13px;
    }
    .scheduleList {
        width: 645px;
    }
    .scheduleList li {
        font-size: 19px;
        line-height: 1.65;
    }
    .scheduleList li .scheduleCaution,
    .scheduleList li .scheduleCaution2 {
        font-size: 14px;
    }
    .flow-text {
        padding-left: 65px;
    }
    /* .flow-img {
    } */
    .judge-text {
        font-size: 16px;
    }
    .judge-text br.sp-only {
        display: none;
    }

    /*===============================================
      Prize
    =================================================*/
    #prize .grandprixBox p {
        padding: 0 40px;
        font-size: 30px;
    }
    #prize .grandprixBox p .winnercup {
        padding-right: 0.5em;
    }

    #prize .grandprixBox p.mediacaution {
        font-size: 14px;
    }
    #prize .prizeList {
        font-size: 18px;
        line-height: 1.9;
    }
    #prize .prizeList dt {
        text-align: left;
        margin-bottom: 12px;
    }
    #prize .prizeList.dl-horizontal dt {
        width: 19em;
        margin-bottom: 0;
    }
    #prize .prizeList.dl-horizontal dd {
        margin-left: 19em;
    }
    #prize .innovationprize {
        font-size: 24px;
        line-height: 1;
    }
    #prize .mediatext {
        font-size: 20px;
        padding-left: 4.5em;
        text-indent: -4.5em;
    }
    #contact .notyet {
        width: 380px;
    }

    /*===============================================
      Contact Form
    =================================================*/
    .contactFormWrap {
        width: 90%;
    }
    .formStepBar li {
        width: 33.33%;
        height: 42px;
        font-size: 14px;
        line-height: 1;
        padding: 1em 0;
    }
    .formStepBar li:before {
        right: -40px;
        top: -6px;
        border-top: 27px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 27px solid transparent;
        border-left: 20px solid #fff;
    }
    .formStepBar li:after {
        right: -32px;
        top: 0;
        border-top: 21px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 16px solid #cccccc;
    }

    .contactFormTable {
        display: table;
    }
    .contactFormTable tbody {
        display: table-row-group;
    }
    .contactFormTable tr {
        display: table-row;
        border-top: 1px solid #cccccc;
    }
    .contactFormTable tr:first-child {
        border-top: none;
    }
    .contactFormTable tr.bd-dashed {
        border-top-style: dashed;
    }
    .contactFormTable th,
    .contactFormTable td {
        display: table-cell;
        padding: 14px;
    }
    .contactFormTable th {
        width: 15em;
    }
    .precautions__sublist {
        display: flex;
        flex-wrap: wrap;
    }
    .precautions__sublist dt {
        width: 7em;
    }
    .precautions__sublist dd {
        width: calc(100% - 7em);
    }

    /*===============================================
      About Page
    =================================================*/
    #page-about .fixedback {
        background-size: auto 850px;
        background-size: auto 100vh;
    }
    #page-about .jumbotron {
        min-height: 900px;
    }
    #page-about .jumbotron .container {
        width: 900px;
        padding-top: 115px;
    }
    #page-about .jumbotron h1 {
        margin: 30px auto 100px;
    }
    @keyframes topcopy {
        0% {
            transform: scale3d(1, 1, 1);
        }
        100% {
            transform: scale3d(2.5, 2.5, 2.5);
        }
    }
    @-webkit-keyframes topcopy {
        0% {
            transform: scale3d(1, 1, 1);
        }
        100% {
            transform: scale3d(2.5, 2.5, 2.5);
        }
    }

    /*===============================================
    OIC Class
    =================================================*/
    #oicClass .titleArea h1 {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
    #oicClass .titleArea .sp-only {
        display: none;
    }
    #oicClass .oipButton {
        font-size: 20px;
    }

    #oicClass .kubunDlbtn {
        height: 80px;
        padding-top: 16px;
        font-size: 18px;
        line-height: 1.3;
    }
}

/*********************** for PC ***********************/
@media screen and (min-width: 992px) {
    nav.navbar .container {
        width: 1030px;
    }
    nav .container #rightButtons {
        width: 836px;
    }
    nav .navbar-nav > li > a {
        padding: 15px 9px;
    }
    #top .jumbotron .oicContent h2 {
        font-size: 36px;
    }

    #oic .oicList {
        margin: 80px auto;
    }
    #oic .oicList li {
        position: relative;
        /* min-height: 378px; */
        /* margin-bottom: 11%; */
        /*         padding-bottom: 0; */
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
        overflow: visible;
    }
    /* #oic .oicList li.noheight {
        height: auto;
        padding-bottom: 30px;
    } */

    /* #oic .oicList li:after {
        content: "";
        display: block;
        clear: both;
    } */
    #oic .oicList li figure {
        /* position: absolute;
        top: 0;
        width: 48%;
        overflow: visible; */
        width: 50%;
    }
    #oic .oicList li figure:after {
        content: none;
    }
    /* #oic .oicList li figure img {
        /* width: auto;
        width: 100%;
        max-width: 912px;
    } */
    /* #oic .oicList li.right figure {
        left: 0;
    } */
    #oic .oicList li.left figure {
        order: 2;
    }
    #oic .oicList li figure img {
        float: none;
        width: 100%;
    }
    #oic .oicList li .expArea {
        width: 50%;
        padding-top: 120px;
        background-size: auto 70%;
    }
    #oic .oicList li.right .expArea {
        /* float: right; */
        order: 2;
        padding-left: 4%;
        background-position: 60% 60%;
    }
    #oic .oicList li.left .expArea {
        /* float: left; */
        padding-right: 3%;
        background-position: 40% 60%;
    }
    #oic .oicList li .expArea h3,
    #oic .oicList li .expArea p {
        width: 430px;
    }
    #oic .oicList li.right .expArea p {
        margin-left: 0;
    }
    #oic .oicList li.left .expArea h3 {
        margin-left: auto;
    }
    #oic .oicList li.left .expArea p {
        margin-right: 0;
    }
    #oic .oicList li .expArea .iconBadge {
        width: 149px;
        height: auto;
    }
    #oic .oicList li.right .expArea .iconBadge {
        left: 180px;
        margin: 0;
    }
    #oic .oicList li.left .expArea .iconBadge {
        right: 180px;
        left: auto;
        margin: 0;
    }
    #oic .oicList li.yellow .expOther {
        width: auto;
        margin-left: calc(50% - 3% - 430px);
        margin-right: calc(50% - 3% - 430px);
        padding: 2em 0 0;
    }
}

/*********************** for Large Screen ***********************/
@media screen and (min-width: 1250px) {
    /*
    * header nav
    */
    nav.navbar .container {
        width: 1310px;
        margin: 0 auto;
    }
    nav .navbar-header {
        width: auto;
    }
    nav .navbar-nav > li > a {
        padding: 15px 13px;
    }
    nav .snsButtons {
        position: absolute;
        z-index: 5;
        right: 250px;
        top: 0;
        width: auto;
        margin-top: 20px;
    }
    nav .snsButtons > li > a {
        padding: 10px 15px;
    }
    nav .container #rightButtons {
        width: 1110px;
    }
    nav .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #prize .innovationprize {
        font-size: 32px;
        line-height: 1;
    }
    #prize .mediatext {
        font-size: 24px;
    }
}
