@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.serif {
	font-family: "Noto Serif JP", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 1.2rem;
}
@media all and (min-width: 897px) {
	.content {
		padding: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
}
@media all and (min-width: 897px) {
}
/*------------------------------------------------------------
	comFixBtn
------------------------------------------------------------*/
.comFixBtn {
	padding: 1.3rem 2rem 0.5rem;
	position: fixed;
	bottom: 3.4rem;
	left: 0;
	width: 100%;
	z-index: 50;
}
.comFixBtn a {
	margin: 0 auto;
	padding: 0.5rem 1rem 0.8rem;
	position: relative;
	min-height: 6.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 35rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	background-color: #A1D08D;
	border-radius: 1.4rem;
	overflow: hidden;
	transition: none;
}
.comFixBtn a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	content: '';
	transition: 0.3s;
}
.comFixBtn.not a {
	color: #ADADAD;
	background-color: #D0D0D0;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.comFixBtn a:hover::before {
		width: 100%;
	}
	.comFixBtn {
		margin-top: 5rem;
		padding: 1.1rem 0;
		position: sticky;
		bottom: 0;
		left: auto;
		background-color: #FFF;
	}
	.comFixBtn a {
		padding: 0.5rem 1rem 0.6rem;
		min-height: 5.6rem;
		max-width: 31.6rem;
		font-size: 2rem;
		border-radius: 1.2rem;
	}
}
/*------------------------------------------------------------
	comBackLink
------------------------------------------------------------*/
.comBackLink {
	position: fixed;
	bottom: 3.8rem;
	left: 0;
	width: 100%;
	z-index: 50;
}
.comBackLink a {
	min-height: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #F4EFE3;
}
@media all and (min-width: 897px) {
	.comBackLink {
		margin-top: 1.9rem;
		position: static;
	}
	.comBackLink a {
		min-height: 4rem;
		align-items: center;
		background: transparent;
	}
	.comBackLink a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	display: block;
	padding: 0;
	max-width: inherit;
}
@media all and (min-width: 897px) {
	.comBox {
		margin: 0 auto;
		padding: 6.4rem 0 0;
		max-width: 96rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-top: 0;
	width: 48rem;
}
#sideBar h2 {
	margin: 0 0 3.1rem;
	padding: 0.8rem 0 1.1rem 1.2rem;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.32em;
	line-height: 1.625;
	background: url(../img/question/text_bg01.png) no-repeat left top / 100%;
}
#sideBar .title {
	margin-bottom: 1.5rem;
	padding: 1.5rem 0.2rem 1.7rem;
	font-size: 1.7rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.47;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#sideBar .title .sub {
	margin-top: 1.4rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
#sideBar .note {
	margin-bottom: 1.3rem;
	color: #FF3636;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: 0.04em;
}
#sideBar .textBox {
	margin-bottom: 1.2rem;
	padding: 2.4rem;
	background-color: #FFF;
	border-radius: 1.2rem;
}
#sideBar .textBox .ttl {
	margin-bottom: 0.6rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.12em;
}
#sideBar .textBox .text {
	margin-bottom: 1.8rem;
	font-size: 1.4rem;
	line-height: 1.71;
	font-weight: 400;
	text-align: center;
}
#sideBar .textBox .bigText {
	padding: 1.1rem 1rem 1.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 1.56;
	text-align: center;
	background: #E9F6FA;
	border-radius: 0.8rem;
}
#sideBar .smlText {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	#sideBar {
		display: none;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	margin-right: 5.9rem;
	padding: 4.6rem 1.1rem 1.8rem;
	position: relative;
	width: 36.8rem;
	border: 0.8rem solid #4C4C4C;
	border-radius: 2.2rem;
	box-sizing: border-box;
}
#conts::before {
	position: absolute;
	top: 1.9rem;
	left: 50%;
	transform: translateX(-50%);
	width: 9.4rem;
	height: 1.1rem;
	background-color: #4C4C4C;
	border-radius: 0.7rem;
	content: '';
}
#conts .subInner {
	position: relative;
	height: 58rem;
	border-radius: 1.2rem;
	overflow-y: scroll;
	box-sizing: border-box;
	scrollbar-width: none;
}
#conts .subInner::-webkit-scrollbar {
    display: none;
}
@media all and (max-width: 896px) {
	#conts {
		border: none;
		border-radius: 0;
		width: auto;
		margin: 0;
		padding: 0;
		min-height: 100vh;
		box-sizing: border-box;
	}
	#conts::before {
		display: none;
	}
	#conts .subInner {
		height: inherit;
		border-radius: 0;
		overflow: inherit;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/

@media all and (max-width: 896px) {
}