@charset "UTF-8";




/*料金*/

#system {
	margin: 10px 0 0 0;
}
.system_title {
    text-align: center;
    font-size: 64px;
    letter-spacing: -0.04em;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    background: url(../img/common/section_outer.png) repeat;
    background-size: 800px;
    background-position: center;
    padding: 10px;
    font-feature-settings: "palt";
}
.system_title span {
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .5);
    display: inline-block;
    border-radius: 100px;
    color: #10dafe;
    width: 100%;
}
.system_title span.system_title_small {
	display: block;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .5);
    border-radius: 100px;
    color: #fb83c9;
    font-size: 22px;
    margin: -5px 0 0 0;
}
@media screen and (max-width: 768px) {
	#system {
		margin: 0;
	}
    .system_title {
        font-size: 36px;
        padding: 5px 0;
    }
	.system_title span.system_title_small {
	    font-size: 18px;
	    margin: 0;
	}
}
.system_content {
	text-align: center;
	margin: 10px 0 20px 0;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
    padding: 20px 20px 30px;
}
.system_content_inner {
	margin: 0 auto;
	max-width: 720px;
}
.course_table {
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.course_table tr {
	display: block;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	border-bottom: 2px dashed #a3efff;
}
.course_table th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	padding: 5px 0;
	word-break: break-all;
	width: 140px;
}
.course_table td {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	padding: 5px 0;
	font-size: 20px;
	word-break: break-all;
	line-height: 1.2;
}
.price_text_large {
	font-size: 48px;
	font-weight: bold;
	color: #fb83c9;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.price_text_middle {
	font-size: 42px;
	font-weight: bold;
	color: #fb83c9;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.price_text_attention {
	font-size: 14px;
	letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
	.system_content {
	    border: 4px solid #fff;
	    padding: 10px 10px 10px;
	}

	.course_table {
		max-width: 300px;
	}
	.course_table tr {
		display: inline-block;
		padding: 2px 10px;
	}
	.course_table th {
		display: inline-block;
		width: auto;
		padding: 5px 20px 5px 0;
	}
	.course_table td {
		display: inline-block;
	}

	.price_text_large {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0em;
	}
	.price_text_middle {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0em;
	}
	.price_text_attention {
		font-size: 14px;
		text-align: left;
	}
}


.system_barker_inner p {
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
	padding: 5px 0 0;
}
.system_barker_inner p.system_barker_title {
	font-weight: bold;
	font-size: 18px;
}
.system_barker_inner p span {
	display: inline;
	background: #FFF66C;
	padding: 2px;
}
@media screen and (max-width: 768px) {
	.system_barker_inner p {
		line-height: 1.5;
		font-size: 14px;
	}
}


.option_table {
	width: 100%;
	margin: 10px 0;
	display: block;
	border-radius: 16px;
	overflow: hidden;
}
.option_table tr {
	display: table;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	background: #fff0f9;
}
.option_table tr:nth-child(even) {
	background: #fff;
}
.option_table th {
	display: table-cell;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px 0;
	word-break: break-all;
	line-height: 1.2;
	border-bottom: 0px;
	border-top: 0px;
	width: 16%;
	min-width: 16%;
	max-width: 16%;
}
.option_table th span.price_text_large {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0em;
}
.option_table td {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	padding: 20px 0;
	word-break: break-all;
	line-height: 1.2;
	width: 82%;
	min-width: 82%;
	max-width: 82%;
}
.system_content .option_table ul {
}
.system_content .option_table ul li {
    display: inline-block;
    text-align: center;
    margin: 2px 0;
    max-width: 24.2%;
    vertical-align: top;
    padding: 0;
    border: none;
    position: relative;
}
.system_content .option_table td ul li video{
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 6px solid #fff;
	box-shadow: 0 1px 8px rgba(0,0,0, .2);
	border-radius: 16px;
	vertical-align: top;
}
.system_content .option_table td ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 6px solid #fff;
	box-shadow: 0 1px 8px rgba(0,0,0, .2);
	border-radius: 16px;
}
.system_content .option_table ul li span.price_text_middle {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0em;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	color: #fff;
	text-shadow: -1px -1px 1px #2cddfe, 1px -1px 1px #2cddfe, -1px 1px 1px #2cddfe, 1px 1px 1px #2cddfe;
}
.system_content .option_table ul li span.option_table_attention{
    display: block;
    font-size: 11px;
    letter-spacing: -0.04em;
    font-weight: normal;
    padding: 2px 0 0 0;
	color: #fff;
	text-shadow: -1px -1px 1px #2cddfe, 1px -1px 1px #2cddfe, -1px 1px 1px #2cddfe, 1px 1px 1px #2cddfe;
}
@media screen and (max-width: 768px) {
	.option_table {
		width: 100%;
		font-size: 16px;
		margin: 10px 0 5px;
	}
	.option_table tr {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.option_table th {
		padding: 0;
		height: 40px;
		line-height: 40px;
		width: 24%;
		min-width: 24%;
		max-width: 24%;
		height: auto;
		letter-spacing: 0em;
		line-height: 1.2;
	}
	.option_table th span.price_text_large {
	    font-size: 18px;
	}
	.option_table td {
		font-weight: bold;
		vertical-align: top;
		padding: 5px;
		width: 78%;
		min-width: 78%;
		max-width: 78%;
		height: auto;
		letter-spacing: 0em;
	}
	.system_content .option_table ul li {
	    max-width: 48%;
	}
	.system_content .option_table td ul li video{
	    border: none;
	    box-shadow: none;
	}
	.system_content .option_table td ul li img {
	    border: none;
	    box-shadow: none;
	}
	.system_content .option_table ul li span.price_text_middle {
		font-size: 16px;
		bottom: 5px;
	}
	.system_content .option_table ul li span.option_table_attention{
	    font-size: 10px;
	    line-height: 1.2;
	}

}



.system_service {
	text-align: center;
	margin: 10px 0 10px;
}
.system_service p {
	display: inline-block;
	margin: 0.5%;
	font-size: 26px;
	background: #b9ac8c;
	color: #fff;
	border-radius: 4px;
	padding: 12px 10px;
	font-weight: bold;
	width: 44%;
}
#system_delivery {
	position: relative;
	top: -100px;
}
.delivery_inner {
	padding: 30px;
	border: 1px solid #5be6ff;
	background: #fff;
	border-radius: 16px;
}
.delivery_inner img {
	display: block;
	width: 100%;
}
.delivery_table {
	width: 100%;
	margin: 10px 0;
	background: #fff;
}
.delivery_table tr {
	display: block;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.delivery_table th {
	display: block;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 15px;
	word-break: break-all;
	background: #edd4e1;
	font-size: 22px;
	border-radius: 8px;
}
.delivery_table tr:nth-child(1) th {
	background: #f67777;
	text-shadow: -1px -1px 1px #de5050, 1px -1px 1px #de5050, -1px 1px 1px #de5050, 1px 1px 1px #de5050;
}
.delivery_table tr:nth-child(2) th {
	background: #f7c04a;
	text-shadow: -1px -1px 1px #d89d1f, 1px -1px 1px #d89d1f, -1px 1px 1px #d89d1f, 1px 1px 1px #d89d1f;
}
.delivery_table tr:nth-child(3) th {
	background: #c2dd2a;
	text-shadow: -1px -1px 1px #aeca11, 1px -1px 1px #aeca11, -1px 1px 1px #aeca11, 1px 1px 1px #aeca11;
}
.delivery_table tr:nth-child(4) th {
	background: #8ccbf6;
	text-shadow: -1px -1px 1px #55a7df, 1px -1px 1px #55a7df, -1px 1px 1px #55a7df, 1px 1px 1px #55a7df;
}
.delivery_table tr:nth-child(5) th {
	background: #d8b8f9;
	text-shadow: -1px -1px 1px #bd94e8, 1px -1px 1px #bd94e8, -1px 1px 1px #bd94e8, 1px 1px 1px #bd94e8;
}
/*.delivery_table tr:nth-child(6) th {
	background: #908eed;
	text-shadow: -1px -1px 1px #7774dc, 1px -1px 1px #7774dc, -1px 1px 1px #7774dc, 1px 1px 1px #7774dc;
}*/
.delivery_table td {
	text-align: left;
	vertical-align: middle;
	display: block;
	padding: 10px 15px;
	word-break: break-all;
	letter-spacing: 0em;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	#system_delivery {
		position: relative;
		top: -50px;
	}
	.delivery_inner {
		padding: 10px;
	}
	.delivery_table th {
		padding: 2px 10px;
		font-size: 20px;
	}
	.delivery_table td {
		padding: 10px;
		font-size: 17px;
	}
}

.delivery_table2 {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 30px;
}
.delivery_table2 tr {
	display: inline-block;
	width: auto;
	margin: 5px 20px;
}
.delivery_table2 th {
    width: auto;
    padding: 0 20px 0 0;
}

.delivery_flow {
	/*padding: 20px;
    border: 1px solid #5be6ff;
    background: #fff;*/
	margin: 20px 0 0 0;
}
.delivery_flow_inner {
	display: table;
	table-layout: auto;
	width: 100%;
}
.delivery_flow_list {
	display: table-cell;
	vertical-align: middle;
}
.delivery_flow_list p {
	padding: 10px;
	border: 1px solid #f8edf2;
	background: #fff;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0em;
}
.delivery_flow_list img {
	display: block;
	width: auto;
	height: 100%;
	max-height: 140px;
	margin: 10px auto;
}
.delivery_flow_list_headline {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	display: block;
	width: 100px;
	margin: 0 auto 15px;
	text-align: center;
	background: #ffb0de;
	border-radius: 8px;
	color: #fff;
	font-feature-settings: "palt";
}
.delivery_flow_list_bold {
	font-weight: bold;
}
.delivery_flow_list i.fa-caret-right {
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
	color: #111;
}
.delivery_flow_list i.fa-caret-down {
	display: none;
}
@media screen and (max-width: 1840px) {
	.delivery_flow_list img {
		display: block;
		width: auto;
		height: 100%;
		max-height: 100px;
		margin: 10px auto;
	}
}
@media screen and (max-width: 1400px) {
	.delivery_flow_list img {
		display: block;
		width: auto;
		height: 100%;
		max-height: 80px;
		margin: 10px auto;
	}
}
@media screen and (max-width: 1280px) {
	.delivery_flow {
		margin: 10px 0 0 0;
	}
	.delivery_flow_inner {
		display: block;
		table-layout: auto;
		width: 100%;
		padding: 10px 0;
	}
	.delivery_flow_list {
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	.delivery_flow_list_headline {
		width: 100%;
		margin: 0 auto 10px;
	}
	.delivery_flow_list p {
		letter-spacing: 0em;
		line-height: 1.4;
	}
	.delivery_flow_list img {
		display: block;
		width: auto;
		height: 100%;
		max-height: 60px;
		margin: 5px 10px 5px 0;
		float: left;
	}
	.delivery_flow_list i.fa-caret-right {
		display: none;
	}
	.delivery_flow_list i.fa-caret-down {
		display: block;
		text-align: center;
		padding: 0;
		font-size: 20px;
		color: #111;
	}
}
.system_delivery_attention {
	margin: 10px 0 0 0;
	text-align: left;
}
.system_delivery_attention h5 {
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 5px 0;
}
.system_content .system_delivery_attention ul {}
.system_content .system_delivery_attention ul li {
	margin: 0;
	padding: 0;
	border-radius: none;
	font-size: 13px;
	background: none;
	border: none;
	font-weight: normal;
	display: block;
	text-align: left;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.system_delivery_attention .col-sm-6:first-child {
		margin: 0 0 10px 0;
	}
	.system_content .system_delivery_attention ul {
		text-align: left;
	}
	.system_content .system_delivery_attention ul li {
		text-align: left;
		font-size: 12px;
		letter-spacing: 0em;
	}
}
.credit {
	margin: 20px auto 0;
}
.credit_image {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}
.credit_image img {
	display: block;
	width: 100%;
}
.credit_text {
	display: block;
	vertical-align: top;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 0;
	font-weight: bold;
}
.guide_attention {
	margin: 30px 0 0;
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.credit {
		padding: 10px 0;
	}
	.credit_image {
		max-width: 640px;
	}
	.credit_text {
		padding: 0;
		font-size: 14px;
		text-align: left;
	}
	.guide_attention {
		margin: 0 0 10px;
		font-size: 13px;
	}
}
.member {
	margin: 10px auto;
	text-align: center;
	padding: 20px;
	border: 1px solid #5be6ff;
	background: #fff;
}
.member_image {
	display: inline-block;
	max-width: 440px;
	margin: 0 5px;
}
.member_image img {
	display: block;
	width: 100%;
}
.member_image p {
	letter-spacing: 0em;
	padding: 5px 0;
	font-size: 11px;
}
.member_guide {
	margin: 10px 0 0;
}
.member_guide p {
	text-align: left;
	font-size: 13px;
	letter-spacing: 0em;
	padding: 5px 0;
}
@media screen and (max-width: 768px) {
	.member {
		padding: 10px;
	}
	.member_image {
		max-width: 480px;
		margin: 0;
	}
	.member_image p {
		letter-spacing: 0em;
		padding: 5px 0 10px;
	}
	.member_guide {
		margin: 0 0 20px 0;
	}
	.member_guide p {
		text-align: left;
		font-size: 14px;
	}
}



.system_content ul {}
.system_content ul li {
	text-align: center;
	margin: 5px auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dashed #a3efff;
}
.system_content h3 {
	font-size: 24px;
	letter-spacing: 0em;
	font-weight: bold;
	color: #fff;
	font-feature-settings: "palt";
	margin: 10px 0;
	text-align: center;
	background: #ffb0de;
	padding: 10px 5px;
	border-radius: 16px;
}
.system_content h3 span {
	font-size: 26px;
	line-height: 1.4;
	display: block;
}
.system_content h3 span.option_title {
	font-size: 22px;
	line-height: 1.4;
	display: inline-block;
	padding: 0 5px;
}
.system_content ul li p {
	display: inline-block;
	margin: 5px;
	font-size: 20px;
	background: #b9ac8c;
	color: #fff;
	border-radius: 40px;
	padding: 6px 20px;
	font-weight: bold;
	margin: 10px 5px;
}
@media screen and (max-width: 768px) {
	.system_content ul {
		margin: 5px 0;
	}
	.system_content ul li {
		margin: 2px auto;
		display: block;
		font-size: 16px;
		letter-spacing: 0em;
		padding: 0 10px;
		border: none;
	}
	.system_content h3 {
		font-weight: bold;
		font-size: 20px;
		width: 100%;
		margin: 0 auto 10px;
	}
	.system_content h3 span {
		font-size: 20px;
		line-height: 1.4;
		display: block;
	}
	.system_content h3 span.option_title {
		font-size: 20px;
		line-height: 1.4;
		display: inline-block;
		padding: 0 5px;
	}
	.system_content ul li p {
		display: inline-block;
		margin: 5px;
		font-size: 20px;
		background: #b9ac8c;
		color: #fff;
		border-radius: 40px;
		padding: 6px 20px;
		font-weight: bold;
			margin: 5px 0;
	}
}

/*予約ボタン*/

#system_reserve {
	position: relative;
	top: -100px;
}
.system_reserve_inner {
	padding: 20px;
	border: 1px solid #5be6ff;
	background: #fff;
	border-radius: 16px;
	margin: 20px 0 0 0;
}
.system_reserve_text {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0em;
}
.system_reserve_inner h4 {
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	border: none;
	background: #fff;
	color: #111;
	font-size: 24px;
}
.system_reserve_attention {
	font-size: 15px;
	padding: 0 0 20px 0;
	text-align: center;
}
.system_reserve_button {
	padding: 10px 0;
	text-align: center;
}
.system_reserve_line {
	display: inline-block;
	width: 48%;
	max-width: 400px;
	text-align: center;
	background: #5ACF4A;
	color: #fff !important;
	text-shadow: -1px -1px 1px #43b833, 1px -1px 1px #43b833, -1px 1px 1px #43b833, 1px 1px 1px #43b833;
	padding: 16px 0;
	font-size: 28px;
	font-weight: bold;
	transition: opacity .3s;
	font-feature-settings: "palt";
	border-radius: 100px;
    border: 3px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
}
.system_reserve_twitter {
	display: inline-block;
	width: 48%;
	max-width: 400px;
	text-align: center;
	background: #69c9f5;
	color: #fff !important;
	text-shadow: -1px -1px 1px #44addd, 1px -1px 1px #44addd, -1px 1px 1px #44addd, 1px 1px 1px #44addd;
	padding: 16px 0;
	font-size: 28px;
	font-weight: bold;
	transition: opacity .3s;
	font-feature-settings: "palt";
	border-radius: 100px;
    border: 3px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
}
.system_reserve_line:hover, .system_reserve_twitter:hover {
	opacity: .75;
	color: #fff !important;
    border: 3px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
}
.system_reserve_line:active, .system_reserve_twitter:active, .system_reserve_line:visited, .system_reserve_twitter:visited, .system_reserve_line:foucs, .system_reserve_twitter:foucs, .system_reserve_line:click, .system_reserve_twitter:click {
	color: #fff !important;
    border: 3px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
}
@media screen and (max-width: 768px) {
	.system_service {
		text-align: center;
		margin: 10px 0 10px;
	}
	.system_service p {
		display: block;
		margin: 5px 0;
		font-size: 18px;
		background: #b9ac8c;
		color: #fff;
		border-radius: 4px;
		padding: 12px 0;
		font-weight: bold;
			width: 100%;
		letter-spacing: 0em;
	}
	#system_reserve {
		position: relative;
		top: -50px;
	}
	.system_reserve_inner {
		max-width: 1040px;
		margin: 0 auto 10px;
		padding: 20px;
	}
	.system_reserve_text {
		font-size: 12px;
		text-align: left;
		letter-spacing: 0em;
	}
	.system_reserve_inner h4 {
		text-align: left;
		padding: 4px 0;
		font-size: 18px;
	}
	.system_reserve_attention {
		font-size: 12px;
		text-align: left;
		letter-spacing: 0em;
		line-height: 1.2;
	}
	.system_reserve_button {
		padding: 20px 0 20px 0;
	}
	.system_reserve_line {
		width: 100%;
		max-width: 480px;
		margin: 10px auto 0;
		font-size: 20px;
		letter-spacing: 0em;
		display: block;
		padding: 14px 0;
	}
	.system_reserve_twitter {
		width: 100%;
		max-width: 480px;
		font-size: 20px;
		letter-spacing: 0em;
		display: block;
		padding: 14px 0;
	}
}
.system_attention_inner {
}
.system_attention_inner ul {
	margin: 0;
	padding: 0;
}
.system_attention_inner ul li {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}
.system_attention_inner p {
	font-size: 14px;
	text-align: left;
	margin: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
	.system_attention_inner {
		padding: 10px;
	}
}
.acd-check {
	display: none;
}
.acd-label {
	display: block;
	margin: 30px auto 0;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #fff !important;
	padding: 6px 20px;
	max-width: 400px;
	transition: opacity .5s;
	cursor: pointer;

    border: 2px solid #eefcff;
    background: #2fdaf8;
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
    font-feature-settings: "palt";
    border-radius: 100px;
    line-height: 1.2;
}
.acd-label span {
	display: block;
	font-size: 14px;
	padding: 0 5px;
}
.acd-label:hover {
	opacity: .75;
}
.acd-content {
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	padding: 0;
	margin: 0 0 -10px 0;
}
.acd-check:checked+.acd-label {
	margin: 30px auto 0;
}
.acd-check:checked+.acd-label+.acd-content {
	height: auto;
	opacity: 1;
	padding: 0;
	visibility: visible;
}
@media screen and (max-width: 768px) {
	.acd-label {
		font-size: 14px;
		padding: 6px 10px;
		max-width: 240px;
		transition: opacity .5s;
		cursor: pointer;
		line-height: 1.2;
		margin: 20px auto 0;
	}
	.acd-label span {
		display: block;
		font-size: 14px;
		padding: 0 0 0 5px;
	}
	.acd-check:checked+.acd-label {
		margin: 20px auto 0;
	}
	.acd-content {
		margin: 0 0 20px 0;
	}

}
.foreigners_table {
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.foreigners_table tr {
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
	border-bottom: 2px dashed #a3efff;
}
.foreigners_table th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	padding: 5px 10px 5px 0;
	word-break: break-all;
	font-size: 16px;
}
.foreigners_table td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	padding: 5px 0;
	font-size: 16px;
	word-break: break-all;
	line-height: 1.2;
}
.foreigners_table .price_text_large {
	font-size: 28px;
	font-weight: bold;
	color: #fb83c9;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.foreigners_table .price_text_middle {
	font-size: 22px;
	font-weight: bold;
	color: #fb83c9;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

@media screen and (max-width: 768px) {
	.foreigners_table {
	}
	.foreigners_table tr {
	}
	.foreigners_table th {
		padding: 10px 20px 10px 0;
	}
	.foreigners_table td {
	}

	.foreigners_table .price_text_large {
		font-size: 24px;
	}
	.foreigners_table .price_text_middle {
		font-size: 20px;
	}

}

/*他コース*/

.etc_course_outer {
	padding: 5px 10px 20px;
}
.etc_course_outer .col-sm-6 {
	padding: 0 5px;
}
.etc_course_table {
	width: 100%;
	border: 1px solid #ff94d2;
	border-top: none;
	border-right: none;
	font-size: 20px;
	margin: 10px 0;
	display: table;
	background: #fff;
}
.etc_course_table tr {
	display: table-cell;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #ff94d2;
}
.etc_course_table th {
	border-bottom: 1px solid #ff94d2;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	word-break: break-all;
	font-size: 16px;
	background: #ffb0de;
	border: 1px solid #ff94d2;
}
.etc_course_table td {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	font-size: 16px;
	word-break: break-all;
	line-height: 1.2;
}
.etc_price_text_large {
	font-size: 20px;
	font-weight: bold;
}
.etc_price_text_middle {
	font-size: 18px;
	font-weight: bold;
}
.system_content .etc_course_list {}
.system_content .etc_course_list li {
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto;
	display: inline-block;
	border: 1px solid #ff94d2;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.etc_course_table {
		width: 100%;
		font-size: 16px;
		margin: 10px 0 5px;
		border-top: none;
		border-left: 1px solid #ff94d2;
		border-right: 1px solid #ff94d2;
		border-bottom: 1px solid #ff94d2;
	}
	.etc_course_table tr {
		width: 100%;
		display: block;
		float: none;
		clear: both;
		border-bottom: 1px solid #ff94d2;
	}
	.etc_course_table tr.c_etc_course_table {
		width: 100%;
		display: block;
		float: none;
	}
	.etc_course_table th {
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		display: block;
		padding: 0;
		width: 40%;
		float: left;
		height: 40px;
		line-height: 40px;
		letter-spacing: 0em;
	}
	.etc_course_table td {
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
		font-weight: bold;
		display: block;
		padding: 0;
		font-size: 16px;
		width: 60%;
		float: left;
		height: 40px;
		line-height: 40px;
		letter-spacing: 0em;
	}
	.etc_price_text_large {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0em;
	}
	.etc_price_text_middle {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0em;
	}
}
.etc_course_inner {
	padding: 10px 20px 20px;
	background: #eefcff;
	margin: 10px 0 0;
	max-height: 960px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.etc_course_inner img {
	display: block;
	width: 100%;
}
.etc_intro_text {
	font-size: 14px;
	text-align: left;
}
.system_content h3.etc_content_title {
	font-weight: bold;
	font-size: 16px;
	background: #fff;
	padding: 5px;
	margin: 10px 0;
	color: #111;
	text-align: left;
}
.system_content h3.etc_content_title span {
	font-size: 20px;
}
.system_content h3 span.etc_content_title_number {
	background: #10dafe;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin: 0 5px 0 0;
	text-shadow: none;
	font-size: 15px;
	position: relative;
	top: -2px;
}
.etc_course_image {
	display: block;
	width: 100%;
	max-width: 200px;
	float: left;
	margin: 0 10px 10px 0;
}
.etc_course_text {
	font-size: 13px;
	text-align: left;
}
.etc_course_subtitle {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed #10dafe;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	display: inline-block;
}
.etc_content_inner {
	font-size: 14px;
}
.etc_end_text {
	font-size: 13px;
	margin: 10px 0 20px;
	background: #fff;
	padding: 10px;
	text-align: left;
}
.etc_course_date_list {
	font-weight: bold;
	margin: 0 0 20px 0;
}
.etc_middle_text {
	font-size: 14px;
	margin: 10px 0;
}
.etc_content_system {
	font-size: 12px;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	text-align: left;
}
.etc_content_system h5 {
	font-weight: bold;
	padding: 0 0 5px 0;
}
.etc_content_price {
	padding: 0 0 10px 0;
}
.system_content .etc_content_price li {
	width: 100%;
	display: block;
	padding: 0;
	vertical-align: top;
	border: none;
}
.etc_content_price li br {
	display: none;
}
.etc_content_price li h4 {
	line-height: 1.4;
	letter-spacing: 0em;
	padding: 3px 0;
}
.etc_content_price li h4 span.date_text_small {
	font-size: 14px;
}
.etc_content_price li h4 span.date_text_large {
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.etc_course_inner {
		padding: 10px;
		margin: 0 0 10px;
		max-height: 100%;
	}
	.etc_end_text {
		margin: 10px 0 10px;
	}
	.system_content h3.etc_content_title span {
		font-size: 18px;
	}
	.system_content h3 span.etc_content_title_number {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.etc_course_image {
		display: block;
		width: 100%;
		max-width: 240px;
		float: none;
		margin: 0 auto 10px;
	}
.etc_content_price {
	padding: 0;
}

}
.etc_course_flow {
	margin: 20px 0 0 0;
}
.etc_course_flow_inner {
	width: 100%;
	padding: 0 0 20px 0;
}
.etc_course_flow_list {}
.etc_course_flow_list p {
	padding: 10px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0em;
}
.etc_course_flow_list img {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.etc_course_flow_list_headline {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	display: block;
	width: 100px;
	margin: 0 auto 15px;
	text-align: center;
	background: #ffb0de;
	border-radius: 8px;
	color: #fff;
	font-feature-settings: "palt";
}
.etc_course_flow_list_subheadline {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	color: #111;
	font-feature-settings: "palt";
	line-height: 1.4;
}
.etc_course_flow_list_bold {
	font-weight: bold;
}
.etc_course_flow_list i.fa-caret-down {
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
	color: #111;
}

.etc_course_outer .system_content h3 {
	font-size: 28px;
	letter-spacing: 0em;
	font-weight: bold;
	color: #fb83c9 !important;
	font-feature-settings: "palt";
	margin: 10px 0 20px;
	text-align: left !important;
	background: #fff !important;
	padding: 15px 10px;
	border-radius: 0px;
	border-top: 1px dashed #ffcbe9;
	border-bottom: 1px dashed #ffcbe9;
}

@media screen and (max-width: 768px) {
	.etc_course_flow {
		margin: 10px 0 0 0;
	}
	.etc_course_flow_inner {
		display: block;
		table-layout: auto;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.etc_course_flow_list {
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	.etc_course_flow_list_headline {
		width: 100%;
		margin: 0 auto 10px;
	}
	.etc_course_flow_list p {
		letter-spacing: 0em;
		line-height: 1.4;
		padding: 0;
	}
	.etc_course_flow_list img {
		display: block;
		margin: 5px 0 5px 0;
	}
	.etc_course_flow_list i.fa-caret-down {
		display: block;
		text-align: center;
		padding: 0;
		font-size: 20px;
		color: #111;
	}

	.etc_course_outer .system_content h3 {
		font-size: 18px;
		margin: 5px 0 10px;
	}

}

.special_coupon_img {
  display: block;
  width: 100%;
}
.special_coupon_text {
  text-align: left;
}
.special_coupon_price {
  margin: 0 0 10px;
}
.special_coupon_price li span {
  display: inline-block;
  font-weight: bold;
  padding: 0 2px;
}
.special_coupon_buy {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
	.special_coupon_img {
	  max-width: 280px;
	  margin: 10px auto;
	}
	.special_coupon_text {
	  font-size: 14px;
	}
	.special_coupon_buy {
	  font-size: 13px;
	}
}

