@charset "UTF-8";
/* TOP contents styles ==========================
================================================= */

/* Lower contents styles ==========================
================================================= */

/* ---------- news ---------- */

.news .lower_head .lower_head_rightback {
	background-image: url("../img/lower/news/lower_ttl_news.jpg");
}

.newsArchive_head {
	width: 90%;
	margin: 0 auto 80px;
}

.newsArchive_head .select_news {
	background: #ccc;
	text-align: center;
	padding: 20px;
	letter-spacing: -0.4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.newsArchive_head .select_news label:nth-child(1){
	width: 40%;
	margin-right: 3%;
}

.newsArchive_head .select_news label:nth-child(2){
	width: 27%;
	margin-right: 3%;
}

.newsArchive_head .select_news label:nth-child(3){
	width: 27%;
}

.newsArchive_head .select_news label {
	position: relative;
}

.newsArchive_head .select_news label:after {
	position: absolute;
	top: 15px;
	right: 13px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	z-index: 190;
	/* 20181205　 矢印リンク適用範囲調整*/
		pointer-events: none;
	/* //20181205　 矢印リンク適用範囲調整*/
}

.newsArchive_head .select_news select {
	display: block;
	background: #fff;
	padding: 5px 70px;
	height: 40px;
	box-sizing: border-box;
	border-right: #222 solid 40px;
	letter-spacing: normal;
    width: 100%;
}

.newsArchive_head_hot {
	margin-top: 60px;
}

.newsArchive_sliderWrap {
	/* background: #fff; */
}

.newsArchive_sliderWrap .slick-slide img {
	/* height: 100%; */
	max-height: 100%;/** 20190306 **/
	margin: 0 auto;
}
.newsArchive_sliderWrap .newsArchive_sliderWrap__content {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.newsArchive_sliderWrap .newsArchive_sliderWrap__content>a {}

.newsArchive_sliderWrap .newsArchive_sliderWrap__content>a .newsArchive_sliderWrap__img {
	height: 300px;
}

.newsArchive_sliderWrap .newsArchive_sliderWrap__content>a>img {
	width: auto;
	max-height: 300px;
	margin: 0 auto;
}

.newsArchive_sliderWrap div a .newsArchive_slide_bottom {
	background: #fff;
	padding: 30px;
	position: relative;
}

.newsArchive_sliderWrap div a .newsArchive_slide_bottom .date {
	font-family: "Nimbus Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #888;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
}

.newsArchive_sliderWrap div a .newsArchive_slide_bottom .txt {
	font-size: 20px;
	line-height: 28px;
	color: #010101;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.02em;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 72%;
}

.newsArchive_sliderWrap div a .newsArchive_slide_bottom .category {
	background: #aaa;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0;
	width: 120px;
	box-sizing: border-box;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.newsArchive_sliderWrap .slick-slide {
	margin: 0 5px;
}

.newsArchive_sliderWrap .sliderdots,
.nextHomeMatch_sliderWrap .sliderdots,
.voice_slider .sliderdots {
	margin-top: 10px;
	background: #888;
	text-align: center;
	padding: 30px 0;
	line-height: 8px;
}

.newsArchive_sliderWrap .sliderdots li,
.nextHomeMatch_sliderWrap .sliderdots li,
.voice_slider .sliderdots li {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	border-radius: 7px;
}

.newsArchive_sliderWrap .sliderdots li.slick-active,
.nextHomeMatch_sliderWrap .sliderdots li.slick-active,
.voice_slider .sliderdots li.slick-active {
	background: #013f98;
}

/*
.newsArchive_sliderWrap .slick-slide:not(.slick-center) {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
    -webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}
*/

.news_article_area table {
	width: 100%;
	margin: 15px auto 30px auto;
	table-layout: fixed;
	border-collapse: unset;
}

.news_article_area th {
	background-color: #888 !important;
	padding: 10px 0;
	text-align: center;
	color: #fff !important;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 4px solid #fff;
	width: 30%;
}

.news_article_area table td {
	background-color: #eee !important;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 4px solid #fff;
}

.news_article_area .btn{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    margin: 5px auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: auto;
}
.news_article_area .btn a{
    border: 2px solid #003e88;
    color: #003e88;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    letter-spacing: 0.05em;
    position: relative;
    padding: 10px 50px;
}
.news_article_area .btn a:hover {
    background: #003e88;
    color: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
}

.news_article_area .btn a.external_btn{
    border: 2px solid #e60039;
    color: #e60039;
    width: auto;
    padding: 10px 50px;
}

.news_article_area .btn a.external_btn:hover{
    background: #e60039;
    color: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
}


.news_article_area .btn a.external_btn:hover:after {
    background: url(../img/common/icon_external_white.png) no-repeat center center;
    background-size: cover;
}
.news_article_area h4{
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.news_article_area .youtube iframe {
	width: 600px;
	height: 300px;
	display: block;
	margin: 0 auto;
}
.news_article_area p img {
	display: block;
	margin: 0 auto 20px auto;
}
/* ---------- team ---------- */

.team .lower_head .lower_head_rightback {
	background-image: url("../img/lower/team/lower_ttl_team.jpg");
	background-position: top left;
}

.imgBigLink.team_link_01:after {
	background-image: url("../img/lower/team/lower_link_team01.jpg");
	background-position: center top;
}
.imgBigLink.team_link_01 a{
	padding: 300px 0;
}

@media screen and (max-device-width: 768px){
.newsArchive_sliderWrap .newsArchive_sliderWrap__content>a .newsArchive_sliderWrap__img {/** 20190308 **/
	/* height: 400px; *//**20190320**/
	height: 53.3vw;/**20190320**/
}

.imgBigLink.team_link_01 a{
	padding: 25vw 0
}
}

.imgBigLink.team_link_02:after {
	background-image: url("../img/lower/team/lower_link_team02.jpg");
	background-position: center center;
}

.imgBigLink.team_link_03:after {
	background-image: url("../img/lower/team/lower_link_team03.jpg");
	background-position: center top -14vw;
}

/* ---------- player ---------- */

.bicolor_btn.position_sort li {
	width: 135px;
}

.bicolor_btn.position_sort li a:after {
	right: 60px;
}

.position_list>div {
	background: #fff;
	margin: 0 1% 1px;
	text-align: center;
	padding: 40px 0 0;
}

.position_list>div:last-of-type {
	margin-bottom: 30px;
	padding-bottom: 40px;
}

.position_list>div>p {
	font-family: "Steelfish";
	font-size: 50px;
	line-height: 50px;
	color: #222;
	letter-spacing: 0.02em;
	font-weight: 700;
}

.position_list>div>span {
	font-size: 24px;
	color: #003e88;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 10px 0 35px;
	display: inline-block;
}

.position_list>div.staff>span {
	display: block;
	text-align: left;
	border-bottom: #bfbfbf solid 1px;
	margin: 40px auto 20px;
	padding-bottom: 10px;
	width: 90%;
}

.position_list>div .profile_link_list {
	letter-spacing: -0.4em;
	text-align: left;
	width: 96%;
	margin: 0 auto;
}

.position_list>div .profile_link_list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: normal;
	text-align: center;
	background: #eee;
	width: 19%;
	height: 27vw;
	margin: 0 3% 4vw;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.position_list>div.staff .profile_link_list {
	width: 94%;
}

.position_list>div.staff .profile_link_list li {
	width: 16%;
	height: 22vw;
	margin: 0 2% 4vw;
}

.position_list>div .profile_link_list li:hover {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-transform: scale3d(1.02, 1.02, 1.02);
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	-o-transform: scale3d(1.02, 1.02, 1.02);
	-ms-transform: scale3d(1.02, 1.02, 1.02);
}

.position_list>div .profile_link_list li a {
	display: block;
}

.position_list>div .profile_link_list li a img {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
}

.position_list>div.staff .profile_link_list li a img {
	bottom: 80px;
}

.position_list>div .profile_link_list li a div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #003e88;
	color: #fff;
	font-size: 20px;
	height: 70px;
	padding: 12px 0;
	box-sizing: border-box;
}

.position_list>div .profile_link_list li a div .name_eng {
	font-size: 13px;
	color: #ccc;
}

.position_list>div.staff .profile_link_list li a div {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	height: auto;
}

.position_list>div.staff .profile_link_list li a div .staff_position {
	border-bottom: #fff solid 1px;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.position_list>div.staff .profile_link_list li a div .name_eng {
	font-size: 11px;
}

.position_list>div .profile_link_list li a div .number {
	font-size: 70px;
	font-family: "Steelfish";
	color: #222;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	position: absolute;
	left: -5%;
	bottom: 6vw;
}

.position_list>div .profile_sub_list {
	letter-spacing: -0.04em;
	width: 90%;
	margin: 0 auto;
	font-size: 0;
    text-align: left;
}

.position_list>div .profile_sub_list li {
	display: inline-block;
	vertical-align: top;
	background: #eee;
	font-size: 14px;
	padding: 10px 0% 10px 2%;
	margin-bottom: 20px;
	text-align: left;
	width: 49%;
	box-sizing: border-box;
}

.position_list>div .profile_sub_list li:nth-child(2n) {
	margin-left: 2%;
}

.position_list>div .profile_sub_list.transfer li {
	width: 100%;
}

.position_list>div .profile_sub_list.transfer li:nth-child(2n) {
	margin-left: 0;
}

.position_list>div .profile_sub_list.transfer li .staff_type {
	width: 5%;
}

.position_list>div .profile_sub_list.transfer li .name {
	width: 20%;
}

.position_list>div .profile_sub_list.transfer li .trans,
.position_list>div .profile_sub_list.transfer li .link {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.02em;
	line-height: 38px;
}

.position_list>div .profile_sub_list.transfer li .trans {
	width: 40%;
}

.position_list>div .profile_sub_list li .staff_type {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.position_list>div .profile_sub_list li .name {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.02em;
	line-height: 38px;
}

/* ---------- ticket ---------- */

.ticket .lower_head .lower_head_rightback {
	background-image: url("../img/lower/ticket/lower_ttl_ticket.jpg");
	background-position: bottom left;
}

.imgBigLink.ticket_link_01:after {
	background-image: url("../img/lower/ticket/hl_price_seat.jpg");
}

.ticketSeat_bnr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.ticketSeat_bnr .box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.ticketSeat_bnr .box .sub {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 2px;
}

.ticketSeat_bnr .box .tit {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}

.ticketSeat_bnr .box>a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 63%;
	min-width: 700px;
}

.ticketSeat_bnr .box>a img {
	width: 100%;
	height: auto;
}

/* ---------- match ---------- */

.match .lower_head .lower_head_rightback {
	background-image: url("../img/lower/match/lower_ttl_match.jpg");
	background-position: center left;
}

/* ---------- match-manner-term visitorsupporter ---------- */

.manner_term .lower_inner_box ol li {
	list-style-type: decimal;
	margin-left: 18px;
	padding-left: 5px;
}

.manner_term .tit_Lborder {
	margin-top: 50px;
}

.manner_term .tit_Lborder:first-of-type {
	margin-top: 0;
}

.manner_term .lower_inner_box p .subtit {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #003e88;
	margin-bottom: 10px;
}

.manner_term .lower_inner_box ul:not(.indent) li {
	list-style-type: none;
	margin-left: 18px;
	padding-left: 5px;
}

.manner_term .lower_inner_box ul:not(.indent) li:before {
	content: '• ';
	color: #003e88;
}

.manner_term .lower_inner_box ul.indent {
	margin-left: 1.3em;
	padding-top: 5px;
}

.manner_term .lower_inner_box ul.indent li {
	text-indent: -1.0em;
	padding-bottom: 1px;
}

.manner_term .lower_inner_box .notes {
	color: #e60039;
}

.manner_term .lower_inner_box span.notes {
	display: block;
}

/* ---------- terms ---------- */

.manner_term.terms_wrap .lower_inner_box ol.list_parentheses {
	padding-left: 30px;
}

.manner_term.terms_wrap .lower_inner_box ol.list_parentheses li {
	list-style-type: none;
	list-style-position: outside;
	counter-increment: cnt;
	padding: 0;
	margin: 0;
}

.manner_term.terms_wrap .lower_inner_box ol.list_parentheses li:before {
	display: marker;
	content: "（" counter(cnt) "）";
	margin-left: -2.5em;
}

/* ---------- match-guide ---------- */

.guide_wrap .internal_btn {
	width: auto;
	padding: 10px 50px;
}

.guide_wrap .external_btn {
	width: auto;
	padding: 10px 60px;
}

/* ---------- matchinfo ---------- */

.imgBigLink.matchinfo_link_01:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo01.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_02:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo02.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_03:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo03.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_04:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo04.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_05:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo05.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_06:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo06.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_07:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo07.jpg");
	background-position: center center;
}

.imgBigLink.matchinfo_link_08:after {
	background-image: url("https://www.f-marinos.com/img/news/matchinfo/ph_ttl_matchinfo08.jpg");
	background-position: center center;
}

/* ---------- club ---------- */

.club .lower_head .lower_head_rightback {
	background-image: url("../img/lower/club/ph_ttl_clubflag01.jpg");
	background-position: center left;
}

.imgBigLink.club_link_01:after {
	background-image: url("../img/lower/club/ph_ttl_clubflag01.jpg");
	background-position: center center;
}

.imgBigLink.club_link_02:after {
	background-image: url("../img/lower/club/lower_link_team02.jpg");
	background-position: center center;
}

.imgBigLink.club_link_03:after {
	background-image: url("../img/lower/club/lower_link_team03.jpg");
	background-position: center center;
}

.imgBigLink.club_link_04:after {
	background-image: url("../img/lower/club/lower_link_team04.jpg");
	background-position: center center;
}

.imgBigLink.club_link_05:after {
	background-image: url("../img/lower/club/lower_link_team05.jpg");
	background-position: center center;
}

.imgBigLink.club_link_06:after {
	background-image: url("../img/lower/club/lower_link_team06.jpg");
	background-position: center bottom;
}
.imgBigLink.club_link_07:after {
	background-image: url("../img/lower/club/lower_link_team07.jpg");
	background-position: center bottom;
}

/* ---------- school ---------- */

.school .lower_head .lower_head_rightback {
	background-image: url("../img/lower/school/ph_structure01.jpg");
	background-position: top left;
}

.imgBigLink.school_link_01:after {
	background-image: url("../img/lower/school/lower_link_school01.jpg");
	background-position: center center;
}

.imgBigLink.school_link_02:after {
	background-image: url("../img/lower/school/lower_link_school02.jpg");
	background-position: center center;
}

/* ---------- school-list ---------- */

.imgBigLink.school-list_link_01:after {
	background-image: url("../img/lower/school/lower_link_school-list01.jpg");
	background-position: center center;
}

.imgBigLink.school-list_link_02:after {
	background-image: url("../img/lower/school/lower_link_school-list02.jpg");
	background-position: center top -20px;
}

.imgBigLink.school-list_link_03:after {
	background-image: url("../img/lower/school/lower_link_school-list03.jpg");
	background-position: center top;
}

.imgBigLink.school-list_link_04:after {
	background-image: url("../img/lower/school/lower_link_school-list04.jpg");
	background-position: center top;
}

.imgBigLink.school-list_link_05:after {
	background-image: url("../img/lower/school/lower_link_school-list05.jpg");
	background-position: center top;
}

.imgBigLink.school-list_link_06:after {
	background-image: url("../img/lower/school/lower_link_school-list06.jpg");
	background-position: center top;
}

.imgBigLink.school-list_link_07:after {
	background-image: url("../img/lower/school/lower_link_school-list07.jpg");
	background-position: center top;
}

.imgBigLink.school-list_link_08:after {
	background-image: url("../img/lower/school/lower_link_school-list08.jpg");
	background-position: center top -20px;
}

.imgBigLink.school-list_link_09:after {
	background-image: url("../img/lower/school/lower_link_school-list09.jpg");
	background-position: center bottom -30px;
}

.imgBigLink.school-list_link_10:after {
	background-image: url("../img/lower/school/lower_link_school-list10.jpg");
	background-position: center bottom -30px;
}

.school-list_tab01 p.sub_logo {
	text-align: center;
	width: 96%;
	margin: 30px auto;
	padding-bottom: 30px;
	border-bottom: #bfbfbf solid 1px;
}

.school-list_tab01 .logo {
	text-align: center;
	margin-top: 30px;
}

.school-list_tab01 p.tit {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	width: 96%;
	margin: 0 auto 30px;
	padding: 30px 3%;
	border-bottom: #bfbfbf solid 1px;
	box-sizing: border-box;
}

.school-list_tab01 p.txt {
	font-size: 18px;
	line-height: 28px;
	width: 90%;
	margin: 0 auto 30px;
}

.school-list_tab01 p.txt span.subtit {
	font-size: 20px;
	padding-left: 10px;
	border-left: #bf9c48 solid 6px;
	display: block;
	margin: 30px 0 20px;
}

.school-list_tab01 p.txt b {
	font-weight: 700;
	display: block;
	padding: 20px 0 10px;
}

.school-list_tab01 table {
	width: 90%;
	margin: 0 auto 30px;
	line-height: 22px;
	color: #606060;
}

.school-list_tab01 table tr>* {
	border: #fff solid 4px;
	background: #eee;
	padding: 10px 0 10px 10px;
}

.school-list_tab01 table thead tr th {
	background: #888;
	margin: 0 4px 4px;
	color: #fff;
	text-align: center;
}

.school-list_tab01 table thead tr th:first-child {
	width: 30%;
}

.school-list_tab01 table tr td {
	text-align: center;
}

/* ---------- school-list_detail ---------- */

.school_table_wrap table {
	width: 80%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: unset;
}

.school_table_wrap .table_head th,
.school_table_wrap .academyVacancy .head th,
.school_table_wrap .academyVacancy tr td.day,
.school_table_wrap .fee th,
.school_table_wrap .material th,
.school_table_wrap .address th {
	background-color: #888;
	text-align: center;
	color: #fff;
}

.school_table_wrap table th,
.school_table_wrap table td {
	background-color: #eee;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 4px solid #fff;
}

/* .school_table_wrap .academyPrice th:nth-child(3n),
.school_table_wrap .academyPrice td:nth-child(3n),
.school_table_wrap .academyVacancy .head th:last-child,
.school_table_wrap .academyVacancy tr td:last-child,
.school_table_wrap .fee th:last-child,
.school_table_wrap .address th:last-child,
.school_table_wrap .address td:last-child{
	border-right: none;
} */

.academyPrice_description {
	width: 80%;
	margin: 10px auto 0;
}

.academyVacancyIndex {
	display: flex;
	float: left;
}

.academyVacancyIndex li {
	margin-right: 10px;
}

.academyVacancyWrap {
	width: 80%;
	margin: 0 auto 10px;
}

.academyVacancyWrap .textR {
	float: right;
}

.academyPrice_class_description dt {
	font-weight: bold;
	margin-top: 1rem;
}

.school_detail_wrap .notes {
	color: #e60039;
	font-size: 14px;
	width: 80%;
	margin: 10px auto 0;
}

.school_detail_wrap .txt_box {
	width: 80%;
	margin: 10px auto 0;
}
.school_detail_wrap iframe + .txt_box {
	margin: 20px auto;
	text-align: center;
}
.school_detail_wrap .txt_box.txt_link {
	width: 80%;
	margin: 30px auto;
	text-align: center;
}

.school_detail_wrap .txt_box b {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.school_detail_wrap .txt_box .subtit {
	border-left: 4px solid #bf9c48;
	padding-left: 15px;
	margin: 20px 0;
	display: block;
}

.school_detail_wrap .txt_box .txt_box_in_notes {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.school_detail_wrap iframe {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.school_detail_btn {
	margin-top: 30px;
	text-align: center;
}

/* ---------- schedule ---------- */

.schedule .switch_tab ul {
	margin-bottom: 20px;
	margin-top: 0;
}

.schedule .tab_format .current {
	background: #013f98;
}

.schedule_sort_wrap {
	display: flex;
	flex-wrap: wrap;
}

.schedule_sort {
	width: 100%;
	background: #eee;
	margin: 0 auto 15px;
	padding: 0 0 15px;
}

.schedule_sort_tit {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 0 5px;
}

.schedule_sort ul {
	font-size: 0;
	text-align: center;
}

.schedule_sort ul li {
	display: inline-block;
	padding: 0 20px 5px 0;
}

.schedule_sort ul li input[type=checkbox] {
	display: none;
}

.schedule_sort ul li .checkbox {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 13px 0px 0px 55px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 18px;
}

.schedule_sort ul li .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	background: #ccc;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -7px;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	content: '';
	z-index: 4;
}

.schedule_sort ul li .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	margin-top: -4px;
	width: 9px;
	height: 16px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
}

.schedule_sort ul li input[type=checkbox]:checked+.checkbox:after {
	background: #013f98;
}

.schedule_sort ul li input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

.schedule_select {
	background: #222;
	padding: 35px 3%;
	font-size: 0;
	position: relative;
}

.schedule_select .link_wrap {
	display: inline-block;
	width: 50%;
}

.schedule_select .link_wrap.align_right {
	text-align: right;
}

.schedule_select .link {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 15px;
	cursor: pointer;
}

.schedule_select .link:before {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.schedule_select .link.prev:before {
	left: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.schedule_select .link.next:before {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.schedule_select .select {
	position: absolute;
	top: 15px;
	right: 50%;
    margin-right: -275px;
    width: 550px;
}

.schedule_select .select label {
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

.schedule_select .select label:after {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -7px;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 190;
}

.schedule_select .select select {
	display: block;
	background: #fff;
	padding: 5px 100px 7px;
	height: 60px;
	box-sizing: border-box;
	letter-spacing: normal;
	font-size: 20px;
	font-weight: 500;
}

.schedule_wrap dl {
	width: 75%;
	margin: 0 auto;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule_wrap dl dt,
.schedule_wrap dl dd {
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	color: #606060;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
}

.schedule_wrap .schedule_item.dayOff {
	display: block;
}
.schedule_wrap .schedule_item {
	display: flex;
}
.schedule_wrap dl dt {
	width: 23.5%;
	margin-right: 0.5%;
	border-left: #fff solid 4px;
}

.schedule_wrap dl dt.sat {
	border-left: #013f98 solid 4px;
}

.schedule_wrap dl dt.sun {
	border-left: #e60039 solid 4px;
}

.schedule_wrap dl dd {
	width: 76%;
}

.schedule_wrap dl dd .schedule_item>* {
	vertical-align: top;
}

.schedule_wrap dl dd .txt {
	width: 81%;
}
.schedule_wrap dl dd .tag_wrap {
	width: 18%;
	margin-right: 1%;
}

.schedule_wrap dl dd .txt a {
	color: #013f98;
	position: relative;
	display: inline-block;
}

.schedule_wrap dl dd .txt a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #013f98;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.schedule_wrap dl dd .txt a.txt_link_external {
	color: #e60039;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.schedule_wrap dl dd .txt a.txt_link_external:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #e60039;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.schedule_wrap dl dd .txt a.txt_link_external:before {
    background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -20px;
    bottom: 0.4rem;
    margin: auto;
}

.schedule_wrap dl dd .txt a:hover:after {
	transform: scale(0, 1);
}

.schedule_wrap dl dd .tag_wrap .tag {
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 2px;
	font-size: 14px;
}

/* ---------- schedule-results ---------- */

.schedule-results {
	margin: 30px 0 20px;
}

.bicolor_btn.match_anchor {
	margin: 30px 0 20px;
}

.bicolor_btn.match_anchor li {
	width: 270px;
}

.bicolor_btn.match_anchor li a:after {
	right: 128px;
}

.results_list ul li {
	background: #fff;
	padding: 20px 0 15px;
	margin-bottom: 10px;
}

.results_list ul li .overview {
	width: 80%;
	text-align: center;
	font-size: 0;
	margin: 0 auto 15px;
}

.results_list ul li .overview dl {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 0.5%;
}

.results_list ul li .overview dl:first-of-type {
	width: 13%;
}

.results_list ul li .overview dl:nth-of-type(2) {
	width: 12.5%;
}

.results_list ul li .overview dl:nth-of-type(3) {
	width: 23%;
}

.results_list ul li .overview dl:nth-of-type(4) {
	width: 18%;
}

.results_list ul li .overview dl:nth-of-type(5) {
	width: 18%;
}

.results_list ul li .overview dl:last-of-type {
	width: 13%;
	margin: 0
}

.results_list ul li .overview dl dt {
	color: #fff;
	background: #888;
	padding: 5px 0;
}

.results_list ul li .overview dl dd {
	color: #606060;
	background: #e1e1e1;
	padding: 5px 0;
}

.results_list ul li .overview dl dd .results_cont_wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.results_list ul li .overview dl dd .results_cont_inner {
	display: table-cell;
	vertical-align: middle;
}

.results_list ul li .overview dl dd span {
	display: inline-block;
	vertical-align: middle;
}

.results_list ul li .overview dl dd .emblem {
	width: 20%;
}

.results_list ul li .overview dl dd .tag {
	width: 65%;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	background: #606060;
	color: #fff;
}

.results_list ul li .overview dl dd .tag.home {
	background: #003e88;
}

.results_list ul li .box .link {
	margin: 0 auto;
}

/* ---------- sociotricomilia ---------- */

.sociotricomilia p.tit {
	font-size: 20px;
	font-weight: 700;
	width: 96%;
	margin: 0 auto 30px;
	padding: 30px 3%;
	border-bottom: #bfbfbf solid 1px;
	box-sizing: border-box;
}

.sociotricomilia p.txt,
.sociotricomilia ul.txt {
	font-size: 18px;
	line-height: 28px;
	width: 90%;
	margin: 0 auto 30px;
}

.sociotricomilia ul.txt {
	width: 44%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 5%;
}

.sociotricomilia ul.txt.width90 {
	width: 90%;
}

.sociotricomilia .txt.mt30 {
	margin: 30px auto;
}

.sociotricomilia ul.txt li {
	list-style-type: none;
	padding-left: 20px;
}

.sociotricomilia ul.txt li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #222;
	position: relative;
	left: -15px;
	top: -3px;
}

.sociotricomilia ul.txt.requirements li {
	list-style-type: symbols;
	margin-left: 15%;
}

.sociotricomilia ul.txt.requirements li:before {
	display: none;
}

.sociotricomilia p.txt span {
	display: inline-block;
	vertical-align: middle;
	width: 73%;
}

.sociotricomilia p.txt span.img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-right: 5%;
	text-align: center;
}

.sociotricomilia p.txt span.img img {
	width: 200px;
}

/* ---------- match-ranking ---------- */

.match-table_tab {
	margin-top: 20px;
}

.standing_table_wrap {
 	margin-bottom: 40px;
	background: #fff;
}

table.Standings {
	width: 82.5%;
	text-align: center;
	margin: 0 auto;
	table-layout: fixed;
}

table.Standings thead tr th {
	color: #fff;
	background: #888;
	padding: 20px 0;
	text-align: center;
	border-right: #fff solid 3px;
	border-bottom: #fff solid 3px;
}

table.Standings thead tr th:nth-of-type(2) {
	width: 40%;
}

table.Standings tbody tr td {
	color: #606060;
	background: #eee;
	padding: 20px 0;
	border-right: #fff solid 3px;
	border-bottom: #fff solid 3px;
}

table.Standings tbody tr.yfm td {
	background: #dbe3ee;
}

table.Standings tbody tr td.team {
	text-align: left;
	padding: 0 0 0 1%;
}

table.Standings tbody tr td.team img {
	width: 40px;
	vertical-align: middle;
}

table.Standings.typeB {
	width: 60%;
}

table.Standings.typeB thead tr th {
	padding: 10px 0;
}

table.Standings.typeB thead tr th:nth-of-type(2) {
	width: 70%;
}

table.Standings.typeB tbody tr td {
	padding: 10px 0;
}
.wallpaper_download_btn {
	margin-top: 20px;
}


/* ---------- player-detail ---------- */

.player_detail_main {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
	z-index: 0;
}

.player_detail_main .player_detail_img {
	display: inline-block;
	vertical-align: middle;
	width: 27%;
}

.player_detail_main .player_id {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 46%;
}

.player_detail_main .player_id .number {
	font-family: "Steelfish";
	font-size: 120px;
	line-height: 120px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 30px;
	border-bottom: #000 solid 3px;
	margin-bottom: 25px;
	letter-spacing: 0.03em;
}

.player_detail_main .player_id .name_eng {
	font-family: "Steelfish";
	font-size: 80px;
	line-height: 80px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0.04em;
}

.player_detail_main .player_id .name {
	font-size: 30px;
}

.player_detail_main .player_id .sign {
	width: 234px;
}

.player_detail_main_leftback {
	-webkit-transform: skewX(135deg);
	-moz-transform: skewX(135deg);
	transform: skewX(135deg);
	width: 32%;
	height: 31vw;
	position: absolute;
	top: 0;
	left: -16%;
	background: #e60039;
	z-index: -1;
}

.player_detail_main_rightback {
	-webkit-transform: skewX(135deg);
	-moz-transform: skewX(135deg);
	transform: skewX(135deg);
	width: 32%;
	height: 31vw;
	position: absolute;
	bottom: 0;
	right: -16%;
	background: #003e88;
	z-index: -1;
}

.profile_wrap {
	text-align: center;
}

.profile_wrap h2 {
	font-family: "Steelfish";
	font-size: 44px;
	line-height: 44px;
	color: #003e88;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin: 50px 0 30px;
}

.profile_inner {
	padding: 30px 5%;
	background: #fff;
	font-size: 0;
}

.profile_inner .profile_left {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 5%;
}

.profile_inner .profile_right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-left: 5%;
}

.profile_inner dl {
	text-align: left;
	font-size: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #bfbfbf solid 1px;
}

.profile_inner dl dt,
.profile_inner dl dd {
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	line-height: 30px;
}

.profile_inner dl dt {
	font-weight: 700;
}

.profile_inner dl dd {
	padding-left: 5%;
}

.profile_inner dl.profile_bottom {
	margin-bottom: 30px;
}

.profile_inner dl.profile_bottom dd {
	padding: 0;
}

.sns_wrap {
	text-align: left;
}

.sns_wrap p {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
}

.sns_wrap ul,
.sns_wrap ul li {
	display: inline-block;
	vertical-align: middle;
}

.sns_wrap ul li {
	width: 27px;
	margin-right: 30px;
}

.back_list_btn {
	text-align: center;
	margin: 30px 0;
}

.back_list_btn a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	width: 360px;
	padding: 15px;
	border-radius: 25px;
	border: #003e88 solid 2px;
	color: #003e88;
	background-color: #fff;
	letter-spacing: 0.05em;
}

.back_list_btn a:hover {
	color: #fff;
	background: #003e88;
}

.single_img {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.single_img .slick-slide {
	margin: 0;
}

.single_img .slick-arrow {
	z-index: 1;
}

.single_img .slick-next {
	right: -5px;
}

.single_img .slick-next:before {
	content: "▶︎";
	padding: 40px 5px;
	border-radius: 4px;
	background-color: #003e88;
	opacity: 1;
}

.single_img .slick-prev,
.single_img .slick-next {
	width: 30px;
	height: 104px;
}

.single_img .slick-prev {
	left: -5px;
}

.single_img .slick-prev:before {
	padding: 40px 5px;
	border-radius: 4px;
	background-color: #003e88;
	content: "◀︎";
	opacity: 1;
}

/*
.single_img .slick-prev:hover,
.single_img .slick-prev:focus,
.single_img .slick-next:hover,
.single_img .slick-next:focus{
    background-color: #003e88;
}
*/

.carrer_wrap {
	margin: 50px 0 80px;
}

.carrer_wrap .carrer_left {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0.5% 0 0;
}

.carrer_wrap .carrer_right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 0 0.5%;
}

.carrer_wrap .tit {
	font-size: 30px;
	color: #003e88;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 0 20px;
	display: block;
	text-align: center;
}

.carrer_wrap .seasonDetail01,
.carrer_wrap .playerDeatil01 {
	background: #fff;
	text-align: left;
	padding: 25px 2%;
}

.carrer_wrap .carrer_center {
	margin-top: 50px;
}

.carrer_wrap .seasonDetail01 table,
.carrer_wrap .playerDeatil01 table {
	width: 100%;
	padding: 10px 0;
	table-layout: fixed;
}

.carrer_wrap .seasonDetail01 table tr th,
.carrer_wrap .seasonDetail01 table tr td,
.carrer_wrap .playerDeatil01 table tr th,
.carrer_wrap .playerDeatil01 table tr td {
	font-size: 20px;
	line-height: 30px;
	background: #888;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-right: #fff solid 3px;
	border-bottom: #fff solid 3px;
}
.carrer_wrap .playerDeatil01 table tr th{
	width: 40%;
}
.carrer_wrap .seasonDetail01 table tr.first td,
.carrer_wrap .playerDeatil01 table tr td {
	font-size: 16px;
	background: #e8e8e8;
	color: #646464;
}

/* Form styles ==================================
================================================= */

.web-form_content li:not(:first-child) {
	margin-top: 50px;
}

.web-form_content .select_item,
.web-form_content .input {
	padding-left: 20px;
	margin-bottom: 5px;
}

.web-form_content .select_item label {
	margin-left: 5px;
}

.web-form_content .select {
	width: 250px;
	margin: 0 5px 5px;
	display: inline-block;
}

.web-form_content .select label {
	position: relative;
	display: inline-block;
	width: 100%;
}

.web-form_content input[type='checkbox'] {
	margin-right: 5px;
}

.web-form_content .select label:after {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -7px;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 190;
}

.web-form_content .select select {
	display: block;
	background: #eee;
	padding: 5px 100px 7px;
	/* width: 100%; */
	height: 50px;
	box-sizing: border-box;
	letter-spacing: normal;
	font-weight: 500;
}

.web-form_content textarea {
	width: 60%;
}

.web-form_content input[type="text"],
.web-form_content input[type="email"] {
	width: 30%;
}

.web-form_wrap .submit_btn_wrap {
	padding: 100px 0 50px;
	text-align: center;
}

.web-form_wrap .submit_btn {
	margin: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background: #003e88;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 400px;
	padding: 20px;
	position: relative;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.web-form_wrap .submit_btn::before {
	position: absolute;
	top: 52%;
	right: 20px;
	bottom: 48%;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.web-form_wrap .submit_btn:hover {
	background: #222;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
}
