/* WSYS-11647 【VMDB・フロント】新規オプション追加_貴重品発見サポート(This is) 20241114 M.Amano */
@charset "utf-8";
/* 共通 */
.content {
	background: #fff;
}

._inner {
	width: 920px;
	margin: 0 auto;
	padding: 70px 0;
}

._head h3 {
	margin-bottom: 30px;
	color: #002b6d;
	font-size: 3.0rem;
	text-align: center;
}

._head p {
	font-size: 1.6rem;
	text-align: center;
}

/* 申込ボタン */
._applay {
	margin: 0 auto;
}

._applay ._applay_btn {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 20px;
	cursor: pointer;
	user-select: none;
	transition: ease 0.3s;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 10px;
	background: #ff205a;
	box-shadow: rgba(0, 0, 0, .2) 3px 5px 6px 3px;
	display: flex;
	justify-content: center;
	width: 400px;
	margin: 60px auto 0;
}

._applay ._applay_btn:hover {
	transform: scale(1.05);
	box-shadow: none;
}

._applay ._applay_btn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 6%;
	margin-top: -7px;
}

._applay ._applay_btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

/* lostandfound_head MV */
main.lostandfound {
	background: #f8f8f8;
}

.lostandfound_head ._inner {
	width: 100%;
	max-width: 980px;
	padding: 0;
}

.lostandfound_head_warp {
	position: relative;
	height: 350px;
	background: url(../../images/page/price/option/lostandfound/mv_pc.png) no-repeat center center / cover;
	color: #002b6d;
	font-weight: 600;
	text-align: center;
}

.lostandfound_head_content {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.lostandfound_head_content img {
	width: 30rem;
	margin-bottom: 30px;
	border-radius: 8px;
	background: #fff;
}

.lostandfound_head_content ._subtext,
.lostandfound_head_content ._maintext {
	text-shadow:
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff;
}

.lostandfound_head_content ._subtext {
	margin-bottom: 16px;
	font-size: 1.8rem;
	line-height: 1.0;
}

.lostandfound_head_content ._maintext {
	margin-bottom: 20px;
	font-size: 4.4rem;
	line-height: 1.0;
}

.lostandfound_head_content ._maintext p {
	display: inline-block;
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
}

.lostandfound_head_content ._maintext p::before,
.lostandfound_head_content ._maintext p::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 1.5px;
	background: #002b6d;
}

.lostandfound_head_content ._maintext p::before {
	left: -50px;
}

.lostandfound_head_content ._maintext p::after {
	right: -50px;
}

.lostandfound_head_content ._pricetext {
	display: inline-block;
	padding: 10px 40px;
	background: #002b6d;
	border-radius: 50px;
	color: #fff;
	font-size: 2.2rem;
}

/* lostandfound_introduction 貴重品発見サポートとは？ */
.lostandfound_introduction,
.lostandfound_flow,
.lostandfound_explanation,
.lostandfound_faq,
.lostandfound_disclaimer {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
	background: #fff;
}

.lostandfound_introduction_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lostandfound_introduction_content ._img {
	width: 40%;
}

.lostandfound_introduction_wrap {
	width: 58%;
}

.lostandfound_introduction_title h2 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	color: #002b6d;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1;
}
.lostandfound_introduction_title h2 span {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}
.lostandfound_introduction_title h2 span > span {
	display: inline-block;
	position: relative;
	font-size: 60%;
}
.lostandfound_introduction_title h2 span > span::before,
.lostandfound_introduction_title h2 span > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background: #002b6d;
}
.lostandfound_introduction_title h2 span > span::before {
	left: 20px;
}
.lostandfound_introduction_title h2 span > span::after {
	right: 20px;
}
.lostandfound_introduction_title p {
	font-size: 1.6rem;
	line-height: 1.6;
}
/* lostandfound_flow ご利用の流れ */
.lostandfound_flow {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
	background: rgba(194, 220, 235, 0.1);
}
.lostandfound_flow_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.lostandfound_flow_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 30%;
	padding: 20px 8px 8px;
	background: #c2dcec;
	border-radius: 30px;
}
.lostandfound_flow_item::after,
.lostandfound_flow_item:nth-child(3)::after,
.lostandfound_flow_item:nth-child(4)::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 48px;
	background-color: #113866;
	clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}

.lostandfound_flow_item::after {
	top: 50%;
	right: -42px;
	transform: translateY(-50%);
}

.lostandfound_flow_item:nth-child(3)::before,
.lostandfound_flow_item:nth-child(4)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%, -40%);
	width: 80px;
	height: 80px;
	background: url(../../images/page/price/option/lostandfound/icon_24h.png) no-repeat center center / contain;
}


.lostandfound_flow_item:nth-child(3)::after {
	top: 106%;
	left: 45%;
	transform: rotate(90deg) translateX(-50%);
}

.lostandfound_flow_item:nth-child(4)::after {
	top: 106%;
	left: 45%;
	transform: rotate(90deg) translateX(-50%);
}

.lostandfound_flow_item h3 {
	margin-bottom: 20px;
	color: #002b6d;
}

.lostandfound_flow_item ._img {
	padding: 10px 0;
	background: #fff;
	text-align: center;
}

.lostandfound_flow_item img {
	width: 70%;
}

.lostandfound_flow_item p {
	width: 100%;
	height: 100%;
	padding: 10px 16px;
	border-radius: 0 0 25px 25px;
	background: #f0f8fc;
	font-size: 1.2rem;
}

.lostandfound_flow_text {
	width: 100%;
}

.lostandfound_flow_item.lostandfound_flow_use {
	width: 100%;
	margin: 50px auto;
}

.lostandfound_flow_use_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	border-radius: 0 0 25px 25px;
	background: #fff;
}

.lostandfound_flow_use .lostandfound_flow_use_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 24%;
}

.lostandfound_flow_use_item p {
	padding: 10px;
	background: #002b6d;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}

.lostandfound_flow_use_allow p {
	margin-bottom: 20px;
	padding: 0;
	background: none;;
	color: #002b6d;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

.lostandfound_flow_use_allow ._allow1,
.lostandfound_flow_use_allow ._allow2 {
	position: relative;
	width: 100px;
	height: 0px;
	border-top: 5px dotted #002b6d;
	border-right: 5px dotted #002b6d;
	box-sizing: border-box;
}

.lostandfound_flow_use_allow ._allow1 {
	margin-bottom: 20px;
}

.lostandfound_flow_use_allow ._allow1::after,
.lostandfound_flow_use_allow ._allow2::after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}

.lostandfound_flow_use_allow ._allow1::after {
	right: -18px;
	bottom: -8px;
	border-left: 10px solid #002b6d;
}

.lostandfound_flow_use_allow ._allow2::after {
	left: -12px;
	bottom: -8px;
	border-right: 10px solid #002b6d;
}

.lostandfound_flow_text {
	padding: 20px;
	border-radius: 50px;
	background: #ffc629;
	color: #002b6d;
	text-align: center;
}

.lostandfound_flow_text p {
	display: inline-block;
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
}

.lostandfound_flow_text p::before,
.lostandfound_flow_text p::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}

.lostandfound_flow_text p::before {
	left: -100px;
	background: url(../../images/page/price/option/lostandfound/flow_return01.png) no-repeat center center / contain;
}

.lostandfound_flow_text p::after {
	right: -100px;
	background: url(../../images/page/price/option/lostandfound/flow_return02.png) no-repeat center center / contain;
}

/* lostandfound_explanation */
.lostandfound_explanation_detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin-inline: auto;
	padding-top: 40px;
}

.lostandfound_explanation_detail ._item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 24rem;
	height: 24rem;
	border-radius: 200px;
	background: rgba(194, 220, 235, 0.2);
}

.lostandfound_explanation_detail ._img {
	text-align: center;
}

.lostandfound_explanation_detail ._img img {
	width: 70%;
}

.lostandfound_explanation_detail ._item ._text {
	color: #002b6d;
	font-size: 1.6rem;
	font-weight: 600;
}

/* lostandfound_faq よくある質問 */
.lostandfound_faq_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 2.2rem;
}

.lostandfound_faq_item {
	font-size: 1.7rem;
	line-height: 1.6;
}

.lostandfound_faq_item ._question p {
	position: relative;
	padding: 10px 0 10px 60px;
	background: #002b6d;
	color: #fff;
}

.lostandfound_faq_item ._question p::before,
.lostandfound_faq_item ._answer p::before {
	position: absolute;
	font-size: 2.8rem;
	font-weight: 600;
}

.lostandfound_faq_item ._question p::before {
	content: "Q";
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	line-height: 1;
}

.lostandfound_faq_item ._answer {
	padding: 20px 10px 20px 60px;
	border: 4px solid #002b6d;
	border-top: 0;
}

.lostandfound_faq_item ._answer p {
	position: relative;
}

.lostandfound_faq_item ._answer p::before {
	content: "A";
	top: -10px;
	left: -40px;
	color: #002b6d;
}

.lostandfound_faq_item ul {
	margin-left: 20px;
}

.lostandfound_faq_item ul li {
	list-style: disc;
}

/* lostandfound_disclaimer 免責事項 */
.lostandfound_disclaimer {
	padding-bottom: 60px;
}

.lostandfound_disclaimer ._inner {
	background: rgba(194, 220, 235, 0.2);
}

.lostandfound_disclaimer_warp {
	padding: 0 40px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* START キャンペーン時に使用 終了後削除 */
.lostandfound_head_content ._camp {
	position: relative;
	border: 2px solid #002b6d;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.lostandfound_head_content ._camp ._title {
	padding: 4px;
	background: #002b6d;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 2.0rem;
}

.lostandfound_head_content ._camp ._text {
	display: flex;
	align-items: flex-end;
	justify-content: end;
	padding: 4px 4px 4px 40px;
	color: #000;
	font-size: 2.2rem;
	line-height: 1;
}

.lostandfound_head_content ._camp ._proper_area {
	display: flex;
	align-items: flex-end;
	position: relative;
	font-size: 2.4rem;
	line-height: 1;
}
.lostandfound_head_content ._camp .cross {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 80px;
	height: 3px;
	background: #ed1c24;
	transform: rotate(-20deg) translateY(-50%);
	vertical-align: middle;
}
.cross::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ed1c24;
	transform: rotate(40deg);
}

.lostandfound_head_content ._camp ._proper {
	font-size: 1.0rem;
	line-height: 1.1;
}

.lostandfound_head_content ._camp ._allow {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 24px;
	margin-inline: 10px;
	background-color: #ed1c24;
	clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}

.lostandfound_head_content ._camp ._price {
	color: #ed1c24;
	font-size: 3.0rem;
	line-height: 1.0;
}

.lostandfound_head_content ._camp ._date {
	color: #002b6d;
}

.lostandfound_head_content ._camp .box {
	position: absolute;
	top: 17%;
	transform: rotate(-10deg);
}

.lostandfound_head_content ._camp ._badge {
	font-size: 1rem;
	line-height: 1.1;
	color: #ffff00;
	text-align: center;
}

.lostandfound_head_content ._camp ._badge span {
	font-size: 2rem;
	font-weight: 700;
}

.lostandfound_head_content ._camp ._badge span._limit {
	padding-left: 10px;
	font-size: 1rem;
}

.lostandfound_head_content ._camp span {
	font-size: 1.8rem;
	line-height: 1.4;
}

.lostandfound_head_content ._camp .box_wrapper,
.lostandfound_head_content ._camp .box_wrapper:before,
.lostandfound_head_content ._camp .box_wrapper:after,
.lostandfound_head_content ._camp ._badge,
.lostandfound_head_content ._camp ._badge:before {
	position: absolute;
	left: 0;
	background-color: #ed1c24;
	width: 60px;
	height: 60px;
}

.lostandfound_head_content ._camp .box_wrapper:before {
	transform: rotate(22deg);
	content: '';
}

.lostandfound_head_content ._camp .box_wrapper:after {
	transform: rotate(-22deg);
	content: '';
}

.lostandfound_head_content ._camp ._badge {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}

.lostandfound_head_content ._camp ._badge:before {
	transform: rotate(45deg);
	content: '';
	z-index: -1;
}

/* WSYS-12409 【フロント】貴重品発見サポート(this is)のYoutubeタグ埋め込み 20250605 J.Jiyun */
.lostandfound_introduction ._inner .youtube_video {
	text-align: center;
}

.lostandfound_introduction ._inner .youtube_video p {
	margin-bottom: 10px;
	color: #002b6d;
	font-size: 2.2rem;
	font-weight: bold;
}

.lostandfound_introduction ._inner .youtube_video iframe {
	width: 480px;
	max-width: 100%;
	height: 270px;
}
/* END キャンペーン時に使用 終了後削除 */