@charset "utf-8";

/*==============================

		reset.css

==============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
caption,th, center {text-align:left}
del, strike, u, ins, s {text-decoration:none;}
mark {background-color:transparent;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body { 
	font-size: 1.6rem;
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	color: #333333;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}
img{ border-width : 0px 0px 0px 0px; vertical-align:top; }
li{ line-height:1em; }
ol li{ list-style:decimal; }
ul li{padding-left: 0px; }
ol li{padding-left: 0px; list-style-type: none;}
a:link{ text-decoration: none; color: #20AEE5;}
a:visited{ text-decoration:none; color: #20AEE5; }
a:hover{ text-decoration: none; color: #5cc9ed; }
a:active{ text-decoration : none; }
a img:hover { opacity: .6; transition: .3s; }

.block { display: block; }
.caution {
  font-size: 93.75%;
  text-indent: -1em;
  padding-left: 1em;
}
/* color */
.f_c_r{
    color: #E94E4A;
}
.f_c_b{
    color: #036EB8;
}
/* float */
.f_r { float: right; } 
.f_l { float: left; }
.c_b { clear: both; }

/* margin */

.m_10 { margin:10px; }
.m_t_5 { margin-top:5px; }
.m_t_10 { margin-top:10px; }
.m_t_15 { margin-top:15px; }
.m_t_20 { margin-top:20px; }
.m_t_30 { margin-top:30px; }
.m_t_60 { margin-top:60px; }
.m_t_100 { margin-top:100px; }
.m_t_200 { margin-top:200px; }
.m_r_5 { margin-right:5px; }
.m_r_10 { margin-right:10px; }
.m_r_15 { margin-right:15px; }
.m_r_20 { margin-right:20px; }
.m_r_30 { margin-right:30px; }
.m_r_40 { margin-right:40px; }
.m_r_50 { margin-right:50px; }
.m_r_60 { margin-right:60px; }

.m_b_5 { margin-bottom:5px; }
.m_b_10 { margin-bottom:10px; }
.m_b_15 { margin-bottom:15px; }
.m_b_20 { margin-bottom:20px; }
.m_b_30 { margin-bottom:30px; }
.m_b_40 { margin-bottom:40px; }
.m_b_50 { margin-bottom:50px; }
.m_b_60 { margin-bottom:60px; }

.m_l_5 { margin-left:10px;}
.m_l_10 { margin-left:10px;}
.m_l_15 { margin-left:15px;}
.m_l_20 { margin-left:20px;}
.m_l_30 { margin-left:30px;}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}
.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}
.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}
.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}
.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}
.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}

.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}
.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}
.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}
.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* padding */

.p_10{ padding:10px; }
.p_t_10{ padding-top:10px; }
.p_r_10{ padding-right:10px; }
.p_b_10{ padding-bottom:10px; }
.p_l_10{ padding-left:10px; }
.p_b_0{ padding-bottom: 0px !important;	}
.p_t_0{ padding-top: 0px !important; }

/* tx */
.tx_r{ text-align:right; }
.tx_l{ text-align:left; }
.tx_c{ text-align:center; }


/* vertical-align */
.v_t{ vertical-align:top; }
.v_b{ vertical-align:bottom; }
.v_m{ vertical-align:middle; }


.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf{
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* color */
.fc_red{
    color: #ff3300;
}
.fc_blue{
    color: #0161b6;
}
/* 横幅 */
@media screen and (min-width: 769px) {
  .w80{ width: 80px; }
  .w100{ width: 100px; }
  .w120{ width: 120px; }
  .w140{ width: 140px; }
  .w160{ width: 160px; }
  .w180{ width: 180px; }
  .w200{ width: 200px; }
  .w210{ width: 210px; }
  .w220{ width: 220px; }
  .w230{ width: 230px; }
  .w240{ width: 240px; }
  .w250{ width: 250px; }
  .w260{ width: 260px; }
  .w270{ width: 270px; }
  .w280{ width: 280px; }
  .w290{ width: 290px; }
  .w300{ width: 300px; }
  .w310{ width: 310px; }
  .w320{ width: 320px; }
  .w330{ width: 330px; }
  .w340{ width: 340px; }
  .w350{ width: 350px; }
  .w360{ width: 360px; }
  .w370{ width: 370px; }
  .w380{ width: 380px; }
  .w390{ width: 390px; }
  .w400{ width: 400px; }
  .w410{ width: 410px; }
  .w420{ width: 420px; }
  .w430{ width: 430px; }
  .w440{ width: 440px; }
  .w450{ width: 450px; }
  .w460{ width: 460px; }
  .w470{ width: 470px; }
  .w480{ width: 480px; }
  .w490{ width: 490px; }
  .w500{ width: 500px; }
  .w510{ width: 510px; }
  .w520{ width: 520px; }
  .w530{ width: 530px; }
  .w540{ width: 540px; }
  .w550{ width: 550px; }
  .w560{ width: 560px; }
  .w570{ width: 570px; }
  .w580{ width: 580px; }
  .w590{ width: 590px; }
  .w600{ width: 600px; }
  .w610{ width: 610px; }
  .w620{ width: 620px; }
  .w630{ width: 630px; }
  .w640{ width: 640px; }
  .w650{ width: 650px; }
  .w660{ width: 660px; }
  .w670{ width: 670px; }
  .w680{ width: 680px; }
  .w690{ width: 690px; }
  .w700{ width: 700px; }
}
.w100p { width: 100%; }
.w50p { width: 50%; }
.w25p { width: 25%; }
.w20p { width: 20%; }

.fs15{	font-size: 93.75%; }
.fs14{	font-size: 87.5%; }
.fs12{	font-size: 75%; }
strong ,
ruby ,
span { color: inherit; font-size: inherit; }
small ,
rt { color: inherit; }
strong{
    font-weight: bold;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 751px) {
.spOnly{
	display: none !important;
    }
.inner{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    }
.col2wrap .inner{
    width: 700px;
    }
}
/*------------------------------
	TABLET
------------------------------*/
@media screen and (max-width: 1024px) {
body { 
	font-size: 1.6vw!important;
}
.inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
img{
	width: 100%;
	height: auto;
}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 750px) { 
.pcOnly{
	display: none !important;
    }
body { 
	font-size: 3.4vw!important;
}
}
@charset "utf-8";

/*------------------------------
	header
------------------------------*/
/*PC*/
.spbr {
	display:none;
}
header{
    position: fixed;
    height: 110px;
    width: 100%;
    z-index: 100;
}
#header{
    background-color: #0A80e8;
    background-image: url(../img/header_bg_pc.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    height: 110px;
}
#header #header_inner{
    max-width: 980px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#header .logo{
    position: absolute;
    top: 18px;
}
#header .logo a{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 327px;
    width: 327px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    display: block;
}
/* カウントダウン */ 
#timer {
    width: 309px;
    height: 30px;
    background: url(../img/countdown.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
}
.yycountdown-box{
    text-align: center;
    color: #ec8600;
    font-weight: bold;
    font-size: 110%;
    margin-left: 25px;
    margin-top: 1px;
}
#timer .yycountdown-box .yyc-day{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-hou{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-min{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-sec{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-day-text{
    font-size: 65%;
    padding-left: 3px;
    padding-right: 3px;
}
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text{
    padding-left: 2px;
    padding-right: 2px;
}
#timer02 {
    width: 309px;
    height: 30px;
    background: url(../img/countdown.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 162%;
    padding-left: 3px;
    padding-right: 3px;
    color:#ec8600;
    font-weight: bold;
}
#header ul{
    position: absolute;
    top: 72px;
    left: 0;
    width: 970px;
}
#header li{
    float: left;
    position: relative;
    display: inline-block;
    position: relative;
}
#header li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    height: 38px;
    background-repeat: no-repeat;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#header li a:hover{
    opacity: 0.5;
}
#header li.outline a{
    background-image: url(../img/menu_01.png);
    background-size: 86px 27px;
/*    width: 145px;*/
    width: 190px;
}

#header li.guideline a{
    background-image: url(../img/menu_01b.png);
    background-size: 109px 27px;
/*    width: 170px;*/
    width: 190px;
}
#header li.players a{
    background-image: url(../img/menu_02.png);
    background-size: 109px 27px;
    width: 190px;
}
#header li.archives a{
    background-image: url(../img/menu_03.png);
    background-size: 135px 27px;
/*    width: 167px;*/
    width: 190px;
}
#header li.faq a{
    background-image: url(../img/menu_04.png);
    background-size: 109px 27px;
/*    width: 170px;*/
    width: 190px;
}
#header li.inquiry a{
    background-image: url(../img/menu_05.png);
    background-size: 113px 27px;
/*    width: 128px;*/
    width: 190px;
}
#header nav .subMenu{
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
}
#header nav .subMenu li{
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
}
#header nav .subMenu li a{
    font-size: 1.4rem;
    background-color: rgba(10,128,232,0.85);
    background-image: none;
    display: block;
    font-weight: normal;
    padding-left: 2em;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-indent: 0;
    height: 45px;
    line-height: 45px;
}
#header nav .subMenu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFFFFF;
}
#header nav li:hover > .subMenu > li {
    overflow: visible;
    height: 45px;
}
#header nav .subMenu li a:hover{
    opacity: 0.7;
}

/* tablet */
@media screen and (max-width: 1024px) {
    header{
        height: 11vw;
    }
    #header{
        height: 11vw;
    }
    #header .logo{
        top: 1vw;
    }
    #header ul{
        top: 7vw;
        width: 100%;
    }
    #header li a{
        height: 7vw;
    }
    #header li.outline{
/*        width: 20.49%;*/
width: 14%;
    }
	#header li.outline a{
        background-size: 62%;
    }
	#header li.guideline{
/*        width: 20.49%;*/
width: 16%;
    }
    #header li.guideline a{
        background-size: 63%;
    }
    #header li.players{
/*        width: 20.86%;*/
width: 16%;
    }
    #header li.players a{
        background-size: 65%;
    }
    #header li.archives{
/*        width: 20.61%;*/
width: 18%;
    }
    #header li.archives a{
        background-size: 78%;
    }
    #header li.faq{
/*        width: 20.98%;*/
width: 16%;
    }
    #header li.faq a{
        background-size: 63%;
    }
    #header li.inquiry{
/*        width: 15.80%;*/
width: 16%;
    }
    #header li.inquiry a{
        background-size: 80%;
    }
    #header nav .subMenu{
        top: 4vw;
    }
    #header nav .subMenu li a{
        font-size: 1.4vw;
        height: 35px;
        line-height: 35px;
    }
    #header nav li:hover > .subMenu > li {
        height: 35px;
    }
    .yycountdown-box{
        font-size: 2.2vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
	.spbr {
	display:block;
}
    header{
        height: 13vw;
    }
    #header{
        height: 13vw;
    }
    #header{
        background-image: url(../img/header_bg_sp.jpg);
        height: 13vw;
        background-size: 100%;
    }
    #header #header_inner{
        width: 100%;
    }
    #header .logo{
        top: 4vw;
        left: 4%;
        width: 67%;
    }
    #header .logo a{
        background-image: url(../img/logo_sp.png);
        background-size: 100%;
        width: 100%;
    }
     #header button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        background: #ffffff; 
    }
	.toggle {
		display: block;
        position: absolute;
		right: 2%;
		top: 1vw;
		width: 11vw;
		height: 11vw;
		cursor: pointer;
		z-index: 2;
    }	 
	.toggle span {
		display: block;
		position: absolute;
		width: 7vw;
		border-bottom: solid 0.8vw #39b5fc;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 1.8vw;
    }
	.toggle span:nth-child(1) {
		top: 2.5vw;
    }
	.toggle span:nth-child(2) {
		top: 5vw;
    }
	.toggle span:nth-child(3) {
		top: 7.5vw;
    }
	.toggle.active span:nth-child(1) {
		top: 5.0vw;
		left: 1.5vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
    }
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 5.0vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
    }
	.onanimation{
        display: block;
    }
    .global_nav {
        position: fixed;
        right: 0;
        top: 13vw;
        width:100%;
        z-index: 3;
        opacity: 1;
        display: none;
        background-color: rgba(25,129,213,0.9);
        height: 91.0%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .global_nav.openNav{
        display: block;
        animation-name:navshow;
        animation-duration:0.75s;
        opacity: 1;
        border-top: 1px solid #52bbfe;
        text-align:left;
    }
    #header li{
        float: none;
    }
    #header nav ul{
        top: 1vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%;
        z-index: 10;
        padding-bottom: 0vw;
    }
    #header nav li{
        padding-right: 0;
        display: block;
        line-height: 18vw;
        border-bottom: 1px solid #52bbfe;
    }
    #header nav li{
        height: auto;
        text-align: center;
    }
    #header li.outline a{
        background-image: none;
        width: 100%;
    }
	#header li.guideline a{
        background-image: none;
        width: 100%;
    }
    #header li.players a{
        background-image: none;
        width: 100%;
    }
    #header li.archives a{
        background-image: none;
        width: 100%;
    }
    #header li.faq a{
        background-image: none;
        width: 100%;
    }
    #header li.inquiry a{
        background-image: none;
        width: 100%;
    }
    #header li.outline,#header li.guideline,#header li.players,#header li.archives,#header li.faq,#header li.inquiry{
        width: 100%;
    }
    #header li a{
        text-indent: 0;
        height: auto;
        color: #FFFFFF;
    }
    .global_nav li ul{
          visibility: visible;
          opacity: 1;
          transition: 2s;
        }
    .global_nav li:hover ul{
          visibility: visible;
          opacity: 1;
        }
    .global_nav li ul li a{
          visibility: visible;
          opacity: 1;
          transition: .2s;
        }
    .global_nav li:hover ul li a{
          visibility: visible;
          opacity: 1;
        }
    #header nav li a{
        font-weight: 400;
        font-size: 5vw;
        display: block;
    }
    #header nav .subMenu{
        position: static;
        left: 0;
        top: 2em;
        width: 100%;
    }
    #header nav .subMenu li{
        height: auto;
        overflow: auto;
        width: auto;
        border-bottom: 1px dotted #CCCCCC;
        line-height: 2.5;
/*        float: */
    }
    #header nav .subMenu li:last-child{
        border-bottom: none;
    }
    #header nav .subMenu li a{
        font-size: 3.6vw;
        background-color: rgba(255,255,255,0.85);
        border: none;
        letter-spacing: 0;
        padding-bottom: 2vw;
        padding-top: 2vw;
    }
    #header nav li:hover > .subMenu > li {
        overflow: hidden;
        height: auto;
    }
    #header nav li .subMenu{
        margin-top: -0.5em;
    }
    #header nav .subMenu li a{
        font-size: 3.4vw;
        padding-left: 0em;
        color: #117cd3;
        height: auto;
        line-height: 2;
    }
    #header nav .subMenu li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 96%;
        width: 0;
        height: 0;
        margin-top: -3px;
        border: 3px solid transparent;
        border-left: 3px solid #117cd3;
    }
/* カウントダウン */ 
    #timer {
        width: 70%;
        height: 6.5vw;
        background-size: cover;
        top: 13vw;
        right: 0;
        left: 0;
        margin: auto;
    }
    .yycountdown-box{
        font-size: 120%;
        margin-left: 20px;
        margin-top: 1px;
    }
    #timer .yycountdown-box .yyc-day-text{
        font-size: 65%;
        padding-left: 3px;
        padding-right: 3px;
    }
    #timer .yycountdown-box .yyc-hou-text,
    #timer .yycountdown-box .yyc-min-text,
    #timer .yycountdown-box .yyc-sec-text{
        padding-left: 2px;
        padding-right: 2px;
    }
    #timer02 {
        width: 309px;
        height: 30px;
        background: url(../img/countdown.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 162%;
        padding-left: 3px;
        padding-right: 3px;
        color:#ec8600;
        font-weight: bold;
    }
}
/*------------------------------
	footer
------------------------------*/
/*PC*/
#footer{
    background-color: #0161B6;
    margin-top: 100px;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
}
.footerNav li{
    line-height: 60px;
}
.footerNav li a{
    color: #FFFFFF;
    font-size: 1.4rem;
}
.footerNav li a:hover{
    opacity: 0.5;
}
.secretariatWrap{
    background-color: #3288d3;
    padding-top: 30px;
    padding-bottom: 20px;
}
.secretariatWrap dl{
    max-width: 700px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.secretariatWrap dt{
    color: #FFFFFF;
    font-weight: 700;
}
.secretariatWrap dd{
    color: #FFFFFF;
    font-size: 1.4rem;
}
.copyright{
    text-align: center;
    font-size: 1.2rem;
    line-height: 40px;
    color: #FFFFFF;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #footer{
        margin-top: 10vw;
    }
    .footerNav ul{
        max-width: 100%;
    }
    .footerNav li{
        line-height: 4;
    }
    .footerNav li a{
        color: #FFFFFF;
        font-size: 1.8vw;
    }
    .secretariatWrap{
        padding-top: 3vw;
        padding-bottom: 2vw;
    }
    .secretariatWrap dl{
        max-width: 90%;
    }
    .secretariatWrap dt{
        color: #FFFFFF;
        font-weight: 700;
    }
    .secretariatWrap dd{
        font-size: 1.6vw;
    }
    .copyright{
        font-size: 1.4vw;
        line-height: 3;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .footerNav ul{
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .footerNav li{
        line-height: 2.5;
        width: 33%;
    }
    .footerNav li a{
        font-size: 3.4vw;
        color: #FFFFFF;
    }
    .secretariatWrap{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .secretariatWrap dl{
        max-width: 90%;
        display: block;
    }
    .secretariatWrap dt{
        line-height: 3;
    }
    .secretariatWrap dt img{
        width: 30%;
    }
    .secretariatWrap dd{
        font-size: 3.4vw;
    }
    .secretariatWrap dd a{
        color: #FFFFFF;
        text-decoration: underline;
    }
    
    .copyright{
        font-size: 3vw;
    }
}
/*------------------------------
	青のボタン
------------------------------*/
/*PC*/
.btn_square_blue {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0A80E8;
    color: #FFFFFF;
    border-bottom: solid 7px #0161b6;
    border-radius: 10px;
    width: 300px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
}
.btn_square_blue a{
    color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_blue a:hover {
    opacity: 0.5;
}
.btn_square_blue_02 {
    display: inline-block;
    padding: 0.7em 0.7em;
    text-decoration: none;
    background: #0A80E8;
    color: #FFFFFF;
    border-radius: 10px;
    width: 300px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
}
.btn_square_blue_02 a{
    color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_blue_02 a:hover {
    opacity: 0.5;
}
.btn_square_orange {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FCCA10;
    color: #333333;
    border-bottom: solid 7px #ec8600;
    border-radius: 10px;
    width: 60%;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-left: 20%;
    position: relative;
}
.btn_square_orange a{
    color: #333333;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_orange a:hover {
    opacity: 0.5;
}
.btn_square_orange::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_square_orange::after{
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #ec8600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .btn_square_blue {
        width: 30vw;
        line-height: 3;
        font-size: 1.6vw;
    }
    .btn_square_blue_02 {
        width: 30vw;
        line-height: 3;
        font-size: 1.6vw;
    }
    .btn_square_orange {
        font-size: 1.8vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .btn_square_blue {
        width: 38vw;
        line-height: 2;
        font-size: 3.6vw;
    }
    .btn_square_blue_02 {
        width: 38vw;
        line-height: 2;
        font-size: 3.6vw;
    }
    .btn_square_orange {
        width: 90%;
        line-height: 2.5;
        font-size: 3.6vw;
        margin-left: 1.5%;
    }
    .btn_square_orange::before{
        left: 3vw;
    }
    .btn_square_orange::after{
        left: 4.5vw;
    }
}

/*------------------------------
	pageTit
------------------------------*/
/*PC*/
#pageTit{
    background-color: #0A80e8;
    background-image: url(../img/header_bg_pc.jpg);
    background-repeat: repeat-x;
    background-size: 1000px 250px;
    background-position: center top;
    height: 250px;
}
#pageTit h2{
    font-size: 4.0rem;
    text-align: center;
    color: #FFFFFF;
    padding-top: 130px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.4;
}
#pageTit h2 span{
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

/* tablet */
@media screen and (max-width: 1024px) {
    #pageTit{
        height: 24vw;
    }
    #pageTit h2{
        font-size: 4vw;
        padding-top: 11vw;
    } 
    #pageTit h2 span{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #pageTit{   
        background-image: url(../img/header_bg_sp.jpg);
        background-size: cover;
        height: 42vw;
    }
    #pageTit h2{
        font-size: 6vw;
        padding-top: 25vw;
    }
    #pageTit h2 span{
        font-size: 2.8vw;
    }
}
/*------------------------------
	パンくず
------------------------------*/
/*PC*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
    max-width: 900px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    margin-bottom: 50px;
    font-size: 1.4rem;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #0A80E8;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #333333;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333333;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}
/* tablet */
@media screen and (max-width: 1024px) {

}
/*SP*/
@media screen and (max-width: 750px) {
    .cp_breadcrumb {
        width: 90%;
        margin-bottom: 5vw;
        font-size: 3.2vw;
    }
}
/*------------------------------
	一覧に戻るボタン
------------------------------*/
/*PC*/
.backLiButton{
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 10%;
}
.backButton{
    position: fixed;
    right: 0;
    bottom: 0;
}
.backButton a{
    background-color: #1981D5;
    border-top-left-radius : 10px;
    color: #FFFFFF;
    display: block;
    line-height: 40px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.4rem;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .backLiButton{
        max-width: 15%;
    }
    .backButton a{
        line-height: 2.5;
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .backLiButton{
        max-width: 20%;
    }
    .backButton a{
        font-size: 3.2vw;
    }
}
/*------------------------------
	 title
------------------------------*/
/*PC*/
.mttl{
    text-align: center;
}
.ttl01 {
    position: relative;
    line-height: 1.4;
    padding:0 1em;
    display: inline-block;
    top:0;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    font-size: 5.0rem;
    text-align: center;
}

.ttl01:before,.ttl01:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 20px;
    height: 100%;
    display: inline-block;
}
.ttl01:before{
    border-left: solid 2px #333333;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
    left: 0;
}
.ttl01:after{
    content: '';
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    border-bottom: solid 2px #333333;
    right: 0;
}
.ttl02{
    font-size: 125%;
    text-align: center;
    line-height: 120px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-color:#ebedee;
    border-radius: 5px;
    margin-bottom: 3vw;
}
.ttl03 {
    font-size: 125%;
    text-indent: -32px;
    padding-left: 32px;
    font-weight: 700;
    padding-bottom: .5em;
}
.ttl03::before {
    content:"";
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    background: #39b5fc;
    width: 20px;
    height: 8px;
    margin-bottom: 2px;
}
.ttl04 {
    font-size: 125%;
    padding: 8px 10px;
    background: #e8f6ff;
}
.ttl04::before {
    content:"";
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    background: #0074d7;
    width: 8px;
    height: 28px;
    margin-bottom: 2px;
}
.ttl05{
    background-color:#3288d3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1.8rem;
}
.ttl05 span{
    font-weight: normal;
    font-size: 1.4rem;
}
.ttl06 {
    position: relative;
    padding-left: 1em;
    font-weight: 700;
    color: #0161b6;
    font-size: 1.8rem;
}
.ttl06::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #0161b6;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.ttl07{
    background-color: #0161b6;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    
}
.ttl08{
    position: relative;
    padding-left: 1em;
    font-weight: 700;
}
.ttl08:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0161b6;
  border-radius: 50%;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .mttl{
        margin-bottom: 2vw;
    }
    .ttl01 {
        font-size: 4.6vw;
    }
    .ttl01:before,.ttl01:after{ 
        width: .3em;
    }
    .ttl02{
        font-size: 4vw;
        line-height: 12vw;
        margin-bottom: 5vw;
    }
    .ttl03 {
        font-size: 2.2vw;
        text-indent: -1em;
        padding-left: 1em;
    }
    .ttl03::before {
        margin-right: .5em;
        width: 1em;
        height: 1vw;
    }
    .ttl04 {
        font-size: 2.0vw;
        padding: .5em .8em;
    }
    .ttl04::before {
        margin-right: 1em;
        width: .8em;
        height: 3vw;
    }
    .ttl05{
        background-color:#3288d3;
        padding-top: .7em;
        padding-bottom: .7em;
        font-size: 1.8vw;
    }
    .ttl05 span{
        font-size: 1.4vw;
    }
    .ttl06 {
        font-size: 1.8vw;
    }
    .ttl06::before {
        border: solid 0.8vw transparent;
        border-left: solid 0.8vw #0161b6;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .ttl01 {
        font-size: 6vw;
    }
    .ttl02{
        font-size: 5vw;
        line-height: 12vw;
        margin-bottom: 5vw;
    }
    .ttl03 {
        font-size: 4.0vw;
        padding-bottom: .2em;
    }
    .ttl04 {
        font-size: 3.8vw;
    }
    .ttl05{
        font-size: 3.6vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    .ttl05 span{
        font-size: 3vw;
        display: block;
    }
    .ttl06 {
        font-size: 3.6vw;
    }
    .ttl06::before {
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #0161b6;
    }
}

/*------------------------------
	 inbox
------------------------------*/
/*PC*/
.inbox{
    padding-right: 2em;
    padding-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.inbox_02{
    background-color: #FDEFF2;
    padding: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 90%;
}
/*SP*/
@media screen and (max-width: 750px) {
    .inbox{
        padding-right: 0;
        padding-left: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .inbox_02{
        padding: 0.5em;
        font-size: 94%;
    }  
}

/*------------------------------
	 table
------------------------------*/
/*PC*/
.tbl01 {
  width: 100%;
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl01 th ,
.tbl01 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;

}
.tbl01 th {
  background: #f2f2f2;
  width: 200px;
  text-align: left;
  vertical-align: ;
}
.tbl01 td a {
  color: #0074d7;
}
.tbl02 {
  width: 100%;
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl02 th ,
.tbl02 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;
}
.tbl02 td a {
  color: #0074d7;
}
.tbl02 th {
  background: #f2f2f2;
  width: 11%;
  text-align: left;
  vertical-align: top;
}
.tbl01 ul ,
.tbl02 ul {
  margin-left: 5px;
}
.tbl01 li ,
.tbl02 li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 160%;
}
.tbl01 .tbl01Li li:before ,
.tbl02 .tbl02Li li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0074d7;
  margin-right: 10px;
}
.tbl03 {
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl03 th ,
.tbl03 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;
}
.tbl03 td a {
  color: #0074d7;
}
.tbl03 th {
  background: #f2f2f2;
  width: 50%;
  text-align: left;
  vertical-align: top;
}
/*SP*/
@media screen and (max-width: 750px) {
    .tbl01 th,.tbl01 td{
      padding: 10px;
    }
    .tbl02 th,.tbl02 td{
      padding:  10px;
    }
    .tbl02 th {
      width: 30%;
    }
    .tbl01 li ,
    .tbl02 li {
      line-height: 1.4;
    }
    .tbl03 th,
    .tbl03 td {
      padding: .5em .5em;
      width: 100%;
      display: block;
    }
}
/*------------------------------
	 list
------------------------------*/
.list01 ul ,
.list02 ul {
  margin-left: 5px;
}
.list01 li ,
.list02 li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 160%;
}
.list01 li:before ,
.list02 li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0074d7;
  margin-right: 10px;
}
.list02 li{
    margin-bottom: .5em;
}
.list01 ol li:before ,.list02 ol li:before,.list01 ul li:before ,.list02 ul li:before{
    background: none;
}

/*sidebanner*/
/*------------------------------
	sponsor
------------------------------*/
/*PC*/
.col2wrap {
	display: flex;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.sideSponlist {
	min-width:200px;
	max-width:240px;
	text-align:center;
	background:#F7F7F7;
	padding-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.sideSponlist h2.sp_sponsorship{
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist h3.collaborate{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist  h3.sponsorship{
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist  ul{
    margin-bottom: 20px;
}
.sideSponlist  li{
    margin-bottom: 20px;
}

.sideBnr{
/*    padding-top: 50px;*/
    padding-bottom: 20px;
}
.sideBnr .sp_Sponlist {
		display:none;
}
.sideBnr h2.sp_sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr h3.collaborate{
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr h3.sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
	flex-direction: column;
padding: 10px;
}
.sideBnr li{
    margin-bottom: 20px;
	font-size: 1.9rem;
font-weight: bold;
}

/*.sideBnr li:last-child{
    margin-right: 0;
}
.sideBnr li:nth-of-type(3n){
    margin-right: 0;
}
.sideBnr ul:last-of-type{
    margin-bottom: 0;
}*/
/* tablet */
@media screen and (max-width: 1024px) {	
.col2wrap {
	flex-direction: column;
		width:100%;
}
.sideSponlist {
	width:100%;
margin-left: 0px;
margin-right: 0px;
max-width:none;
}

    .sideBnr{
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
    .sideBnr h2.sp_sponsorship{
        font-size: 2.0vw;
    }
    .sideBnr h3.collaborate{
        font-size: 1.8vw;
    }
    .sideBnr h3.sponsorship{
        font-size: 1.6vw;
    }
    .sideBnr ul{
        margin-bottom: 2vw;
        width: 100%;
		 flex-direction: row;
    }
    .sideBnr li{
        /*margin-right: 5%;*/
        margin-bottom: 2vw;
		margin-left:5px;
		margin-right:5px;
        width: 28%;
    }
    .sideBnr .tx_c{
        width: 20%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
	.col2wrap {
	flex-direction: column;
	width:100%;
}
.sideSponlist {
	width:100%;
	margin-left: 0px;
margin-right: 0px;
}
    .sideBnr{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .sideBnr h2.sp_sponsorship{
        font-size: 5.0vw;
    }
    .sideBnr h3.collaborate{
        font-size: 5.0vw;
    }
    .sideBnr h3.sponsorship{
        font-size: 5.0vw;
    }
    .sideBnr ul{
        margin-bottom: 2vw;
        max-width: 100%;
		flex-direction: row;
    }
    .sideBnr li{
        width: 45%;
		margin-left:5px;
		margin-right:5px;
    }
    .sideBnr .tx_c{
        margin-top: 5vw;
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }
}
.sideTwi {
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 50px;
padding: 10px;
}
.sideTwi iframe{
width: 100% !important;
}
