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

 layout

***********************************/
body.is-fixed {
	position: fixed;
	width: 100%;
}

.l-wrap {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.l-main {
	background: url(../images/common/bg_pattern01.png) repeat;
}

.l-main .define_inner {
	width: 1060px;
}

.l-main .define_wrap {
	padding: 0 50px;
}

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

	.l-main .define_wrap {
		padding: 0 4.310344827586207%;
	}

}

@media screen and (max-width:767px){
	.l-wrap {
	}

	.l-main .define_wrap {
		padding: 0 3.333333333333333%;
	}
}

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

 .mCSB

***********************************/
.mCSB_container {
	margin-right: 35px;
}

.mCSB_scrollTools {
	width: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 20px;
	background-color: #000000 !important;
	border-radius: 0;
	opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 1px;
	background-color: transparent;
	opacity: 1;
}

.mCSB_inside>.mCSB_container {
	margin-right: 20px;
}

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

	.mCSB_scrollTools {
		width: 10px;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		width: 10px;
	}

	.mCSB_inside>.mCSB_container {
		margin-right: 10px;
	}
}


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

 c-modal

***********************************/
.c-modal {
	display: none;
}

.fancybox-skin {
	background: transparent;
}

.fancybox-close {
	width: 50px;
	height: 50px;
	background: url(../images/common/modal_close01.png) no-repeat center;
	background-size: contain;
	top: -25px;
	right: -25px;
}

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

	.fancybox-close {
		width: 5.556vw;
		height: 5.556vw;
		top: -2.778vw;
		right: -2.778vw;
	}
}

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

	.fancybox-close {
		width: 30px;
		height: 30px;
		top: -12px;
		right: -12px;
	}
}

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

 course-modal

***********************************/
.course-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 94%;
	max-width: 850px;
	color: #000;
	background-color: #fffde9;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.course-modal.double-chance {
	background: #fffde9 url(../images/common/bg_stripe01.png) repeat;
	border-radius: 0;
}

.course-modal.double-chance:before {
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #fffde9;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.course-modal img {
	max-width: 100%;
}

.course-modal__wrap {
	width: 850px;
	max-width: 100%;
	height: auto;
	max-height: calc(100dvh - 60px);
	margin: 0 auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.course-modal__inner {
	padding: 30px 35px 30px;
	box-sizing: border-box;
}

.course-modal__inner-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-modal.double-chance .course-modal__inner-head {
	display: block;
}

.course-modal__inner-head .box {
	flex: 1;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.course-modal.double-chance .course-modal__inner-head .box {
	display: block;
}

.course-modal__inner-head .box .award {
	width: 124px;
	margin-right: 15px;
}

.course-modal.double-chance .course-modal__inner-head .box .more {
	width: 73.466%;
	margin: 0 auto 15px;
	text-align: center;
}

.course-modal__inner-head .box .ttl {
	width: 96%;
	/*flex: 1;*/
}

.course-modal.double-chance .course-modal__inner-head .box .ttl {
	width: 80%;
	margin: 0 auto;
}

.course-modal__inner-head .capacity {
	width: 15.78947368%;
	/*width: 120px;*/
}

.course-modal__inner-copy {
	width: 76.31578947%;
	margin: 20px auto 0;
}

.course-modal__inner-period {
	margin-top: .8em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.444444444444444;
}

.course-modal__inner-txt01 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.555555555555556;
}

.course-modal__inner-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}

.course-modal__inner-bottom .pic {
	width: 48.68421053%;
	text-align: center;
}

.course-modal__inner-bottom .pic .copy {
	max-width: 300px;
}

@media screen and (max-width:767px){
	.course-modal__inner-bottom .pic .copy {
		max-width: none;
	}
}

.course-modal__inner-bottom .txt-area {
	width: 48.717948717948718%;
}

.course-modal__inner-bottom .txt-area__head {
}

.course-modal__inner-bottom .txt-area__head .ttl {
	background-color: #000000;
}

.course-modal__inner-bottom .txt-area__head .ttl img {
	display: block;
	margin: 0 auto;
	width: 80px;
}

.course-modal__inner-bottom .txt-area__body {
	padding: 5px;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;
	background-color: #fcf6d9;
}

.course-modal__inner-bottom .txt-area__body-scroll {
	height: calc(370px - 53px);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.course-modal__inner-bottom .txt-area__body-scroll {
	height: calc(370px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll.course02 {
	height: calc(300px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll.course03 {
	height: calc(384px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll.course04 {
	height: calc(261px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll.course06 {
	height: calc(300px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll.hoshii-course {
	height: calc(250px - 53px);
}

.course-modal__inner-bottom .txt-area__body-scroll .mCSB_scrollTools {
	width: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll .mCSB_inside>.mCSB_container {
	margin-right: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll .tel {
	color: #000;
	text-decoration: none;
}

.course-modal__inner-bottom .txt-area__body-scroll .email {
	color: #9b2a7b;
	text-decoration: underline;
}

.course-modal__inner-bottom .txt-area__body-scroll .email:hover {
	text-decoration: none;
}

.course-modal__inner-bottom .txt-area__body-scroll table {
	width: 100%;
	border-spacing: 0;
	padding: 10px 15px 0 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll table:last-child {
	margin-bottom: 0;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr th {
	width: 60px;
	padding-right: .5em;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571428571429;
	vertical-align: top;
	white-space: nowrap;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr td {
	flex: 1;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571428571429;
	vertical-align: top;
	word-break: break-all;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr td ul {
	padding: 0;
	margin-bottom: 0;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr td ul:last-child {
	margin-bottom: 0;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr td p{
	margin-top: 1em;
}

.course-modal__inner-bottom .txt-area__body-scroll table tr td p:first-child{
	margin-top: 0;
}

.course-modal__inner-bottom .txt-area__body-scroll dl {
	display: flex;
	padding: 0 15px 0 10px;
	margin-bottom: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll dl:first-child {
	padding-top: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll dl:last-child {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.course-modal__inner-bottom .txt-area__body-scroll dl dt {
	width: 75px;
	padding-right: .5em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571428571429;
	white-space: nowrap;
}

.course-modal__inner-bottom .txt-area__body-scroll dl dd {
	flex: 1;
	font-size: 14px;
	line-height: 1.428571428571429;
}

.course-modal__inner-bottom .txt-area__body-scroll .shop-list {
	counter-reset: number 0;
}

.course-modal__inner-bottom .txt-area__body-scroll .shop-list li {
	padding-left: 1.5em;
	text-indent: 0;
	margin-left: 0;
	position: relative;
	z-index: 1;
}

.course-modal__inner-bottom .txt-area__body-scroll .shop-list li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.course-modal__inner-bottom .txt-area__body-scroll ul {
	padding: 0 15px 0 10px;
	font-size: 14px;
	line-height: 1.428571428571429;
}

.course-modal__inner-bottom .txt-area__body-scroll ul:last-child {
	margin-bottom: 10px;
}

.course-modal__inner-bottom .txt-area__body-scroll ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.course-modal__inner-bottom .txt-area .price-box {
	margin-top: 20px;
}

.course-modal__inner-bottom .txt-area .price-box__price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.course-modal__inner-bottom .txt-area .price-box__ttl {
	background: #040000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-right: .4em;
	border-radius: 5px;
	padding: 1px 5px;
}

.course-modal__inner-bottom .txt-area .price-box__included {
	margin: 0 .8em 0 .1em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #e60039;
}

.course-modal__inner-bottom .txt-area .price-box__included span {
	margin-left: .2em;
	font-size: 14px;
	font-weight: bold;
	color: #e60039;
}

.course-modal__inner-bottom .usj-box {
	width: 100%;
	margin-top: 10px;
	margin-bottom: -10px;
}

.course-modal__inner-bottom .usj-box .precautions {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.444444444444444;
}

.course-modal__inner-bottom .usj-box .legal-line {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.2;
}

.course-modal__inner-bottom .usj-box .credit {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.444444444444444;
}

.course-modal__inner-bottom .price {
	width: 48.717948717948718%;
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: -.5em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.444444444444444;
	text-align: center;
}
.course-modal__inner-bottom .price .included{
	font-size: 18px;
}

.course-modal__inner-bottom .price.jtb{
	margin-top: 0;
}

.course-modal__inner-bottom .price.jtb p{
	margin-top: .5em;
	text-align: center;
	font-size: 18px;
}
.course-modal__inner-bottom .price.jtb p:first-child{
	margin-top: 0;
}

.course-modal__inner-bottom .price .area{
	font-size: 18px;
}

.course-modal__inner-bottom .price .cap01{
	font-size: 14px;
}

.course-modal__inner-bottom .price .cap02{
	font-size: 16px;
}

.course-modal__inner-purchase {
	margin-top: 30px;
	margin-bottom: -25px;
	color: #e60039;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.course-modal__inner-caution {
	margin-top: 30px;
	color: #e60039;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.course-modal__inner-btn {
	margin-top: 15px;
	margin-right: -16px;
	text-align: center;
}

@media screen and (max-width:899px){
	.course-modal {
		border-radius: 2.778vw;
	}

	.course-modal__inner {
		width: 94.444vw;
		padding: 3.333vw 3.889vw 3.333vw;
	}

	.course-modal__inner-head .box {
		margin-right: 1.667vw;
	}

	.course-modal__inner-head .box .award {
		width: 13.778vw;
		margin-right: 1.667vw;
	}

	.course-modal__inner-head .capacity {
		width: 11.111vw;
	}

	.course-modal__inner-period {
		font-size: 2vw;
	}

	.course-modal__inner-txt01 {
		margin-top: 2.778vw;
		font-size: 2vw;
	}

	.course-modal__inner-bottom {
		margin-top: 3.333333333333333vw;
	}

	.course-modal__inner-bottom .txt-area__head .ttl img {
		width: 8.889vw;
	}

	.course-modal__inner-bottom .txt-area__body {
		padding: 0.556vw;
		border-left: .888888888888889vw solid #000;
		border-right: .888888888888889vw solid #000;
		border-bottom: .888888888888889vw solid #000;
	}

	.course-modal__inner-bottom .txt-area__body-scroll {
		height: calc(41.111vw - 5.889vw);
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course03 {
		height: calc(42.667vw - 5.889vw);
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course04 {
		height: calc(29vw - 5.889vw);
	}

	.course-modal__inner-bottom .txt-area__body-scroll.hoshii-course {
		height: calc(27.777777777777778vw - 5.889vw);
	}

	.course-modal__inner-bottom .txt-area__body-scroll table {
		padding: 0 1.667vw 0 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table:last-child {
		margin-bottom: 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table tr th {
		width: 8.333vw;
		padding-bottom: 1.111111111111111vw;
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table tr td {
		padding-bottom: 1.111111111111111vw;
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl {
		padding: 0 1.667vw 0 1.111vw;
		margin-bottom: 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl:first-child {
		padding-top: 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl:last-child {
		padding-bottom: 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl dt {
		width: 8.333vw;
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl dd {
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll ul {
		padding: 0 1.667vw 0 1.111vw;
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll ul:last-child {
		margin-bottom: 1.111vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll ul li {
		text-indent: -1em;
		margin-left: 1em;
	}

	.course-modal__inner-bottom .usj-box {
		margin-top: 1.111vw;
		margin-bottom: -1.111vw;
	}

	.course-modal__inner-bottom .usj-box .precautions {
		margin-bottom: 1.111vw;
		font-size: 1.111vw;
	}

	.course-modal__inner-bottom .usj-box .legal-line {
		margin-bottom: 1.111vw;
		font-size: 1.111vw;
	}

	.course-modal__inner-bottom .usj-box .credit {
		font-size: 1.556vw;
	}

	.course-modal__inner-bottom .price {
		margin-top: 1.667vw;
		font-size: 2vw;
	}

	.course-modal__inner-purchase {
		margin-top: 2.586vw;
		margin-bottom: -2.155vw;
		font-size: 2.586vw;
	}

	.course-modal__inner-caution {
		margin-top: 3.333vw;
		font-size: 2vw;
	}
}

@media screen and (max-width:767px){
	.fancybox-inner {
		overflow: visible !important;
	}

	.course-modal {
		border-radius: 12px;
	}

	.course-modal.double-chance {
		background-size: 2.133333333333333vw 2.133333333333333vw;
	}

	.course-modal.double-chance:before {
		width: calc(100% - 1.333333333333333vw);
		height: calc(100% - 1.333333333333333vw);
	}

	.course-modal__wrap {
		max-height: calc(100dvh - 16vw);
	}

	.course-modal__inner {
		/*width: 100%;*/
		padding: 5.333vw 4vw 4vw;
		/*box-sizing: border-box;*/
		/*height: 85vh;*/
		/*overflow: auto;*/
	}

	.course-modal__inner-head {
		display: block;
		position: relative;
		z-index: 1;
	}

	.course-modal__inner-head .box {
		display: block;
		margin: 0 auto;
	}

	.course-modal__inner-head .box .award {
		width: 62px;
		margin: 0 auto 8px;
	}

	.course-modal__inner-head .box .ttl {
		width: 73.21%;
		margin: 0 auto;
		text-align: center;
	}

	.course-modal__inner-head .capacity {
		width: 14.667vw;
		margin: -4vw 0 0 -2.667vw;
		/*margin: -23px 0 0 0;*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.course-modal__inner-copy {
		width: auto;
		margin-top: 3.2vw;
	}

	.course-modal__inner-period {
		font-size: 3.467vw;
	}

	.course-modal__inner-txt01 {
		margin-top: 3.2vw;
		font-size: 3.467vw;
	}

	.course-modal__inner-bottom {
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}

	.course-modal__inner-bottom .pic {
		order: 1;
		width: 52.96%;
		margin: 0 auto;
		text-align: center;
	}

	.course-modal__inner-bottom .txt-area {
		order: 3;
		width: auto;
		margin-top: 15px;
	}

	.course-modal__inner-bottom .txt-area__head .ttl img {
		width: 18.667vw;
	}

	.course-modal__inner-bottom .txt-area__body {
		padding: 1.333vw;
		border-left: 1.06666667vw solid #000;
		border-right: 1.06666667vw solid #000;
		border-bottom: 1.06666667vw solid #000;
	}

	.course-modal__inner-bottom .txt-area__body-scroll {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course02 {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course03 {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course04 {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll.course06 {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll.hoshii-course {
		height: 40vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table {
		padding: 1.333vw 4vw 1.333vw 1.333vw;
		margin-bottom: 0;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table:last-child {
		margin-bottom: 1.333vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table tr th {
		width: 16vw;
		padding-bottom: 1.333vw;
		font-size: 2.933vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll table tr td {
		padding-bottom: 1.333vw;
		font-size: 2.933vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl {
		padding: 0 4vw 0 1.333vw;
		margin-bottom: 1.333vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl:first-child {
		padding-top: 1.333vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl:last-child {
		padding-bottom: 1.333vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl dt {
		width: 16vw;
		font-size: 2.933vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll dl dd {
		font-size: 2.933vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll ul {
		padding: 0 4vw 0 1.333vw;
		font-size: 2.933vw;
	}

	.course-modal__inner-bottom .txt-area__body-scroll ul:last-child {
		margin-bottom: 1.333vw;
	}

	.course-modal__inner-bottom .txt-area .price-box {
		margin-top: 15px;
	}

	.course-modal__inner-bottom .txt-area .price-box__ttl {
		font-size: 14px;
		padding: 1px 5px;
	}

	.course-modal__inner-bottom .txt-area .price-box__included {
		margin: 0 .8em 0 .1em;
		font-size: 18px;
	}

	.course-modal__inner-bottom .txt-area .price-box__included span {
		font-size: 12px;
	}

	.course-modal__inner-bottom .usj-box {
		order: 2;
		width: auto;
		margin-top: 5px;
		margin-bottom: -5px;
	}

	.course-modal__inner-bottom .usj-box .precautions {
		margin-bottom: 5px;
		font-size: 9px;
	}

	.course-modal__inner-bottom .usj-box .legal-line {
		margin-bottom: 5px;
		font-size: 9px;
	}

	.course-modal__inner-bottom .usj-box .credit {
		font-size: 11px;
	}

	.course-modal__inner-bottom .price {
		order: 4;
		width: 100%;
		margin-top: 10px;
		font-size: 13px;
		text-align: center;
	}
	
	.course-modal__inner-bottom .price .included{
		font-size: 12px;
	}
	
	.course-modal__inner-bottom .price.jtb{
		margin-top: 12px;
	}
	
	.course-modal__inner-bottom .price.jtb p{
		margin-top: 1em;
		text-align: center;
		font-size: 15px;
	}

	.course-modal__inner-bottom .price.jtb p:first-child{
		margin-top: 0;
	}

	.course-modal__inner-bottom .price .area{
		font-size: 14px;
	}

	.course-modal__inner-bottom .price .cap01{
		font-size: 12px;
	}

	.course-modal__inner-bottom .price .cap02{
		font-size: 11px;
	}

	.course-modal__inner-purchase {
		margin-top: 4vw;
		margin-bottom: -2.667vw;
		font-size: 5.333vw;
	}

	.course-modal__inner-caution {
		margin-top: 4vw;
		font-size: 2.933vw;
	}

	.course-modal__inner-btn {
		margin-top: 4vw;
		margin-right: 0;
	}
}


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

 c-hero

***********************************/
.c-hero {
	background-color: #F4AA7F;
}

.c-hero__main {

}

.c-hero__main img {
	width: 100%;
	max-width: none;
}


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

}

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

}

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

 c-intro

***********************************/
.c-intro {
	background: url(../images/common/bg_pattern03.png) repeat;
	/*border-bottom: 1px solid #d1bd66;*/
	position: relative;
	z-index: 1;
}

.c-intro:before {
	content: "";
	display: block;
	width: 100%;
	height: 53px;
	background: url(../images/common/gradation01.png) repeat-x left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

/*.c-intro:after {*/
	/*content: "";*/
	/*display: block;*/
	/*width: 100%;*/
	/*height: 4px;*/
	/*background: url(../images/common/bg_pattern01.png) repeat-x left top;*/
	/*background-size: contain;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0px;*/
	/*z-index: -1;*/
/*}*/

.c-intro__inner {
	padding-bottom: 80px;
}

.c-intro__inner-content {
}

.c-intro__inner-content-box {
	padding: 3.773584905660377% 5.188679245283019% 4.716981132075472%;
	border-top: 8px solid #000;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	background-color: #fcf6d9;
	position: relative;
	z-index: 1;
}

.c-intro__inner-content-box:before {
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 2px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-intro__inner-content-box-ttl {
	margin-bottom: 4.28265525%;
	text-align: center;
}

.c-intro__inner-content-box-aitai,
.c-intro__inner-content-box-hoshii {
	margin: 0 -0.10706638% 4.28265525%;
	text-align: center;
}

.c-intro__inner-content-box-aitai:last-child,
.c-intro__inner-content-box-hoshii:last-child {
	margin-bottom: 0;
}

.c-intro__inner-content-period {
	background-color: #000000;
}

.c-intro__inner-content-note {
	padding: .75em .5em;
	margin-top: 30px;
	color: #e60039;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 7px solid #000;
}

.c-intro__inner-content .caption{
	text-align: center;
	padding: 50px 0 0;
}

.c-intro__inner-content .caption p{
	text-align: center;
	color: #d4003b;
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;
}

.c-intro__inner-content .x-step{
	margin-top: 50px;
}

.c-intro__inner-content .x-step h3{
	margin-bottom: 20px;
	text-align: center;
}

.c-intro__inner-content .x-step .block{
	border: 5px #000 solid;
	padding: 8px;
	background: #fff;
	margin: 0 auto;
	max-width: 700px;
}

.c-intro__inner-content .x-step .block .inblock{
	width: 100%;
	box-sizing: border-box;
	border: 3px #000 solid;
	padding: 20px 15px 5px;
}

.c-intro__inner-content .x-step ul{
	display: flex;
	justify-content: center;
}

.c-intro__inner-content .x-step ul li{
	position: relative;
	padding-right: 28px;
}

.c-intro__inner-content .x-step ul li::after{
	content: '';
	width: 14px;
	height: 26px;
	background:url("../images/common/x_step_arrow.png")  no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translate(0,-50%);
}

.c-intro__inner-content .x-step ul li:last-child{
	padding-right: 0;
}

.c-intro__inner-content .x-step ul li:last-child::after{
	display: none;
}

.c-intro__inner-content .x-step ul li a{
	display: inline-block;
}


.c-intro__inner-content .x-step .block .inblock p{
	margin-top: 15px;
	font-size: 12px;
	line-height: 150%;
}

.view_pc{
	display: block;
}

.view_sp{
	display: none;
}

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

	.c-intro__inner-content-note {
		font-size: 2.414vw;
		border: 7px solid #000;
	}
}

@media screen and (max-width:767px){
	.view_sp{
		display: block;
	}
	
	.view_pc{
		display: none;
	}
	
	.c-intro__inner-content .caption {
		padding: 30px 0 0;
	}

	.c-intro__inner-content .caption p {
		font-size: 3.733vw;
		line-height: 180%;
	}
	
	.c-intro {
	}

	.c-intro:before {
		height: 27px;
	}

	/*.c-intro:after {*/
		/*height: 1px;*/
	/*}*/

	.c-intro__inner {
		padding-bottom: 25px;
	}

	.c-intro__inner-content {
	}

	.c-intro__inner-content-box {
		padding: 5% 4.573% 5.714285714285714%;
		border-top: 4px solid #000;
		border-left: 4px solid #000;
		border-right: 4px solid #000;
	}

	.c-intro__inner-content-box:before {
		width: calc(100% - 7px);
		height: calc(100% - 7px);
		border: 1px solid #000;
	}

	.c-intro__inner-content-box-ttl {
		margin-bottom: 2.141327623126338%;
	}

	.c-intro__inner-content-box-aitai,
	.c-intro__inner-content-box-hoshii {
		margin-bottom: 3.211991434689507%;
	}

	.c-intro__inner-content-note {
		margin-top: 15px;
		font-size: 12px;
		border: 4px solid #000;
	}

	.c-intro__inner-content .x-step{
		margin-top: 30px;
	}

	.c-intro__inner-content .x-step .block{
		padding: 5px;
	}

	.c-intro__inner-content .x-step .block .inblock{
		padding: 15px 10px 5px;
	}

	.c-intro__inner-content .x-step ul{
		display: block;
		text-align: center;
	}

	.c-intro__inner-content .x-step ul li{
		position: relative;
		padding-right: 0;
		padding-bottom: 40px;
		text-align: center;
	}

	.c-intro__inner-content .x-step ul li::after{
		content: '';
		width: 26px;
		height: 14px;
		background:url("../images/common/x_step_arrow.png")  no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: inherit;
		bottom: 18px;
		right: inherit;
		left: 50%;
		transform: translate(-50%,0) rotate(-45deg);
	}

	.c-intro__inner-content .x-step ul li:last-child{
		padding-right: 0;
		padding-bottom: 0;
	}
	
}

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

	.c-intro__inner-content-note {
		font-size: 3.2vw;
	}

}

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

 c-aitai-course

***********************************/
.c-aitai-course {
	position: relative;
	z-index: 1;
}

/*.c-aitai-course:after {*/
	/*content: "";*/
	/*display: block;*/
	/*width: 100%;*/
	/*height: 5px;*/
	/*border-top: 1px solid #d1bd66;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*z-index: -1;*/
/*}*/

.c-aitai-course__head {
	background: url(../images/top/course_head_bg01_pc.jpg) no-repeat center top;
	background-size: cover;
}

.c-aitai-course__head-inner {
	padding: 85px 0 55px;
}

.c-aitai-course__head-inner .ttl {
	margin-bottom: 4.716981132075472%;
	text-align: center;
}

.c-aitai-course__head-inner .txt01 {
	text-align: center;
}

.c-aitai-course__body {

}

.c-aitai-course__body-inner {
	padding: 65px 0 85px;
}

.c-aitai-course__body-inner-close {
	padding: .75em .5em;
	margin-top: 100px;
	color: #e60039;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 7px solid #000;
}

.c-aitai-course__body-inner-apply {
	width: 89.245283018867925%;
	margin: 100px auto 0;
	text-align: center;
}

.c-aitai-course__body-inner-comingsoon {
	padding: 23px 15px;
	margin-top: 60px;
	background: #f8f091;
}

.c-aitai-course__body-inner-comingsoon p {
	color: #d4003b;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

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

	.c-aitai-course__body-inner-close {
		font-size: 2.414vw;
		border: 7px solid #000;
	}

	.c-aitai-course__body-inner-comingsoon p {
		font-size: 24px;
	}
}

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

	/*.c-aitai-course:after {*/
		/*height: 2px;*/
	/*}*/

	.c-aitai-course__head {
		background: url(../images/top/course_head_bg01_sp.jpg) no-repeat center top;
		background-size: contain;
	}

	.c-aitai-course__head-inner {
		padding: 25px 0 15px;
	}

	.c-aitai-course__head-inner .ttl {
		margin-bottom: 4.285714285714286%;
	}

	.c-aitai-course__body-inner {
		padding: 35px 0 35px;
	}

	.c-aitai-course__body-inner-close {
		margin-top: 35px;
		font-size: 12px;
		border: 4px solid #000;
	}

	.c-aitai-course__body-inner-apply {
		width: auto;
		margin: 35px auto 0;
	}

	.c-aitai-course__body-inner-comingsoon {
		padding: 3.2vw 4vw;
		margin-top: 30px;
	}

	.c-aitai-course__body-inner-comingsoon p {
		font-size: 4.267vw;
	}

}

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

	.c-aitai-course__body-inner-close {
		font-size: 3.2vw;
	}

}

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

 c-apply

***********************************/
.c-apply {
	width: 89.245283018867925%;
	margin: 0 auto 100px;
	text-align: center;
}

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

	.c-apply {
		width: auto;
		margin: 35px auto 0;
	}

}

.c-apply.cs{
	position: relative;
	pointer-events: none;
}

.c-apply.cs::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #282828;
	opacity: .7;
	z-index: 100;
}

/*.c-apply.cs::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background: url("../images/common/cs.png") no-repeat center center;
	background-size: 45% auto;
	z-index: 101;
}*/

.c-apply p {
	position: absolute;
	color: white;/*文字は白に*/
	font-weight: bold; /*太字に*/
	font-size: 2em;/*サイズ2倍*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 101;
}
@media screen and (max-width:767px){
	.c-apply p {
		font-size: 15p\x;
	}
}

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

 c-close

***********************************/
.c-close {
	padding: .75em .5em;
	margin-top: 100px;
	color: #e60039;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 7px solid #000;
}

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

	.c-close {
		font-size: 2.414vw;
		border: 7px solid #000;
	}
}

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

	.c-close {
		margin-top: 35px;
		font-size: 12px;
		border: 4px solid #000;
	}

}

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

	.c-close {
		font-size: 3.2vw;
	}

}

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

 c-hoshii-course

***********************************/
.c-hoshii-course {
	position: relative;
	z-index: 1;
}

/*.c-hoshii-course:after {*/
	/*content: "";*/
	/*display: block;*/
	/*width: 100%;*/
	/*height: 5px;*/
	/*border-top: 1px solid #d1bd66;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*z-index: -1;*/
/*}*/

.c-hoshii-course__head {
	background: url(../images/top/course_head_bg01_pc.jpg) no-repeat center top;
	background-size: cover;
}

.c-hoshii-course__head-inner {
	padding: 85px 0 55px;
}

.c-hoshii-course__head-inner .ttl {
	margin-bottom: 4.716981132075472%;
	text-align: center;
}

.c-hoshii-course__head-inner .txt01 {
	text-align: center;
}

.c-hoshii-course__body {

}

.c-hoshii-course__body-inner {
	padding: 65px 0 85px;
}

.c-hoshii-course__body-inner-comingsoon {
	padding: 23px 15px;
	margin-top: 60px;
	background: #f8f091;
}

.c-hoshii-course__body-inner-comingsoon p {
	color: #d4003b;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

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

	.c-hoshii-course__body-inner-comingsoon p {
		font-size: 24px;
	}

}

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

	/*.c-hoshii-course:after {*/
		/*height: 2px;*/
	/*}*/

	.c-hoshii-course__head {
		background: url(../images/top/course_head_bg01_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.c-hoshii-course__head-inner {
		padding: 25px 0 15px;
	}

	.c-hoshii-course__head-inner .ttl {
		margin-bottom: 4.285714285714286%;
	}

	.c-hoshii-course__body-inner {
		padding: 35px 0 45px;
	}

	.c-hoshii-course__body-inner-comingsoon {
		padding: 3.2vw 4vw;
		margin-top: 30px;
	}

	.c-hoshii-course__body-inner-comingsoon p {
		font-size: 4.267vw;
	}

}

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

 c-terms

***********************************/
.c-terms {
	background: url(../images/common/terms_bg01_pc.png) no-repeat center bottom / contain,
				url(../images/common/bg_pattern02.png) repeat;
}

@supports (background-image: url("../images/common/terms_bg01_pc.webp")) {
	.c-terms {
		background: url(../images/common/terms_bg01_pc.webp) no-repeat center bottom / contain,
		url(../images/common/bg_pattern02.webp) repeat;
	}
}

.c-terms__inner {
	padding: 70px 0 95px;
}

.c-terms__inner-content {
	margin-bottom: 170px;
}

.c-terms__inner-content-ttl,
.c-terms__inner-content-ttl02 {
	background-color: #000000;
}

.c-terms__inner-content-ttl img {
	display: block;
	width: 132px;
	margin: 0 auto;
}

.c-terms__inner-content-ttl02 img {
	display: block;
	margin: 0 auto;
}

.c-terms__inner-content .scroll-content {
	padding: 30px 15px 30px 32px;
	background-color: #fcf6d9;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	border-bottom: 8px solid #000000;
}

.c-terms__inner-content .scroll-content__inner {
	height: 620px;
	/*overflow-y: scroll;*/
	/*-webkit-overflow-scrolling: touch;*/
}

.c-terms__inner-content .scroll-content__inner .sec {
	padding-right: 3%;
	margin-bottom: 30px;
}

.c-terms__inner-content .scroll-content__inner .sec:last-child {
	margin-bottom: 0;
}

.c-terms__inner-content .scroll-content__inner .sec .tel {
	color: #000;
	text-decoration: none;
}

.c-terms__inner-content .scroll-content__inner .sec .email {
	color: #9b2a7b;
	text-decoration: underline;
}

.c-terms__inner-content .scroll-content__inner .sec .email:hover {
	text-decoration: none;
}

.c-terms__inner-content .scroll-content__inner .sec .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.666666666666667;
}

.c-terms__inner-content .scroll-content__inner .sec p {
	font-size: 18px;
	line-height: 1.666666666666667;
}

.c-terms__inner-content .scroll-content__inner .sec ul {
	font-size: 18px;
	line-height: 1.666666666666667;
}

.c-terms__inner-content .scroll-content__inner .sec ul li {
	text-indent: -.5em;
	margin-left: .5em;
}

.c-terms__inner-navi {
	padding-bottom: 95px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.c-terms__inner-navi-bnr {
	width: 45.094339622641509%;
	margin: 0 1.415094339622642%;
	position: relative;
}


.c-terms__inner-navi-bnr.cs::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #282828;
	opacity: .7;
}


.c-terms__inner-navi-bnr.cs::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background: url("../images/common/cs.png") no-repeat center center;
	background-size: 70% auto;
}



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

	.c-terms {
		background: url(../images/common/terms_bg01_pc.png) no-repeat center bottom / 1500px auto,
		url(../images/common/bg_pattern02.png) repeat;
	}

	@supports (background-image: url("../images/common/terms_bg01_pc.webp")) {
		.c-terms {
			background: url(../images/common/terms_bg01_pc.webp) no-repeat center bottom / 1500px auto,
			url(../images/common/bg_pattern02.webp) repeat;
		}
	}
}

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

}

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

	.c-terms {
		background: url(../images/common/terms_bg01_sp.jpg) no-repeat center bottom / contain,
		url(../images/common/bg_pattern02.png) repeat;
	}

	@supports (background-image: url("../images/common/terms_bg01_sp.webp")) {
		.c-terms {
			background: url(../images/common/terms_bg01_sp.webp) no-repeat center bottom / contain,
			url(../images/common/bg_pattern02.webp) repeat;
		}
	}

	.c-terms__inner {
		padding: 25px 0 25px;
	}

	.c-terms__inner-content {
		margin-bottom: 120px;
	}

	.c-terms__inner-content-ttl img {
		width: 63px;
	}

	.c-terms__inner-content .scroll-content {
		padding: 15px 6px 15px 12px;
		border-left: 4px solid #000000;
		border-right: 4px solid #000000;
		border-bottom: 4px solid #000000;
	}

	.c-terms__inner-content .scroll-content__inner {
		height: 445px;
	}

	.c-terms__inner-content .scroll-content__inner .sec {
		padding-right: 12px;
		margin-bottom: 15px;
	}

	.c-terms__inner-content .scroll-content__inner .sec .ttl {
		font-size: 11px;
	}

	.c-terms__inner-content .scroll-content__inner .sec p {
		font-size: 11px;
	}

	.c-terms__inner-content .scroll-content__inner .sec ul {
		font-size: 11px;
	}

	.c-terms__inner-navi {
		padding-bottom: 25px;
		display: flex;
		justify-content: space-between;
	}

	.c-terms__inner-navi-bnr {
		width: 47.142857142857143%;
		margin: 0;
	}
}

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

 c-course-list

***********************************/
.c-course-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -7.547169811320755%;
}

.c-course-list__sec {
	display: flex;
	flex-direction: column;
	width: 47.169811320754717%;
	margin-bottom: 7.547169811320755%;
}

.c-course-list__sec-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 34px 4% 35px;
	/*padding: 24px 11% 35px;*/
	background-color: #fffde9;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-course-list__sec-content.disable:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.4);
	border-radius: 20px;
	pointer-events: none;
}

.c-course-list__sec.double-chance .c-course-list__sec-content {
	background: url(../images/common/bg_stripe01.png) repeat;
	border-radius: 0;
}

.c-course-list__sec.double-chance .c-course-list__sec-content:before {
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #fffde9;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-course-list__sec-content .capacity {
	width: 100px;
	margin-top: -40px;
	margin-left: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-course-list__sec-content .award01 {
	width: 124px;
	margin: 0 auto 25px;
	text-align: center;
}

.c-course-list__sec-content .award02 {
	width: 128px;
	margin: 0 auto 25px;
	text-align: center;
}

.c-course-list__sec-content .more {
	width: auto;
	margin: 0 -6.412% 25px;
	/*margin: 15px -6.412% 40px;*/
}

.c-course-list__sec-content .ttl {
	margin: 0 auto 25px;
	text-align: center;
}

.c-course-list__sec-content .hoshii-ttl01 {
	margin-bottom: 49px;
}

.c-course-list__sec-content .pic01 {
	width: 74.102564102564103%;
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.c-course-list__sec.double-chance .c-course-list__sec-content .pic01 {
	width: auto;
	margin-bottom: 20px;
}

.c-course-list__sec-content .pic02 {
	width: 94.871794871794872%;
	margin: 0 auto 20px;
	text-align: center;
}

.c-course-list__sec-content .catch-copy {
	/*margin-bottom: 15px;*/
	text-align: center;
}

.c-course-list__sec-content .period {
	margin-top: .8em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.444444444444444;
}

.c-course-list__sec-content .txt01 {
	margin-top: .8em;
	font-size: 18px;
	line-height: 1.444444444444444;
}

.c-course-list__sec-content .txt01 .period {
	display: block;
	color: #ec5610;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.444444444444444;
}

.c-course-list__sec-content .txt01:first-of-type {
	margin-top: 0;
}

.c-course-list__sec-content .txt02 {
	margin-bottom: 1em;
	text-align: center;
}

.c-course-list__sec-content .txt02 p{
	color: #ec5610;
	display: inline-block;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.c-course-list__sec-content .txt02 p::before {
	content: '';
	width: 45px;
	height: 35px;
	position: absolute;
	top: 0;
	left: -55px;
	background: url("../images/common/bg_txt02_1.png") no-repeat;
	background-size: 100% auto;
}

.c-course-list__sec-content .txt02 p::after {
	content: '';
	width: 45px;
	height: 35px;
	position: absolute;
	top: 0;
	right: -55px;
	background: url("../images/common/bg_txt02_2.png") no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width:1000px){
	.c-course-list__sec-content .txt02 p{
		font-size: 16px;
		line-height: 1.5;
	}
	
	.c-course-list__sec-content .txt02 p::before {
		width: 32px;
		height: 25px;
		left: -42px;
	}

	.c-course-list__sec-content .txt02 p::after {
		width: 32px;
		height: 25px;
		right: -42px;
	}

}

@media screen and (max-width:767px){
	.c-course-list__sec-content .txt02{
		margin-bottom: .5em;
	}
	
	.c-course-list__sec-content .txt02 p{
		font-size: 12px;
		line-height: 1.5;
	}

	.c-course-list__sec-content .txt02 p::before {
		width: 23px;
		height: 18px;
		left: -35px;
	}

	.c-course-list__sec-content .txt02 p::after {
		width: 23px;
		height: 18px;
		right: -35px;
	}
}

.c-course-list__sec-content .precautions {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.444444444444444;
}

.c-course-list__sec-content .legal-line {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.2;
}

.c-course-list__sec-content .credit {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.444444444444444;
}

.c-course-list__sec-content .price-box {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 20px;
}

.c-course-list__sec-content .price {
	display: flex;
	justify-content: center;
	align-items: center;
	/*font-size: 18px;*/
}

.c-course-list__sec-content .link-btn{
	margin: 15px auto 0;
	max-width: 320px;
	text-align: center;
}

.c-course-list__sec-content .link-btn a{
	display: inline-block;
	vertical-align: top;
	background: #E60039;
	color: #fff;
	padding: 9px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 150%;
  	font-weight: bold;
	border-radius: 6px;
}

.c-course-list__sec-content .link-btn a span{
	/*font-size: 12px;*/
	/*line-height: 150%;*/
	/*vertical-align: middle;*/
	/*margin-left: .2em;*/
}

.c-course-list__sec-content .price .ttl{
	background: #040000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 .3em;
	border-radius: 5px;
	padding: 1px 5px;
}

.c-course-list__sec-content .price .ttl br {
	display: none;
}

.c-course-list__sec-content .price .included {
	margin: 0 .8em 0 .1em;
	font-size: 22px;
	font-weight: bold;
	color: #e60039;
}

.c-course-list__sec-content .price .included span {
	margin-left: .2em;
	font-size: 16px;
	font-weight: bold;
	color: #e60039;
}

@media screen and (max-width:1035px){
	.c-course-list__sec-content .price .ttl br{
		display: block;
	}
}

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

	.c-course-list__sec-content .price-box {
		margin-top: 15px;
	}

	.c-course-list__sec-content .price {
		/*margin-top: 1.5em;*/
	}
	.c-course-list__sec-content .price .ttl{
		font-size: 12px;
		line-height: 1.5;
	}
	.c-course-list__sec-content .price .ttl br{
		display: none;
	}
	.c-course-list__sec-content .price .included {
		font-size: 16px;
		font-weight: bold;
	}

	.c-course-list__sec-content .price .included span {
		font-size: 12px;
	}
}

.c-course-list__sec-content .price.jtb p{
	margin-top: 1em;
	text-align: center;
	font-size: 18px;
}

.c-course-list__sec-content .price.jtb p:first-child{
	margin-top: 0;
}

.c-course-list__sec-content .price .area{
	font-size: 18px;
}

.c-course-list__sec-content .price .cap01{
	font-size: 14px;
}

.c-course-list__sec-content .price .cap02{
	font-size: 16px;
}

.c-course-list__sec-btn {
	width: 72%;
	margin: 6% auto 0;
	text-align: center;
	/*cursor: pointer;*/
}

.c-course-list__sec-btn a {
	cursor: pointer;
}
@media screen and (max-width:767px){
	.c-course-list__sec-btn {
		width: 72%;
	}
}

.c-course-list__sec-btn p {
	display: block;
}

.c-course-list__sec-btn p img {
	display: block;
}

.c-course-list__sec-btn.cs{
	position: relative;
	pointer-events: none;
}

.c-course-list__sec-btn.cs::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background: #282828;
	opacity: .7;
	z-index: 100;
}

.c-course-list__sec-btn.cs::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background: url("../images/common/cs.png") no-repeat center center;
	background-size: 55% auto;
	z-index: 101;
}


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

	.c-course-list__sec-content {
		padding: 3.207547169811321vw 4% 3.017241379310345vw;
		/*padding: 2.068965517241379vw 11% 3.017241379310345vw;*/
		border-radius: 1.724vw;
	}

	.c-course-list__sec-content.disable:before {
		border-radius: 1.724vw;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content {
		background-size: 1.379310344827586vw 1.379310344827586vw;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content:before {
		width: calc(100% - 1.724vw);
		height: calc(100% - 1.724vw);
	}

	.c-course-list__sec-content .capacity {
		width: 8.621vw;
		margin-top: -3.773584905660377vw;
		/*margin-top: -1.293vw;*/
		margin-left: 1.293vw;
	}

	.c-course-list__sec-content .award01 {
		width: 10.69vw;
		margin: 0 auto 2.155172413793103vw;
	}

	.c-course-list__sec-content .award02 {
		width: 11.034vw;
		margin: 0 auto 2.155172413793103vw;
	}

	.c-course-list__sec-content .more {
		margin: 0 -6.412% 2.155172413793103vw;
	}

	.c-course-list__sec-content .ttl {
		margin: 0 0 2.155172413793103vw;
	}

	.c-course-list__sec-content .hoshii-ttl01 {
		margin-bottom: 4.224vw;
	}

	.c-course-list__sec-content .pic01 {
		margin: 0 auto 1.724137931034483vw;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content .pic01 {
		margin-bottom: 1.724137931034483vw;
	}

	.c-course-list__sec-content .pic02 {
		margin: 0 auto 1.724137931034483vw;
	}

	.c-course-list__sec-content .txt01 {
		font-size: 1.552vw;
	}

	.c-course-list__sec-content .period {
		font-size: 1.724vw;
	}

	.c-course-list__sec-content .txt01 .period {
		font-size: 1.724vw;
	}

	.c-course-list__sec-content .precautions {
		margin-bottom: 0.862vw;
		font-size: 0.862vw;
	}

	.c-course-list__sec-content .legal-line {
		margin-bottom: 0.862vw;
		font-size: 0.862vw;
	}

	.c-course-list__sec-content .credit {
		margin-bottom: 1.724137931034483vw;
		font-size: 1.207vw;
	}

	.c-course-list__sec-content .price {
		font-size: 2.068965517241379vw;
		/*font-size: 1.552vw;*/
	}
		
	.c-course-list__sec-content .price.jtb p{
		margin-top: 1em;
		text-align: center;
		font-size: 15px;
	}

	.c-course-list__sec-content .price.jtb p:first-child{
		margin-top: 0;
	}

	.c-course-list__sec-content .price .area{
		font-size: 15px;
	}

	.c-course-list__sec-content .price .cap01{
		font-size: 12px;
	}

	.c-course-list__sec-content .price .cap02{
		font-size: 14px;
	}

	.c-course-list__sec-content .link-btn a{
		padding: 0.776vw 1.724vw;
		font-size: 1.552vw;
		border-radius: 0.517vw;
	}
}

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

	.c-course-list {
		display: block;
		margin-bottom: 0;
	}

	.c-course-list__sec {
		width: 85.71428571%;
		/*width: 81.714285714285714%;*/
		margin: 0 auto 33px;
	}

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

	.c-course-list__sec-content {
		height: 100%;
		padding: 5.333333333333333vw 5% 5.244755244755245%;
		/*padding: 5.333333333333333vw 5.244755244755245% 5.244755244755245%;*/
		/*padding: 3.496503496503497% 5.244755244755245% 5.244755244755245%;*/
		border-radius: 10px;
	}

	.c-course-list__sec-content.disable:before {
		border-radius: 10px;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content {
		background: url(../images/common/bg_stripe01.png) repeat;
		background-size: 2.133333333333333vw 2.133333333333333vw;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content:before {
		width: calc(100% - 1.333333333333333vw);
		height: calc(100% - 1.333333333333333vw);
	}

	.c-course-list__sec-content .capacity {
		width: 56px;
		margin-top: -20px;
		/*margin-top: -10px;*/
		margin-left: 4.370629370629371%;
	}

	.c-course-list__sec-content .award01 {
		width: 62px;
		margin: 0 auto 12px;
	}

	.c-course-list__sec-content .award02 {
		width: 64px;
		margin: 0 auto 12px;
	}

	.c-course-list__sec-content .more {
		width: auto;
		margin: 0 .59% 18px;
	}

	.c-course-list__sec-content .ttl {
		margin: 0 auto 12px;
	}

	.c-course-list__sec-content .hoshii-ttl01 {
		margin-bottom: 12px;
	}

	.c-course-list__sec-content .pic01 {
		width: 66.41%;
		margin: 0 auto 15px;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content .pic01 {
		width: 72.27%;
		margin-bottom: 15px;
	}

	.c-course-list__sec-content .pic02 {
		width: 72.27%;
		margin: 0 auto 15px;
		text-align: center;
	}

	.c-course-list__sec-content .period {
		font-size: 12px;
	}

	.c-course-list__sec-content .txt01 {
		font-size: 12px;
		line-height: 1.363636363636364;
	}

	.c-course-list__sec-content .txt01 .period {
		font-size: 14px;
	}

	.c-course-list__sec-content .precautions {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.c-course-list__sec-content .legal-line {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.c-course-list__sec-content .credit {
		margin-bottom: 15px;
		font-size: 11px;
	}

	.c-course-list__sec.double-chance .c-course-list__sec-content .txt01 {
		margin: 0 0 5px;
		font-size: 11px;
	}
	
	.c-course-list__sec-content .price.jtb p{
		margin-top: 1em;
		text-align: center;
		font-size: 15px;
	}

	.c-course-list__sec-content .price.jtb p:first-child{
		margin-top: 0;
	}

	.c-course-list__sec-content .price .area{
		font-size: 15px;
	}

	.c-course-list__sec-content .price .cap01{
		font-size: 12px;
	}

	.c-course-list__sec-content .price .cap02{
		font-size: 14px;
	}

	.c-course-list__sec-content .link-btn a{
		padding: 5px 15px;
		font-size: 14px;
		border-radius: 6px;
	}
}

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

 c-course-bnr

***********************************/
.c-course-bnr {
	/*width: 57.169811320754717%;*/
	padding-top: 70px;
	margin: 50px auto 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-course-bnr:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 37px 41px 0 41px;
	border-color: #E60039 transparent transparent transparent;
	/*border-color: #ebcc6f transparent transparent transparent;*/
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

}

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

	.c-course-bnr {
		/*width: 70%;*/
		padding-top: 27px;
		margin-top: 30px;
	}

	.c-course-bnr:before {
		border-width: 15px 16.5px 0 16.5px;
	}
}

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

 c-course-mall

***********************************/
.c-course-mall {
	margin-top: 80px;
}

.c-course-mall-ttl {
	width: 88.679245283018868%;
	margin: 0 auto 30px;
	text-align: center;
}

.c-course-mall-bnr {
	width: 88.679245283018868%;
	margin: 0 auto;
	text-align: center;
}

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

}

@media screen and (max-width:767px){
	.c-course-mall {
		margin-top: 35px;
	}

	.c-course-mall-ttl {
		width: auto;
		margin: 0 auto 15px;
		text-align: center;
	}

	.c-course-mall-bnr {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

}

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

 c-new-year-bnr

***********************************/
.c-new-year-bnr {
	margin-top: 80px;
	text-align: center;
	background-color: #fff;
}

.c-new-year-bnr img {
	display: block;
	width: 100%;
	max-width: none;
}

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

}

@media screen and (max-width:767px){
	.c-new-year-bnr {
		margin-top: 35px;
	}

}

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

 c-course-back

***********************************/
.c-course-back {
	margin-top: 80px;
}

.c-course-back-bnr {
	width: 88.679245283018868%;
	margin: 0 auto;
	text-align: center;
}

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

}

@media screen and (max-width:767px){
	.c-course-back {
		margin-top: 35px;
	}

	.c-course-back-bnr {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

}


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

 xxx

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

.regular .slidePatrs{
	max-width: 300px!important;
	margin: 0 auto;
	display: flex!important;
	justify-content: center;
	
}

.slick-prev::before {
	content: '　';
	width: 18px;
	height: 32px;
	background: url("../images/common/prev.png") no-repeat left center;
}

.slick-next::before {
	content: '　';
	width: 18px;
	height: 32px;
	background: url("../images/common/next.png") no-repeat right center;
}

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

}

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

}


.modalCover {
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  pointer-events: none; }
  .modalCover.on {
    transition-delay: 1s;
    opacity: 1;
    transition: 0.5s;
    pointer-events: auto; }
    .modalCover.on.complete {
      transition-delay: 3.5s; }
      .modalCover.on.complete .modal {
        transition-delay: 2.2s !important;
        height: auto; }
    .modalCover.on .modal {
      transform: translate(-50%, -50%) scale(1); }
    .modalCover.on .over {
      opacity: 1; }
  .modalCover .over {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    background: rgba(0,0,0,.8); }
    .modalCover .over img {
      width: 100%;
      height: 100%; }

.closeBtn {
	cursor: pointer;
	z-index: 8040;
    width: 50px;
	height: 50px;
	position: absolute;
	background: url(../images/common/modal_close01.png) no-repeat center;
	background-size: auto;
	background-size: contain;
	top: -25px;
	right: -25px;
}

@media screen and (max-width:767px){
	.closeBtn {
		width: 8vw;
		height: 8vw;
		top: -4vw;
		right: -1.333vw;
	}
}


.course-modal__inner .slick-prev{
	left: 0;
	z-index: 100;
}

.course-modal__inner .slick-next{
	right: 0;
	z-index: 100;
}

@media screen and (max-width:767px){
	.course-modal__inner .slick-prev{
		left: -25px;
	}

	.course-modal__inner .slick-next{
		right: -25px;
	}
}

.copy{
	margin-top: 1em;
	background: #faf7d6;
	padding: 15px;
}

.copy p{
	font-size: .4rem;
	line-height: 150%;
	text-align: center;
}

.copy p strong{
	font-size: .75rem;
	line-height: 150%;
	font-weight: bold;
}

.caption_txt{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}

@media screen and (max-width:767px){
	.caption_txt{
		
		line-height: 150%;
	}
}

.upgrade{
	margin-top: 1.5em;
	font-size: 14px;
	line-height: 150%;
}


#course-select{
	background: url("../images/common/bg_select.png") no-repeat center center;
	background-size: cover;
	padding: 20px 0;
}

#course-select .inner{
	margin: 0 auto;
	max-width: 1060px;
	width: 94%;
	position: relative;
	display: flex;
}

#course-select .inner::before{
	content: '';
	width: 1px;
	box-sizing: border-box;
	height: 100%;
	background: url("../images/common/bg_select2.png") repeat-y center top;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	
}

#course-select .inner a{
	width: 48%;
	margin-right: 2%;
	text-align: center;
}
#course-select .inner a:last-child{
	margin-right: inherit;
	margin-left: 2%;
}





















