@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", "メイリオ", Helvetica, Arial, sans-serif; */
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.pc {
	display: none;
}


/*--------------------------
 main
------------------------- */

h1#mv {
	margin: 0;
	text-align: center;
	background: #cff7ff;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 0;
}


/*--------------------------
 nav
------------------------- */


/*--------------------------
 intro
------------------------- */

.coupon_flow {
	margin: 0 auto;
	text-align: center;
	max-width: 85vw;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
}

.cp_flow_ttl {
	color: #000;
	font-size: 2.2rem;
	padding-bottom: 10px;
}

.flow_1st_img {
	z-index: 1;
	position: relative;
}

.cp_flow_last {
	background: #bc2222;
	clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
	max-width: 100%;
	width: 100%;
	margin-top: -9vw;
	margin-bottom: 2vw;
	z-index: 0;
	padding: 8vw 0 10vw;
}

.flow_last_ttl {
	font-size: 3.2rem;
	line-height: 1.2;
	padding-bottom: 1vw;
}

a.flow_last_btn {
	display: inline-block;
	font-size: 1.6rem;
	color: #bc2222;
	background: #fff;
	line-height: 1.1;
	padding: 2vw 7vw;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
	position: relative;
	box-shadow: 0 2px 0 #460000;
}

a.flow_last_btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/icon_btn-arrow_transparent02.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 2vw;
	top: calc(50% - 6px);
}

.view__pc_flex {
	display: none !important;
}

.view__sp_flex {
	display: flex !important;
}


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

#study #courselist {
	background: #E8CDB3;
	background-size: auto 104vw;
	position: relative;
	padding: 4vw 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;
}


/* tab */

#study #course_list {
	margin-top: -60px;
	padding-top: 60px;
}

#study .lists_btn {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 15px 20px;
}

@media all and (max-width: 320px) {
	#study .lists_btn {
		/* background: url("../img/course_cat-sp.png") no-repeat 50% 0px, url("../img/course_purpose-sp.png") no-repeat 50% 112px;
        background-size: 100%; */
	}
}

@media all and (min-width: 375px) {
	#study .lists_btn {
		/* background: url("../img/course_cat-sp.png") no-repeat 50% 5px, url("../img/course_purpose-sp.png") no-repeat 50% 127px;
        background-size: 100%; */
	}
}

#study .lists_btn .tabLabel {
	margin: 4vh 0.25% 5px 0.25%;
	padding: 8px 0 8px 0;
	order: -1;
	border-radius: 5px;
	transition: .5s;
	cursor: pointer;
	width: 24%;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0;
	border: 1px solid #ef4d6a;
	color: #ef4d6a;
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.25px;
}

#study .cat_new .lists_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto 15px;
	background: url("../img/course_pick-sp.png") no-repeat 50% 0;
}

@media all and (min-width: 375px) {
	#study .cat_new .lists_btn {
		background: url("../img/course_pick-sp.png") no-repeat 50% 5px;
		background-size: 100%;
	}
}

#study .cat_new .lists_btn .tabLabel.off50,
#study .cat_new .lists_btn .tabLabel.new {
	width: 45%;
	text-decoration: none;
	margin: 12vw auto 15px;
	padding: 3vw 0 3vw 0;
}

#study .cat_new .lists_btn .tabLabel.new:nth-of-type(3) {
	margin: 0 auto 15px;
}

@media all and (max-width: 320px) {
	#study .lists_btn .tabLabel {
		padding: 5px 0 5px 0;
		font-size: 11.5px;
	}
}

#study .lists_btn .tabLabel.m0 {
	margin-top: 0 !important;
}

#study .lists_btn .tabLabel.mental {
	border: 1px solid #6cc227;
	color: #6cc227;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.health {
	border: 1px solid #938dcc;
	color: #938dcc;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.food {
	border: 1px solid #e89a00;
	color: #e89a00;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.medical {
	border: 1px solid #32aabc;
	color: #32aabc;
	padding: 12px 0 12px 0;
	font-size: calc(24vw / 9);
}

#study .lists_btn .tabLabel.business {
	border: 1px solid #94c700;
	color: #94c700;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.pet {
	border: 1px solid #c29f37;
	color: #c29f37;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.lang {
	border: 1px solid #5b9cd2;
	color: #5b9cd2;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel.spiritual {
	border: 1px solid #c076b0;
	color: #c076b0;
	padding: 12px 0 12px 0;
}

#study .lists_btn .tabLabel:nth-last-of-type(1) {
	margin-right: 0;
}

#study .lists_btn input {
	display: none;
}

#study .course_lists .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

#study .course_lists .content li {
	border-top: 5px solid #ef4d6a;
}

#study .course_lists .content.mental li {
	border-top: 5px solid #6cc227;
}

#study .course_lists .content.health li {
	border-top: 5px solid #938dcc;
}

#study .course_lists .content.food li {
	border-top: 5px solid #e89a00;
}

#study .course_lists .content.medical li {
	border-top: 5px solid #32aabc;
}

#study .course_lists .content.business li {
	border-top: 5px solid #94c700;
}

#study .course_lists .content.pet li {
	border-top: 5px solid #c29f37;
}

#study .course_lists .content.lang li {
	border-top: 5px solid #5b9cd2;
}

#study .course_lists .content.spiritual li {
	border-top: 5px solid #c076b0;
}

#study .lists_btn input:checked+.tabLabel {
	color: #fff;
	background: #ef4d6a;
	box-shadow: none;
}

#study .lists_btn input:checked+.tabLabel.mental {
	background: #6cc227;
}

#study .lists_btn input:checked+.tabLabel.health {
	background: #938dcc;
}

#study .lists_btn input:checked+.tabLabel.food {
	background: #e89a00;
}

#study .lists_btn input:checked+.tabLabel.medical {
	background: #32aabc;
}

#study .lists_btn input:checked+.tabLabel.business {
	background: #94c700;
}

#study .lists_btn input:checked+.tabLabel.pet {
	background: #c29f37;
}

#study .lists_btn input:checked+.tabLabel.lang {
	background: #5b9cd2;
}

#study .lists_btn input:checked+.tabLabel.spiritual {
	background: #c076b0;
}


/* course_lists */

.course_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5vw;
	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: 1vw;
	position: relative;
	border: 2px solid #A47C52;
	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: 100%;
	line-height: 0;
}

.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: 14vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

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

.course_box .course_price {
	padding: 0 0 0 2px;
	color: #E6340C;
	line-height: 1;
	width: 32vw;
	letter-spacing: -1px;
}

.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: 21%;
}

.course_box .course_imanara {
	max-width: 8vw;
	width: 100%;
}

.course_box .course_imanara img {
	width: 100%;
}

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

.course_box .btn a.application {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 1vw 0 6vw;
	background: #ff0000 url(../img/icon_btn-arrow_transparent01.png) no-repeat center left 2vw;
	background-size: 3vw;
	font-size: calc(32vw / 9);
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 3px 0 #9e0000;
	border-radius: 5px;
	transition: .3s;
	line-height: 1.2;
	text-align: center;
}

.course_box .btn a.line_touroku {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 1vw 0 5vw;
	background: #00b400 url(../img/icon_btn-arrow_transparent01.png) no-repeat center left 2vw;
	background-size: 3vw;
	font-size: calc(35vw / 9);
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 3px 0 #0b510b;
	border-radius: 5px;
	transition: .3s;
}

.course_box .btn a.info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 1vw 0 5vw;
	background: #fff url("../img/icon_btn-arrow_transparent02.png") no-repeat center left 4vw;
	background-size: 3vw;
	font-size: calc(35vw / 10.5);
	letter-spacing: 1px;
	transition: .3s;
}

.hidden_off {
	display: none;
}

.hidden_show {
	display: block;
}

.course_box .course_nomalprice {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 1rem;
	padding: 2vw 0 1vw;
	font-weight: normal;
	letter-spacing: -1px;
	font-feature-settings: "palt";
}

.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%;
}


/* course_lists */

#study #courselist .course_lists {
	height: auto;
	overflow: auto;
	transition: .3s opacity;
	opacity: 1;
	background: #faf5c2;
	padding: 15px 10px;
	margin-top: 15px;
}

#study #courselist .course_lists::before {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	content: "サクッと検索で気になる講座をチェック！";
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.slick-prev,
.slick-next {
	width: 40px !important;
	height: 40px !important;
}

@media all and (max-width: 320px) {
	#study .lists_btn input:checked+.tabLabel+.content::before {
		font-size: 15px;
	}

	.slick-prev,
	.slick-next {
		width: 30px !important;
		height: 30px !important;
	}
}

#study .course_lists .campaign {
	background: url("../img/present-sp.jpg") no-repeat;
	background-size: 100%;
	height: 45px;
	text-indent: -99999px;
}


/* course info */

#study .lists ul {
	width: 100%;
	/* overflow: hidden; */
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#study .lists ul li {
	padding: 0;
	margin-bottom: 10px;
	flex-direction: column;
	background: #FFF;
	border: 2px solid #E0DAA1;
	border-radius: 10px;
	width: 47vw;
	position: relative;
}

#study .lists ul li h3 {
	text-align: center;
	font-size: 13.5px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	position: relative;
	line-height: 120%;
}

#study .lists ul li h3.course_new {
	position: relative;
	padding-left: 20px;
}

#study .lists ul li a h3 {
	color: #000;
}

#study .lists ul li a:hover {
	text-decoration: none;
}

#study .lists ul li h3.mini {
	font-size: 13px;
	line-height: 120%;
}

#study .lists ul li h3.mini2 {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.5px;
}

#study .lists ul li h3.course_new span {
	max-width: 60px;
	width: 30%;
	position: absolute;
	top: -49%;
	left: -11%;
	z-index: 4;
}

#study .lists ul li h3.course_intro {
	padding-left: 30px;
	line-height: 1.2;
}

#study .lists ul li h3.course_intro span {
	max-width: 60px;
	width: 30%;
	position: absolute;
	top: -25%;
	left: -4%;
	z-index: 4;
}

#study #pickup h3.course_intro span {
	max-width: 60px;
	width: 30%;
	position: absolute;
	top: 30%;
	left: 2%;
	z-index: 4;
}

#study #pickup .lists ul li .photo.course_intro span {
	max-width: 60px;
	width: 100%;
	position: absolute;
	top: 130px;
	left: 20px;
	z-index: 4;
}

#study .lists ul li .photo {
	margin: 0;
	position: relative;
}

#study .lists ul li .photo .discount02 {
	margin: 0;
	padding: 1vw 2vw;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	background: #E53600;
	position: absolute;
	bottom: 0;
	left: 0;
}

#study .lists ul li .price {
	position: relative;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

#study .lists ul li .price .default {
	font-size: 11px;
	display: block;
	background: url(../img/arrow_pink.png) no-repeat 10% 50%, url(../img/arrow_pink.png) no-repeat 90% 50%;
	background-size: 8%;
}

#study .lists ul li .price .default span {
	text-decoration: line-through;
}

#study .lists ul li .price .off_price {
	margin: 0 5px;
	padding: 0;
	color: #E6340C;
	line-height: 1.3;
	font-size: 16px;
	font-size: calc(100vw / 28);
	display: flex;
	justify-content: center;
	align-items: center;
}

#study #courselist .course_lists ul li .price .discount02 {
	content: "";
	margin: 2% 5% 5% 15%;
	background: #ef4d6a;
	padding: 5% 3% 5% 10%;
	border-radius: 5px;
	position: relative;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-size: calc(100vw / 28);
}

#study #courselist .course_lists ul li .price .discount02 span {
	color: #ff0;
}

#study .course_lists ul li .price .off_price .discount {
	width: 28%;
	position: absolute;
	top: -50px;
	right: 2px;
}

#study .lists ul li .price .off_price span {
	font-size: 28px;
}

#study .lists ul li .price .off_price .txt small {
	font-size: 8px;
}

#study .lists ul li .price .sale {
	font-size: 11px;
	font-weight: bold;
}

#study .lists ul li .btn {
	margin: auto 10px 0 10px;
}

#study .lists ul li .btn a {
	display: block;
	text-align: center;
	margin-top: 5px;
	text-indent: -99999px;
	height: 40px;
	border-radius: 3px;
}

#study .lists ul li .btn a:hover {
	opacity: 0.7;
}

#study .lists .btn a.info {
	background: url("../img/btn_more.png") no-repeat center;
	background-size: 70%;
	height: 35px;
}


/* search */

#study .linemenber {
	position: fixed;
	bottom: 10px;
	left: auto;
	right: 0;
	display: flex;
	margin: auto;
	z-index: 1000;
}

#study .linemenber a {
	display: block;
	text-decoration: none;
}

#study .linemenber a.btn_line {
	width: 12vw;
}

#study .linemenber a:hover {
	background: #F46300;
	border-bottom: 5px solid #C94300;
	color: #fff;
	width: 60%;
}


/* ながれ */

.coupon_line {
	/* margin: -55px auto 0; */
	display: block;
	text-align: center;
	z-index: 5;
	position: relative;
}

.coupon_line__txt p {
	font-size: 16px;
}

.coupon_line__txt a {
	display: inline-block !important;
	font-size: 16px;
	color: #5097b3;
	margin-top: 10px !important;
	text-decoration: underline;
}

.coupon_line h2 {
	/* width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 15px 10px 30px;
    background: url(../img/line_coupon_top_bk.png) no-repeat center;
    background-size: contain; */
	/* margin-bottom: 30px; */
	max-width: 330px;
	margin: 0 auto 30px;
}

.coupon_line h2 img {
	width: 100%;
}

.coupon_line h2 p {
	font-size: 80%;
	margin-top: 10px;
	line-height: 1.4;
}

.coupon_line h2 a {
	color: #309AB7;
	text-decoration: underline;
	font-weight: normal;
}

.coupon_step_wrap {
	background: #0e6633;
	padding: 60px 0;
}

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

.coupon_app h2 {
	width: 90%;
	height: 20vw;
	margin: auto;
	margin-bottom: 40px;
	background: url(../img/coupon_ttl_bg.png) center center;
	background-repeat: repeat-x;
	position: relative;
}

.coupon_app h2 img {
	width: 100%;
	position: absolute;
	top: 0;
	left: calc(50vw - 55%);
}

.coupon_app h2 p {
	width: 100%;
	margin-top: 10px;
	line-height: 1.2;
	font-size: 3vw;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: calc(50vw - 55%);
}

.coupon_app h2 a {
	color: #ffe33f;
	text-decoration: underline;
	font-weight: normal;
}

.coupon_step_list {
	max-width: 580px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.coupon_step_list .coupon_step_item {
	position: relative;
}

.coupon_app .swiper-button-prev,
.coupon_app .swiper-button-next {
	position: absolute;
	top: 54%;
	width: 30px;
	height: 30px;
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	border-radius: 0;
}

.coupon_app .swiper-button-prev:after,
.coupon_app .swiper-button-next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/arrow_step.png) no-repeat center center;
	background-size: contain;
}

.coupon_app .swiper-button-prev {
	transform: scale(-1, 1);
	left: -5vw;
}

.coupon_app .swiper-button-next {
	transform: scale(1, 1);
	right: -5vw;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}


/* search */

#study .search {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: flex;
	margin: auto;
	z-index: 1000;
}

#study .search a {
	display: block;
	text-decoration: none;
}

#study .search a.btn_search {
	width: 20vw;
}

#study .search a.btn_coupon {
	background: #F46300;
	border-bottom: 5px solid #C94300;
	color: #fff;
	width: 60%;
}


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

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

#study #consultation .ttl h2 {
	padding: 0;
	margin: 0;
}

#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: 4vw 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: 14px;
	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 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;
}


/*--------------------------
 modal
------------------------- */

.setchat_box {
	max-width: 90%;
	width: 80%;
	height: 90%;
	margin: 10px auto;
	position: relative;
	z-index: 99999;
}

.setchat_box>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	right: 0;
	overflow: hidden;
}


/*--------------------------  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: 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;
}


/*sp last*/


/* アンケート */

#enquete #study {
	background: #fefbda;
}

#enquete h1#mv {
	max-height: 200px;
	text-align: center;
	background: none;
	display: block;
	padding: 0 0 0;
	margin: 0;
}

#enquete h1#mv::before {
	content: "";
	display: none;
}

#enquete h1#mv::after {
	content: "";
	display: none;
}

#enquete h1#mv .mv_box picture {
	max-width: 1000px;
	margin: auto;
	transform: none;
	display: block;
}


/* -- 診断枠 -- */

.contents_box01 {
	overflow: hidden;
}

#enquete_wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 80px;
	box-sizing: border-box;
	background: #fff;
}

#enquete_wrapper>h3 {
	margin: -30px auto 0;
	text-align: center;
}

.question {
	padding: 0;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 5% 30px;
	background-size: contain;
}

.campaign_text {
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	margin: 0px auto;
}

.campaign_text strong {
	font-size: 160%;
	font-style: normal;
	color: #d73232;
}

.campaign_text em {
	font-style: normal;
	color: #d73232;
}


/*チェックは隠す*/

.question input.cssacc {
	display: none;
}

.question ul {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.question ul li {
	background: #fce9e9;
	list-style: none;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
}


/*ラベル*/

.question label.obi {
	display: block;
	padding: 11px 12px;
	color: #332614;
	font-weight: bold;
	font-size: 22px;
	background: #f7bebe;
	transition: all 0.2s;
	position: relative;
	cursor: auto;
}

.question ul li:nth-of-type(1) {
	background: none;
	list-style: none;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
}

.question ul li .accshow_box {
	padding: 10px;
}

.question ul li .accshow_box label {
	display: block;
	margin: 5px 30px;
	cursor: pointer;
}

.question input[type=radio],
.question input[type=checkbox] {
	appearance: none;
	margin-right: 25px;
}

.question .radio_clr {
	position: relative;
}

.question .radio_clr::before {
	content: '';
	display: block;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #999999;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: -25px;
}

.question input[type=radio]:checked+.radio_clr::after {
	content: '';
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #e6445c;
	position: absolute;
	top: 4px;
	left: -21px;
}

.question input[type=radio]:checked+.radio_clr::before {
	border: 2px solid #e6445c;
}

.question input[type=checkbox]~.radio_clr::before {
	content: '';
	display: block;
	border-radius: 0;
	background: #fff;
	border: 2px solid #999999;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: -25px;
}

.question input[type=checkbox]:checked+.radio_clr::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/check_icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: -23px;
	z-index: 10;
}

.question input[type=checkbox]:checked+.radio_clr::before {
	border: 2px solid #e6445c;
}

.accshow_mail_box {
	margin: 0 auto;
}

.accshow_mail_box input {
	width: 100%;
	max-width: 640px;
	height: 60px;
	display: block;
	background: #fff;
	margin: 10px auto 20px;
	padding: 2%;
	border: 3px solid #e6445c;
	border-radius: 5px;
	font-size: calc(100vw / 20 - 12%);
}

.accshow_box input[type=radio],
.accshow_box input[type=checkbox] {
	display: none;
}

.question button {
	display: block;
	margin: 20px auto 30px;
	text-align: center;
	color: #fff;
}

.question>picture,
.accshow_mail_txt,
.contents_box03 picture,
.contents_box04 picture {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.accshow_mail_txt {
	margin: 10px auto 20px;
}


/* セレクトボックス */

.selectbox-002 {
	max-width: 500px;
	width: 90%;
	position: relative;
}


/* .selectbox-002 select {
    display: none;
}

.selectbox-002 select#category1 {
    display: block;
} */

.selectbox-002::before {
	position: absolute;
	content: '';
	pointer-events: none;
}

.selectbox-002::before {
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 2.8em;
	height: 2.8em;
	border-radius: 0 3px 3px 0;
	background-color: #e6445c;
	content: '▼';
}

.selectbox-002 select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 2.8em;
	padding: .4em 3.6em .4em .8em;
	background: #fff;
	border: 3px solid #e6445c;
	border-radius: 5px;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}

.selectbox-002 select:focus {
	outline: 1px solid #e6445c;
}

.contents_box01 {
	padding: 40px 0;
}

.campaign_text {
	line-height: 1.6;
	font-size: 18px;
}

.campaign_text2 {
	font-size: 28px;
}

.campaign_text strong {
	font-size: 150%;
}

.campaign_text em {
	font-size: 130%;
}

#enquete_wrapper>h3 {
	width: 80%;
	margin: -30px auto 0;
	text-align: center;
}

.question_txt {
	font-size: 16px;
	margin: 30px auto 10px;
}

.question label.obi {
	display: flex;
	flex-wrap: wrap;
	padding: 11px 5px 12px 5px;
	color: #332614;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.question label.obi span:first-child {
	width: 5vw;
}

.question label.obi span:last-child {
	width: 70vw;
}

#enquete_wrapper {
	max-width: auto;
	width: 90%;
	margin: 5% auto;
	box-sizing: border-box;
}

.question {
	width: 96%;
	margin: 5% auto;
	padding: 2%;
	background-size: contain;
	position: relative;
}

.question ul {
	margin: 5%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2%;
}

.question ul li {
	font-size: 16px;
}

.question ul li .accshow_box label {
	display: flex;
	margin: 5px 10px;
}

.question ul li .accshow_box label span {
	width: 90%;
	margin-left: 20px;
}

.accshow_mail_box input {
	margin: 10px auto 10px;
}


/* サンクス画面 */

.thanksbox {
	background: #fff;
	width: 90%;
	margin: 30px auto 30px;
	padding: 10% 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 15px;
}

.thanksbox p {
	width: 80%;
	max-width: 540px;
	margin: auto;
}

.thanksbox .campaign_text span {
	font-size: 120%;
}

.thanksbox .campaign_text strong {
	font-size: 180%;
}

.thanksbox .campaign_text button {
	width: 80%;
	max-width: 260px;
	margin-bottom: 20px;
}






.finish_txt {
	margin: 50px 0;
	text-align: center;
	color: red;
}

.finish_txt p {
	width: 90%;
	display: inline-block;
	border: 2px solid red;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .05em;
	padding: 20px 30px;
}

#select_reset {
	content: "講座を並べ替える";
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.4rem;
}