/*-----------------------------
	common
----------------------------- */

:root {
	--main-color: #BF0F3D;
	--main-color2: #ba1532;
	--sub-color: #fff6eb;
	--sub-color2: #F1F3F4;
	--sub-color3: #EDC364;
	--sub-color4: #C17900;
	--sub-color5: #DBDBDB;
	--base-color: #fff;
	--text-color: #2C2C2C;

}

body {
	font-feature-settings: "palt";
	/* ------- */
	overflow-x: hidden;
	overflow-y: scroll;
	/* ------- */

}


.heading-A {
	border-bottom: solid 3px #ba1532;
	padding: 0.8em 0;
	font-weight: bold;
	margin-bottom: 2em;
}

.heading {
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #ba1532;
	color: var(--main-color);
}

.sp-delete {
	display: none;
}

.pc-delete {
	display: block;
}
/*-----------------------------
	tittle
----------------------------- */

.mv {
	padding: 0 !important;
	;
	margin: 0 !important;
	;

}

.mv__item img {
	width: 80%;
}

.mv__btn {
	margin: 20px auto;
}

/*-----------------------------
	container
----------------------------- */
.onlsup__btn {
	position: relative;
	font-weight: bold;
	width: 300px;
	font-size: 1.2em;
	line-height: 1.5;
	height: 70px;
	text-align: center;
	background-color: #ba1532;
	color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	border: none;
	transition: .3s;
	padding-left: 20px;
}

.onlsup__btn::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/muryo.svg) no-repeat;
	background-position: center;
	top: 5px;
	left: 0.5em;
	transform: translateY(10%);
	background-size: contain;
	display: inline-block;
}

.onlsup__btn::after {
	position: absolute;
	content: "\f054";
	font-size: 20px;
	transform: translateY(75%);
	top: 0;
	right: 1.2em;
	font-family: "FontAwesome";
	font-size: 1em;
	display: inline-block;
}

.onlsup__btn:hover {
	opacity: .8;
}

/* .ques  */
.ques {
	margin: 0 auto;
}

.ques__outer {
	position: relative;
	background-color: #FFF6EB;
	border-radius: 30px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ques__item {
	line-height: 1.5;
	margin: 1em 0 0;
	font-weight: 600;
}

.ques__outer:before {
	position: absolute;
	font-weight: bold;
	content: "\f10d";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #ba1532;
	color: var(--main-color);
	font-size: 2.5em;
	padding-right: 0.5em;
	top: -.3em;
	left: .5em;
}

.ques__outer:after {
	position: absolute;
	content: "";
	display: inline-block;
	bottom: 1px;
	left: 2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12px 0 12px;
	border-color: #fff6eb transparent transparent transparent;
	transform: translateY(100%);
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
}

/* well */
.well {
	background-color: #FFF6EB;
	border-radius: 30px;
}

.media-heading {
	font-size: 18px;
	line-height: 1.5;
}

.media-heading.heading .underline-text {
	background: linear-gradient(transparent 60%, #fee441 40%);
}

.media__item {
	padding-right: 1em;
}

/* .flow  */
.flow {
	border: 3px solid var(--main-color);
	border-radius: 20px;
	background-color: var(--sub-color);
	border-left: 20px solid var(--main-color);
	padding-right: 1em;
}

.flow__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	padding-top: 7px;
}

.flow hr {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	text-align: center;
	border: 0;
	border-top: 3px solid var(--main-color);
	width: 48%;
	border-radius: 10px;
	align-items: center;
}

.flow__body {
	display: flex;
	align-items: center;
}

.flow__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.icon {
	margin: auto 0 auto 15px;
}

/* contact */
.contact {
	padding-top: 1em;
}

.contact ul {
	padding: 1em;
	background-color: var(--sub-color);
	margin: auto 5%;
	border-radius: 20px;
}

.contact ul li a {
	color: var(--main-color);
}

.contact a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.phone-number {
	font-size: 1.5em;
	line-height: 1.2;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 1em;
}

.phone-number::before {
	content: "\f095";
	font-family: FontAwesome;
	line-height: 1.6em;
	padding-right: 0.2em;
}

.list-link::after {
	content: "  \f14c";
	font-family: FontAwesome;
	color: var(--main-color);
}


@media screen and (min-width:441px) {
	.onlsup__btn::before {
		width: 60px;
		height: 60px;
		background: url(../images/muryo.svg);
		left: 0.8em;
		transform: translateY(0%);
	}

	.onlsup__btn::after {
		font-size: 20px;
		right: 1.5em;
		transform: translateY(-50%);
		top: 50%;
	}

	.onlsup__btn {
		width: 400px;
		font-size: 1.5em;
		padding-left: 27px;
	}
}


@media screen and (min-width:768px) {
    h1 {
		padding: 0 0 0 1rem !important;
		margin: 50px 0 50px 50px !important;
	}

    .sp-delete {
		display: block;
	}

	.pc-delete {
		display: none;
	}

	.mv__item img {
		width: 100%;
	}

	.sp-delete.no-flex {
		display: none;
	}

}

@media screen and (min-width:991px) {
	.ques__outer {
		height: 160px;
		font-weight: 400;
	}

	.ques__item {
		font-size: 1.2em;
		margin: 1em 0.5em 0;
	}

	.ques__outer:after {
		border-width: 25px 20px 0 20px;
	}

	.flow__text {
		font-size: 1.2em;
	}

	.sp-delete.no-flex {
		display: block;
	}

}

/*-----------------------------
	calender
----------------------------- */
p.click {
	padding-left: 18px;
	margin-bottom: 25px;
	background: url(../fx-seminar/img/click.gif) no-repeat left center;
}

.calender-table {
	background-color: #DCDDDD;
}

.calender-table th {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
}

.calender-table td {
	height: 88px;
	width: 96px;
	vertical-align: top;
}

th.th-day,
td.td-day {
	background-color: #FFFFFF;
}

th.th-sat,
td.td-sat {
	background-color: #FFFFFF;
	background-image: url(../fx-seminar/img/bg-blue.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: normal;
	color: #005BAC;
	vertical-align: top;
}

th.th-sun,
td.td-sun {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #992F22;
	vertical-align: top;
	background-image: url(../fx-seminar/img/bg-pink.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.calender-table td dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.calender-table td dl dt {
	padding: 2px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	opacity: 0.8;
}

.calender-table td dl dd {
	margin: 0px;
	font-size: 1em;
	background-image: url(../img/arrow-purple.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}


.seminar-ttl {
	/* font-size: 0.8em; */
	padding-left: 13px;
	background-image: url(../../img/arrow-purple.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
