@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #3c3537;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	color: #3c3537;
	text-decoration: none;
}
a:link {
	color: #3c3537;
}
a:visited {
	color: #3c3537;
}
a.normal:link {
	color: #3c3537;
}
a.normal:visited {
	color: #3c3537;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanJP", "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Barlow {
	font-family: 'Barlow', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 12px;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #00468c;
}
.green {
	color: #1fa476;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0,0,0,.9);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
	padding-top: 100px;
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
	}
}

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

	.l-main {
		padding-top: 0;
	}

	.l-pageTop {
		width: 37px;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__inner__logo {
	margin-right: 30px;
	margin-left: -50px;
}

.l-header__inner .main_menu {
	display: flex;
	flex-wrap: wrap;
	margin-right: -150px;
}

.l-header__inner .main_menu>li {
	position: relative;
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
}

.l-header__inner .main_menu>li:last-child {
	margin-right: 0;
}

.l-header__inner .main_menu>li>a,
.l-header__inner .main_menu>li>span {
	display: flex;
	align-items: center;
	height: 100px;
	cursor: pointer;
}

.l-header__inner .child_menu {
	position: absolute;
	top: 100%;
	left: -20px;
	right: -20px;
	padding: 15px;
	max-height: unset;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.l-header__inner .child_menu a {
	display: block;
	text-align: center;
}

.l-header__inner .has_child:hover .child_menu {
	visibility: visible;
	opacity: 1;
}

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

	.l-header__inner .main_menu {
		margin-right: -50px;
	}

}

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

	.l-header__inner__logo {
		margin-left: 0;
	}

	.l-header__inner .main_menu {
		margin-right: 0;
	}

	.l-header__inner .main_menu>li {
		margin-right: 15px;
	}

}

@media screen and (max-width:767px){
	.l-header {
		position: static;
	}

	.l-header__inner {
		display: flex;
		justify-content: normal;
		align-items: center;
		height: 55px;
	}

	.l-header__inner__logo {
		width: 150px;
		margin-right: 0;
		margin-left: 0;
	}

	.l-header__inner .main_menu {
		display: none;
	}
}

/**********************************

 l-humberger

***********************************/
@media screen and (max-width:767px){

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		background-color: #fff;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		background-color: #000;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


/**********************************

 l-drawerMenu

***********************************/
@media screen and (max-width:767px){

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 55px;
	}

	.l-drawerMenu__inner .main_menu {
		border-top: 1px solid #ccc;
	}

	.l-drawerMenu__inner .main_menu>li {
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.l-drawerMenu__inner .main_menu>li a,
	.l-drawerMenu__inner .main_menu>li span {
		display: block;
		padding: 14px 0;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}

	.l-drawerMenu__inner .child_menu {
		margin-left: 15px;
	}

	.l-drawerMenu__inner .child_menu li {
		border-top: 1px dashed #ccc;
	}

}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__top {
	background: url(../images/common/ft_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.l-footer__top__inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 40px 0 60px;
}

.l-footer__top__inner__naviPc {
	display: flex;
	padding-top: 20px;
}

.l-footer__top__inner__naviPc ul {
	margin-right: 40px;
}

.l-footer__top__inner__naviPc ul:last-child {
	margin-right: 0;
}

.l-footer__top__inner__naviPc ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.l-footer__top__inner__naviPc ul li:last-child {
	margin-bottom: 0;
}

.l-footer__top__inner__naviPc ul li a {
	color: #fff;
}

.l-footer__top__inner__naviPc ul li span {
	display: block;
	color: #fff;
	margin-bottom: 15px;
}

.l-footer__top__inner__naviPc ul li ul li {
	margin-bottom: 15px;
}

.l-footer__top__inner__naviPc__sns {
	display: flex;
}

.l-footer__top__inner__naviPc__sns .fb {
	width: 32px;
	margin-right: 30px;
}

.l-footer__top__inner__naviPc__sns .tw {
	width: 32px;
}

.l-footer__top__inner__logo {

}

.l-footer__bottom {
	background-color: #000000;
}

.l-footer__bottom__inner {
	padding: 30px 0;
}

.l-footer__bottom__inner p {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__top__inner__naviPc ul {
		margin-right: 15px;
	}

	.l-footer__top__inner__naviPc__sns .fb {
		margin-right: 15px;
	}
}

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

	.l-footer__top {
		background: url(../images/common/ft_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.l-footer__top__inner {
		display: block;
		padding: 30px 0;
	}

	.l-footer__top__inner__logo {
		width: 150px;
		margin: 0 auto 25px;
	}

	.l-footer__top__inner__naviPc {
		display: none;
	}

	.l-footer__top__inner__naviSp {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.l-footer__top__inner__naviSp ul {
		margin: 0 10px;
	}

	.l-footer__top__inner__naviSp ul:last-child {
	}

	.l-footer__top__inner__naviSp ul li {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.l-footer__top__inner__naviSp ul li a {
		color: #fff;
	}
	.l-footer__top__inner__naviSp ul li span {
		display: block;
		color: #fff;
		margin-bottom: 10px;
	}

	.l-footer__top__inner__naviSp__sns {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.l-footer__top__inner__naviSp__sns .fb {
		width: 32px;
		margin-right: 30px;
	}

	.l-footer__top__inner__naviSp__sns .tw {
		width: 32px;
	}

	.l-footer__bottom__inner {
		padding: 14px 0;
	}

	.l-footer__bottom__inner p {
		font-size: 9px;
	}
}


/**********************************

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width:767px){
	.c-anchor {
		padding-top: 0;
		margin-top: 0;
	}

}


/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 35px;
}

.c-title01__main {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .05em;
}

.c-title01__main.white {
	color: #fff;
}

.c-title01__sub {
	display: block;
	color: #e6333d;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	letter-spacing: .06em;
}

.c-title01__sub.white {
	color: #fff;
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 20px;
	}

	.c-title01__main {
		margin-bottom: .3em;
		font-size: 16px;
	}

	.c-title01__sub {
		font-size: 10px;
	}

}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 15px 20px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #f2f5fb;
	border-left: 3px solid #004097;
}

.c-title02:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
	.c-title02 {
		padding: 7px 12px;
		margin-bottom: 30px;
		font-size: 16px;
		border-left: 2px solid #004097;
	}

}

/**********************************

 c-title03

***********************************/
.c-title03 {
	padding: 14px 20px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-left: 3px solid #004097;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-title03:last-child {
	margin-bottom: 0;
}

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

	.c-title03 {
		padding: 7px 10px;
		margin-bottom: 40px;
		font-size: 16px;
		border-left: 2px solid #004097;
	}


}


/**********************************

 c-subHero

***********************************/
.c-subHero {
	background: url(../images/common/sub_hero_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
}

.c-subHero__inner__ttl {
}

.c-subHero__inner__ttl .txt01 {
	display: block;
	margin-bottom: .5em;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-subHero__inner__ttl .txt02 {
	display: block;
	color: #dddddd;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .06em;
}

@media screen and (max-width:767px){
	.c-subHero {
		background: url(../images/common/sub_hero_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.c-subHero__inner {
		height: 120px;
	}

	.c-subHero__inner__ttl {
	}

	.c-subHero__inner__ttl .txt01 {
		margin-bottom: .5em;
		font-size: 14px;
	}

	.c-subHero__inner__ttl .txt02 {
		font-size: 8px;
	}
}

/**********************************

 c-breadcrumb

***********************************/
.c-breadcrumb {
	border-bottom: 1px solid #eeeeee;
	background-color: #fff;
}

.c-breadcrumb__inner {
	padding: 14px 0;
}

.c-breadcrumb__inner ul {

}

.c-breadcrumb__inner ul li {
	display: inline-block;
	padding-right: 1.25em;
	margin-right: .75em;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-breadcrumb__inner ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.c-breadcrumb__inner ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	background: url(../images/common/icon_arr03.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-breadcrumb__inner ul li:last-child:before {
	display: none;
}

.c-breadcrumb__inner ul li a {
	color: #004097;
	font-weight: bold;
}

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

}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 3px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 3px 0px 0px #f9d3d4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7333d+0,e2212a+100 */
	background: rgb(231,51,61); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(231,51,61,1) 0%, rgba(226,33,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(231,51,61,1) 0%,rgba(226,33,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(231,51,61,1) 0%,rgba(226,33,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7333d', endColorstr='#e2212a',GradientType=1 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 3px;
		font-size: 17px;
	}
}

/**********************************

 c-btn02

***********************************/
a.c-btn02 {
	display: block;
	width: 100%;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #004097;
}

a.c-btn02 span {
	display: block;
	padding: 0 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

a.c-btn02 span:before {
	content: "";
	display: block;
	width: 14px;
	height: 27px;
	background: url(../images/common/icon_arr04_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media screen and (max-width:767px){
	a.c-btn02 {
		padding: 12px 15px;
		font-size: 14px;
	}

	a.c-btn02 span {
		padding: 0 15px;
	}

	a.c-btn02 span:before {
		width: 7px;
		height: 13.5px;
		background: url(../images/common/icon_arr04_sp.png) no-repeat left top;
		background-size: contain;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 55px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 35px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 310px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #fdf8f0;
	box-shadow:0px 3px 0px 0px #f1e7d4;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
	border-radius: 3px;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #007fff;
	border-radius: 3px;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #eeeeee;
	box-shadow:0px 3px 0px 0px #e5e5e5;
}

.c-form__content dl dd .radio {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	margin: 10px -.5em;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio li {
	display: inline-block;
	margin: 0 .5em;
}

/*.c-form__content dl dd .radio input {*/
	/*margin-right: .5em;*/
/*}*/

.c-form__content dl dd .checkbox {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	margin: 5px -.5em;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .checkbox li {
	display: inline-block;
	margin: 3px .5em;
}

.c-form__content dl dd .checkbox li input {
	margin-right: .2em;
}

.c-form__content dl dd select {
	width: 300px;
}

.c-form__submit {
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 30px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 3px 0px 0px #f9d3d4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7333d+0,e2212a+100 */
	background: rgb(231,51,61); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(231,51,61,1) 0%, rgba(226,33,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(231,51,61,1) 0%,rgba(226,33,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(231,51,61,1) 0%,rgba(226,33,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7333d', endColorstr='#e2212a',GradientType=1 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__submit button span,
.c-form__confirmBtn__btn .submit span {
	display: block;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.c-form__submit button span:before,
.c-form__confirmBtn__btn .submit span:before {
	content: "";
	display: block;
	width: 26px;
	height: 14px;
	background: url(../images/common/icon_arr05_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.c-form__content {
		margin-bottom: 33px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		font-size: 15px;
		border: 1px solid #eee;
		box-shadow:0px 3px 0px 0px #e5e5e5;
	}

	.c-form__content dl dd .radio {
		display: block;
		margin: -5px -.5em;
		font-size: 15px;
	}

	.c-form__content dl dd .radio li {
		display: block;
		margin: 5px .5em;
	}

	/*.c-form__content dl dd .radio input {*/
		/*margin-right: .5em;*/
	/*}*/

	.c-form__content dl dd .checkbox {
		display: block;
		margin: -5px -.5em;
		font-size: 15px;
	}

	.c-form__content dl dd .checkbox li {
		display: block;
		margin: 5px .5em;
	}

	.c-form__content dl dd select {
		width: 100%;
	}

	.c-form__submit {
		width: 250px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 13px 20px;
		margin-bottom: 3px;
		font-size: 13px;
		box-shadow:0px 3px 0px 0px #f9d3d4;
	}

	.c-form__submit button span,
	.c-form__confirmBtn__btn .submit span {
		padding: 0 20px;
	}

	.c-form__submit button span:before,
	.c-form__confirmBtn__btn .submit span:before {
		width: 16px;
		height: 9px;
		background: url(../images/common/icon_arr05_sp.png) no-repeat left top;
		background-size: contain;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 60px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.c-faq dl dt .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd .cont p {
}

.faqSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

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

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 30px;
	}

	.c-faq dl dt {
		margin-bottom: 20px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont p {
	}

	.faqSec__inner__btn {
		width: 190px;
	}

}



/**********************************

 c-newsList01

***********************************/
.c-newsList01 {
	margin-bottom: 50px;
}

.c-newsList01:last-child {
	margin-bottom: 0;
}

.c-newsList01 li {
	margin-bottom: 30px;
}

.c-newsList01 li:last-child {
	margin-bottom: 0;
}

.c-newsList01 li a {
	display: flex;
	align-items: center;
	padding: 35px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	position: relative;
	z-index: 1;
}

.c-newsList01 li a:before {
	content: "";
	display: block;
	width: 14px;
	height: 27px;
	background: url(../images/common/icon_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-newsList01 li .date {
	width: 120px;
	color: #cccccc;
	font-weight: 800;
	line-height: 2;
}

.c-newsList01 li .ttl {
	flex: 1;
	padding-right: 20px;
	line-height: 2;
}

@media screen and (max-width:767px){
	.c-newsList01 {
		margin-bottom: 30px;
	}

	.c-newsList01 li {
		margin-bottom: 15px;
	}

	.c-newsList01 li a {
		padding: 16px 5.882352941176471%;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
	}

	.c-newsList01 li a:before {
		width: 7px;
		height: 13.5px;
		background: url(../images/common/icon_arr01_sp.png) no-repeat left top;
		background-size: contain;
		right: 5.882352941176471%;
	}

	.c-newsList01 li .date {
		width: 80px;
		line-height: 1.5;
	}

	.c-newsList01 li .ttl {
		padding-right: 15px;
		line-height: 1.5;
	}

}

/**********************************

 c-teamTable

***********************************/
.c-teamTable {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
}

.c-teamTable .grayBg {
	background-color: #eeeeee;
}

.c-teamTable .DarkGrayBg {
	background-color: #dddddd;
}

.c-teamTable .taL {
	text-align: center;
}

.c-teamTable .taC {
	text-align: center;
}

.c-teamTable .w25p {
	width: 25%;
}

.c-teamTable .w220 {
	width: 220px;
}

.c-teamTable .w95 {
	width: 95px;
}

.c-teamTable .w60 {
	width: 60px;
}

.c-teamTable .w50 {
	width: 50px;
}

.c-teamTable .w30 {
	width: 30px;
}

.c-teamTable thead tr th {
	padding: 8px 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #3c3537;
	border-right: 1px solid #5e5356;
}

.c-teamTable thead tr th:first-child {
	border-left: 1px solid #3c3537;
}

.c-teamTable thead tr th:last-child {
	border-right: 1px solid #3c3537;
}

.c-teamTable tbody tr th {
	padding: 8px 3px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-teamTable tbody tr th:first-child {
	border-left: 1px solid #dddddd;
}

.c-teamTable tbody tr th:last-child {
}

.c-teamTable tbody tr td {
	padding: 8px 3px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-teamTable tbody tr td:first-child {
	border-left: 1px solid #dddddd;
}

.c-teamTable tbody tr td:last-child {
}

.c-teamTable tbody tr td.taL {
	padding: 8px 20px;
	text-align: left;
}

.c-teamTable tbody tr td .score {
	display: flex;
}

.c-teamTable tbody tr td .score p:nth-child(1) {
	flex: 1;
	text-align: right;
}

.c-teamTable tbody tr td .score p:nth-child(2) {
	width: 55px;
	text-align: center;
}

.c-teamTable tbody tr td .score p:nth-child(3) {
	flex: 1;
	text-align: left;
}

.c-teamTable tbody tr td p.text-center {
	text-align: center !important;
}

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

	.c-teamTable {
		letter-spacing: normal;
	}

	.c-teamTable.teamDetailTable03 thead tr:nth-child(1) th:nth-child(1) {
		width: 50px;
	}

	.c-teamTable.teamDetailTable03 thead tr:nth-child(1) th:nth-child(2) {
		width: 110px;
	}

	.c-teamTable.teamDetailTable03 thead tr:nth-child(1) th:nth-child(3) {
		width: 35px;
	}

	.c-teamTable.teamDetailTable03 thead tr:nth-child(1) th:nth-child(4) {
		width: auto;
	}

	.c-teamTable.tournamentTable01 thead tr:nth-child(1) th.w50 {
		width: 25px;
		padding-left: 0;
		padding-right: 0;
	}

	.c-teamTable thead tr th {
		padding: 4px 2px;
	}

	.c-teamTable tbody tr th {
		padding: 4px 2px;
	}

	.c-teamTable.teamDetailTable01 tbody tr:first-child th:nth-child(1) {
		width: 45px;
	}

	.c-teamTable.teamDetailTable01 tbody tr:first-child th:nth-child(2) {
		width: 43.5%;
	}

	.c-teamTable.teamDetailTable01 tbody tr:first-child th:nth-child(3) {
		width: auto;
	}

	.c-teamTable.teamDetailTable02 tbody tr:nth-child(2) th:nth-child(1) {
		width: 42.5px;
	}

	.c-teamTable.teamDetailTable02 tbody tr:nth-child(2) th:nth-child(2) {
		width: 42.5px;
	}

	.c-teamTable.tournamentTable02 tbody tr:nth-child(1) th:nth-child(1) {
		width: 90px;
	}

	.c-teamTable tbody tr td {
		padding: 4px 2px;
	}

	.c-teamTable.tournamentTable01 tbody tr td.w40 {
		width: 25px;
		padding-left: 0;
		padding-right: 0;
	}

	.c-teamTable.tournamentTable01 tbody tr td:nth-child(2) {
		padding-left: 5px;
		padding-right: 5px;
	}

	.c-teamTable tbody tr td.taL {
		padding: 4px 10px;
	}

	.c-teamTable tbody tr td .score {
		display: flex;
	}

	.c-teamTable tbody tr td .score p:nth-child(1) {
		flex: 1;
		text-align: right;
	}

	.c-teamTable tbody tr td .score p:nth-child(2) {
		width: 40px;
		text-align: center;
	}

	.c-teamTable tbody tr td .score p:nth-child(3) {
		flex: 1;
		text-align: left;
	}

	.c-teamTable.tournamentTable02 tbody tr td.w40 {
		width: 25px;
	}

	.c-teamTable.tournamentTable02 tbody tr td.w95 {
		width: 65px;
	}

}

/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 heroSec

***********************************/

.topHero {
	display: block;
}

.topHero__slider {
	position: relative;
}

.topHero__slider .slide {
	position: relative;
	width: 100%;
	height: 860px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.topHero__slider .slide01 {
	background-image: url(../images/top/slide01_bg_pc.jpg);
}

.topHero__slider .slide01-pic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topHero__slider .slide02 {
	background-image: url(../images/top/slide02_bg_pc.jpg);
}

.topHero__slider .slide02-pic1 {
	position: absolute;
	top: 50px;
	right: 80px;
}

.topHero__slider .slide02-pic2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

.topHero__slider .slide02-pic2 img {
	display: inline-block;
}

.topHero__slider .slide video {
	width: 100%;
	height: 100%;
	background: url(../images/top/sponsor_bg_pc.jpg);

}

@media screen and (max-width:767px){
	.topHero__slider .slide {
		height: 115vw;
	}

	.topHero__slider .slide01 {
		background-image: url(../images/top/slide01_bg_sp.jpg);
	}

	.topHero__slider .slide02 {
		background-image: url(../images/top/slide02_bg_sp.jpg);
	}

	.topHero__slider .slide01-pic {
		width: 64%;
	}

	.topHero__slider .slide02-pic1 {
    top: 5vw;
    right: 5vw;
    width: 15%;
	}

	.topHero__slider .slide02-pic2 {
		padding: 2.5vw;
	}

	.topHero__slider .slide02-pic2 img {
		width: 60%;
	}

}



/**********************************

 topAbout

***********************************/
.topAbout {
	background: url(../images/top/about_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.topAbout__inner {
	padding: 60px 0 70px;
}

.topAbout__inner__txt {
	margin-top: -1.25em;
	font-weight: bold;
	line-height: 2.4;
}

@media screen and (max-width:767px){
	.topAbout {
		background: url(../images/top/about_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.topAbout__inner {
		padding: 40px 0;
	}

	.topAbout__inner__txt {
		margin-top: -.5em;
		line-height: 2;
	}

}



/**********************************

 topNews

***********************************/
.topNews {

}

.topNews__inner {
	padding: 80px 0 100px;
}

.topNews__inner__content {
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.topNews__inner__content:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #fdf2f2;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: -1;
}

.topNews__inner__content__more {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.5;
}

.topNews__inner__content__more a {
	display: inline-block;
	padding: 20px 30px 25px;
	color: #fff;
	background: url(../images/top/news_btn_bg_pc.png) no-repeat left top;
	background-size: 100% 100%;
}


.topNews__inner__content__more a span {
	padding: 0 44px;
	position: relative;
	z-index: 1;
}

.topNews__inner__content__more a span:before {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	background: url(../images/common/icon_arr02_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.topNews__inner {
		padding: 40px 0;
	}

	.topNews__inner__content {
		padding-bottom: 20px;
	}

	.topNews__inner__content:before {
		top: 20px;
		left: 2.941176470588235%;
	}

	.topNews__inner__content__more {
		font-size: 13px;
		text-align: center;
	}

	.topNews__inner__content__more a {
		display: inline-block;
		width: 230px;
		max-width: 100%;
		padding: 13px 30px 16px;
		background: url(../images/top/news_btn_bg_sp.png) no-repeat left top;
		background-size: 100% 100%;
	}


	.topNews__inner__content__more a span {
		display: block;
		padding: 0 18px;
	}

	.topNews__inner__content__more a span:before {
		width: 18px;
		height: 9px;
		background: url(../images/common/icon_arr02_sp.png) no-repeat left top;
		background-size: contain;
	}

}



/**********************************

 topResult

***********************************/
.topResult {
	background: url(../images/top/result_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.topResult__inner {
	padding: 60px 0 100px;
}

.topResult__inner__game {
	margin-bottom: 50px;
}

.topResult__inner__game__head {

}

.topResult__inner__game__head ul {
	display: flex;
	align-items: flex-end;
	height: 50px;
	margin-right: -1px;
}

.topResult__inner__game__head ul li {
	width: 33.3333334%;
	padding-right: 1px;
	font-weight: bold;
	line-height: 1.2;
}

.topResult__inner__game__head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	color: #fff;
	background-color: #000000;
}

.topResult__inner__game__head ul li a.is-active {
	height: 50px;
	background-color: #3c3537;
}

.topResult__inner__game__body {
	background-color: #fff;
	border-radius: 0 0 12px 12px;

}

.topResult__inner__game__body__box {
	display: none;
}

.topResult__inner__game__body__box.is-default {
	display: block;
}

.topResult__inner__game__body__box__slider {
	margin: 0 20px;
	background-color: #fff;
}

.topResult__inner__game__body__box__slider .slick-prev {
	width: 20px;
	height: 100%;
	background-color: #00468c;
	top: 0;
	left: -20px;
	border-radius: 0 0 0 10px;
	transform: none;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topResult__inner__game__body__box__slider .slick-prev:before {
	display: none;
}

.topResult__inner__game__body__box__slider .slick-prev:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.topResult__inner__game__body__box__slider .slick-next {
	width: 20px;
	height: 100%;
	background-color: #00468c;
	top: 0;
	right: -20px;
	border-radius: 0 0 10px 0;
	transform: none;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topResult__inner__game__body__box__slider .slick-next:before {
	display: none;
}

.topResult__inner__game__body__box__slider .slick-next:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.topResult__inner__game__body__box__slider .slick-prev:hover,
.topResult__inner__game__body__box__slider .slick-next:hover {
	opacity: .7;
}

.topResult__inner__game__body__box__slider .slick-track {
	display: flex;
}

.topResult__inner__game__body__box__slider .game {
	display: flex;
	flex-direction: column;
	height: auto;
	float: none;
	padding: 10px 10px 12px;
	border-right: 1px solid #dddddd;
	outline: none;
}

.topResult__inner__game__body__box__slider .game.borderL {
	border-left: 1px solid #dddddd;
}

.topResult__inner__game__body__box__slider .game .head {
	/*flex: 1 1 auto;*/
	margin-bottom: 3px;
}

.topResult__inner__game__body__box__slider .game .txt01 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.topResult__inner__game__body__box__slider .game .txt02 {
	/*color: #00468c;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.topResult__inner__game__body__box__slider .game .result {
	display: flex;
	justify-content: space-around;
	/*justify-content: space-between;*/
	align-items: flex-start;
}

.topResult__inner__game__body__box__slider .game .result .logoArea {
	width: calc(50% - 20px);
	/*width: 50%;*/
}

.topResult__inner__game__body__box__slider .game .result .logoArea .logo {
	margin: 0 auto;
	text-align: center;
}

.topResult__inner__game__body__box__slider .game .result .logoArea .logo img {
	margin: 0 auto;
}

.topResult__inner__game__body__box__slider .game .result .logoArea .name {
	color: #00468c;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.topResult__inner__game__body__box__slider .game .result .logoArea .name a {
	color: #00468c;
}

.topResult__inner__game__body__box__slider .game .result .score {
	flex: 1;
	color: #00468c;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
}

.topResult__inner__game__body__box__slider .game .result .vs {
	flex: 1;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
}

.topResult__inner__team {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -5.102040816326531%;
	margin-bottom: 50px;
}

.topResult__inner__team:last-child {
	margin-bottom: 0;
}

.topResult__inner__team__box {
	width: 47.448979591836735%;
	margin-top: 5.102040816326531%;
}

.topResult__inner__team__box table {
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
}

.topResult__inner__team__box table thead tr th {
	padding: 8px 10px;
	color: #fff;
	text-align: center;
}

.topResult__inner__team__box table thead tr th:nth-child(1) {
	background-color: #3c3537;
}

.topResult__inner__team__box table thead tr th:nth-child(2) {
	font-size: 15px;
	background-color: #00468c;
}

.topResult__inner__team__box table tbody tr th {
	width: 40px;
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.topResult__inner__team__box table tbody tr:last-child th {
	border-bottom: none;
}

.topResult__inner__team__box table tbody tr td {
	padding: 8px 10px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.topResult__inner__team__box table tbody tr td:nth-child(1) {
	text-align: center;
}

.topResult__inner__team__box table tbody tr td:nth-child(2) {
	padding: 8px 20px;
	color: #00468c;
}

.topResult__inner__team__box table tbody tr td:nth-child(2) a {
	color: #00468c;
}

.topResult__inner__team__box table tbody tr td:nth-child(3) {
	width: 95px;
	text-align: center;
}

.topResult__inner__team__box table tbody tr:last-child td {
	border-bottom: none;
}

.topResult__inner__final {

}

.topResult__inner__final__ttl {
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #3c3537;
}

.topResult__inner__final__content {
	background-color: #fff;
}

.topResult__inner__final__content .pic img {
	width: 100%;
	max-width: none;
}

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

	.topResult__inner__game__head ul li {
		font-size: 1.5625vw;
	}

	.topResult__inner__game__head ul li a {
		height: 40px;
	}

	.topResult__inner__game__head ul li a.is-active {
		height: 50px;
	}

	.topResult__inner__game__body__box__slider .game {
		padding: 10px 0.9765625vw 12px;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea {
		width: calc(50% - 2.9296875vw);
	}

	.topResult__inner__game__body__box__slider .game .txt01,
	.topResult__inner__game__body__box__slider .game .txt02,
	.topResult__inner__game__body__box__slider .game .result .logoArea .name {
		font-size: 1.3671875vw;
	}

	.topResult__inner__game__body__box__slider .game .result {
		/*justify-content: center;*/
	}

	.topResult__inner__game__body__box__slider .game .result .score,
	.topResult__inner__game__body__box__slider .game .result .vs {
		font-size: 3.22265625vw;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea .logo {
		width: 3.90625vw;
	}
}

@media screen and (max-width:767px){
	.topResult {
		background: url(../images/top/result_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.topResult__inner {
		padding: 40px 0;
	}

	.topResult__inner__game {
		margin-bottom: 25px;
	}

	.topResult__inner__game__head ul {
		height: 35px;
	}

	.topResult__inner__game__head ul li {
		font-size: 12px;
	}

	.topResult__inner__game__head ul li a {
		height: 30px;
	}

	.topResult__inner__game__head ul li a.is-active {
		height: 35px;
	}

	.topResult__inner__game__body__box__slider .game {
		padding: 10px 10px 12px;
	}

	.topResult__inner__game__body__box__slider .game .head {
		margin-bottom: 5px;
	}

	.topResult__inner__game__body__box__slider .game .txt01 {
		margin-bottom: 3px;
		font-size: 10px;
	}

	.topResult__inner__game__body__box__slider .game .txt02 {
		font-size: 10px;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea {
		width: calc(50% - 18px);
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea .logo {
		width: 30px;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea .name {
		font-size: 10px;
	}

	.topResult__inner__game__body__box__slider .game .result .score,
	.topResult__inner__game__body__box__slider .game .result .vs {
		font-size: 22px;
		line-height: 30px;
	}

	.topResult__inner__team {
		display: block;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.topResult__inner__team:last-child {
		margin-bottom: 0;
	}

	.topResult__inner__team__box {
		width: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.topResult__inner__team__box:last-child {
		margin-bottom: 0;
	}

	.topResult__inner__team__box table {
	}

	.topResult__inner__team__box table thead tr th {
		padding: 4px 5px;
		font-size: 12px;
	}

	.topResult__inner__team__box table thead tr th:nth-child(2) {
		font-size: 12px;
	}

	.topResult__inner__team__box table tbody tr th {
		width: 25px;
		padding: 4px 5px;
		font-size: 12px;
	}

	.topResult__inner__team__box table tbody tr td {
		padding: 4px 5px;
		font-size: 12px;
	}

	.topResult__inner__team__box table tbody tr td:nth-child(2) {
		padding: 4px 10px;
	}

	.topResult__inner__team__box table tbody tr td:nth-child(3) {
		width: 70px;
	}

	.topResult__inner__final__ttl {
		padding: 4px 15px;
		font-size: 12px;
	}

}

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

	.topResult__inner__game__head ul li {
		font-size: 3.2vw;
	}

	.topResult__inner__game__body__box__slider .game {
		padding: 10px 2.5vw 12px;
	}

	.topResult__inner__game__body__box__slider .game .txt01,
	.topResult__inner__game__body__box__slider .game .txt02 {
		font-size: 2.666666666666667vw;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea .logo {
		width: 6.666666666666667vw;
	}

	.topResult__inner__game__body__box__slider .game .result .logoArea .name {
		font-size: 2.666666666666667vw;
	}

	.topResult__inner__game__body__box__slider .game .result .score,
	.topResult__inner__game__body__box__slider .game .result .vs {
		/*padding: 0 2.5vw;*/
		font-size: 7.199999999999999vw;
	}

}



/**********************************

 topSponsor

***********************************/
.topSponsor {
	background: url(../images/top/sponsor_bg_pc.jpg);
}

.topSponsor__inner {
	padding: 60px 0;
}

.topSponsor__inner__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -15px -5px;
	/*margin: 0 -30px -40px;*/
}

.topSponsor__inner__list li {
	width: 33.3333334%;
	margin: 15px 0;
	padding: 0 15px;
	text-align: center;
	/*width: 25%;*/
	/*padding: 0 30px;*/
	/*margin-bottom: 40px;*/
}

.topSponsor__inner__list li a {
	display: block;
}

.topSponsor__inner__list li img {
	width: 100%;
	max-width: none;
	border: 1px solid #dddddd;
}

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

	/*.topSponsor__inner__list {*/
		/*margin: 0 -15px -20px;*/
	/*}*/

	/*.topSponsor__inner__list li {*/
		/*padding: 0 15px;*/
		/*margin-bottom: 20px;*/
	/*}*/

}

@media screen and (max-width:767px){
	.topSponsor {
		background-size: 960px auto;
	}

	.topSponsor__inner {
		padding: 40px 0;
	}

	.topSponsor__inner__list {
		margin: -8px 4px -7px 5px;
		/*margin: 0 -10px -20px;*/
	}

	.topSponsor__inner__list li {
		width: 50%;
		margin: 8px 0 7px;
		padding: 0 8px 0 7px;
		/*width: 50%;*/
		/*padding: 0 10px;*/
		/*margin-bottom: 20px;*/
	}
}



/**********************************

 decisionListSec

***********************************/
.decisionListSec {

}

.decisionListSec__inner {
	padding: 80px 0 100px;
}

.decisionListSec__inner ul {

}

.decisionListSec__inner ul li {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.decisionListSec__inner ul li:last-child {
	margin-bottom: 0;
}

.decisionListSec__inner ul li a {
	display: block;
	padding: 20px 30px;
	color: #fff;
	background-color: #004097;
}

.decisionListSec__inner ul li a span {
	display: block;
	padding: 0 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.decisionListSec__inner ul li a span:before {
	content: "";
	display: block;
	width: 14px;
	height: 27px;
	background: url(../images/common/icon_arr04_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


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

}



/**********************************

 formSec

***********************************/
.formSec {

}

.formSec__inner {
	padding: 80px 0 100px;
}

.formSec__inner__intro {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.8;
}

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

	.formSec__inner {
		padding: 40px 0;
	}

	.formSec__inner__intro {
		margin-bottom: 25px;
		text-align: left;
	}

}



/**********************************

 teamListSec

***********************************/
.teamListSec {

}

.teamListSec__inner {
	padding: 80px 0 100px;
}

.teamListSec__inner__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}

.teamListSec__inner__list__item {
	width: 20%;
	padding: 0 10px;
	margin-bottom: 50px;
}

.teamListSec__inner__list__item a {
	display: block;
}

.teamListSec__inner__list__item .pic {
	margin: 0 auto;
	text-align: center;
}

.teamListSec__inner__list__item .pic img {
	width: auto;
	height: auto;
}

.teamListSec__inner__list__item .name {
	color: #00468c;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

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

	.teamListSec__inner__list__item {
		width: 25%;
	}
}

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

	.teamListSec__inner {
		padding: 40px 0;
	}

	.teamListSec__inner__list {
		display: block;
		margin-bottom: 0;
	}

	.teamListSec__inner__list__item {
		width: 70.588235294117647%;
		padding: 0;
		margin: 0 auto 30px;
	}

	.teamListSec__inner__list__item:last-child {
		margin-bottom: 0;
	}

	.teamListSec__inner__list__item .pic {
		margin: 0 auto 12px;
	}

	.teamListSec__inner__list__item .name {
		font-size: 16px;
		line-height: 1.5;
	}
}



/**********************************

 teamDetailSec

***********************************/
.teamDetailSec {

}

.teamDetailSec__inner {
	padding: 80px 0 100px;
}

.teamDetailSec__inner__pic {
	width: 65.306122448979592%;
	margin: 0 auto 50px;
	text-align: center;
}

.teamDetailSec__inner__box01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.teamDetailSec__inner__box01__table {
	width: 46.938775510204082%;
}

.teamDetailSec__inner__box02 {

}


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

	.teamDetailSec__inner__box01 {
		display: block;
	}

	.teamDetailSec__inner__box01__table {
		width: auto;
		margin-bottom: 50px;
	}

	.teamDetailSec__inner__box01__table:last-child {
		margin-bottom: 0;
	}
}


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


	.teamDetailSec__inner {
		padding: 40px 0;
	}

	.teamDetailSec__inner__pic {
		width: 70.588235294117647%;
		margin: 0 auto 30px;
	}

	.teamDetailSec__inner__box01 {
		margin-bottom: 30px;
	}

	.teamDetailSec__inner__box01__table {
		margin-bottom: 30px;
	}

	.teamDetailSec__inner__box02 {

	}
}



/**********************************

 aboutIgyoraSec

***********************************/
.aboutIgyoraSec {

}

.aboutIgyoraSec__inner {
	padding: 80px 0 100px;
}

.aboutIgyoraSec__inner__tab {

}

.aboutIgyoraSec__inner__tab__head {
	display: flex;
	align-items: flex-end;
	height: 70px;
	margin-bottom: 60px;
}

.aboutIgyoraSec__inner__tab__head li {
	width: 50%;
	padding-right: 1px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.aboutIgyoraSec__inner__tab__head li:last-child {
	padding-right: 0;
}

.aboutIgyoraSec__inner__tab__head li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #fff;
	background-color: #7f9fcb;
}

.aboutIgyoraSec__inner__tab__head li a.is-active {
	height: 70px;
	background-color: #004097;
}

.aboutIgyoraSec__inner__tab__body {

}

.aboutIgyoraSec__inner__tab__body__box {
	display: none;
}

.aboutIgyoraSec__inner__tab__body__box.is-default {
	display: block;
}

.aboutIgyoraSec__inner__tab__body__box .sec {
	margin-bottom: 60px;
}

.aboutIgyoraSec__inner__tab__body__box .sec:last-child {
	margin-bottom: 0;
}

.aboutIgyoraSec__inner__tab__body__box .sec .cont {
	margin-top: -30px;
}

.aboutIgyoraSec__inner__tab__body__box .sec .cont p {
}

.aboutIgyoraSec__inner__tab__body__box .greeting {
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec {
	padding-bottom: 65px;
	margin-bottom: 70px;
	border-bottom: 1px solid #dddddd;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content {
	width: 47.959183673469388%;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl {
	padding: 14px 0;
	margin-bottom: 15px;
	border-top: 2px solid #004097;
	border-bottom: 1px solid #dddddd;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl:last-child {
	margin-bottom: 0;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl .txt01 {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl .txt02 {
	display: block;
	color: #dddddd;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__txt01 {
	font-size: 14px;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__pic {
	width: 47.959183673469388%;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__history {
	width: 47.959183673469388%;
	margin-top: -.5em;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__history p {
	font-size: 14px;
}

.aboutIgyoraSec__inner__tab__body__box .greeting__sec__body {
}

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

	.aboutIgyoraSec__inner {
		padding: 40px 0;
	}

	.aboutIgyoraSec__inner__tab {

	}

	.aboutIgyoraSec__inner__tab__head {
		display: block;
		height: auto;
		margin-bottom: 25px;
	}

	.aboutIgyoraSec__inner__tab__head li {
		width: auto;
		padding-right: 0;
		font-size: 18px;
	}

	.aboutIgyoraSec__inner__tab__head li a {
		display: none;
		height: auto;
		padding: 10px 15px;
		text-align: center;
		pointer-events: none;
	}

	.aboutIgyoraSec__inner__tab__head li a.is-active {
		display: block;
		height: auto;
	}

	.aboutIgyoraSec__inner__tab__body {

	}

	.aboutIgyoraSec__inner__tab__body__box {
		display: none;
	}

	.aboutIgyoraSec__inner__tab__body__box.is-default {
		display: block;
	}

	.aboutIgyoraSec__inner__tab__body__box .sec {
		margin-bottom: 20px;
	}

	.aboutIgyoraSec__inner__tab__body__box .sec .cont {
		margin-top: -10px;
	}

	.aboutIgyoraSec__inner__tab__body__box .sec .cont p {
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting {
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head {
		display: block;
		margin-bottom: 12px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content {
		width: auto;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl {
		padding: 6px 0;
		margin-bottom: 20px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl:last-child {
		margin-bottom: 0;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl .txt01 {
		margin-bottom: 3px;
		font-size: 14px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__ttl .txt02 {
		font-size: 9px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__pic {
		margin-bottom: 15px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__content__txt01 {
		font-size: 11px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__pic {
		width: 47.959183673469388%;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__history {
		width: auto;
		margin-top: 20px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__head__history p {
		font-size: 11px;
	}

	.aboutIgyoraSec__inner__tab__body__box .greeting__sec__body {
	}

	.aboutIgyoraSec__inner__tab__spBtn {
		margin-top: 30px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}

	.aboutIgyoraSec__inner__tab__spBtn a {
		display: none;
		padding: 10px 15px;
		color: #fff;
		text-align: center;
		background-color: #7f9fcb;
	}

	.aboutIgyoraSec__inner__tab__spBtn a.is-active {
		display: block;
	}
}



/**********************************

 tournamentMainSec

***********************************/
.tournamentMainSec {

}

.tournamentMainSec__inner {
	padding: 80px 0 100px;
}

.tournamentMainSec__inner__tab {

}

.tournamentMainSec__inner__tab__head {
	display: flex;
	align-items: flex-end;
	height: 70px;
}

.tournamentMainSec__inner__tab__head li {
	width: 50%;
	padding-right: 1px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.tournamentMainSec__inner__tab__head li:last-child {
	padding-right: 0;
}

.tournamentMainSec__inner__tab__head li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #fff;
	background-color: #7f9fcb;
}

.tournamentMainSec__inner__tab__head li a.is-active {
	height: 70px;
	background-color: #004097;
}

.tournamentMainSec__inner__tab__body {

}

.tournamentMainSec__inner__tab__body__box {
	display: none;
}

.tournamentMainSec__inner__tab__body__box.is-default {
	display: block;
}

.tournamentMainSec__inner__tab__body__box .navi {
	display: flex;
	flex-wrap: wrap;
	padding: 19px 5.102040816326531%;
	margin-bottom: 60px;
	background-color: #3c3537;
}

.tournamentMainSec__inner__tab__body__box .navi li {
	margin-right: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.tournamentMainSec__inner__tab__body__box .navi li:last-child {
	margin-right: 0;
}

.tournamentMainSec__inner__tab__body__box .navi li a {
	display: block;
	padding-left: 10px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.tournamentMainSec__inner__tab__body__box .navi li a:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	background: url(../images/common/icon_arr06.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tournamentMainSec__inner__tab__body__box .sec {
	margin-bottom: 60px;
}

.tournamentMainSec__inner__tab__body__box .sec:last-child {
	margin-bottom: 0;
}

.tournamentMainSec__inner__tab__body__box .sec .c-title02 {
}

.tournamentMainSec__inner__tab__body__box .sec .result {
}

.tournamentMainSec__inner__tab__body__box .sec .result .table {
	margin-bottom: 50px;
}

.tournamentMainSec__inner__tab__body__box .sec .result .table:last-child {
	margin-bottom: 0;
}

.tournamentMainSec__inner__tab__body__box .sec .note {
	margin: 20px 0;
	line-height: 1.5;
}

.tournamentMainSec__inner__tab__body__box .sec .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box {
	width: 47.448979591836735%;
	margin-bottom: 40px;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box .ttl {
	padding: 8px 15px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #3c3537;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box .table {
	margin-bottom: 20px;
	font-size: 14px;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box .table:last-child {
	margin-bottom: 0;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box .table table tr th.DarkGrayBg {
	border: 1px solid #dddddd;
}

.tournamentMainSec__inner__tab__body__box .sec .content .box .table table tr th.grayBg {
	border: 1px solid #eeeeee;
}

.tournamentMainSec__inner__tab__body__box .tournamentSecSec {
	margin: 60px 0;
}


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

	.tournamentMainSec__inner__tab__body__box .sec .content {
		display: block;
		margin-bottom: -40px;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content .box {
		width: auto;
		margin-bottom: 40px;
	}

}

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

	.tournamentMainSec__inner {
		padding: 40px 0;
	}

	.tournamentMainSec__inner__tab {

	}

	.tournamentMainSec__inner__tab__head {
		height: auto;
	}

	.tournamentMainSec__inner__tab__head li {
		height: inherit;
		padding-right: 0;
		font-size: 14px;
	}

	.tournamentMainSec__inner__tab__head li a {
		height: 100%;
		padding: 15px;
		text-align: center;
	}

	.tournamentMainSec__inner__tab__head li a:hover {
		opacity: 1;
	}

	.tournamentMainSec__inner__tab__head li a.is-active {
		height: 100%;
	}

	.tournamentMainSec__inner__tab__body {

	}

	.tournamentMainSec__inner__tab__body__box {
		display: none;
	}

	.tournamentMainSec__inner__tab__body__box.is-default {
		display: block;
	}

	.tournamentMainSec__inner__tab__body__box .navi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 12px 4.411764705882353%;
		margin-bottom: 30px;
	}

	.tournamentMainSec__inner__tab__body__box .navi li {
		margin-right: 15px;
		font-size: 12px;
	}

	.tournamentMainSec__inner__tab__body__box .navi li a {
		padding-left: 10px;
	}

	.tournamentMainSec__inner__tab__body__box .navi li a:before {
		width: 4px;
		height: 6px;
		background: url(../images/common/icon_arr06_sp.png) no-repeat left top;
		background-size: contain;
	}

	.tournamentMainSec__inner__tab__body__box .sec {
		margin-bottom: 30px;
	}

	.tournamentMainSec__inner__tab__body__box .sec .result .table {
		margin-bottom: 30px;
	}

	.tournamentMainSec__inner__tab__body__box .sec .note {
		margin: 15px 0;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content {
		display: block;
		margin-bottom: 0;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content .box {
		width: auto;
		margin-bottom: 30px;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content .box:last-child {
		margin-bottom: 0;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content .box .ttl {
		padding: 8px 15px;
		margin-bottom: 20px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		background-color: #3c3537;
	}

	.tournamentMainSec__inner__tab__body__box .sec .content .box .table {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.tournamentMainSec__inner__tab__body__box .sec .btn {
	}

	.tournamentMainSec__inner__tab__body__box .sec .btn a.c-btn02 {
		background-color: #7f9fcb;
	}

	.tournamentMainSec__inner__tab__body__box .sec .btn a.c-btn02 span:before {
		display: none;
	}

	.tournamentMainSec__inner__tab__body__box .tournamentSecSec {
		margin: 30px 0;
	}
}



/**********************************

 sponsorSec

***********************************/
.sponsorSec {

}

.sponsorSec__inner {
	padding: 80px 0 100px;
}

.sponsorSec__inner__intro {
	margin-top: -30px;
	margin-bottom: 60px;
}

.sponsorSec__inner__sec {
	margin-bottom: 60px;
}

.sponsorSec__inner__sec:last-child {
	margin-bottom: 0;
}

.sponsorSec__inner__sec__ttl {
	padding: 15px 20px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #f2f5fb;
}

.sponsorSec__inner__sec__bnrList {

}

.sponsorSec__inner__sec__bnrList ul {
	display: flex;
	flex-wrap: wrap;
}

.sponsorSec__inner__sec__bnrList ul.col5 {
	margin: -10px -10px;
}

.sponsorSec__inner__sec__bnrList ul.col4 {
	margin: -20px -20px;
}

.sponsorSec__inner__sec__bnrList ul.col3 {
	margin: -15px -5px;
	justify-content: center;
}

.sponsorSec__inner__sec__bnrList ul li {
	text-align: center;
}

.sponsorSec__inner__sec__bnrList ul.col5 li {
	width: 20%;
	margin: 10px 0;
	padding: 0 10px;
}

.sponsorSec__inner__sec__bnrList ul.col4 li {
	width: 25%;
	margin: 20px 0;
	padding: 0 20px;
}

.sponsorSec__inner__sec__bnrList ul.col3 li {
	width: 33.3333334%;
	margin: 15px 0;
	padding: 0 15px;
}

.sponsorSec__inner__sec__bnrList ul li a {
	display: block;
}

.sponsorSec__inner__sec__bnrList ul li img {
	border: 1px solid #dddddd;
}

.sponsorSec__inner__sec__txtList {
	margin-top: -20px;
	overflow: hidden;
}

.sponsorSec__inner__sec__txtList ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1px;
}

.sponsorSec__inner__sec__txtList ul li {
	width: 33.3333334%;
	padding: 20px 0;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}

.sponsorSec__inner__sec__txtList ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sponsorSec__inner__sec__txtList ul li a,
.sponsorSec__inner__sec__txtList ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 5px;
}

.sponsorSec__inner__sec__txtList ul li a {
	color: #28a7e1;
}

.sponsorSec__inner__recruit {

}

.sponsorSec__inner__recruit__ttl {
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #e7333d;
}

.sponsorSec__inner__recruit p {
	margin-bottom: 55px;
}

.sponsorSec__inner__recruit__btn {
	width: 490px;
	max-width: 100%;
}

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

	.sponsorSec__inner {
		padding: 40px 0;
	}

	.sponsorSec__inner__intro {
		margin-top: -15px;
		margin-bottom: 25px;
	}

	.sponsorSec__inner__sec {
		margin-bottom: 30px;
	}

	.sponsorSec__inner__sec__ttl {
		padding: 7px 12px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.sponsorSec__inner__sec__bnrList {

	}

	.sponsorSec__inner__sec__bnrList ul {
		justify-content: center;
	}

	.sponsorSec__inner__sec__bnrList ul.col5,
	.sponsorSec__inner__sec__bnrList ul.col4,
	.sponsorSec__inner__sec__bnrList ul.col3 {
		margin: -8px 4px -7px 5px;
	}

	.sponsorSec__inner__sec__bnrList ul li {

	}

	.sponsorSec__inner__sec__bnrList ul.col5 li,
	.sponsorSec__inner__sec__bnrList ul.col4 li,
	.sponsorSec__inner__sec__bnrList ul.col3 li {
		width: 50%;
		margin: 8px 0 7px;
		padding: 0 8px 0 7px;
	}

	.sponsorSec__inner__sec__bnrList ul li a {
		display: block;
	}

	.sponsorSec__inner__sec__txtList {
		margin-top: -10px;
		overflow: hidden;
	}

	.sponsorSec__inner__sec__txtList ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.sponsorSec__inner__sec__txtList ul li {
		width: 50%;
		padding: 10px 0;
	}

	.sponsorSec__inner__sec__txtList ul li.lastOne {
		width: 100%;
	}

	.sponsorSec__inner__sec__txtList ul li:before {
		height: calc(100% - 20px);
	}

	.sponsorSec__inner__recruit__ttl {
		padding: 7px 12px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.sponsorSec__inner__recruit p {
		margin-bottom: 30px;
	}

	.sponsorSec__inner__recruit__btn {
		width: auto;
	}

}



/**********************************

 NewsArchiveSec

***********************************/
.NewsArchiveSec {

}

.NewsArchiveSec__inner {
	padding: 80px 0 100px;
}

.NewsArchiveSec__inner ul {
	border-top: 1px solid #dddddd;
}

.NewsArchiveSec__inner ul li {
	border-bottom: 1px solid #dddddd;
}

.NewsArchiveSec__inner ul li .head {
	display: flex;
	padding: 22px 0;
	cursor: pointer;
}

.NewsArchiveSec__inner ul li .head .date {
	width: 120px;
	color: #cccccc;
	font-weight: 800;
	line-height: 1.5;
}

.NewsArchiveSec__inner ul li .head .ttl {
	flex: 1;
	padding-right: 90px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.NewsArchiveSec__inner ul li .head .ttl:before {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background: url(../images/common/icon_arr07_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.NewsArchiveSec__inner ul li .head.is-active .ttl:before {
	transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
}

.NewsArchiveSec__inner ul li .body {
	display: none;
}

.NewsArchiveSec__inner ul li .body .inner {
	/*margin-top: 20px;*/
	padding-left: 120px;
	padding-right: 90px;
	padding-bottom: 22px;
}

.NewsArchiveSec__inner ul li .body .inner .txt01 {
	margin-top: -.3em;
}

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

	.NewsArchiveSec__inner {
		padding: 40px 0;
	}

	.NewsArchiveSec__inner ul {
	}

	.NewsArchiveSec__inner ul li {
	}

	.NewsArchiveSec__inner ul li .head {
		display: block;
		padding: 16px 0;
	}

	.NewsArchiveSec__inner ul li .head .date {
		width: auto;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.NewsArchiveSec__inner ul li .head .ttl {
		padding-right: 60px;
		font-size: 16px;
	}

	.NewsArchiveSec__inner ul li .head .ttl:before {
		width: 17px;
		height: 9px;
		background: url(../images/common/icon_arr07_sp.png) no-repeat left top;
		background-size: contain;
		right: 15px;
	}

	.NewsArchiveSec__inner ul li .body .inner {
		padding-left: 0;
		padding-right: 60px;
		padding-bottom: 16px;
	}

	.NewsArchiveSec__inner ul li .body .inner .txt01 {
		font-size: 16px;
	}

}



/**********************************

 xxx

***********************************/

.member-name {
	width: 165px;
}

.member-name span {
	display: block;
}

@media screen and (min-width:768px){
	.member-name {
		width: 360px;
	}

	.member-name .kana {
		margin-left: 15px;
	}

	.member-name span {
		display: inline-block;
	}
}

