@charset "utf-8";
/* header
==================================*/
header {
	position: relative;
}
header p {
	margin: 0 auto;
	padding: 10px 0;
	background-image: none;
	font-family: serif;
	font-weight: 600;
	font-size: 2.2em;
	line-height: 1.2em;
	text-align: center;
}
header div {
	background: #fff url('../img/bg_kv.jpeg') no-repeat center top / cover content-box;
	position: relative;
}
header h1 {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	font-weight: 600;
}
header h1 img {
	padding: 10px 0;
}
header div img#kurisu {
	position: absolute;
	top: 1%;
	right: 1%;
	max-width: calc(100%/3);
}
header div#lead {
	background: none;
}
@media (min-width:768px) {
	header p {
		padding: 10px;
		font-size: 2.4em;
	}
	header div#lead {
		max-width: 980px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	header h1 img {
		padding: 20px 10px;
	}
}
.fv02 {
	position: relative;
}
.fv02 img {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}
/* fv03
==================================*/
.fv03 {
	/*  background: rgb(6, 6, 6);
  background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%, rgba(8, 8, 8, 1) 53%, rgba(2, 2, 2, 1) 100%);*/
	padding: 20px 0px 16px;
	position: relative;
}
.fv03 h2 {
	text-align: center;
	padding: 8px;
	font-size: 1.2em;
}
.fv03 h2 span {
	color: #cc0000;
}
.fv03 .inner div {
	background: #CEE6F3;
	padding: 15px;
}
.fv03 .inner div ol.list_wrap {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	counter-reset: li_count;
	position: relative;
}
.fv03 .inner div ol.list_wrap li {
	margin-bottom: 5px;
	font-weight: 600;
	border-left: solid 6px #102C57;
	background: #FEFAF6;
	margin-bottom: 5px;
	line-height: 1.5;
	padding: 0.4em;
}
.fv03 .inner div ol.list_wrap li:before {
	counter-increment: li_count;
	content: counter(li_count)".";
	color: #cc0000;
	margin-right: 5px;
}
@media (min-width:768px) {
	.fv03 {
		padding: 40px 0 32px;
		max-width: 800px;
		margin: 0 auto;
	}
	.fv03 h2 {
		font-size: 1.6em;
		line-height: 1.2em;
	}
}
.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 /*white*/ ;
}
.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 (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);
	}
}
/*============================
cta
=====================*/
#cta_area {

	/*	background: center / cover url("./cta_bg.png") no-repeat;
	color: var(--white);
	max-width: 900px;
	background-color: var(--yellow);*/
}
#cta_area.sec_pad {
	padding: 16px 0;
	margin: 0 auto;
}
.cta_top_text {
	text-align: center;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.707rem + 2.32vw, 1.75rem);
	margin-bottom: 12px;
	/*	text-shadow: 0 0 5px #000;*/
}
.cta_top_text span {
	margin-top: 8px;
	border-bottom: solid 2px #cb0000;
}
/*
	.cta_top_text {
  position: relative;
  padding: 1rem 2rem;
  border: 4px solid #cb0000;
}

	.cta_top_text:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #cb0000;
		}
*/
.cta_btn {
	animation: updown 2s infinite ease-in-out;
	text-align: center;
	margin: 25px auto;
	max-width:940px;
}
@keyframes updown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width:768px) {
	#cta_area.sec_pad {
		padding: 40px 0;
	}
	.cta_btn {
		margin: 45px auto;
	}
}
/*=====================
tokuten
================*/
#tokuten_bar_area {}
#tokuten_bar_area h2 {
	text-align: center;
	padding: 0.8rem 1rem;
	margin: 0 auto 15px;
	background-color: #252f3c;
	color: #ffffff;
/*	border-radius: 100vh;*/
	width: 85%;
}
#tokuten_bar_area h2 span {
	font-size: 18px;
	font-size: 1.8rem;
}
#tokuten_bar_area ul {
	max-width: 800px;
	margin: 0 auto;
}
#tokuten_bar_area ul li {
	font-weight: 600;
	padding: 0.4rem;
	line-height: 1.8em;
	border-bottom: 1px dotted #000;
}
#tokuten_bar_area ul li span {
	padding: 0.2rem 0.8rem;
	background-color: #AA0000;
	color: #ffffff;
	margin-right: 15px;
	border-radius: 100vh;
}
.tokuten_bar {
	margin-bottom: 28px;
}
/* 画像使った場合の回り込み
 --------------------------
@media (min-width:768px) {
.tokuten_bar ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

	.tokuten_bar li {
	display: inline-block;
 margin-bottom: 8px;
	max-width:500px;
	width: 48%;
}
}
 */
/* --------------------------- */
/* #tokuten_bar_area {
  background: center / cover url("./tokuten_bg.png") no-repeat;
}
.title {
  font-size: clamp(1.25rem, 0.299rem + 4.06vw, 2.125rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 28px;
}
#tokuten_bar_area .title {
  color: var(--white);
}
.tokuten_bar {
  margin-bottom: 28px;
}
.tokuten_bar li {
  margin-bottom: 8px;
}
@media (min-width:768px) {
  .title {
    margin-bottom: 48px;
  }
}
*/
/*=======================
read
===================*/
#read01 {
	position: relative;
}
#read01 h3, #read02 h3, #read03 h3, #fact_area h3, #tokuten_area h3, #form_area h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #0F2C59;
	background: #CEE6F3;
	color: #102C57;
	margin: 0 auto 20px;
}
h3.mtop {
	margin-top: 50px !important;
}
/*
#read02 {
  background: center / cover url("./read02_bg.png") no-repeat;
  color: var(--white);
}
#read03 {
  background-color: #e8e8e8;
}
#read04 {
	background: center / cover url("./read04_bg.png") no-repeat;
	color: var(--white);
}*/
#read01::before {
	content: "";
	width: 20vw;
	max-width: 200px;
	height: 15vw;
	position: absolute;
	right: 0;
	top: 0px;
	background: center / contain url("../img/read01_img01.png") no-repeat;
}
/*#read01 .title {
	line-height: 1.8;
	position: relative;
}
*/
#read01 .title .sp-only, #read04 .title .sp-only {
	display: inline;
}
@media (min-width:768px) {
	#read01 .title .sp-only, #read04 .title .sp-only {
		display: none;
	}
	#read01 .title .pc-only, #read04 .title .pc-only {
		display: inline;
	}
}
.read_img {
	text-align: center;
	margin: 0 auto 28px;
	max-width: 940px;
	width: 100%;
}
.read_img img {
/*	max-width: 900px; */
	margin: 5px auto;
	width: 100%;
}
.read_img p {
	font-weight: bold;
}
.title span {
	color: var(--white);
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 50%, rgba(42, 41, 41, 1) 100%);
	padding: 4px 8px;
}
.text {
	line-height: 2.4rem;
	margin: 14px auto 28px;
}
.text .text_bg_navy, .text .text_bg_red {
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	max-width: 800px;
	margin: 28px auto;
}
.text .text_bg_navy p {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0F2C59;
}
.text_bg_red p {
	display: inline-block;
	padding: 10px;
	background-color: #cb0000;
}
.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:#FFE3E3;
	padding: 12px;
	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;
		width: 100%;
	}
	.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 {
	/*		background-color: var(--gray);*/
}
.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 {
	text-align: center;
	margin: 0 auto 8px;
}
.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 {
		text-align: center;
		margin-bottom: 12px;
	}
	.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;
}
.month {
	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;
}
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;
	}
}
/*
.tokuten_box li {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-bottom: 28px;
	padding: 16px;
	background: rgb(242, 242, 242);
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tokuten_img {
	text-align: center;
	margin: 0 auto 20px;
	max-width: 120px;
	width: 100%;
}
.tokuten_number {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 28px;
}
.tokuten_number span {
	background: rgb(248, 15, 15);
	background: linear-gradient(90deg, rgba(248, 15, 15, 1) 0%, rgba(143, 7, 46, 1) 100%);
	padding: 2px 8px;
	color: var(--white);
}
.tokuten_title {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: var(--red);
	margin-bottom: 12px;
}
@media (min-width:768px) {
	.tokuten_box li {
		padding: 28px;
		margin-bottom: 52px;
	}
	.tokuten_flex {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.tokuten_number {
		margin-bottom: 36px;
	}
	.tokuten_img {
		margin-left: 40px;
		margin-bottom: 0;
	}
	.tokuten_title {
		font-size: 140%;
	}
}*/
#tokuten_area .caution {
	margin-top: 20px;
	padding: 12px 12px 0;
	border-radius: 4px;
}
@media (min-width:650px) {
	#tokuten_area .caution {
		margin-top: 40px;
	}
}
/*========================
voice
==============*/
#voice_area {
	background-color: #FBF6E9;
	/*	background-color: var(--gray);*/
}
#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 {
	/*	background-color: var(--gray); */
}
#profile h3, #read04 h3, #read05 h3 {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	border-left: 5px solid #cb0000;
	background: #FFDADA;
	color: #cb0000;
	margin: 0 auto 20px;
}
#profile dl {}
#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 {
	/*	background-color: var(--gray);*/
}
#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% /4);
}
#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_area {
	/*  background-color: var(--gray); */
}
#form_area.sec_pad {
	padding-top: 0;
}
.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);
}



/* line_section
====================================*/
#line_section {
	text-align: center;
}
#line_section img {
	max-width: 90%;
	margin-bottom: 15px;
}

.line_btn {
	display: inline-block;
	padding: 0.8em 3em;
	background-color: #00B900;
	box-shadow: 0 5px 0 #298c75;
	border-radius: 60px;
	color: #fff;
	cursor: pointer;
	text-decoration: none; /* 文字の下線を消す */
	font-weight: bold;
	margin-bottom: 15px;
}

