@charset "UTF-8";
/********************************************************************************

page-price.css　料金ページcss

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

/*============================================================
 メインビジュアル
*============================================================*/
#page-price #mainvisual  {
}

/*============================================================
 セクション共通
*============================================================*/
#page-price .sec-title {
	font-size: 40px;
	line-height: 1.5;
	border-bottom: 1px solid var(--common-color-text);
	margin-bottom: 16px;
}
#page-price .block-title {
	font-size: 32px;
	line-height: 1.8;
	border-bottom: 1px solid var(--common-color-text);
	margin-bottom: 24px;
}
#page-price .section .block {
	margin-bottom: 24px;
}
#page-price .section .block .info {
	max-width: 800px;
	margin: 0 0 0 auto;
}
#page-price .section .block .info .row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid var(--common-color-text);
	font-family: var(--common-font-family-serif);
	padding-bottom: 18px;
	margin-bottom: 18px;
}
#page-price .section .block .info .row:last-child {
	margin-bottom: 0;
}
#page-price .section .block .info .row .label {
	width: 340px;
	font-size: 14px;
}
#page-price .section .block .info .row .type {
	width: 240px;
	padding-left: 40px;
	text-align: center;
}
#page-price .section .block .info .row .value {
	width: calc(100% - 580px);
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#page-price .section .block .note {
	font-family: var(--common-font-family-sans);
	margin-bottom: 24px;
	font-weight: 300;
}
#page-price .section .block .course-title {
	font-size: 24px;
	background: #EBEBEB;
	line-height: 1.8;
	padding: 4px 8px;
	margin-bottom: 12px;
}
#page-price .section .block .course-title + .note {
	margin-bottom: 8px;
	font-size: 14px;
}

/*============================================================
 first
*============================================================*/
#page-price #sec-first .block.first .info {
	max-width: 540px;
}
#page-price #sec-first .block.first .info .row .type {
	width: 100px;
	padding: 0;
	text-align: left;
	font-size: 16px;
}
#page-price #sec-first .block.first .info .row .value {
	width: 300px;
}
#page-price #sec-first .block:last-child {
	margin-top: 80px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-about #mainvisual  {
    }

    /*============================================================
     セクション共通
    *============================================================*/
	#page-price .sec-title {
		font-size: 32px;
		line-height: 1.3;
		padding-bottom: 8px;
	}
	#page-price .block-title {
		font-size: 24px;
		line-height: 1.3;
		padding-bottom: 8px;
	}
	
	#page-price .section .block .info .row .label {
		width: 300px;
	}
	#page-price .section .block .info .row .type {
		width: 180px;
		padding-left: 0;
	}
	#page-price .section .block .info .row .value {
		width: calc(100% - 480px);
	}
	
    /*============================================================
     first
    *============================================================*/
	#page-price #sec-first .block.first .info {
		max-width: 400px;
	}


}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-about #mainvisual  {
    }

    /*============================================================
     セクション共通
    *============================================================*/	
	#page-price .block-title {
		margin-bottom: 16px;
	}
	#page-price .section .block {
		margin-bottom: 32px;
	}
	#page-price .section .block .info .row {
		flex-wrap: wrap;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#page-price .section .block .info .row .label {
		width: 100%;
		font-size: 12px;
	}
	#page-price .section .block .info .row.no-label .label {
		display: none;
	}
	#page-price .section .block .info .row.no-type .label {
		width: 48%;
	}
	#page-price .section .block .info .row .type {
		width: 48%;
		font-size: 14px;
		text-align: left;
	}
	#page-price .section .block .info .row.no-type .type {
		display: none;
	}
	#page-price .section .block .info .row .value {
		width: 52%;
		font-size: 18px;
	}
	#page-price .section .block .note {
		font-size: 12px;
		margin-bottom: 12px;
	}
	#page-price .section .block .course-title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	#page-price .section .block .course-title + .note {
		font-size: 12px;
	}
	
	#page-price #sec-first .block.first {
		margin-bottom: 48px;
	}
	#page-price #sec-first .block.first .info {
		max-width: 100%;
	}
	#page-price #sec-first .block.first .info .row .type {
		width: 50%;
		font-size: 14px;
	}
	#page-price #sec-first .block.first .info .row .value {
		width: 50%;
	}
	#page-price #sec-first .block:last-child {
		margin-top: 56px;
	}

}
