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

body {
	color: #000;
	font-size: 15px;
	line-height: 160%;
}

* {
	box-sizing: border-box;
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.pc {
	display: none;
}

/*--------------------------
 main
------------------------- */
h1#mv {
	margin: 0;
	text-align: center;
	background: #06c755;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#study #pickup .swiper-section .swiper-waku .swiper-inner {
	position: relative;
}

#study #pickup .lists {
	position: relative;
	padding: 0 5vw 1vw;
}



/*--------------------------
 course
------------------------- */

#study #courselist {
	background: #fff;
	background-size: auto 104vw;
	position: relative;
	padding: 2.5vw 0 15vw;
	margin: 0;
}

@media all and (max-width: 320px) {
	#study #courselist {
		padding: 20px 10px 50px 10px;
	}
}

#study #courselist .ttl {
	text-align: center;
	margin: 30px auto;
	padding: 0 20px;
}


/* -- 絞り込み -- */
#study .check_list h2 {
	width: 300px;
	margin: 40px auto 0;
}

.check_list .check_list_box {
	padding: 20px 0 20px;
}

.check_list .check_list_box:first-of-type {
	padding: 0 0 20px;
	border-top: none;
}

.check_list .check_list_box:last-of-type {
	padding-bottom: 0;
}

.check_body input[type="checkbox"] {
	border: none;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2);
}

.check_body .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 1.0s;
}

.check_body input:checked~.hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	box-sizing: border-box;
	text-decoration: none;
	background: none;
}

.check_body .check_btn_sh {
	display: block;
	max-width: 260px;
	width: 80%;
	margin: auto;
	/* background: #f8c058 url(../img/icon_btn-arrow_transparent01.png) no-repeat center left 30px;
    background-size: 20px;
    border-radius: 30px;
    padding: 10px 20px 10px 40px;
    font-size: 20px; */
	/* color: #333; */
	/* box-shadow: 0 4px 0 #222; */
}

.check_list label {
	display: block;
	width: 100%;
}

#study #course .ttl {
	text-align: center;
	margin: 30px 0;
	padding: 0 20px;
}

/*--------------------------
 contact
------------------------- */

#study #consultation .ttl .worry {
	width: 90vw;
	margin: auto;
	padding: 0;
	text-align: center;
}

#study #consultation .btn ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#study #consultation .btn ul li {
	margin-top: 10px;
}

#study #consultation .catalog {
	margin: 20px 0 0 0;
	padding: 0 20px;
}

#study #consultation .consultation_list {
	margin: 40px auto;
}

#study #consultation .consultation_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 20px 40px 20px;
	padding: 0;
	list-style: none;
}

#study #consultation .consultation_list ul li {
	width: 48%;
	background: #EEEEEE;
	border-radius: 10px;
	margin-bottom: 10px;
}

#study #consultation .consultation_list ul li h3 {
	text-align: center;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

#study #consultation .consultation_list ul li.tel h3 {
	background: #409B83;
}

#study #consultation .consultation_list ul li.line h3 {
	background: #00B900;
}

#study #consultation .consultation_list ul li.chat h3 {
	background: #309AB7;
}

#study #consultation .consultation_list ul li.mail h3 {
	background: #394D8E;
}

#study #consultation .consultation_list ul li .txt {
	padding: 10px;
}

#study #consultation .consultation_list ul li .txt h4 {
	font-size: 13px;
	margin-bottom: 10px;
}

#study #consultation .consultation_list ul li .txt h4 small {
	font-size: 12px;
	font-weight: lighter;
	display: block;
}

#study #consultation .consultation_list ul li a {
	background: url("../img/btn_consultation.png") no-repeat 0 50%;
	background-size: 10%;
	padding: 0 0 0 20px;
	color: #E6340C;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}


/*--------------------------
 about
------------------------- */

/* #study #cam {
	margin: 30px 20px 100px;
	padding: 20px;
	border: 2px solid #e8340c;
} */

#study #cam {
	width: 90%;
	margin: 0 auto;
}

#study #cam h2 {
	color: #e8340c;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 160%;
}

#study #cam dl {
	margin: 0;
	padding: 0;
}

#study #cam dl dt {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	color: #e8340c;
	border-top: 1px solid #555;
}

#study #cam dl dd {
	margin: 0;
	padding: 5px 10px 10px 10px;
}

#study #cam dl dt.bnone,
#study #cam dl dd.bnone {
	border: 0;
}


/*--------------------------  choose  ------------------------- */

.choose_box {
	max-width: 860px;
	width: 80%;
	margin: 80px auto;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: 2px #000 solid;
	border-radius: 10px;
}

.choose_box h3 {
	max-width: 500px;
	width: 100%;
	margin: -12vw auto 0 auto;
}

.choose_box ul {
	display: block;
	width: 90%;
	margin: 10px auto 10px auto;
	list-style-type: none;
}

.choose_box ul li {
	width: 90%;
	max-width: 360px;
	margin: 0 auto 20px auto;
}

.coupon_line {
	width: 95%;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	z-index: 5;
	position: relative;
}

.coupon_line a {
	/* max-width: 85%; */
	display: inline-block;
	margin: 0 auto;
}

.coupon_app {
	display: block;
	margin: 0 auto 3vw;
	text-align: center;
	max-width: 100%;
	width: 100%;
}

.bg-gold {
	background: #f8c058;
	padding: 7vw 0;
}

.coupon_line_tx {
	padding: 30px 0;
}


/* course_lists */

.course_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.course_list .category_box {
	width: 100%;
}

.course_all-box,
[class^="course_box_category"] {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.course_all-box .osusume {
	display: none !important;
}

.course_list_item {
	background: #fff;
	width: calc(96vw / 2 - 2vw);
	margin-bottom: 3vw;
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.category_box .tokushu_obi {
	margin: 3vw auto 5vw;
	text-align: center;
}

.category_box .tokushu_txt {
	margin: 0 auto 2vw;
	font-size: calc(100vw / 24);
	line-height: 160%;
	text-align: center;
}

.target {
	position: absolute;
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}


/* 講座枠 */

.course_list_item img {
	width: 87%;
	line-height: 0;
	margin: 0 auto;
	display: flex;
}

.course_box figure {
	position: relative;
	line-height: 0;
}

.course_box .course_box_txt {
	display: none;
	margin: 3px 0 5px;
	padding: 1vw 1vw;
	background-size: 16px;
	font-size: calc(46vw / 14);
	line-height: 1.5;
	min-height: 56px;
}

.course_box .course_box_ttl {
	font-size: calc(40vw / 11);
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	min-height: 9vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	color: #212121;
}

.course_box .course_box_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 2vw 2vw 2vw;
	color: #000;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

.course_box .course_price {
	padding: 0 0 0 0px;
	color: #E6340C;
	line-height: 1;
	max-width: 45vw;
}

.course_box .course_price em {
	font-size: calc(50vw / 7.5);
	font-weight: bold;
	display: inline-flex;
}

.course_box .course_price span.price_small {
	display: inline-flex;
	flex-direction: column-reverse;
	line-height: 1;
	letter-spacing: 0;
}

.course_box .course_price span.price_small span:nth-of-type(1) {
	font-size: 60%;
}

.course_box .course_price span.price_small span:nth-of-type(2) {
	font-size: 18%;
}


.course_box .btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1vw 2vw;
}

.course_box .btn a.application {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	height: 35px;
	background: #014990;
	background-size: 16px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	box-shadow: 0 4px 0 #002b56;
	border-radius: 5px;
	transition: .3s;
	margin-top: 5px;

}

.course_box .btn a.morebtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	color: #003d79;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.hidden_off {
	display: none;
}

.hidden_show {
	display: block;
}

.course_box .course_nomalprice {
	display: block;
	text-align: left;
	width: 100%;
	font-size: 12px;
	padding: 2vw 3vw 1vw;
	font-weight: normal;
	font-feature-settings: "palt";
}

.course_box .course_nomalprice s {
	font-size: 120%;
}

.course_box figure figcaption .course_off {
	background: #ff0000;
	font-size: calc(40vw / 10.5);
	color: #ffff00;
	text-align: center;
	line-height: 1;
	display: block;
	padding: 5px 0;
	font-weight: bold;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
}

.course_box figure figcaption .course_off em {
	font-size: 120%;
}




.target_courses p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 30px;
	text-align: center;
}

/* リボン */
.target_courses {
	justify-content: center;
	display: flex;
	padding-bottom: 10px;
}

.target_text em {
	font-style: normal;
	font-size: 60%;
}

.target_text {
	display: inline-block;
	position: relative;
	height: 35px;
	/*リボンの高さ*/
	line-height: 35px;
	/*リボンの高さ*/
	text-align: center;
	padding: 0 40px;
	/*横の大きさ*/
	font-size: 18px;
	/*文字の大きさ*/
	background: rgb(255, 144, 47);
	background: linear-gradient(326deg, rgba(255, 144, 47, 1) 15%, rgba(237, 113, 5, 1) 78%);
	/*文字色*/
	box-sizing: border-box;

}

.target_text:before,
.target_text:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.target_text:before {
	top: 0;
	left: 0;
	border-width: 17px 0px 17px 10px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

.target_text:after {
	top: 0;
	right: 0;
	border-width: 17px 10px 17px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}


.target_text {
	color: rgb(255, 242, 0);
}


.course_box_area .btn em {
	font-size: 75%;
	font-style: normal;
	padding-left: 5px;
}

.howto {
	align-items: center;
	background: #fff url(../img/howto_bg.jpg) no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
	padding: 10px;
}


.howto .howto_bg {
	align-items: center;
	background-color: #fff;
	height: auto;
	border-radius: 15px;
	margin: 0 auto;
	border: #eb612a 3px solid;
}

.howto_box {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
	padding: 8px;
}

.howto_box ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.howto_box li {
	display: flex;
	marker: none;
	flex-wrap: wrap;
}

.sp_content {
	padding-bottom: 10px;
}

.howto_content.mark {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f15a24 transparent transparent transparent;
	border-width: 20px 32.5px 0px 32.5px;
}

.annotation {
	padding: 0 20px 10px 20px;
	text-align: left;
	padding-top: 5px;
}

.annotation dd {
	font-size: 15px;
	font-weight: 1000;
	color: #eb612a;
	border-bottom: solid #eb612a 1px;
}

.annotation dt {
	font-size: 12px;
	line-height: 1.5;
	padding-top: 5px;
}

.annotation em {
	font-style: normal;
	font-weight: bold;
}

.annotation strong {
	font-size: 90%;
	font-weight: 300;
}


.course_box_area .btn .application img {
	width: 13px;
	padding-left: 3px;
	margin: 0;
}

.course_box_area .btn .morebtn img {
	width: 15px;
}

#study #consultation .consultation_list ul li a {
	background: url("../img/btn_consultation.png") no-repeat 0 50%;
	background-size: 10%;
	padding: 0 0 0 20px;
	color: #E6340C;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}

.howto p {
	font-size: 10px;
	line-height: 1.1;
    text-align: center;
	padding: 0 10px 5px;
}

.howto p a {
	color: #0080ff;
	text-decoration: underline;
}

.indent a {
	display: inline-block;
	margin: 0 auto;
}

#fv.howto picture{
	width: 85%;
	margin: 0 auto;
}

.howto .point {
	width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #f15a24;
    border-width: 12.5px 0px 12.5px 15px;
}


#fv.howto {
	background: none;
	background-color: #f18e38;
}

.howto_box.top{
	display: flex;
	flex-direction: row; 
	margin: 0 auto;
	align-items: center;
	padding: 8px 0 3px;
}
/*sp last*/