@charset "utf-8";
/* header
==================================*/
header {
	position: relative;
	background: #fff url('../img/bg_kv.png') no-repeat center top / cover content-box;
	height: auto;
}
header h1 img {
	margin: 0 auto;
	width: 100%;
}
header div {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}
header div p {
	margin: 15px auto;
	font-weight: 900;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
header h1 img {
	max-width: 1200px;
}
header div {
	max-width: 1024px;
	padding: 2rem;
}
header div p {
	margin: 25px auto;
}

}
/* ---------------------------------------------------------------- media */

/* btn
==================================*/
.reserve_imgbtn {
	text-align: center;
	padding: 0 1rem 3rem;
	animation: updown 2s infinite ease-in-out;
}

.reserve_btn {
	text-align: center;
	animation: updown 2s infinite ease-in-out;
	padding: 1rem;
}

a.btn, .btn { font-weight:600; line-height: 1.5; background-color: #c30000; 
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	color: #ffffff;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.6rem;
	line-height: 3rem;
padding:5px;
width:100%;}

.btn span {
	font-size: 1rem;
	padding: 0.4rem 0;
	letter-spacing: 0;
	border-bottom: 1px #fff dashed;
}

input.btn {
	border: none;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {

.reserve_btn {
	padding: 1rem;
}
	
a.btn, .btn {
	padding: 1rem 4rem;
	font-size: 2rem;
	max-width: 940px;
}

.btn span {
	font-size: 1.4rem;
	padding: 0 2rem;
	border-bottom: 2px #fff dashed;
}

.btn--red.btn--cubic, a.btn--red.btn--cubic {
	width: 100%;
	background-color: #c30000;
	border-bottom: 5px solid #9f000c;
}
.btn--red.btn--cubic:hover, a.btn--red.btn--cubic:hover {
	margin-top: 3px;
	border-bottom: 2px solid #9f000c;
}
.btn--radius, a.btn--radius {
	border-radius: 100vh;
}
.fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 2rem;
}
}
/* ---------------------------------------------------------------- media */




/* how to step
==================================*/
#step {
	padding: 10px;
}
#step h2 {
	background: rgb(35, 51, 187);
	background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
	color: var(--white);
	padding: 8px;
	text-align: center;
	margin: 0 auto 8px;
}

#step div {
	padding: 1rem;
	border: none;
	margin: 0 auto;
}

#step h3 { text-align: center; margin: 0 auto 15px;}

#step div p span { display: inline-block; font-size:1rem;	margin-top:15px; line-height: 1.6rem;}

#step p img { margin:15px auto 0;}

#step div#if { max-width:100%; border:none; padding:15px; min-height:auto; line-height: 1.8rem;}
#step div#if p:nth-child(1) { font-weight: 900; text-align: center; font-size:1.2rem; padding:10px 0; text-decoration: underline;}

#step div#step_wrap {max-width:100%; border:none; padding:15px 0; text-align:center;}

#step ul li { line-height: 1.4rem; padding: 5px; font-weight: 900; border-bottom: 1px dashed #a9a9a9; margin:3px;}
#step ul li span {padding: 2px 8px; background-color: #C41114; color:#fff; border-radius: 15px;}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#step {
	padding: 30px;
	max-width: 1024px;
	margin: 0 auto;
}

#step div {
	display: inline-block;
	max-width: calc(calc(97% - 0.2rem) / 4);
	min-height: 500px;
	padding: 1rem;
	border: 1px solid #808080;
	margin: 0 auto;
	background: #fff;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: left;
}
#step div#if p:nth-child(1) { font-size:1.6rem; padding:10px; text-decoration: none;}

}
/* ---------------------------------------------------------------- media */

/* benefits
==================================*/
#benefits { text-align: center; margin: 15px auto;}
#benefits h2 { 	background: rgb(35, 51, 187);
	background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
	color: var(--white);
	padding: 8px;
	text-align: center;
	margin: 0 auto 8px;
}

#benefits ul { padding: 10px;text-align: left; line-height: 1.4rem; font-weight: 900;}
#benefits ul li { padding:8px; font-weight: 900; border-bottom: 1px dashed #a9a9a9; }
#benefits ul li span { display: block; float: left; margin-right:15px; padding: 2px 6px; background-color: #C41114; color:#fff; border-radius: 5px;}
#benefits ul li p.txt{ font-weight:300 !important; padding:8px 3px 3px; }


/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#benefits { margin: 25px auto; max-width:1024px;}
}
/* ---------------------------------------------------------------- media */


/* article - section 
==================================*/
article {
	line-height: 1.8em;
}
#intro, #sincerely {
	background: #fff1f1;
}
#intro div, #sincerely div {
	padding: 0 1rem;
}
#intro p, #sincerely p {
	padding: 10px;
}

#intro .bgred, #sincerely .bgred {
	padding: 1rem auto;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
}
#intro .bgred p, #sincerely .bgred p {
	display: inline-block;
	padding: 0.8rem 1.2rem;
	background: #cc0000;
	font-weight: 600;
	color: #fff;
	font-size: 1.2em;
}
#intro .bgwhite, #sincerely .bgwhite {
	padding: 1.2rem;
	background: #ffffff;
	border-radius: 15px;
	margin: 1rem;
	text-align: center;
}

#intro .bgwhite ul {
	text-align: left;
}
#intro .bgwhite ul.left {
	text-align: left;
	width: 100%;
}
#intro .bgwhite ul li {
	padding: 10px;
	font-weight: 600;
}
#intro .bgwhite ul li strong {
	color: #cc0000;
	font-size: 1.4em;
}
#intro .bgwhite ul li span {
	font-size: 1.2em;
}


/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#intro, #sincerely {
	max-width: 1024px;
	margin: 0 auto;
}
#intro div, #sincerely div {
	padding: 1rem;
}

#intro .bgwhite, #sincerely .bgwhite {
	text-align: center;
}

#intro .bgwhite img {
	margin: 0 auto;
	max-width:940px;
	width:100%;
}
#intro .bgwhite ul.left {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
#intro .bgwhite p {
	display: inline-block;
	width: 31%;
}
	
#intro .bgwhite ul {
	text-align: center;
}
}
/* ---------------------------------------------------------------- media */

section#intro h2.top, section#sincerely h2.top {
	margin-top: 0;
}
section#intro h2, section#sincerely h2 {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -15px;
	padding: 0.6rem 2rem;
	font-size: 1.2em;
	color: #fff;
	background: #252f3c;
	width: calc(100% + 15px);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	text-align: center;
}
section#intro h2:before, section#sincerely h2:before {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 15px solid #ff8282;
	border-left: 15px solid transparent;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
section#intro h2, section#sincerely h2 {
	margin: 5rem 0 1rem -15px;
	padding: 1rem 3rem;
}
}
/* ---------------------------------------------------------------- media */

/* 9割が知らないAIの真実
==================================*/
.block3 {
	font-weight: 600;
	margin: 0 auto;
}
.block3 .box {
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #ff8282;
	margin: 5px;
	width:100%;
	font-size: 1.2rem;
	line-height: 1.8rem;
/*	width: calc(98% / 2);
	vertical-align: top; */
}
.block3 h3 {
	padding: 0.6rem;
	font-size: 1.4rem;
	background-color: #ff8282;
	color: #fff;
	text-align: center;
}
.block3 h4 {
	padding: 1rem;
	font-size: 1.4rem;
	text-align: center;
	color: #cc0000;
}
.block3 .box img {
	max-height: 210px;
	margin: 0 auto;
}
/* この速習ウェブセミナーで学べること
==================================*/
#future {
	background: url(../img/img_line.png) no-repeat bottom center;
	overflow-x: hidden;
}
#future div {
	margin: 0 auto;
	max-width: 1024px;
	line-height: 1.8rem;
	padding-bottom: 80px;
	position: relative;
}
#future h2, #present12 h2 {
	text-align: center;
	margin: 20px auto;
	font-size: 1.2rem;
}
#future h2 span, #present12 h2 span {
	border-bottom: 6px double #fff;
	background: #252f3c;
	color: #fff;
	letter-spacing: 0;
	padding: 0.8rem;
}
#present12 h2 span { display: block;}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#future h2, #present12 h2 {
	margin: 80px auto 40px;
	font-size: 1.8rem;
}
#future h2 span, #present12 h2 span {
	padding: 0.8rem 2rem;
	letter-spacing: 0.2rem;
}
#present12 h2 span { display: inline;}
}
/* ---------------------------------------------------------------- media */

#future ul {
	margin: 20px;
	padding: 20px;
	background-color: aliceblue;
}
#future ul li {
	padding: 5px 10px 15px;
	border-bottom: dashed 2px #808080;
	margin-bottom: 15px;
}
#future strong.rem {
	font-size: 1.6rem;
}
#future div p {
	text-align: center;
	font-weight: 600;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
#future div p.img {
	display: none;
}
/* ---------------------------------------------------------------- media */
@media (min-width:680px) {
#future div p.img {display: block;position: absolute;}
}
@media (min-width:680px) and ( max-width:799px) {
#future div p.img {
		right: -1rem;
		top: 3rem;
		max-width: 270px;}
}
@media (min-width:800px) and ( max-width:839px) {
#future div p.img {
		right: -3rem;
		top: 5rem;
		max-width: 320px;}
}
@media (min-width:840px) and ( max-width:899px) {
#future div p.img {
		right: -1rem;
		top: 5rem;
		max-width: 320px;}
}
@media (min-width:900px) and ( max-width:960px) {
#future div p.img {
		right: -1rem;
		top: 0.4rem;
		max-width: 380px;}
}
@media (min-width:961px) and ( max-width:1000px) {
#future div p.img {
		right: 1.4rem;
		top: 0.4rem;
		max-width: 380px;}
}
@media (min-width:1001px) and ( max-width:1023px) {
#future div p.img {
		right: 1.4rem;
		top: -1rem;
		max-width: 400px;}
}
@media (min-width:1024px) {
#future div p.img {
		right: 1.4rem;
		top: -1.6rem;
		max-width: 410px;}
}
/* ---------------------------------------------------------------- media */

/* セミナー参加者全員に12大特典を無料プレゼント！
==================================*/
#present12 {
	margin: 0 auto;
	max-width: 1024px;
	line-height: 1.8rem;
	padding-bottom: 20px;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#present12 {
	padding-bottom: 80px;
}
}
@media (min-width:768px) and  (max-width:880px) {
		#present12 h2 { font-size:1.6rem;}
}

/* ---------------------------------------------------------------- media */

/* 申し込みフォーム
==================================*/
#seminar_schedule, #form_area {
	max-width: 1024px;
	margin: 40px auto;
}
#seminar_schedule h2, #form_area h2 {
	background: rgb(35, 51, 187);
	background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
	color: var(--white);
	padding: 8px;
	text-align: center;
	margin: 0 auto 8px;
}
/* セミナー参加者の声 
==================================*/
#voice {
	background: #fff;
	background: #fdffe3;
	max-width: 1024px;
	margin: 0 auto;
	border-radius: 30px;
}
#voice section {
	padding: 15px 5px;
}
#voice h2 {
	font-size: 1.2rem;
	padding: 1rem;
	border-left: 5px solid #cb0000;
	background: #FFDADA;
	color: #cb0000;
	margin: 0 auto 10px;
}
#voice #profile h2 {
	margin: 0 auto;
}

#voc div h3 {
	text-align: center;
	font-size: 1.2rem;
	padding: 5px;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
#voice section {
	padding: 30px;
}

#voice h2 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	margin: 0 auto 20px;
}

#voc div h3 {
	font-size: 1.4rem;
}
}
/* ---------------------------------------------------------------- media */
#voc div {
	display: inline-block;
	max-width: 100%;
	padding: 0.4rem;
	border: 1px solid #808080;
	margin: 5px 2px;
	background: #fff;
	vertical-align: top;
	font-size: 1rem;
}

/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
	
#voc div {
	max-width: calc(calc(100% - 16px) / 2);
	padding: 1rem;
}
#voc div h3 {
	text-align: center;
	font-size: 1.4rem;
	padding: 5px;
}
}
/* ---------------------------------------------------------------- media */

#voc div p.img {
	text-align: center;
	font-size: 1rem;
	padding: 10px;
}
/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
	#seminar_schedule h2, #form_area h2 {
		text-align: center;
		margin-bottom: 12px;
	}
}

/* ---------------------------------------------------------------- media */
.scroll_down {
	position: absolute;
	bottom: 0px;
	right: 50%;
	animation: arrowmove 1s ease-in-out infinite;
}
.scroll_down a {
	position: absolute;
	left: -10px;
	bottom: 0px;
	letter-spacing: .2em;
	text-transform: uppercase;
	width: 20px;
	height: 20px;
	text-decoration: none;
}
.arrow {
	position: absolute;
	width: 15px;
	height: 1px;
	animation: move 2s ease-in-out infinite;
	z-index: 10;
}
.arrow:before, .arrow:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #2b4b5a;
}
.arrow:before {
	left: 0;
	transform: skew(0deg, 35deg);
}
.arrow:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -35deg);
}
@keyframes move {
	0% {
		transform: translateY(15px)
	}
	30% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(15px)
	}
}
/* ---------------------------------------------------------------- media */
@media (min-width:768px) {
	.arrow {
		width: 40px;
		height: 2px;
	}
	.scroll_down a {
		left: -28px;
	}
	.arrow:before {
		transform: skew(0deg, 35deg);
	}
	.arrow:after {
		transform: skew(0deg, -35deg);
	}
}
/* ---------------------------------------------------------------- media */

@keyframes updown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
/* ---------------------------------------------------------------- media */
@media (min-width:768px) {

}
/* ---------------------------------------------------------------- media */
/* セミナー参加者全員に12大特典を無料プレゼント！
==================================*/
#tokuten_list h2 {
	text-align: center;
	padding: 0.8rem 1rem;
	margin: 0 auto 15px;
	background-color: #252f3c;
	color: #ffffff;
	width: 100%;
}
#tokuten_list h2 span {
	font-size: 18px;
	font-size: 1.8rem;
}
#tokuten_list ul {
	max-width: 800px;
	margin: 0 auto;
}
#tokuten_list ul li {
	font-weight: 600;
	padding: 0.4rem;
	line-height: 1.8em;
	border-bottom: 1px dotted #000;
}
#tokuten_list ul li span {
	padding: 0.2rem 0.8rem;
	background-color: #AA0000;
	color: #ffffff;
	margin-right: 15px;
	border-radius: 100vh;
}
/* ---------------------------------------------------------------- media */
@media (min-width:768px) {}
/* ---------------------------------------------------------------- media */
.able_list {
	margin-bottom: 28px;
	padding: 12px;
	border-radius: 4px;
	font-weight: bold;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.able_list li {
	position: relative;
	margin-bottom: 8px;
	/*	padding-left: 1.2rem;*/
}
.able_list li span {
	background-color: var(--yellow);
	padding: 2px 3px;
	margin: 0 3px;
}
.able_list li:last-child {
	margin-bottom: 0;
}
.able_list li::before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 4px;
	background: center /contain url("./icon_check.png") no-repeat;
}
#fact_area .able_list li::before {
	background: center / contain url("./icon_batsu.png") no-repeat;
}
.rev_list {
	/*	background-color: var(--gray); */
	background-color: #ffffff;
	padding: 12px;
	margin: 1.2rem;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 28px;
	font-weight: bold;
}
.rev_list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted;
}
.rev_list li span {
	background-color: var(--yellow);
}
.rev_list li:last-child {
	margin-bottom: 0;
}
.flex_img {
	width: 80%;
	margin: 0 auto;
}
@media (min-width:768px) {
	.able_list {
		padding: 28px;
		margin: 0 auto 48px;
		max-width: 800px;
	}
	.able_list li {
		margin-bottom: 12px;
		font-size: 22px;
		/*		padding-left: 1.7rem;*/
	}
	.able_list li::before {
		width: 22px;
		height: 22px;
		top: 8px;
	}
	#fact_area .able_list li::before {
		top: 6px;
	}
	.flex_img {
		display: flex;
		justify-content: space-between;
		max-width:800px;
		margin: 0 auto;
		background: #fff;
		border-radius: 20px;
	}
	.flex_img .read_img {
		flex: 0 0 45%;
	}
	.text {
		margin: 14px 0;
	}
	.rev_list {
		padding: 24px;
	}
	.rev_list li {
		font-size: 20px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
}
/*=====================
fact
===================*/
.fact_box {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	padding-bottom: 16px;
	margin-bottom: 40px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.fact_title_box {
	color: var(--white);
	font-weight: bold;
	text-align: center;
	position: relative;
}
.fact_title {
	background: rgb(16, 31, 153);
	background: linear-gradient(90deg, rgba(16, 31, 153, 1) 0%, rgba(9, 15, 101, 1) 100%);
	padding: 20px 0 12px;
	font-size: clamp(1.25rem, 0.435rem + 3.48vw, 2rem);
	margin-bottom: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.fact_number {
	background: rgb(54, 71, 212);
	background: linear-gradient(90deg, rgba(54, 71, 212, 1) 0%, rgba(12, 22, 143, 1) 100%);
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	display: inline;
	width: 65%;
	margin: 0 auto;
	border-radius: 50vh;
	padding: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.fact_box p {
	padding: 0 12px;
}
.huki {
	margin-top: 20px;
}
.huki.right {
	text-align: right;
	padding-right: 12px;
}
.huki.left {
	text-align: left;
	padding-left: 12px;
}
@media (min-width:768px) {
	.fact_box {
		padding-bottom: 32px;
		max-width: 800px;
		margin: 0 auto 80px;
	}
	p + .fact_box {
		margin-top: 80px;
	}
	.fact_title {
		padding: 40px 0 24px;
		margin-bottom: 20px;
	}
	.fact_number {
		font-size: 24px;
		top: -24px;
	}
	.fact_box p {
		padding: 0 28px;
	}
	.huki {
		margin-top: 20px;
	}
	.huki img {
		/*		max-width: 450px; */
		max-width: 740px;
	}
	.huki.right {
		text-align: right;
		padding-right: 28px;
	}
	.huki.right img {
		/*		max-width: 420px; */
		max-width: 740px;
	}
	.huki.left {
		text-align: left;
		padding-left: 28px;
	}
}
/*================================
study
============================*/
#study h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #0F2C59;
	background: #CEE6F3;
	color: #102C57;
	margin: 0 auto 20px;
}
.study_box {
	padding: 12px;
	border-radius: 4px;
}
.study_box li {
	position: relative;
	/*		padding-left: 1.2rem;
	 padding-bottom: 8px;
		margin-bottom: 8px;*/
	padding: 8px;
	border-bottom: dotted 1px;
}
@media (min-width:768px) {
	#study {
		position: relative;
		margin: 0 auto;
		max-width: 900px;
		border: 3px solid #001A6E;
		border-radius: 10px;
		background: #f9f9f9;
		padding: 36px;
	}
	#study:before {
		position: absolute;
		bottom: -14px;
		left: 1em;
		width: 0;
		height: 0;
		content: '';
		border-width: 14px 12px 0 12px;
		border-style: solid;
		border-color: #001A6E transparent transparent transparent;
	}
	#study:after {
		position: absolute;
		bottom: -10px;
		left: 1em;
		width: 0;
		height: 0;
		content: '';
		border-width: 14px 12px 0 12px;
		border-style: solid;
		border-color: #f9f9f9 transparent transparent transparent;
	}
	#study h3 {
		padding: 1rem 2rem;
		color: #fff;
		border-radius: 10px; /*
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);*/
		background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
	}
}
/*#study {
		background: rgb(35, 51, 187);
		background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
	}

	#study .title span {
		background: var(--white) !important;
		color: black;
	}
	.study_box {
		background-color: var(--white);
		padding: 12px;
		border-radius: 4px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); 
	}
	.study_box li {
		position: relative;
		padding-left: 1.2rem;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: dotted 1px;
	}
	.study_box li::before {
		content: "";
		width: 16px;
		height: 16px;
		position: absolute;
		left: 0;
		top: 4px;
		background: center / contain url("./icon_check.png") no-repeat;
	}
	.tri_white {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 100px solid transparent;
		border-left: 100px solid transparent;
		border-top: 30px solid #ffffff;
		border-bottom: 0;
		margin: 0 auto;
	}

	@media (min-width:768px) {
		.study_box {
			padding: 28px;
		}
		.study_box li {
			padding-left: 1.8rem;
			padding-bottom: 16px;
			margin-bottom: 16px;
			font-size: 22px;
		}
		.study_box li::before {
			content: "";
			width: 22px;
			height: 22px;
			top: 8px;
		}
		.tri_white {
			border-right: 250px solid transparent;
			border-left: 250px solid transparent;
		}
	}*/
/*============================
seminar_schedule
=====================*/
#seminar_schedule {}
.calendar {
	background-color: white;
	width: 100%;
	max-width: 850px; /* カレンダー全体の最大幅を設定 */
	margin: 0 auto; /* カレンダーを中央に配置 */
	padding: 12px;
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.month-name {
	font-size: 24px;
	font-weight: bold;
}
span.month-name {
	color: #ffa400
}
.weekdays {
	background-color: #f1f1f1
}
.weekdays, .days {
	display: flex; /* 子要素を横並びに配置 */
	flex-wrap: wrap; /* 子要素が折り返すように設定 */
}
.day {
	text-align: center;
	padding: 4px 0 0;
	border: 1px solid #ddd; /* 境界線 */
	-ms-flex-preferred-size: 14.285%; /* IE対応のflex-basis */
	flex-basis: 14.285%; /* 各セルの幅を全体の1/7に設定 */
	max-width: 14.285%; /* 最大幅を全体の1/7に設定 */
	box-sizing: border-box; /* パディングとボーダーを含めて幅を計算 */
}
.blue_calendar {
	color: #0000ff; /* 青文字 */
	background-color: #e6f7ff; /* 薄い青背景 */
}
.red_calendar {
	color: #ff0000; /* 赤文字 */
	background-color: #ffe6e6; /* 薄い赤背景 */
}
/* 追加された要素のスタイル */
.event {
	background-color: #ffcc00; /* 背景色を設定 */
	padding: 4px 2px;
	margin-top: 2px;
	width: 100%; /* イベントの幅を親要素に合わせる */
	box-sizing: border-box; /* パディングとボーダーを含めて幅を計算 */
}
/*.event:hover {
  background-color: #ffe066;  hover時の背景色を少し明るく 
cursor: pointer;
}
*/ .event-type {
	font-size: 14px;
	font-weight: bold;
}
.event-time {
	font-size: 10px;
	margin: 5px 0;
}
.event-join {
	background-color: white; /* ボタンの背景色を白に設定 */
	border: none;
	border-radius: 50vh;
	padding: 2px 2px;
	color: #e69500; /* ボタンの文字色をオレンジ色に近づけた色に設定 */
	font-weight: bold;
	transition: background-color 0.3s ease; /* ボタンの背景色変更にトランジションを追加 */
	width: 90%;
	font-size: 12px
}
.event a {
	text-decoration: none;
	color: inherit; /* aタグ内の文字色を親要素に従う */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.event a:hover .event-join {
	background-color: #fff2cc; /* hover時のボタン背景色を変更 */
}
.event_end {
	background-color: #888888; /* 明るめの灰色の背景色 */
	padding: 4px 2px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: white; /* テキストを白に設定 */
	cursor: default; /* カーソルをデフォルトに設定（pointerにならないように） */
}
.event_end a {
	cursor: default;
}
.event_end .event-join {
	background-color: #666666; /* 少し濃い灰色の背景色 */
	border: none;
	border-radius: 50vh;
	padding: 2px 2px;
	color: white; /* ボタンの文字色も白に設定 */
	font-weight: bold;
	transition: background-color 0.3s ease;
	width: 90%;
	font-size: 12px;
	cursor: default; /* ボタン上でもカーソルをデフォルトに設定 */
}
.event_end .event-join:hover {
	background-color: #666666; /* hover時の背景色を変えないように設定 */
}
@media (min-width:768px) {
	.month-name {
		font-size: 32px;
	}
	.day {
		padding: 4px;
	}
	.event {
		padding: 4px 2px;
	}
	.event-type {
		font-size: 22px;
	}
	.event-time {
		font-size: 16px;
	}
	.event-join {
		font-size: 16px
	}
	.event_end .event-join {
		font-size: 16px;
	}
}
/*==========
boxタイプ
==================*/
.sche_bg {
	background-color: #e9eff2;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
span.month-name {
	color: var(--white);
}
.sche_inner {
	padding: 16px;
}
.sche_box {
	background-color: var(--white);
	border-radius: 4px;
	font-size-adjust: 12px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 12px 12px 20px;
	border: solid 2px var(--gray);
	margin-bottom: 20px;
}
.sche_day {
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid 1px var(--gray);
}
.sche_place {
	padding: 8px 0;
	border-bottom: solid 1px var(--gray);
}
.sche_price {
	margin-bottom: 8px;
	padding-top: 8px;
}
.scroll_btn {
	width: 100%;
	/*	background-color: #1eac06;*/
	background-color: #cb0000;
	border-radius: 50vh;
	border: none;
	color: var(--white);
	font-weight: bold;
	box-shadow: 0 5px 0 0 #aa0000;
	/*	box-shadow: 0 5px 0 0 #084606; */
}
.scroll_btn a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 8px;
}
.scroll_btn.out {
	background-color: #555;
	box-shadow: none;
}
.scroll_btn:hover {
	filter: brightness(125%);
}
.scroll_btn.out:hover {
	filter: brightness(100%);
}
@media (min-width:650px) {
	.sche_inner {
		padding: 24px 40px;
	}
	.sche_box {
		display: flex;
		align-items: center;
		padding: 20px;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 32px;
	}
	.sche_flexbox {
		border-right: solid 1px var(--gray);
		padding-right: 24px;
		margin-right: 24px;
		flex: 0 0 65%
	}
	.sche_price {
		margin-bottom: 0;
	}
	.scroll_btn {
		width: 200px;
		margin: 0 auto;
	}
}
/*===================
tokuten
====================*/
.detail_tokuten_box {
	text-align: center;
}
.detail_tokuten_box ul {
	margin: 0;
}
.detail_tokuten_box ul li {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	max-width: calc(100% - 1rem);
	padding: 1rem;
	margin-bottom: 10px;
	border: 1px dashed #000;
	width: 100%;
}
.detail_tokuten_box ul li p:nth-of-type(1) span {
	padding: 0.5rem 0.8rem;
	color: #fff;
	font-weight: 600;
	background: #aa0000;
	-webkit-box-shadow: 5px 5px 0 #cb0000;
	box-shadow: 5px 5px 0 #cb0000;
}
.detail_tokuten_box ul li p:nth-of-type(2) img {
	max-width: 100px;
	display: block;
	margin: 0 auto 8px;
}
.detail_tokuten_box ul li p:nth-of-type(3) {
	font-size: 1.2em;
	font-weight: 600;
}
.detail_tokuten_box ul li p:nth-of-type(4) {
	margin: 10px auto;
}
.detail_tokuten_box ul li p:nth-of-type(1) span u {
	text-decoration: none;
	font-size: 0.6em;
}
@media (min-width:769px) {
	.detail_tokuten_box ul li {
		display: inline-block;
		max-width: calc(calc(100% - 1rem) / 3);
		padding: 1rem;
		border: 1px dashed #000;
	}
	.detail_tokuten_box ul li {
		min-height: auto;
	}
}
/*========================
voice
==============*/
#voice_area {
	background-color: #FBF6E9;
}
#voice_area h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #cb0000;
	background: #FFDADA;
	color: #cb0000;
	margin: 0 auto 20px;
}
.voice_box {
	background-color: var(--white);
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	padding: 16px;
	margin-bottom: 40px
}
.voice_title {
	text-align: center;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.435rem + 3.48vw, 2rem);
	margin-bottom: 24px;
}
.study_day {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px 0;
	text-align: center;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.voice_img {
	text-align: center;
	max-width: 150px;
	margin: 0 auto 8px;
}
.voice_name {
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.voice_box {
		padding: 32px 40px;
		margin-bottom: 80px;
	}
	.study_day {
		margin-top: 16px;
		margin-bottom: 24px;
		padding: 16px 0;
	}
	.voice_title {
		margin-bottom: 40px;
	}
	.voice_img {
		margin: 0 auto 12px;
	}
	.voice_name {
		margin-bottom: 52px;
	}
}
/*================
profile
===============*/
#profile {
}
#profile h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #cb0000;
	background: #FFDADA;
	color: #cb0000;
	margin: 0 auto 20px;
}
#profile dl {
	background: #fff;
	padding: 15px;
}
#profile dt {
	text-align: center;
	display: block;
	min-width: calc(100%/4);
}
#profile dt p {
	padding: 15px;
}
#profile dd div p {
	padding: 10px 0;
	line-height: 1.6em;
	font-size: 0.9em;
}
@media (min-width:768px) {
	#profile dt {
		float: left;
		display: block;
		min-width: calc(100%/4);
	}
}
.pro_img {
	text-align: center;
	width: 80%;
	margin: 0 auto 12px;
	max-width: 200px;
}
.pro_name {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
}
.pro_name span {
	font-weight: normal;
	font-size: 85%;
}
@media (min-width:768px) {
	.pro_name {
		margin-bottom: 40px;
	}
	#profile .text {
		margin-bottom: 80px;
	}
}
/*==================
message
=================*/
#message {}
#message h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #cb0000;
	background: #FFDADA;
	color: #cb0000;
	margin: 0 auto 20px;
}
.kurisu {
	float: right;
	margin-left: 4px;
	max-width: 300px;
	/*	width: 25%;*/
	width: calc(100% /3);
}
#message center {
	text-align: left;
}
@media (min-width:550px) {
	.kurisu {
		margin-left: 20px;
	}
	#message center {
		text-align: center;
	}
}
/*=============
footer
===================*/
footer {
	background: rgb(42, 42, 42);
	background: linear-gradient(0deg, rgba(42, 42, 42, 1) 0%, rgba(50, 50, 50, 1) 100%);
	padding: 20px 0;
	text-align: center;
	color: var(--white);
}
footer p {
	font-size: 18px;
	margin-bottom: 24px;
}
.footer_link {
	margin-bottom: 40px;
	font-size: 12px;
}
.footer_link li {
	padding-bottom: 8px;
	display: inline;
	padding: 0 8px
}
.copy {
	display: block;
	font-size: 12px;
}
/*===================
form
======================*/
.form_box {
	background-color: var(--white);
	padding: 16px;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.form_index {
	font-size: 120%;
	font-weight: bold;
}
.form_index span {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}
.form-content {
	text-align: left;
}
.form_index span {
	background: #c60e0e;
	padding: 0px 4px;
	color: var(--white);
	display: inline-block;
	margin-left: 8px;
	border-radius: 4px;
	font-weight: normal;
}
.form-control {
	width: 100%;
	padding: 8px;
	font-size: 16px;
}
#FormNameSei {
	margin-bottom: 4px;
}
.bar {
	content: "";
	background-color: var(--gray);
	display: block !important;
	margin: 20px auto;
	width: 100%;
	height: 1px;
}
/*.btn {
	width: 100%;
	background-color: #1eac06;
	background-color:#ff622b;
	border-radius: 50vh;
	border: none;
	color: var(--white);
	font-size: 22px;
	padding: 16px;
	font-weight: bold;
	box-shadow: 0 5px 0 0 #d53700;
/*	box-shadow: 0 5px 0 0 #084606;
}
.btn:hover {
	cursor: pointer;
	  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #ff622b;
  box-shadow: 0 2px 0 #d53700;
}*/
@media (min-width:768px) {
	.form_box {
		padding: 32px 40px;
	}
	.form_flex {
		display: flex;
		justify-content: space-between;
	}
	.form_name {
		width: 48%;
	}
	.form-control {
		padding: 16px;
		font-size: 18px;
	}
	.bar {
		margin: 28px auto;
	}
	.btn {
		font-size: 32px;
		padding: 20px;
	}
}
input:focus {
	border: 2px solid #f14949;
	outline: none;
	box-shadow: 0 0 5px 0 #f14949;
	border-radius: 4px;
}
.error-message {
	color: var(--red);
	display: none;
}
.has-error {
	border-color: var(--red);
}