/* コンテンツ下部の余白修正 */
#content{
	margin-bottom: 0;
}
/* コンテンツ上部の余白修正 */
.l-content{
	padding-top:0;
}
/* ページタイトル削除 */
h1.c-pageTitle[data-style=b_bottom]{
	border-bottom:none;
}

h1.c-pageTitle[data-style=b_bottom]>span.c-pageTitle__inner{
	display:none;
	border-bottom:none;
}

.c-pageTitle:after{
	display:none;
}

.l-mainContent__inner>.post_content{
	margin-top:0;
}



/* 全部の箱共通 */
.boxStyle{
	margin-bottom: 34px;
}
.boxStyle:nth-last-child(1){
	margin-bottom: 0;
}
.boxStyle>.titleBox{
	background-color: var(--color_main);
	display: flex;
}
.boxStyle>.titleBox>.leftBox{
	/* width: 71%; */
	width: calc(100% - 250px);
	padding: 10px 58px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.boxStyle>.titleBox>.rightBox{
	/* width: 29%; */
	width: 250px;
	border-left: 1px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxStyle>.titleBox>.rightBox>a{
	width: 100%;
	padding: 18px 10px;
	box-sizing: border-box;
	gap: .5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.boxStyle>.titleBox>.rightBox>.dropdownButton{
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	gap: .5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}
.boxStyle>.titleBox>.rightBox>.dropdownButton>span{
	margin-bottom: 0;
}
.boxStyle>.titleBox p,.boxStyle>.titleBox span,.boxStyle>.titleBox svg{
	color: #FFFFFF;
}
.boxStyle>.titleBox>.rightBox>.dropdownButton>svg.downArrow{
	transform: rotate(90deg);
	margin-bottom: 0;
}
.boxStyle>.titleBox p>span{
	color: #F7E134;
}
.boxStyle>.titleBox>.leftBox p{
	font-size: 30px;
	font-family: "kinkakuji", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
}
.boxStyle>.titleBox>.leftBox>p>br{
	display: none;
}
.boxStyle>.titleBox>.leftBox span{
	font-size: 32px;
	margin-right: 30px;
	font-family: "ab-kikori", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.boxStyle>.contentsBox p{
	color: var(--color_main);
	font-size: 20px;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.boxStyle>.contentsBox>.aRowBox{
	display: flex;
	border-bottom: 1px solid var(--color_main);
}
.boxStyle:nth-last-child(1)>.contentsBox>.aRowBox:nth-last-child(1){
	border-bottom: none;
}
.boxStyle>.contentsBox>.aRowBox>.leftBox{
	/* width: 71%; */
	width: calc(100% - 250px);
	padding: 15px 58px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.boxStyle>.contentsBox>.aRowBox>.rightBox{
	/* width: 29%; */
	width: 250px;
	padding: 10px 10px;
	box-sizing: border-box;
	border-left: 1px solid var(--color_main);
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxStyle>.contentsBox>.aRowBox>.rightBox>.swell-block-button>.swell-block-button__link{
	padding: 8px 16px;
	font-size: 16px;
}
@media screen and (max-width: 959px) {
	.boxStyle:nth-last-child(1){
		margin-bottom: 34px;
	}
	.boxStyle>.titleBox{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.boxStyle>.titleBox>.leftBox{
		width: 100%;
		padding: 12px 10px;
		justify-content: center;
		text-align: center;
	}
	.boxStyle>.titleBox>.leftBox span{
		margin-right: 0;
	}
	.boxStyle>.titleBox>.leftBox>p>br{
		display: block;
	}
	.boxStyle>.titleBox>.rightBox{
		width: 100%;
		border-left: none;
		border-top: 1px solid #FFFFFF;
	}
	.boxStyle>.titleBox>.rightBox>a{
		padding: 8px 10px;
	}
	.boxStyle>.dropdownButton{
		cursor: pointer;
	}
	.boxStyle>.dropdownContents{
		overflow: hidden;
		height: 0;
		transition: height 0.3s ease-out;
	}
	.boxStyle>.contentsBox>.aRowBox{
		flex-direction: column;
		align-items: center;
	}
	.boxStyle:nth-last-child(1)>.contentsBox>.aRowBox:nth-last-child(1){
		border-bottom: 1px solid var(--color_main);
	}
	.boxStyle>.contentsBox>.aRowBox>.leftBox{
		width: 100%;
		padding: 10px 10px 0 10px;
		justify-content: center;
	}
	.boxStyle>.contentsBox>.aRowBox>.rightBox{
		max-width: 300px;
		width: 100%;
		border-left: none;
	}
}

/* 内容の指定ここから */
/* コンテンツタイトルの指定 */
.contentTitle>.contentTitleInner br{
	display: none;
}
/* その他の指定 */
.leftBox>img.trainingImg01{
	max-width: 180px;
	width: 100%;
	position: absolute;
	bottom: -2rem;
	left: -100px;
}
.topBox{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0;
}
.topBox>img.trainingImg02{
	max-width: 140px;
	width: 100%;
	position: absolute;
	left: 2%;
	bottom: 5px;
}
.topBox>img.trainingImg03{
	max-width: 109px;
	width: 100%;
	position: absolute;
	right: 16px;
	bottom: 0;
}
.topBox>.centerBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.topBox>.centerBox>p{
	font-size: 43px;
	margin: 0 20px;
}
@media screen and (max-width: 1140px) {
	.topBox>.centerBox>img{
		max-width: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 959px) {
	/* コンテンツタイトルの指定 */
	.contentTitle>.contentTitleInner br{
		display: block;
	}
	.contentTitle>.contentTitleInner>p{
		margin-top: 60px;
	}
	.contentTitle>.contentTitleInner>img{
		position: absolute;
		z-index: 2;
		max-width: 149px;
		width: 100%;
		right: 0;
		bottom: -30px;
	}
	/* その他の指定 */
	.topBox{
		padding: 10px;
	}
	.topBox>img.trainingImg02{
		max-width: 121px;
		position: static;
		margin-top: -30px;
	}
	.topBox>.centerBox>img{
		margin-bottom: -30px;
	}
	.topBox>.centerBox>p{
		line-height: normal;
	}
}
@media screen and (max-width: 599px) {
	.topBox>img.trainingImg02{
		max-width: 100px;
		margin-top: -20px;
	}
	.topBox>.centerBox>img{
		margin-bottom: -10px;
	}
}

/* フォントのレスポンシブ */
@media screen and (max-width: 1140px) {
	/* 全部の箱共通 */
	.boxStyle>.titleBox>.leftBox p{
		font-size: 28px;
	}
	.boxStyle>.titleBox>.leftBox span{
		font-size: 30px;
	}
	/* その他の指定 */
	.topBox>.centerBox>p{
		font-size: 34px;
	}
}
@media screen and (max-width: 599px) {
	/* その他の指定 */
	.topBox>.centerBox>p{
		font-size: 22px;
	}
}