@charset "UTF-8";

/* WSYS-12264 【フロント】重要事項説明ページをサービスに関するご案内事項に変更 20250717 M.Shimizu */
._inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.mv {
	position: relative;
	background: url(../../images/page/guide/precautions_mv.png) no-repeat center center / contain;
	width: auto;
	height: 310px;
	margin: 0 auto 40px;
}

.mv ._inner {
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.mv ._inner img {
	width: 16vw;
	margin-bottom: 10px;
	border-radius: 8px;
	background: #fff;
}

.mv h1 {
	color: #2c4567;
	font-size: 3.4rem;
	line-height: 1.4;
}

.discription ._inner {
	font-size: 1.4rem;
}

.discription .discription_list {
	margin-bottom: 40px;
	padding: 0 30px 36px;
	border-top: solid 2px #008ae1;
	background: #fff;
}

.discription .discription_list h2 {
	border-top: none;
}

.discription .list_text a,
.discription .extension a {
	text-decoration: underline;
}

.discription .list_howto {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 10px;
	font-weight: 600;
}

.discription .howto_text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
	width: 56%;
	margin-bottom: 14px;
	font-size: 1.3rem;
}

.discription .howto_text .notuse,
.discription .howto_text .use {
	width: 48%;
	padding: 4px 10px 8px;
	border-radius: 4px;
	line-height: 2;
}

.discription .howto_text .notuse {
	border: 3px solid #f95454;
	background: #feeeee;
}

.discription .howto_text .notuse .box,
.discription .howto_text .use .box {
	margin-right: 4px;
	padding: 2px 8px 4px;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
}
.discription .howto_text .notuse .box {
	background: #f95454;
}

.discription .howto_text .notuse .text {
	color:#f95454;
	font-weight: 600;
}

.discription .howto_text .use {
	border: 3px solid #00b8bf;
	background: #e5f8f9;
}

.discription .howto_text .use .box {
	background: #00b8bf;
}

.discription .howto_text .use .text {
	color:#00b8bf;
}

.discription .howto_img {
	width: 40%;
}

.discription .note {
	position: relative;
	padding: 14px 14px 14px 52px;
	border-radius: 4px;
	background: #e0f2fe;
	font-weight: 500;
	line-height: 1;
}

.discription .note .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 2.0rem;
	transform: translateY(-50%);
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: #008ae1;
	text-align :center;
	line-height: 1.7rem;
}

.discription .note .icon::before {
	content: '!';
	display: block;
	color: #e0f2fe;
}

.discription_list ol {
	padding: 30px 20px;
}

.discription_list ol li:not(:last-child) {
	list-style-type: decimal;
}

.discription_list ol li:last-child {
	margin-left: -20px;
}

.contact {
	margin-top: 20px;
	padding: 24px;
	background: #e0f2fe;
}

.contact .icon_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.icon_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns_icon {
	margin-right: 7px;
}

.sns_icon img {
	width: 26px;
}

.fa-envelope,
.fa-phone {
	margin-right: 7px;
	font-size: 2.6rem;
}

.fa-phone::before {
	display: inline-block;
	transform: scaleX(-1);
}

.phone_inner {
	display: flex;
}

.extension {
	padding-left: 20px;
}

.extension li {
	margin-bottom: 30px;
	list-style-type: disc;
}

.extension li p {
	margin-left: -20px;
	padding-left: 1.4em;
	text-indent: -1.0em;
}

.other_case {
	padding: 20px;
	background: #e0f2fe;
	font-size: 1.6rem;
	text-align: center;
}
