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

/* 
	TODO::popup内で他のページに影響がでているため、一旦コメントアウト
	影響ありそうなら元に戻す
 */
/* p {
	font-size: 1.4rem;
} */

._head h3 {
	margin-bottom: 20px;
	font-size: 2.0rem;
}

._head p {
	font-size: 1.3rem;
	text-align: left;
}

/* 申込ボタン */
._applay ._applay_btn {
	width: 90%;
	margin-top: 30px;
	padding: 16px;
	font-size: 1.6rem;
}

/* lostandfound_head MV */
.lostandfound_head_warp {
	height: 400px;
	background: url(../../images/page/price/option/lostandfound/mv_sp.png) no-repeat center center / cover;
}

.lostandfound_head_content {
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.lostandfound_head_content img {
	width: 17rem;
	margin-bottom: 18px;
	border-radius: 4px;
}

.lostandfound_head_content ._subtext {
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.lostandfound_head_content ._maintext {
	margin-bottom: 18px;
	font-size: 2.6rem;
}

.lostandfound_head_content ._maintext p {
	font-size: 1.4rem;
}

.lostandfound_head_content ._maintext p::before,
.lostandfound_head_content ._maintext p::after {
	width: 25px;
}

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

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

.lostandfound_head_content ._pricetext {
	padding: 6px 40px;
	font-size: 1.4rem;
}

/* lostandfound_introduction 貴重品発見サポートとは？ */
.lostandfound_introduction_content ._img {
	width: 70%;
	margin-bottom: 24px;
}

.lostandfound_introduction_wrap {
	width: 100%;
}

.lostandfound_introduction_title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lostandfound_introduction_title h2 {
	margin-bottom: 24px;
	font-size: 2.2rem;
}

.lostandfound_introduction_title h2 span > span::before,
.lostandfound_introduction_title h2 span > span::after {
	width: 20px;
}

.lostandfound_introduction_title h2 span > span::before {
	left: 10px;
}

.lostandfound_introduction_title h2 span > span::after {
	right: 10px;
}

.lostandfound_introduction_title p {
	font-size: 1.3rem;
}

/* lostandfound_flow ご利用の流れ */
.lostandfound_flow_wrap {
	gap: 40px;
}

.lostandfound_flow_item {
	align-items: flex-end;
	width: 100%;
	padding: 10px 8px 8px;
	border-radius: 100px 10px 10px 100px;
}

.lostandfound_flow_item::after,
.lostandfound_flow_item:nth-child(3)::after,
.lostandfound_flow_item:nth-child(4)::after {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0%) rotate(90deg);
	width: 24px;
	height: 36px;
}

.lostandfound_flow_item:nth-child(3)::before,
.lostandfound_flow_item:nth-child(4)::before {
	transform: translate(20%, -20%);
	width: 50px;
	height: 50px;
}

.lostandfound_flow_item ._text01,
.lostandfound_flow_item ._text02,
.lostandfound_flow_item ._text03 {
	position: relative;
	width: 100%;
}

.lostandfound_flow_item ._text01::before,
.lostandfound_flow_item ._text02::before,
.lostandfound_flow_item ._text03::before {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	height: 120px;
}

.lostandfound_flow_item ._text01::before {
	background: url(../../images/page/price/option/lostandfound/flow_item_01_sp.png) no-repeat center center / cover;
}

.lostandfound_flow_item ._text02::before {
	background: url(../../images/page/price/option/lostandfound/flow_item_02_sp.png) no-repeat center center / cover;
}

.lostandfound_flow_item ._text03::before {
	background: url(../../images/page/price/option/lostandfound/flow_item_03_sp.png) no-repeat center center / cover;
}

.lostandfound_flow_item h3 {
	margin-bottom: 14px;
	padding-left: 40%;
	font-size: 1.4rem;
}

.lostandfound_flow_item p {
	height: auto;
	padding: 10px 0 10px 40%;
	border-radius: 0 0 0 100px;
}

.lostandfound_flow_item.lostandfound_flow_use {
	margin: 0;
	border-radius: 10px;
}

.lostandfound_flow_use h3 {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.lostandfound_flow_use_wrap {
	flex-direction: column;
	border-radius: 0;
}

.lostandfound_flow_use_content01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.lostandfound_flow_use_allow {
	position: relative;
}

.lostandfound_flow_use_content01 .lostandfound_flow_use_allow:first-child ._allow,
.lostandfound_flow_use_content01 .lostandfound_flow_use_allow:last-child ._allow {
	position: absolute;
	bottom: 10px;
}

.lostandfound_flow_use_content01 .lostandfound_flow_use_allow:first-child ._allow {
	right: 0;
}

.lostandfound_flow_use_content01 .lostandfound_flow_use_allow:last-child ._allow {
	left: -10px;
}

.lostandfound_flow_use_allow:first-child ._allow1,
.lostandfound_flow_use_allow:first-child ._allow2	{
	transform: rotate(-55deg);
}

.lostandfound_flow_use_content02 {
	display: flex;
	justify-content: space-between;
}

.lostandfound_flow_use_allow:last-child ._allow1,
.lostandfound_flow_use_allow:last-child ._allow2 {
	transform: rotate(55deg);
}

.lostandfound_flow_use .lostandfound_flow_use_item {
	position: relative;
	width: 45%;
}

.lostandfound_flow_use .lostandfound_flow_use_item p {
	padding: 8px 0;
	border-radius: 100px;
	font-size: 1.3rem;
}

.lostandfound_flow_use_allow p {
	padding: 0;
	font-size: 1.0rem;
}

.lostandfound_flow_use_allow ._allow1,
.lostandfound_flow_use_allow ._allow2 {
	position: absolute;
	top: 5px;
	width: 30px;
	border-top: 3px dotted #002b6d;
	border-right: 3px dotted #002b6d;
}

.lostandfound_flow_use_allow ._allow1 {
	right: -10px;
}

.lostandfound_flow_use_allow ._allow1::after,
.lostandfound_flow_use_allow ._allow2::after {
	border: 6px solid transparent;
}

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

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

.lostandfound_flow_text {
	margin-bottom: 10px;
	padding: 16px;
}

.lostandfound_flow_text p {
	font-size: 1.6rem;
}

.lostandfound_flow_text p::before,
.lostandfound_flow_text p::after {
	width: 80px;
	height: 80px;
}

.lostandfound_flow_text p::before {
	left: -80px;
}

.lostandfound_flow_text p::after {
	right: -80px;
}

/* lostandfound_explanation */
.lostandfound_explanation_detail {
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 20px;
}

.lostandfound_explanation_detail ._item {
	gap: 0;
	width: 16rem;
	height: 16rem;
}

.lostandfound_explanation_detail ._item:first-child {
	order: 1;
	margin-inline: 5px;
}

.lostandfound_explanation_detail ._item:nth-child(2) {
	margin-inline: 20px;
}

.lostandfound_explanation_detail ._item:last-child {
	order: 2;
	margin-inline: 5px;
}

.lostandfound_explanation_detail ._item ._text {
	font-size: 1.2rem;
}

/* lostandfound_faq よくある質問 */
.lostandfound_faq_list {
	gap: 10px;
	font-size: 2.0rem;
}

.lostandfound_faq_item {
	font-size: 1.4rem;
}

.lostandfound_faq_item ._question p {
	padding: 10px 0 10px 40px;
}

.lostandfound_faq_item ._question p::before,
.lostandfound_faq_item ._answer p::before {
	font-size: 2.2rem;
}

.lostandfound_faq_item ._question p::before {
	left: 10px;
}

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

.lostandfound_faq_item ._answer p::before {
	top: 0;
	left: -30px;
}

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

.lostandfound_disclaimer ._inner {
	width: 92%;
}

.lostandfound_disclaimer_warp {
	padding: 0;
	font-size: 1.2rem;
}

/* START キャンペーン時に使用 終了後削除 */
.lostandfound_head_content ._camp {
	width: 94%;
	max-width: 400px;
	margin-inline: auto;
}

.lostandfound_head_content ._camp ._title {
	font-size: 1.6rem;
}

.lostandfound_head_content ._camp ._text {
	font-size: 1.8rem;
}

.lostandfound_head_content ._camp ._allow {
	width: 24px;
	height: 20px;
	margin-inline: 5px;
}

.lostandfound_head_content ._camp ._price {
	font-size: 2.2rem;
}

.lostandfound_head_content ._camp .box {
	left: -3px;
}

.lostandfound_head_content ._camp ._badge {
	font-size: 1rem;
}

.lostandfound_head_content ._camp ._badge span {
	font-size: 1.4rem;
}

.lostandfound_head_content ._camp span {
	font-size: 1.2rem;
}

.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 {
	width: 50px;
	height: 50px;
}

/* WSYS-12409 【フロント】貴重品発見サポート(this is)のYoutubeタグ埋め込み 20250605 J.Jiyun */
.lostandfound_introduction ._inner .youtube_video p {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.lostandfound_introduction ._inner .youtube_video iframe {
	width: 300px;
	height: 170px;
}
/* END キャンペーン時に使用 終了後削除 */