@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
h2.border{
	color: #000000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
}
h2.border:not(:first-child){
	margin-top: 4.5rem;
}
@media only screen and (max-width: 767px) {
	h2.border{
		font-size: 1.25rem;
		border-left: 0.25rem solid #B8404A;
	}
	h2.border.mb-60{
		margin-bottom: 1.875rem;
	}
	h2.border:not(:first-child){
		margin-top: 3.125rem;
	}
}
/*　　スペース　　*/
.mt-10{
	margin-top: 0.625rem;
}
.mt-20{
	margin-top: 1.25rem;
}
.mt-30{
	margin-top: 1.875rem;
}
.mt-40{
	margin-top: 2.5rem;
}
.mt-56{
	margin-top: 3.5rem;
}
.mt-60{
	margin-top: 3.75rem;
}
.mt-80{
	margin-top: 5rem;
}
.mb-20{
	margin-bottom: 1.25rem;
}
.mb-30{
	margin-bottom: 1.875rem;
}
.mb-40{
	margin-bottom: 2.5rem;
}
.mb-50{
	margin-bottom: 3.125rem;
}
.mb-56{
	margin-bottom: 3.5rem;
}
.mb-60{
	margin-bottom: 3.75rem;
}
.mb-80{
	margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
	.mt-30{
		margin-top: 1.125rem;
	}
	.mt-40{
		margin-top: 1.5rem;
	}
	.mt-56{
		margin-top: 2.5rem;
	}
	.mt-60{
		margin-top: 2.75rem;
	}
	.mt-80{
		margin-top: 3.5rem;
	}
	.mb-30{
		margin-bottom: 1.125rem;
	}
	.mb-40{
		margin-bottom: 1.5rem;
	}
	.mb-50{
		margin-bottom: 2rem;
	}
	.mb-56{
		margin-bottom: 2.5rem;
	}
	.mb-60{
		margin-bottom: 2.75rem;
	}
	.mb-80{
		margin-bottom: 3.5rem;
	}
}
/*　　フォント　　*/
.center{
	text-align: center;
}
.w-500{
	font-weight: 500;
}
/*　　リンク　　*/
.btn_ico{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.link_ico{
    background: url(../img/icon/link_ico.svg) center;
    background-size: cover;
    width: 0.8125rem;
    height: 0.8125rem;
    right: 1.875rem;
}
.pdf_ico{
    background: url(../img/icon/pdf_icon.svg) center;
    background-size: cover;
    width: 1.8125rem;
    height: 0.9375rem;
    right: 4.625rem;
}
.word_ico{
    background: url(../img/icon/word_icon.svg) center;
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    right: 4.625rem;
}
.excel_ico{
    background: url(../img/icon/excel_icon.svg) center;
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    right: 4.625rem;
}
@media only screen and (max-width: 767px) {
	.link_ico{
	    width: 0.9375rem;
	    height: 0.9375rem;
	    right: 1.25rem;
	}
	.pdf_ico,
	.word_ico,
	.excel_ico{
	    right: 3rem;
	}
	.toto_bnr{
		text-align: center;
	}
	.toto_bnr li{
		display: inline-block;
		max-width: 15rem;
	}
}
/*　　Swiper　　*/
.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap.swiper-container-rtl .swiper-button-next,
.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
	width: 3.25rem;
	height: 3.25rem;

}
.swiper-button-wrap .link-wrap .link{
	display: inline-block;
	transform-origin: center;
	position: relative;
	background: #ffffff;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}
.swiper-button-wrap .link-wrap .link i{
	display: block;
	position: absolute;
	box-sizing: border-box;
	transform-origin: center;
	width: 1.3125rem;
	height: 1rem;
	top: calc(50% - 0.45rem);
	left: calc(50% - 0.625rem);
}
.swiper-button-wrap .swiper-button-next .link i{
	background: url(../img/icon/arrow_r_r.svg) bottom left;
    background-size: cover;
}
.swiper-button-wrap .swiper-button-prev .link i{
	background: url(../img/icon/arrow_l_r.svg) bottom left;
    background-size: cover;
}
.swiper-button-wrap .swiper-button-next:after,
.swiper-button-wrap .swiper-rtl .swiper-button-next:after,
.swiper-button-wrap .swiper-button-prev:after,
.swiper-button-wrap .swiper-rtl .swiper-button-prev:after{
	content: none;
}
@media only screen and (max-width: 767px) {
	.swiper-button-wrap .swiper-button-prev,
	.swiper-button-wrap.swiper-container-rtl .swiper-button-next,
	.swiper-button-wrap .swiper-button-next,
	.swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
		width: 1.875rem;
		height: 1.875rem;

	}
	.swiper-button-wrap .link-wrap .link{
		width: 1.875rem;
		height: 1.875rem;
	}
	.swiper-button-wrap .link-wrap .link i{
		width: 0.75rem;
		height: 0.5625rem;
		top: calc(50% - 0.25rem);
		left: calc(50% - 0.4rem);
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　FV　　*/
.frontWrap .fv-view{
	padding-top: 1.875rem;
	margin-top: 8.125rem;
}
.fv-view .inner-wrap{
	column-gap: 0.9375rem;
}
.fv-view .view-box{
	position: relative;
	width: calc(100% - 20.9375rem);
}
.fv-view .view-img{
	height: 25.25rem;
}
.fv-view .view-img img{
	width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}
.fv-view .view-box .view-text{
	position: absolute;
	background: #FFFFFF;
	bottom: 0;
	left: 0;
	color: #B8404A;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.875rem 1.875rem;
}
@media only screen and (max-width: 767px) {
	.frontWrap .fv-view{
		padding-top: 0.9375rem;
		margin-top: 4rem;
	}
	.fv-view .inner-wrap{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.fv-view .view-box{
		width: 100%;
	}
	.fv-view .view-img{
		height: 15.625rem;
	}
	.fv-view .view-box .view-text{
		font-size: 1.25rem;
		padding: 0.625rem;
	}
}
/*　　更新情報　　*/
.fv-view .view-info{
	width: 20rem;
}
.view-info h2{
	background: #B8404A;
	color: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.35;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem 0.3125rem 0 0;
	padding: 0.625rem 1.25rem;
}
.view-info .view-info-box{
	border: 1px solid #DDDDDD;
	border-top: none;
	border-radius: 0 0 0.3125rem 0.3125rem;
	padding: 0.25rem;
}
.view-info .view-info-box .box-inner{
	height: 22.1875rem;
	overflow-y: scroll;
	padding: 1.875rem 1rem;
}
.view-info .post-list .post-items{
	border-bottom: none;
	padding-bottom: 0;
}
.view-info .post-list .post-items .category a{
	display: block;
	background: #B8404A;
	color: #FFFFFF;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0.625rem;
	padding: 0.1875rem 1.25rem;
}
.view-info .post-list .post-items .date{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	margin-left: 0.625rem;
}
.view-info .post-list .post-items dd a{
	font-size: 0.8125rem;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.fv-view .view-info{
		width: 100%;
	}
	.view-info h2{
		font-size: 0.875rem;
	}
	.view-info .view-info-box .box-inner{
		height: 17rem;
		padding: 1.25rem 1rem;
	}
	.view-info .post-list .post-items dt{
		margin-bottom: 0.3125rem;
	}
}
/*　　共通　　*/
.frontWrap .guide-ttl h2{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
}
.frontWrap .guide-ttl h3{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.frontWrap .guide-ttl h2{
		font-size: 1.5rem;
	}
	.frontWrap .guide-ttl h3{
		font-size: 1.25rem;
	}
}
/*　　直近の大会スケジュール　　*/
.front-schedule{
	padding: 3.75rem 0;
}
@media only screen and (max-width: 767px) {
	.front-schedule{
		padding: 3.75rem 0;
	}
}
/*　　ニュース / 大会結果　　*/
.js-tab-wrap .jstabs{
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 1.875rem;
}
.js-tab-wrap .jstabs .js-tab-btn{
	position: relative;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	cursor: pointer;
	padding: 1rem 1.25rem;
}
.js-tab-wrap .jstabs .js-tab-btn:hover,
.js-tab-wrap .jstabs .js-tab-btn.current{
	color: #B8404A;
}
.js-tab-wrap .jstabs .js-tab-btn::after{
	content: "";
	position: absolute;
	background: #B8404A;
	width: 0;
	height: 0.1875rem;
	left: 0;
	bottom: -0.1875rem;
	transition: 0.5s all;
}
.js-tab-wrap .jstabs .js-tab-btn:hover::after,
.js-tab-wrap .jstabs .js-tab-btn.current::after{
	width: 100%;
}
.js-tab-wrap .post-container{
	display: none;
}
.js-tab-wrap .post-container.current{
	display: block;
}
@media only screen and (max-width: 767px) {
	.js-tab-wrap .jstabs{
		display: none;
	}
	.js-tab-wrap .tab-select{
		width: 100%;
		background: #FFFFFF;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1.45;
		border: 1px solid #DDDDDD;
		border-radius: 0.3125rem;
		padding: 0.625rem 1.25rem;
		margin-bottom: 2.5rem;
	}
}
/*　　ニュース　　*/
.front-news{
	padding-bottom: 5rem;
}
.front-news .guide-ttl{
	margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-news{
		padding-bottom: 3.75rem;
	}
	.front-news .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.front-news .more_btn{
		margin-top: 2.5rem;
		text-align: right;
	}
}
/*　　大会結果　　*/
.front-result{
	padding-bottom: 5rem;
}
.front-result .guide-ttl{
	margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-result{
		padding-bottom: 3.75rem;
	}
	.front-result .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.front-result .more_btn{
		margin-top: 2.5rem;
		text-align: right;
	}
}
/*　　大会情報　　*/
.front-event{
	background: #F5F5F5;
}
.front-event .imageArea{
	width: 50%;
	height: 42.125rem;
}
.front-event .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-event .contentArea{
	width: 50%;
	max-width: 40.5rem;
	padding: 5.5rem 3rem 5rem 3rem;
}
.front-event .guide-ttl{
	margin-bottom: 3.125rem;
}
.front-event .block_btn li{
	display: inline-block;
    width: 100%;
    max-width: 30rem;
}
.front-event .block_btn li .icon{
	display: inline-block;
    width: 3.5625rem;
    text-align: center;
    margin-right: 1.25rem;
}
.front-event .block_btn li:nth-child(1) .icon img{
	width: 3.5625rem;
}
.front-event .block_btn li:nth-child(2) .icon img{
	width: 3.40625rem;
}
.front-event .block_btn li + li{
	margin-top: 1.25rem;
}
.front-event .sub-nav{
	margin-top: 2.5rem;
}
.front-event .sub-nav li + li{
	margin-top: 1.25rem;
}
.front-event .sub-nav li a{
	position:  relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	padding-left: 2rem;
}
.front-event .sub-nav li a .c-btn_ico{
    background: #FFFFFF;
    width: 1.625rem;
    height: 1.625rem;
    left: 0;
}
.front-event .sub-nav li a .c-btn_ico::before{
    transform: translate(-50%, -50%) scale(0.2);
}
@media only screen and (max-width: 767px) {
	.front-event .imageArea{
		width: 100%;
		height: 24rem;
	}
	.front-event .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 3.125rem 1rem;
	}
	.front-event .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.front-event .block_btn li .icon{
	    width: 3.5625rem;
	    margin-right: 1.25rem;
	}
	.front-event .block_btn li + li{
		margin-top: 0.9375rem;
	}
	.front-event .sub-nav li a{
		font-size: 0.9375rem;
	}
}
/**
/*-----インフォメーション-----*/
.front-info{
	padding: 7.5rem 0 3.125rem 0;
}
@media only screen and (max-width: 767px) {
	.front-info{
		padding: 3.125rem 0 5rem 0;
	}
}
/* 　　ナビ　　*/
.front-info .nav-container{
	padding-bottom: 5.5rem;
}
.nav-container .nav-list{
	column-gap: 1.25rem;
	row-gap: 3.125rem;
}
.nav-container .nav-list .nav-items{
	width: calc(50% - 0.625rem);
}
.nav-list .nav-items dd{
	position: relative;
	background: #B8404A;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 0.9375rem 1.875rem;
}
.nav-list .nav-items dd::after{
    content: "";
    position: absolute;
    background: url(../img/icon/arrow_r_w.svg) center right;
    background-size: cover;
    width: 1.3125rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
    right: 1.5rem;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.nav-list .nav-items a:hover dd::after{
	transform: translateX(0.5rem);
}
@media only screen and (max-width: 767px) {
	.front-info .nav-container{
		padding-bottom: 3.125rem;
	}
	.nav-container .nav-list{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.nav-container .nav-list .nav-items{
		display: flex;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		width: calc(50% - 0.25rem);
	}
	.nav-list .nav-items a{
		height: 100%;
	}
	.nav-list .nav-items dl{
		display: flex;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		height: 100%;
	}
	.nav-list .nav-items dd{
		display: flex;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		flex-grow: 1;
		font-size: 0.875rem;
		padding: 0.625rem;
	}
	.nav-list .nav-items dd::after{
	     width: 0.75rem;
	    height: 0.625rem;
	    top: calc(50% - 0.3125rem);
	    right: 0.625rem;
	}
	.nav-list .nav-items a:hover dd::after{
		transform: translateX(0.25rem);
	}
}
/*　　日本ソフトテニス連盟公式チャンネル　　*/
.front-info .youtube-container{
	padding-bottom: 8rem;
}
.front-info .youtube-container .guide-ttl{
	margin-bottom: 3rem;
}
.youtube-container .youtube-wrapper{
	position: relative;
}
.youtube-container .youtube-swiper{
	overflow: hidden;
}
.yt-item .yt-img{
	margin-bottom: 0.9375rem;	
}
.yt-item .yt-img img{
	border-radius: 0.3125rem;
}
.yt-item .yt-title{
	color: #6E6E6E;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}
.youtube-container .swiper-button-wrap .swiper-button-prev,
.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-next,
.youtube-container .swiper-button-wrap .swiper-button-next,
.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
	top: calc(43% - 0.45rem);
}
.youtube-container .swiper-button-wrap .swiper-button-prev,
.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-next{
	left: -5rem;
}
.youtube-container .swiper-button-wrap .swiper-button-next,
.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
	right: -5rem;
}
.youtube-container .swiper-horizontal>.swiper-pagination-bullets,
.youtube-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.youtube-container .swiper-pagination-custom,
.youtube-container .swiper-pagination-fraction{
	bottom: -3.25rem;
}
.youtube-container .swiper-pagination-bullet-active {
    background: #B8404A;
}
@media only screen and (max-width: 1380px) {
	.youtube-container .youtube-wrapper{
		padding: 0 5rem;
	}
	.youtube-container .swiper-button-wrap .swiper-button-prev,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.youtube-container .swiper-button-wrap .swiper-button-next,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.front-info .youtube-container{
		padding-bottom: 5rem;
	}
	.front-info .youtube-container .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.youtube-container .youtube-wrapper{
		padding: 0 2.5rem;
	}
	.yt-item .yt-img{
		margin-bottom: 0.625rem;
	}
	.yt-item .yt-title{
		font-size: 0.75rem;
	}
	.youtube-container .swiper-button-wrap .swiper-button-prev,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-next,
	.youtube-container .swiper-button-wrap .swiper-button-next,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
		top: calc(43% - 0.45rem);
	}
	.youtube-container .swiper-button-wrap .swiper-button-prev,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.youtube-container .swiper-button-wrap .swiper-button-next,
	.youtube-container .swiper-button-wrap.swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
	.youtube-container .swiper-horizontal>.swiper-pagination-bullets,
	.youtube-container .swiper-pagination-bullets.swiper-pagination-horizontal,
	.youtube-container .swiper-pagination-custom,
	.youtube-container .swiper-pagination-fraction{
		bottom: -1.25rem;
	}
}
/*　　その他公式SNS　　*/
.front-info .sns-container{
	padding-bottom: 7.5rem;
}
.sns-container .guide-ttl{
	margin-bottom: 2.5rem;
}
.sns-container .box{
	background: #F5F5F5;
	column-gap: 3.5rem;
	padding: 3.75rem;
}
.sns-container .box .sns-items{
	display: flex;
    flex-direction: column;
	width: calc(50% - 1.75rem);
	max-width: 31.25rem;
}
.sns-container .sns-items h4{
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 1.25rem;
}
.sns-container .sns-items .sns-box{
	background: #FFFFFF;
	border-radius: 0.3125rem;
	padding: 1rem;
	margin-bottom: 1.25rem;
}
.sns-container .sns-items .more_btn{
	text-align: center;
	margin-top: auto;
}
.sns-container .sns-items .more_btn li{
	display: inline-block;
	width: 100%;
	max-width: 13.75rem;
}
.sns-container .sns-items .more_btn li a{
    background: #FFFFFF;
    font-size: 0.9375rem;
    border-radius: 0.3125rem;
    border: 1px solid #DDDDDD;
    padding: 0.625rem;
}
.sns-container .sns-items .more_btn li a .link_ico{
    width: 0.625rem;
    height: 0.625rem;
    right: 0.9375rem;
}
@media only screen and (max-width: 767px) {
	.front-info .sns-container{
		padding-bottom: 5rem;
	}
	.sns-container .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.sns-container .box{
		width: calc(100% + 1.875rem);
		column-gap: 0;
		row-gap: 3rem;
		margin: 0 -0.9375rem;
		padding: 2.5rem 0.9375rem;
	}
	.sns-container .box .sns-items{
		width: 100%;
		max-width: 100%;
	}
	.sns-container .sns-items h4{
		margin-bottom: 1.875rem;
	}
	.sns-container .sns-items .sns-box{
		padding: 0.75rem;
	}
	.sns-container .sns-items .more_btn li a{
	    font-size: 0.875rem;
	}
}
/*　　バナー　　*/
.partner-container .partner-items .guide-ttl{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.25rem;
	margin-bottom: 1.875rem;
}
.partner-container .partner-items ul{
	column-gap: 0.9375rem;
    row-gap: 0.9375rem;
}
.partner-container .partner-items ul li{
	width: calc(33.333% - 0.625rem);
}
.partner-container .partner-items ul li a{
	position: relative;
	background: #FFFFFF;
	height: 5.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
}
.partner-container .partner-items ul li a img{
	width: auto;
    height: 3.75rem;
}
.partner-container .partner-items.supplier{
	margin-bottom: 3.125rem;
}
.partner-container .partner-items.sponsor{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.875rem;
	margin-bottom: 3.75rem;
}
.partner-container .partner-items.others{
	margin-bottom: 3.125rem;
}
.btn-container .block_btn li a{
	height: 5.875rem;
}
.btn-container .block_btn li.bnr a{
	text-align: center;
	padding: 0.625rem 1.875rem;
}
.btn-container .block_btn li.bnr a img{
	width: auto;
    height: 4.6875rem;
}
.btn-container .block_btn li.link a{
	display: flex;
    align-items: center;
}
.btn-container .block_btn li.link a .icon{
	display: inline-block;
	width: 2.3125rem;
	margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
	.partner-container .partner-items .guide-ttl{
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.partner-container .partner-items ul{
		column-gap: 0.3125rem;
	    row-gap: 0.3125rem;
	}
	.partner-container .partner-items ul li{
		width: calc(50% - 0.15625rem);
	}
	.partner-container .partner-items ul li a{
		height: 2.6875rem;
	}
	.partner-container .partner-items ul li a img{
	    height: 1.6875rem;
	}
	.partner-container .partner-items.supplier{
		margin-bottom: 1.875rem;
	}
	.partner-container .partner-items.supplier ul li{
		width: 100%;
	}
	.partner-container .partner-items.supplier ul li a{
		height: 5.4375rem;
	}
	.partner-container .partner-items.supplier ul li a img{
		height: 3.5rem;
	}
	.partner-container .partner-items.sponsor{
		padding-bottom: 1.25rem;
		margin-bottom: 1.875rem;
	}
	.partner-container .partner-items.sponsor ul li a img{
		height: 1.875rem;
	}
	.partner-container .partner-items.others{
		margin-bottom: 3.125rem;
	}
	.btn-container .block_btn li a{
		height: 5.4375rem;
	}
	.btn-container .block_btn li.bnr a{
		padding: 0.625rem 1.875rem;
	}
	.btn-container .block_btn li.bnr a img{
	    height: 4.375rem;
	}
	.btn-container .block_btn li.link a .icon{
		width: 2.125rem;
		margin-right: 0.875rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	background: #B8404A;
	padding: 1rem 0;
}
.page-view .view-ttl h1{
	color: #FFFFFF;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 1.25rem 0;
	}
	.page-view .view-ttl h1{
		font-size: 1.5rem;
	}
}
/**
/* グリッドレイアウト
----------------------------------------------- */
.grid-container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
	column-gap: 2.5rem;
}
.grid-container .grid-cols-2{
	width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 767px) {
	.grid-container{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.grid-container .grid-cols-2{
		width: 100%;
	}
}
/**
/* PDFコンテナー CSS
----------------------------------------------- */
.pdf-container:not(:last-child){
	margin-bottom: 3.75rem;
}
.pdf-container h3.border{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.pdf-container:not(:last-child){
		margin-bottom: 2.75rem;
	}
	.pdf-container h3.border{
		font-size: 1.25rem;
		border-left: 0.25rem solid #B8404A;
	}
}
/**
/* セレクト（年度・分類） CSS
----------------------------------------------- */
.year-select,
.cat-select{
	position: relative;
	width: 100%;
	max-width: 36.25rem;
	margin-bottom: 3.75rem;
}
.year-select::after,
.cat-select::after{
    display: block;
    content: "";
    border-bottom: 2px solid #B8404A;
    border-right: 2px solid #B8404A;
    margin: auto;
    position: absolute;
    right: 1.25rem;
    top: 1.5rem;
    transform: rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
}
.year-select select,
.cat-select select{
	position: relative;
	background: #FFFFFF;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid #DDDDDD;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.08);
	border-radius: 0.3125rem;
	padding: 0.875rem 1.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.archive-guide .more_btn{
	text-align: right;
    margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.year-select,
	.cat-select{
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.year-select::after,
	.cat-select::after{
	    right: 1rem;
	    top: 1.25rem;
	    width: 0.5rem;
	    height: 0.5rem;
	}
	.year-select select,
	.cat-select select{
		font-size: 0.875rem;
		padding: 0.875rem 1.25rem;
	}
	.archive-guide .more_btn{
	    margin-top: 2.5rem;
	}
}
/**
/* 投稿共通 CSS
----------------------------------------------- */
.archive-guide{
	padding: 5rem 0 7.5rem 0;
}
.category-nav ul{
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 1.875rem;
}
.category-nav ul li a{
	position: relative;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	padding: 1rem 1.25rem;
}
.category-nav ul li a:hover,
.category-nav ul li a.current{
	color: #B8404A;
}
.category-nav ul li a::after{
	content: "";
	position: absolute;
	background: #B8404A;
	width: 0;
	height: 0.1875rem;
	left: 0;
	bottom: -0.1875rem;
	transition: 0.5s all;
}
.category-nav ul li a:hover::after,
.category-nav ul li a.current::after{
	width: 100%;
}
.post-list .post-items{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.625rem;
}
.post-list .post-items:not(:last-child){
	margin-bottom: 1.25rem;
}
.post-list .post-items dt{
	display: flex;
	align-items: center;
	margin-bottom: 0.625rem;
}
.post-list .post-items .date{
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.35;
}
.post-list .post-items .category li,
.post-list .post-items .venue{
	display: inline-block;
	margin-left: 0.625rem;
}
.post-list .post-items .category li a,
.post-list .post-items .venue span{
	display: block;
	background: #B8404A;
	color: #FFFFFF;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0.625rem;
	padding: 0.1875rem 1.25rem;
}
.post-list .post-items dd a{
	position: relative;
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
}
.post-list .post-items dd a .pdf_ico{
    right: 1.5rem;
}
.post-list .post-items dd a .link_ico{
    right: 0;
}
@media only screen and (max-width: 767px) {
	.archive-guide{
		padding: 3.25rem 0 3.875rem 0;
	}
	.category-nav{
		position: relative;
		margin-bottom: 1.875rem;
	}
	.category-nav select{
		position: relative;
		background: #FFFFFF;
		width: 100%;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1.5;
		border: 1px solid #DDDDDD;
		border-radius: 0.3125rem;
		padding: 0.625rem 1.25rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.category-nav::after{
	    display: block;
	    content: "";
	    border-bottom: 2px solid #333333;
	    border-right: 2px solid #333333;
	    margin: auto;
	    position: absolute;
	    right: 1rem;
	    top: 1rem;
	    transform: rotate(45deg);
	    width: 0.5rem;
	    height: 0.5rem;
	}
	.post-list .post-items{
		padding-bottom: 1.25rem;
	}
	.post-list .post-items dd a{
		font-size: 0.875rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
.news-guide h2{
	margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.news-guide h2{
		margin-bottom: 1.5rem;
	}
}
/*　　詳細ページ　　*/
.single-guide{
	padding: 5rem 0 6.25rem 0;
}
.single-guide article{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.single-guide .entry-header{
	margin-bottom: 1.25rem;
}
.single-guide .entry-header .category{
	margin-bottom: 2.25rem;
}
.single-guide .entry-header .category li{
	display: inline-block;
}
.single-guide .entry-header .category li + li{
	margin-left: 0.625rem;
}
.single-guide .entry-header .category li a{
	display: block;
	background: #B8404A;
	color: #FFFFFF;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0.625rem;
	padding: 0.1875rem 1.25rem;
}
.single-guide .entry-header .dete{
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 0.625rem;
}
.single-guide .entry-header h2{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}
.single-guide .entry-body h3{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body h4{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375;
}
.single-guide .entry-body p:not(:last-child){
	margin-bottom: 2.5rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ul li,
.single-guide .entry-body ol li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375;
}
.single-guide .entry-body ul li + li,
.single-guide .entry-body ol li + li{
	margin-top: 0.375rem;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 3.25rem 0 3.875rem 0;
	}
	.single-guide article{
		width: calc(100% - 1.875rem);
	}
	.single-guide .entry-header{
		margin-bottom: 1rem;
	}
	.single-guide .entry-header .category{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body h3{
		border-left: 0.25rem solid #B8404A;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h4{
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.single-guide .entry-body p:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul li,
	.single-guide .entry-body ol li{
		font-size: 0.9375rem;
		line-height: 1.5;
	}
}
/*　　関連記事　　*/
.related-guide{
	padding-bottom: 6.25rem;
}
.related-guide h2{
	margin-bottom: 2.5rem;
}
.news-wrap .return_btn{
	text-align: center;
	margin-top: 5rem;
}
.news-wrap .return_btn li + li{
	margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.related-guide{
		padding-bottom: 4.25rem;
	}
	.related-guide h2{
		margin-bottom: 1.5rem;
	}
	.news-wrap .return_btn{
		margin-top: 3.5rem;
	}
	.news-wrap .return_btn li + li{
		margin-left: 1.5rem;
	}
}
/**
/* 下層共通ページ CSS
----------------------------------------------- */
.entry h2.bg{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.45;
}
.entry h3{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
}
.whistleblowing-policy-container h3{
	margin-bottom: 1.5rem;
}
.leader-container h3{
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1.875rem;
}
.entry h3.border{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
}
.entry h3.bg{
	font-size: 1.125rem;
	line-height: 1.45;
}
.entry h3.number{
	display: grid;
	align-items: baseline;
	font-weight: 500;
	grid-template-columns: 2rem 1fr;
	margin-bottom: 1.25rem;
}
.entry h3.number:not(:first-child){
	margin-top: 2.5rem;
}
.entry h3.number .no{
	display: block;
	background: #B8404A;
	width: 1.5rem;
	height: 1.5rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 100%;
	margin-right: 0.5rem;
}
.entry h3.number small{
	display: block;
	font-size: 0.875rem;
}
.entry p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.78;
}
.entry p:not(:last-child){
	margin-bottom: 2.5rem;
}
.entry p.bg-text{
	font-size: 1.125rem;
}
.entry p.mb-20{
	margin-bottom: 1.25rem;
}
.entry dl:not(:last-child){
	margin-bottom: 2.5rem;
}
.entry dl dt{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	margin-bottom: 0.75rem;
}
.entry dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.78;
}
.entry dl dd p:not(:last-child){
	margin-bottom: 1.5rem;
}
.entry dl dd dl{
	display: flex;
}
.entry dl dd dl:not(:last-child){
	margin-bottom: 0.75rem;
}
.entry dl dd dl dt{
	width: 3.25rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.78;
	margin-bottom: 0;
}
.entry dl dd dl.wide dt{
	width: 4.85rem;
}
.entry dl dd dl dd{
	width: calc(100% - 3.25rem);
}
.entry dl dd dl.wide dd{
	width: calc(100% - 4.85rem);
}
.entry ol.brackets > li{
	position: relative;
	counter-increment: cnt;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.78;
}
.entry ol.brackets > li:before{
	content: "("counter(cnt) ") ";
}
.entry ol.decimal{
	list-style-type: decimal;
	margin-left: 1.25rem;
}
.entry ol.decimal li{
	font-size: 0.875rem;
	font-weight: 400;
}
.entry ol.decimal li + li{
	margin-top: 1rem;
}
.entry ol li p:not(:last-child){
	margin-bottom: 1rem;
}
.entry dl dd ol.decimal li + li{
	margin-top: 0;
}
.entry ul.disc{
	list-style-type: disc;
	margin-left: 1.25rem;
}
.entry ul.disc li{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
}
.entry ul.disc li + li{
	margin-top: 1.25rem;
}
.entry ul.katakana{
	list-style: katakana;
	margin-left: 1.125rem;
}
.entry ul.katakana > li::marker{
	content: counter(list-item, katakana) " ";
}
.entry ul.katakana > li{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.78;
}
.entry table caption{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 2.5rem;
}
.entry table thead th{
	background: #B8404A;
	color: #F7F7F7;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	padding: 0.8125rem 1.25rem;
}
.entry table thead th.w-25{
	width: 25%;
}
.entry table tbody th{
	background: #B8404A;
	color: #F7F7F7;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	border: 1px solid #DDDDDD;
	padding: 0.9375rem 1.25rem;
}
.entry table tbody td{
	background: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	padding: 0.9375rem 1.25rem;
}
.internal-links-container{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	padding: 1.125rem;
}
.internal-links-container ul + ul{
	margin-top: 0.625rem;
}
.internal-links-container ul li a{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0 2.5rem 0 1.25rem;
}
.internal-links-container ul li:not(:last-child) a{
	border-right: 1px solid #DDDDDD;
}
.internal-links-container ul li a::after{
    display: block;
    content: "";
    border-bottom: 2px solid #B8404A;
    border-right: 2px solid #B8404A;
    margin: auto;
    position: absolute;
    right: 1.25rem;
    top: 0.325rem;
    transform: rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.entry h2.bg{
		font-size: 1.375rem;
	}
	.whistleblowing-policy-container h3{
		margin-bottom: 0.75rem;
	}
	.leader-container h3{
		font-size: 1.125rem;
		margin-top: 1.875rem;
	}
	.entry h3.border{
		font-size: 1.25rem;
		border-left: 0.25rem solid #B8404A;
	}
	.entry h3.bg{
		font-size: 1rem;
	}
	.entry h3.number{
		margin-bottom: 1rem;
	}
	.entry h3.number:not(:first-child){
		margin-top: 2rem;
	}
	.entry h3.number small{
		font-size: 0.8125rem;
	}
	.entry p{
		font-size: 0.8125rem;
	}
	.entry p:not(:last-child){
		margin-bottom: 1.875rem;
	}
	.entry p.bg-text{
		font-size: 1rem;
	}
	.entry p.mb-20{
		margin-bottom: 1.125rem;
	}
	.entry dl:not(:last-child){
		margin-bottom: 1.875rem;
	}
	.entry dl dt{
		font-size: 0.9375rem;
		margin-bottom: 0.5rem;
	}
	.entry dl dd{
		font-size: 0.8125rem;
	}
	.entry dl dd dl:not(:last-child){
		margin-bottom: 0.75rem;
	}
	.entry dl dd dl dt{
		width: 2.875rem;
		font-size: 0.8125rem;
	}
	.entry dl dd dl.wide dt{
		width: 4.5rem;
	}
	.entry dl dd dl dd{
		width: calc(100% - 2.875rem);
	}
	.entry dl dd dl.wide dd{
		width: calc(100% - 4.5rem);
	}
	.entry ol.brackets > li{
		font-size: 0.8125rem;
	}
	.entry ol.decimal li{
		font-size: 0.8125rem;
	}
	.entry ul.disc li{
		font-size: 0.875rem;
		line-height: 1.65;
	}
	.entry ul.disc li + li{
		margin-top: 1rem;
	}
	.entry ul.katakana > li{
	  font-size: 0.8125rem;
	}
	.entry table{
		border: 1px solid #DDDDDD;
	}
	.entry table caption{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.entry table tbody th{
		font-size: 1rem;
		padding: 0.75rem 1rem;
	}
	.entry table tbody td{
		font-size: 0.875rem;
		padding: 0.75rem 1rem;
	}
	.entry table.label-tbl thead{
		display: none;
	}
	.entry table.label-tbl tbody tr{
		display: block;
		margin-bottom: 0.75rem;
		border-bottom: none;
	}
	.entry table.label-tbl tbody td{
		display: block;
		font-size: 0.875rem;
		line-height: 1.875;
		border: none;
		padding: 0 1rem;
	}
	.entry table.label-tbl tbody td:nth-of-type(1) { 
		background: #B8404A;
		color: #F7F7F7;
		font-size: 0.9375rem;
		line-height: 1.45;
		border: none;
		padding: 0.625rem 1rem;
		margin-bottom: 0.75rem;
	}
	.entry table.label-tbl tbody td:before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		margin-right: 0.625rem;
	}
	.internal-links-container{
		padding: 1.25rem;
	}
	.internal-links-container ul{
		row-gap: 0.75rem;
	}
	.internal-links-container ul li{
		width: 100%;
	}
	.internal-links-container ul li a{
		font-size: 0.9375rem;
		padding: 0 1.125rem 0 0;
	}
	.internal-links-container ul li:not(:last-child) a{
		border-right: none;
	}
	.internal-links-container ul li a::after{
	    right: 0.25rem;
	}
}
/**
/* ソフトテニスとは CSS
----------------------------------------------- */

@media only screen and (max-width: 767px) {
	
}
/**
/* ソフトテニス用語 CSS
----------------------------------------------- */
.words-guide .words-nav{
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	margin-bottom: 3.75rem;
}
.words-guide .words-nav dt{
	background: #FAF1EB;
	width: 8.125rem;
	color: #B8404A;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	border-radius: 0.3125rem 0 0 0.3125rem;
	padding: 1.125rem;
}
.words-guide .words-nav dd{
	width: calc(100% - 8.125rem);
	border-left: 1px solid #DDDDDD;
	padding: 1.125rem 1.25rem;
}
.words-guide .words-nav dd .nav li{
	position: relative;
	color: #DDDDDD;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0 2.5rem 0 1.25rem;
}
.words-guide .words-nav dd .nav li:not(:last-child){
	border-right: 1px solid #DDDDDD;
}
.words-guide .words-nav dd .nav li::after{
    display: block;
    content: "";
    border-bottom: 2px solid #B8404A;
    border-right: 2px solid #B8404A;
    margin: auto;
    position: absolute;
    right: 1.25rem;
    top: 0.35rem;
    transform: rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
}
.words-guide .words-nav dd .nav li a{
	color: #333333;
}
.words-container .words-items:not(:last-child){
	margin-bottom: 3.75rem;
}
.words-container .words-items h3{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.words-container .words-items dl:not(:last-child){
	margin-bottom: 1.875rem;
}
.words-container .words-items dl dt{
	background: #FAF1EB;
	color: #B8404A;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-radius: 0.3125rem 0.3125rem 0 0;
	padding: 0.625rem 1.25rem;
}
.words-container .words-items dl dd{
	background: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #DDDDDD;
	border-radius: 0 0 0.3125rem 0.3125rem;
	padding: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.words-guide .words-nav{
		border-radius: 0.1875rem;
		margin-bottom: 2.5rem;
	}
	.words-guide .words-nav dt{
		width: 3.625rem;
		border-radius: 0.1875rem 0 0 0.1875rem;
		padding: 1.875rem 1.25rem;
	}
	.words-guide .words-nav dd{
		width: calc(100% - 3.625rem);
		padding: 1.125rem 0.625rem;
	}
	.words-guide .words-nav dd .nav{
		row-gap: 0.875rem;
	}
	.words-guide .words-nav dd .nav li{
		font-size: 0.9375rem;
		padding: 0 1.75rem 0 0.625rem;
	}
	.words-guide .words-nav dd .nav li::after{
	    right: 0.75rem;
	    top: 0.5rem;
	    width: 0.375rem;
	    height: 0.375rem;
	}
	.words-container .words-items:not(:last-child){
		margin-bottom: 2.75rem;
	}
	.words-container .words-items h3{
		font-size: 1rem;
	}
	.words-container .words-items dl:not(:last-child){
		margin-bottom: 0.625rem;
	}
	.words-container .words-items dl dt{
		font-size: 0.9375rem;
		border-radius: 0.1875rem 0.1875rem 0 0;
	}
	.words-container .words-items dl dd{
		font-size: 0.8125rem;
		border-radius: 0 0 0.1875rem 0.1875rem;
	}
}
/**
/* 過去の大会結果 CSS
----------------------------------------------- */
table.result-tbl thead th{
	font-size: 1rem;
	line-height: 1.35;
	padding: 0.5rem 1.25rem;
}
table.result-tbl tbody td a span.pdf{
	display: block;
	background: url(../img/icon/icon_pdf.png) center;
    background-size: cover;
    width: 1.125rem;
    height: 1.5rem;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	table.result-tbl{
		border: none;
	}
	table.result-tbl thead{
		display: none;
	}
	table.result-tbl tbody{
		display: block;
	}
	table.result-tbl tbody tr{
		display: block;
		margin-bottom: 1.5rem;
	}
	table.result-tbl tbody th,
	table.result-tbl tbody td{
		display: list-item;
		border: none;
	}
	table.result-tbl tbody td:nth-of-type(1){
		background: #B8404A;
		color: #fff;
		font-size: 0.9375rem;
		line-height: 1.35;
		margin: 1.25rem 0 0 0;
		padding: 1rem 1rem 0.255rem 1rem;
	}
	table.result-tbl tbody td{
		background: none;
		font-size: 0.9375rem;
		line-height: 1.85;
		margin-left: 2rem;
		padding: 0;
	}
	table.result-tbl tbody td:nth-of-type(2) {
		background: #B8404A;
		color: #fff;
		font-size: 0.9375rem;
		line-height: 1.35;
		/* list-style-type: none; */
		margin: 0 0 1.125rem 0;
		padding: 0 0.5rem 0.875rem 1rem;
	}
	table.result-tbl tbody td:nth-of-type(3):before { content: "[開催地] "; }
	table.result-tbl tbody td:nth-of-type(4):before { content: "[開催期間] "; }
	table.result-tbl tbody td:nth-of-type(5):before { content: "[大会結果] "; }
	table.result-tbl tbody td a span.pdf{
		display: inline-block;
	}
}
/**
/* 大会情報 CSS
----------------------------------------------- */
/* 一覧 */
.events-container .select-nav{
	column-gap: 2.5rem;
	margin-bottom: 2.5rem;
}
.events-container .select-nav .year-select,
.events-container .select-nav .cat-select{
	width: calc(50% - 1.25rem);
	max-width: 100%;
	margin-bottom: 0;
}
.events-container h2.bg{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.45;
}
.events-container h2.bg span{
	display: inline-block;
	margin-left: 5rem;
}
.events-list .events-items{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1rem;
}
.events-list .events-items:not(:last-child){
	margin-bottom: 1.25rem;
}
.events-list .events-items .category{
	margin-bottom: 0.9375rem;
}
.events-list .events-items .category li{
	display: inline-block;
}
.events-list .events-items .category li a{
	background: #B8404A;
	display: block;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	padding: 0.3125rem 1.5rem 0.375rem 1.5rem;
}
.events-list .events-items .events-detail a{
	position: relative;
	display: block;
}
.events-list .events-items .events-detail a .c-btn_ico{
    width: 1.625rem;
    height: 1.625rem;
    right: 0;
}
.events-list .events-items .events-detail a .c-btn_ico::after {
    background: url(../img/icon/arrow_r_r.svg) bottom left;
    background-size: cover;
    width: 0.625rem;
    height: 0.45rem;
}
.events-list .events-items .events-detail a .pdf_ico{
    right: 1.5rem;
}
.events-list .events-items .events-detail a .link_ico{
    right: 0;
}
.events-list .events-items h3{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
}
.events-list .events-items .events-data{
	display: flex;
	align-items: center;
	margin-top: 0.6875rem;
}
.events-list .events-items .events-data dt{
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
}
.events-list .events-items .events-data dd{
	display: flex;
	align-items: center;
}
.events-list .events-items .events-data .date{
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	margin-left: 0.625rem;
}
.events-list .events-items .events-data .date span{
	background: #B8404A;
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.45;
	border-radius: 3rem;
	padding: 0.125rem 0.5rem;
	margin-right: 0.5rem;
}
.events-container .more_btn{
	text-align: right;
	margin-top: 4.625rem;
}
.events-container.partner-container .more_btn{
	margin-top: 5.875rem;
}
@media only screen and (max-width: 767px) {
	.events-container .select-nav{
		column-gap: 0;
		row-gap: 0.9375rem;
		margin-bottom: 1.5rem;
	}
	.events-container .select-nav .year-select,
	.events-container .select-nav .cat-select{
		width: 100%;
	}
	.events-container h2.bg{
		font-size: 1.5rem;
	}
	.events-container h2.bg span{
		display: block;
		margin-left: 0;
	}
	.events-list .events-items{
		padding-bottom: 0.625rem;
	}
	.events-list .events-items .category{
		margin-bottom: 0.5rem;
	}
	.events-list .events-items h3{
		font-size: 0.875rem;
	}
	.events-list .events-items .events-data{
		align-items: baseline;
	}
	.events-list .events-items .events-data dd{
		display: block;
	}
	.events-list .events-items .events-data .date:not(:last-child){
		margin-bottom: 0.3125rem;
	}
	.events-container .more_btn{
		margin-top: 1.875rem;
	}
	.events-container.partner-container .more_btn{
		margin-top: 2.5rem;
	}
}
/* 詳細 */
.event-single .events-container h2.bg{
	margin-bottom: 3.75rem;
}
.post-list .post-items p.category{
	margin-left: 0.625rem;
}
.post-list .post-items p.category span{
	display: inline-block;
	background: #B8404A;
	color: #FFFFFF;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0.625rem;
	padding: 0.1875rem 1.25rem;
}
.events-gallery{
	align-items: flex-end;
	column-gap: 2.5rem;
	margin-top: 3.75rem;
}
.events-gallery .main-gallery{
	position: relative;
	width: calc(50% - 1.25rem);
}
.events-gallery .events-swiper{
	overflow: hidden;
}
.events-gallery .main-gallery .swiper-button-next,
.events-gallery .main-gallery .swiper-button-prev{
	background-color: #FFFFFF;
	width: 3.25rem;
	height: 3.25rem;
	border: 1px solid #DDDDDD;
    border-radius: 100%;
}
.events-gallery .main-gallery .swiper-button-next{
	right: -1.75rem;
}
.events-gallery .main-gallery .swiper-button-prev{
	left: -1.75rem;
}
.events-gallery .main-gallery .swiper-button-next::after,
.events-gallery .main-gallery .swiper-button-prev::after{
	content: '';
	background: url(../img/icon/arrow_r_r.svg) bottom left;
    background-size: cover;
    width: 1.3125rem;
    height: 1rem;
}
.events-gallery .main-gallery .swiper-button-prev::after{
	transform: rotate(180deg);
}
.events-gallery .events-thumbnail{
	width: calc(50% - 1.25rem);
}
.events-gallery .events-thumbnail .swiper-wrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5rem;
	row-gap: 0.625rem;
}
.events-gallery .events-thumbnail .swiper-slide{
	width: calc(25% - 0.4rem)!important;
	height: 4.5rem;
}
.events-gallery .events-thumbnail .swiper-slide{
	opacity: 0.5;
}
.events-gallery .events-thumbnail .swiper-slide-thumb-active{
	opacity: 1;
}
.events-gallery .events-thumbnail .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.event-single .events-container h2.bg{
		margin-bottom: 1.875rem;
	}
	.events-gallery{
		column-gap: 0;
		row-gap: 1.25rem;
		margin-top: 2.5rem;
	}
	.events-gallery .main-gallery{
		width: 100%;
		padding: 0 1rem;
	}
	.events-gallery .main-gallery .swiper-button-next,
	.events-gallery .main-gallery .swiper-button-prev{
		width: 2.5rem;
		height: 2.5rem;
	}
	.events-gallery .main-gallery .swiper-button-next{
		right: -0.25rem;
	}
	.events-gallery .main-gallery .swiper-button-prev{
		left: -0.25rem;
	}
	.events-gallery .main-gallery .swiper-button-next::after,
	.events-gallery .main-gallery .swiper-button-prev::after{
	     width: 1rem;
        height: 0.75rem;
	}
	.events-gallery .events-thumbnail{
		width: 100%;
	}
	.events-gallery .events-thumbnail .swiper-wrapper{
		column-gap: 0.25rem;
		row-gap: 0.375rem;
	}
	.events-gallery .events-thumbnail .swiper-slide{
		width: calc(25% - 0.2rem)!important;
		height: 2.8125rem;
	}
}
/**
/* ユニフォームについて CSS
----------------------------------------------- */
/* ユニフォーム等の着用基準について */
.uniform-container .entry h3.border small{
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 1.25rem;
}
.uniform-1-container p.mb-20{
	margin-bottom: 1.25rem;
}
.uniform-1-container h3.number:not(:first-child){
	margin-top: 1.25rem;
}
.uniform-1-container dl{
	margin-top: 1.25rem;
}
.uniform-1-container dl dt{
	font-size: 0.9375rem;
	margin-bottom: 0.5rem;
}
.uniform-1-container dl dd ol.brackets > li{
	padding-left: 1.25rem;
}
.uniform-1-container dl dd ol.brackets > li:before{
	position: absolute;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.uniform-container .entry h3.border small{
		display: block;
		margin-left: 0;
		margin-top: 0.3125rem;
	}
	.uniform-1-container h3.number:not(:first-child){
		margin-top: 1.25rem;
	}
	.uniform-1-container dl{
		margin-top: 1rem;
	}
	.uniform-1-container dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
}
/* Q&A */
.faq-container .faq-items{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	margin-bottom: 1.25rem!important;
}
.faq-container .faq-items .question dl,
.faq-container .faq-items .answer dl{
	display:flex;
}
.faq-container .faq-items .question dt,
.faq-container .faq-items .answer dt{
	width: 1.125rem;
	margin-bottom: 0;
}
.faq-container .faq-items .question dt span,
.faq-container .faq-items .answer dt span{
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}
.faq-container .faq-items .question dd,
.faq-container .faq-items .answer dd{
	width: calc(100% - 1.125rem);
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-left: 0.625rem;
}
.faq-container .faq-items .question dt span{
	color: #B8404A;
}
.faq-container .faq-items .question dd{
	color: #B8404A;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
}
.faq-container .faq-items .question{
	position: relative;
	background: #F5F5F5;
	border-radius: 0.3125rem;
	cursor: pointer;
	padding: 1rem 5rem 1rem 1.875rem;
	margin-bottom: 0;
}
.faq-container .faq-items .question::after{
	position: absolute;
	content: "＋";
	color: #000000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	top: 50%;
	right: 1.125rem;
	transform: translateY(-50%);
	vertical-align: middle;
	margin: auto;
}
.faq-container .faq-items .question.open{
	border-radius: 0.3125rem 0.3125rem 0 0;
	border-bottom: 1px solid #DDDDDD;
}
.faq-container .faq-items .question.open::after{
	content: "－";
}
.faq-container .faq-items .answer{
	background: #FFFFFF;
	display: none;
	border-radius: 0 0 0.3125rem 0.3125rem;
	padding: 1.25rem 2.5rem 1.25rem 1.875rem;
}
.faq-container .faq-items .answer dt span{
	color: #000000;
}
.faq-container .faq-items .answer dd{
	color: #000000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.faq-container .faq-items{
		margin-bottom: 1rem!important;
	}
	.faq-container .faq-items .question dt,
	.faq-container .faq-items .answer dt{
		width: 1rem;
	}
	.faq-container .faq-items .question dt span,
	.faq-container .faq-items .answer dt span{
		font-size: 1rem;
	}
	.faq-container .faq-items .question dd,
	.faq-container .faq-items .answer dd{
		width: calc(100% - 1rem);
		padding-left: 0.5rem;
	}
	.faq-container .faq-items .question dd{
		font-size: 0.875rem;
	}
	.faq-container .faq-items .question{
		padding: 0.875rem 2rem 0.875rem 0.875rem;
	}
	.faq-container .faq-items .question::after{
		font-size: 1rem;
		right: 0.625rem;
	}
	.faq-container .faq-items .answer{
		padding: 1rem 0.875rem;
	}
	.faq-container .faq-items .answer dd{
		font-size: 0.8125rem;
	}
}
/* ゼッケンについて */
.uniform-3-container dl dt{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.uniform-3-container dl dd{
	font-weight: 500;
}
.uniform-3-container dl dd p.note{
	font-size: 0.75rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.uniform-3-container dl dt{
		font-size: 1rem;
		margin-bottom: 0.3125rem;
	}
}
/**
/* 選手変更についての取扱い CSS
----------------------------------------------- */
.member-change-container .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	border-top: 1px solid #DDDDDD;
	padding-top: 2.5rem;
	margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.member-change-container .note{
		font-size: 0.8125rem;
		padding-top: 1.5rem;
		margin-top: 2.75rem;
	}
}
/**
/* 公認メーカー・オフィシャルサプライヤー CSS
----------------------------------------------- */
.partner-container .partner-items h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
}
.partner-container .partner-items h3.border{
	font-size: 1.5rem;
}
.official_supplier-container .partner-container .partner-items{
	margin-bottom: 0;
}
.official_supplier-container .partner-container .partner-items:not(:last-child){
	margin-bottom: 3.75rem;
}
.official_supplier-container .partner-container .partner-items ul,
.official_recognition_maker-container .partner-container .partner-items ul{
    row-gap: 1.25rem;
}
.partner-container .partner-items ul li .name{
	font-size: 0.75rem;
	line-height: 1.35;
	margin-top: 0.3125rem;
}
.official_supplier-container .partner-container .partner-items .note{
	font-size: 0.75rem;
	line-height: 1.35;
	margin-top: 1.25rem;
}
.official_recognition_maker-container p.current{
	margin-bottom: 0.625rem;
}
.official_recognition_maker-container .partner-container .partner-items .note{
	font-size: 0.8125rem;
	line-height: 1.35;
	margin-top: 1.25rem;
}
.official_recognition_maker-container .maker-tbl caption{
	margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.partner-container .partner-items h3{
		font-size: 1rem;
	}
	.partner-container .partner-items h3.border{
		font-size: 1.125rem;
	}
	.official_supplier-container .partner-container .partner-items:not(:last-child){
		margin-bottom: 2.75rem;
	}
	.official_supplier-container .partner-container .partner-items ul,
	.official_recognition_maker-container .partner-container .partner-items ul{
	    row-gap: 0.75rem;
	}
	.partner-container .partner-items ul li .name{
		font-size: 0.625rem;
	}
	.official_supplier-container .partner-container .partner-items .note{
		font-size: 0.625rem;
		margin-top: 0.875rem;
	}
	.official_recognition_maker-container .partner-container .partner-items .note{
		font-size: 0.75rem;
		margin-top: 0.875rem;
	}
	.official_recognition_maker-container .maker-tbl caption{
		margin-bottom: 0.625rem;
	}
	.official_recognition_maker-container .maker-tbl thead th{
		font-size: 0.875rem;
		padding: 0.75rem;
	}
	.official_recognition_maker-container .maker-tbl tbody td{
		font-size: 0.75rem;
		padding: 0.75rem;
	}
}
/**
/* 全日本強化チーム CSS
----------------------------------------------- */

@media only screen and (max-width: 767px) {
	
}
/**
/* 競技者育成プログラム CSS
----------------------------------------------- */
.player_development-container h3.border{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	border-bottom: 1px solid #B8404A;
	padding-bottom: 0.625rem;
	margin-bottom: 1.25rem;
}
.player_development-container h3.border:not(:first-child){
	margin-top: 2.5rem;
}
.player_development-container p{
	font-size: 0.9375rem;
	line-height: 1.65;
}
.player_development-container p:not(:last-child){
	margin-bottom: 1.25rem;
}
.player_development-container dl:not(:last-child){
	margin-bottom: 1.25rem;
}
.player_development-container dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.625rem;
}
.player_development-container dl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.player_development-container ul.disc{
	list-style-type: disc;
	margin-left: 1.25rem;
}
.player_development-container ul.disc:not(:last-child){
	margin-bottom: 1.25rem;
}
.player_development-container ul.disc li{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.65;
}
.player_development-container ul.disc li + li{
	margin-top: 0.625rem;
}
.player_development-container ul.disc li a{
	color: #0000EE;
}
.player_development-container .links-container .c-btn_ico{
    width: 1.625rem;
    height: 1.625rem;
}
.player_development-container .links-container .c-btn_ico::after{
    width: 0.625rem;
    height: 0.45rem;
}
.player_development-container .block_btn li .note{
    margin-top: 0.625rem;
}
.player_development-container .box{
	background: #FFFFFF;
	border-radius: 0.3125rem;
    border: 1px solid #DDDDDD;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.08);
    padding: 2.5rem 3.125rem;
}
.player_development-container dl.number dt{
	display: grid;
	align-items: baseline;
	font-size: 0.9375rem;
	grid-template-columns: 2rem 1fr;
	margin-bottom: 1rem;
}
.player_development-container dl.number dt .no{
	display: block;
	background: #B8404A;
	width: 1.5rem;
	height: 1.5rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 100%;
	margin-right: 0.5rem;
}
.player_development-container dl.number dd{
	font-size: 0.9375rem;
	line-height: 1.65;
}
.player_development-container .player_development-figure{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin: 2.5rem 0;
}
.player_development-container .player_development-figure img{
	width: 75rem;
	max-width: 75rem;
}
@media only screen and (max-width: 767px) {
	.player_development-container h3.border{
		font-size: 1rem;
		padding-bottom: 0.625rem;
		margin-bottom: 1.25rem;
	}
	.player_development-container h3.border:not(:first-child){
		margin-top: 1.5rem;
	}
	.player_development-container p{
		font-size: 0.875rem;
	}
	.player_development-container dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.375rem;
	}
	.player_development-container dl dd{
		font-size: 0.875rem;
	}
	.player_development-container ul.disc:not(:last-child){
		margin-bottom: 0.625rem;
	}
	.player_development-container ul.disc li{
		font-size: 0.875rem;
	}
	.player_development-container .block_btn li .note{
	    font-size: 0.8125rem;
	}
	.player_development-container .box{
		padding: 1.25rem;
	}
	.player_development-container dl.number dt{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	.player_development-container dl.number dd{
		font-size: 0.875rem;
	}
	.player_development-container .player_development-figure{
		margin: 1.25rem 0;
	}
	.player_development-container .player_development-figure img{
		width: 41.875rem;
		max-width: 41.875rem;
	}
	.qr_btn{
		text-align: center;
	}
	.qr_btn li{
		display: inline-block;
		max-width: 18rem;
	}
}
/**
/* 傷害補償制度 CSS
----------------------------------------------- */
.entry .compensation-tbl thead th{
	font-size: 1rem;
}
.entry .compensation-tbl thead th.w-25{
	width: 25%;
}
.entry .compensation-tbl thead th.w-50{
	width: 50%;
}
.entry .compensation-tbl tbody td{
	font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
	.entry .compensation-tbl tbody td:before {
		width: 100%;
		margin-right: 0;
	}
}
/**
/* 審判・技術等級 CSS
----------------------------------------------- */
.judge_tech-container h2.bg{
	margin-bottom: 3.75rem;
}
.judge_tech-guide .list-container h2.bg{
	margin-bottom: 3rem;
}
.judge_tech-guide .list-container .more_btn{
	text-align: right;
	margin-top: 4.625rem;
}
.judge_tech-guide .links-container .c-btn_ico{
    width: 1.625rem;
    height: 1.625rem;
}
.judge_tech-guide .links-container .c-btn_ico::after{
    width: 0.625rem;
    height: 0.45rem;
}
@media only screen and (max-width: 767px) {
	.judge_tech-container h2.bg{
		margin-bottom: 1.875rem;
	}
	.judge_tech-guide .list-container h2.bg{
		margin-bottom: 1.5rem;
	}
	.judge_tech-guide .list-container .more_btn{
		margin-top: 2.5rem;
	}
}
/**
/* 認定基準および認定料について CSS
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.tech_1-container .tech_1-tbl thead th{
		font-size: 0.875rem;
		padding: 0.375rem 0.5rem;
	}
	.tech_1-container .tech_1-tbl tbody th{ 
		font-size: 0.625rem;
		padding: 0.5rem;
	}
	.tech_1-container .tech_1-tbl tbody td{ 
		font-size: 0.625rem;
		padding: 0.5rem;
	}
}
/**
/* 会員報 CSS
----------------------------------------------- */
.magazine-guide h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 2.5rem;
}
.magazine-guide .magazine-head{
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	padding: 1.25rem 3.125rem;
	margin-bottom: 3.75rem;
}
.magazine-guide .magazine-head .imageArea{
	width: 9.375rem;
}
.magazine-guide .magazine-head .contentArea{
	width: calc(100% - 9.375rem);
	padding-left: 3.125rem;
}
.magazine-guide .magazine-head .contentArea p{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.magazine-guide h2{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.magazine-guide .magazine-head{
		padding: 1rem;
		margin-bottom: 2.5rem;
	}
	.magazine-guide .magazine-head .imageArea{
		width: 6.375rem;
	}
	.magazine-guide .magazine-head .contentArea{
		width: calc(100% - 6.375rem);
		padding-left: 1.25rem;
	}
	.magazine-guide .magazine-head .contentArea p{
		font-size: 0.9375rem;
	}
}
/**
/* 事業計画・報告 CSS
----------------------------------------------- */
.scheme-container .links-container h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
}
.scheme-container .links-container .js-accordion-title{
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    height: 5.9375rem;
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 0.3125rem;
    border: 1px solid #DDDDDD;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 1rem 5.5rem 1rem 1.875rem;
    margin-top: 2.5rem;
}
.scheme-container .links-container .js-accordion-title::after{
     display: block;
    content: "";
    border-bottom: 3px solid #7F7F7F;
    border-right: 3px solid #7F7F7F;
    margin: auto;
    position: absolute;
    right: 2.5rem;
    top: 2.325rem;
    transform: rotate(45deg);
    width: 0.625rem;
    height: 0.625rem;
}
.scheme-container .links-container .js-accordion-title.open::after{
    top: 2.75rem;
    transform: rotate(225deg);
}
.scheme-container .links-container .js-accordion-title .btn_ttl{
    display: flex;
    align-items: center;
    height: 100%;
}
.scheme-container .links-container .links-accordion{
	display: none;
}
.scheme-container .links-container .block_btn.col-2{
    row-gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.scheme-container .links-container h3{
		font-size: 1rem;
	}
	.scheme-container .links-container .js-accordion-title{
	    height: 5rem;
	    font-size: 0.9375rem;
	    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
	    margin-top: 1.5rem;
	}
	.scheme-container .links-container .js-accordion-title::after{
	    border-bottom: 2px solid #7F7F7F;
	    border-right: 2px solid #7F7F7F;
	    right: 1.25rem;
	    top: 2rem;
	    width: 0.5rem;
	    height: 0.5rem;
	}
	.scheme-container .links-container .js-accordion-title.open::after{
	    top: 2.375rem;
	}
	.scheme-container .links-container .block_btn.col-2{
	    row-gap: 0.75rem;
	}
}
/**
/* 組織・役員・専門委員会 CSS
----------------------------------------------- */
.org-container h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
}
.org-container table tbody th{
	width: 12.5rem;
	font-size: 0.9375rem;
}
.org-container table tbody td ul{
	row-gap: 0.5rem;
}
.org-container table tbody td ul li{
	width: 20%;
}
@media only screen and (max-width: 767px) {
	.org-container h3{
		font-size: 1rem;
	}
	.org-container table tbody th{
		width: 7.5rem;
		font-size: 0.875rem;
	}
	.org-container table tbody td ul li{
		width: 50%;
	}
}
/**
/* 機関紙「ソフトテニス」CSS
----------------------------------------------- */
.softtennis-guide h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 2.5rem;
}
.softtennis-guide .softtennis-head{
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	padding: 1.25rem 3.125rem;
	margin-bottom: 3.75rem;
}
.softtennis-guide .softtennis-head .imageArea{
	width: 9.375rem;
}
.softtennis-guide .softtennis-head .contentArea{
	width: calc(100% - 9.375rem);
	padding-left: 3.125rem;
}
.softtennis-guide .softtennis-head .contentArea p{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.softtennis-guide h2{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.softtennis-guide .softtennis-head{
		padding: 0.75rem;
		margin-bottom: 2.5rem;
	}
	.softtennis-guide .softtennis-head .imageArea{
		width: 6.375rem;
	}
	.softtennis-guide .softtennis-head .contentArea{
		width: calc(100% - 6.375rem);
		padding-left: 1rem;
	}
	.softtennis-guide .softtennis-head .contentArea p{
		font-size: 0.9375rem;
	}
}
/*　バックナンバー　*/
.softtennis-guide h3.border{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	border-left: 0.3125rem solid #B8404A;
	padding-left: 0.625rem;
	margin-bottom: 2.5rem;
}
.softtennis-guide .softtennis-container{
	column-gap: 2.5rem;
	row-gap: 3.75rem;
}
.softtennis-container .softtennis-items{
	width: calc(50% - 1.25rem);
}
.softtennis-container .softtennis-items h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 1.25rem;
}
.softtennis-container .softtennis-items .thumbnail{
	width: 26%;
}
.softtennis-container .softtennis-items .body{
	width: 74%;
	padding: 0.625rem 0.625rem 0.625rem 1.25rem;
}
.softtennis-container .softtennis-items .body p{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}
.softtennis-container .softtennis-items .body p:not(:last-child){
	margin-bottom: 1.25rem;
}
.softtennis-container .softtennis-items .block_btn{
	margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.softtennis-guide h3.border{
		font-size: 1.25rem;
		border-left: 0.25rem solid #B8404A;
		margin-bottom: 1.5rem;
	}
	.softtennis-guide .softtennis-container{
		column-gap: 0;
		row-gap: 3rem;
	}
	.softtennis-container .softtennis-items{
		width: 100%;
	}
	.softtennis-container .softtennis-items h3{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.softtennis-container .softtennis-items .thumbnail{
		width: 30%;
	}
	.softtennis-container .softtennis-items .body{
		width: 70%;
		padding: 0 0.375rem 0 1rem;
	}
	.softtennis-container .softtennis-items .body p{
		font-size: 0.875rem;
	}
	.softtennis-container .softtennis-items .body p:not(:last-child){
		margin-bottom: 0.625rem;
	}
	.softtennis-container .softtennis-items .block_btn{
		margin-top: 1.5rem;
	}
}
/**
/* メディアの方へ CSS
----------------------------------------------- */
.media-guide .media-container .p-text{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.785;
	margin-bottom: 2.5rem;
}
.media-guide .media-container h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 2.5rem;
}
.media-guide .press-release-container{
	margin-top: 3.75rem;
	margin-bottom: 5.875rem;
}
.media-guide .press-release-container .more_btn{
	text-align: right;
	margin-top: 3.375rem;
}
@media only screen and (max-width: 767px) {
	.media-guide .media-container .p-text{
		font-size: 0.8125rem;
		margin-bottom: 1.5rem;
	}
	.media-guide .media-container h3{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.media-guide .press-release-container{
		margin-top: 3rem;
		margin-bottom: 3.75rem;
	}
	.media-guide .press-release-container .more_btn{
		margin-top: 2.5rem;
	}
}
/**
/* 都道府県連盟・学連 CSS
----------------------------------------------- */
.jleague-container{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.jleague-container dl{
	width: calc(50% - 1.25rem);
}
.jleague-container dl dt{
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 2.5rem;
	margin-bottom: 1.75rem;
}
.jleague-container dl dt .c-btn_ico{
	width: 1.625rem;
    height: 1.625rem;
	left: 0;
}
.jleague-container dl dt a:hover .c-btn_ico::after{
    transform: translate(-50%, -50%) scale(1);
}
.jleague-container dl dt::after{
    content: "";
    position: absolute;
    background: #DDDDDD;
    background-size: cover;
    width: 100%;
    max-width: 27.8125rem;
    height: 1px;
    left: 0;
    bottom: -0.75rem;
}
.jleague-container dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	.jleague-container{
		column-gap: 0;
		row-gap: 1.75rem;
	}
	.jleague-container dl{
		width: 100%;
	}
	.jleague-container dl dt{
		font-size: 0.9375rem;
		padding-left: 2.125rem;
		margin-bottom: 1.25rem;
	}
	.jleague-container dl dt .c-btn_ico{
		width: 1.5rem;
	    height: 1.5rem;
	}
	.jleague-container dl dt::after{
	    width: 100%;
	    max-width: 100%;
	    bottom: -0.625rem;
	}
	.jleague-container dl dd{
		font-size: 0.8125rem;
		line-height: 1.53;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-guide h3{
	color: #000000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide h3{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
}
/* お問い合わせフォーム */
.contact-guide .contact-container{
	margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide .contact-container{
		margin-bottom: 3rem;
	}
}
/* 事務局 */
.contact-guide .office-container h3{
	margin-bottom: 2.5rem;
}
.contact-guide .office-container .address{
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-bottom: 1.875rem;
}
.contact-guide .office-container .map-container{
	line-height: 0;
}
.contact-guide .office-container .map-container iframe{
	width: 100%;
	height: 33.125rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide .office-container h3{
		margin-bottom: 1.25rem;
	}
	.contact-guide .office-container .address{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}
	.contact-guide .office-container .map-container iframe{
		height: 14rem;
	}
}
/**
/* フォーム CSS
----------------------------------------------- */
.form-guide .form-container .p-text{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.785;
	margin-bottom: 3.75rem;
}
.form-container .form-box{
	border: 1px solid #DDDDDD;
	padding: 3.75rem 3.75rem 5rem 3.75rem;
}
.form-box .form-tbl{
	max-width: 960px;
	margin: 0 auto;
}
.form-box .form-tbl .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 1.875rem;
}
.form-box .form-tbl h3{
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 1.875rem;
	margin-bottom: 1.25rem;
}
.form-box .form-tbl dl{
	margin-bottom: 1.25rem;
}
.form-box .form-tbl dl dt{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.875rem;
}
.form-box .form-tbl dl dd{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FAF1EB;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 0.3125rem;
	border: 1px solid #DDDDDD;
	padding: 0.625rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #C3C3C3;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #C3C3C3;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #C3C3C3;
}
.form-box textarea{
	height: 12.5rem;
}
.select-wrap{
	position: relative;
}
.select-wrap:after {
    display: block;
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.375rem solid transparent;
	border-left: 0.375rem solid transparent;
	border-top: 0.625rem solid #b8404a;
	border-bottom: 0;
    margin: auto;
    position: absolute;
    right: 1.25rem;
    top: 1rem;
	pointer-events: none;
}
.select-wrap select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.submit_btn{
	text-align: center;
	margin-top: 5rem;
}
.submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
.submit_btn input[type="submit"]{
	background: #B8404A;
	border: 2px solid #B8404A;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.1;
	cursor: pointer;
	border-radius: 3.125rem;
}
.submit_btn input[type="submit"]:hover{
	background: #FFFFFF;
	color: #B8404A;
}
.wpcf7-spinner{
	display: block;
}
@media only screen and (max-width: 767px) {
	.form-guide .form-container .p-text{
		font-size: 0.8125rem;
		margin-bottom: 2rem;
	}
	.form-container .form-box{
		padding: 2.5rem 1.5rem 2rem 1.5rem;
	}
	.form-box .form-tbl .note{
		font-size: 0.8125rem;
		margin-bottom: 1.25rem;
	}
	.form-box .form-tbl h3{
		font-size: 0.9375rem;
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	.form-box .form-tbl dl dt{
		font-size: 0.8125rem;
		margin-bottom: 0.5rem;
	}
	.form-box .form-tbl dl dd{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.8125rem;
		padding: 0.5rem;
	}
	.form-box textarea{
		height: 8.5rem;
	}
	.select-wrap:after {
		border-right: 0.3rem solid transparent;
		border-left: 0.3rem solid transparent;
		border-top: 0.5rem solid #b8404a;
		right: 1rem;
		top: 1rem;
	}
	.submit_btn{
		margin-top: 2rem;
	}
	.submit_btn li{
		max-width: 12.75rem;
	}
	.submit_btn input[type="submit"]{
		font-size: 1rem;
		line-height: 2.65;
	}
}
/**
/* アンチ・ドーピング規程 CSS
----------------------------------------------- */
.anti-doping-container .entry dl dt{
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}
.anti-doping-container .entry dl dd{
	margin-left: 3.25rem;
}
.anti-doping-container .entry dl dd ol{
	margin-left: 0.875rem;
}
@media only screen and (max-width: 767px) {
	.anti-doping-container .entry dl dt{
		font-size: 0.8125rem;
		margin-bottom: 0.5rem;
	}
	.anti-doping-container .entry dl dd{
		margin-left: 3rem;
	}
}
/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide .entry p{
	font-size: 1rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry p{
		font-size: 0.875rem;
	}
}