/* WSYS-12634 新規オプション追加「日本利用オプション」 20250821 M.Amano */
@charset "utf-8";
/* 共通 */
.content {
	background: #f8f8f8
}

.japandata {
	width: 980px;
	margin: 0 auto;
}

/* head */
main.japandata {
	background: #fff;
}
._head {
	position: relative;
	background: url(../../images/page/price/option/japandata/mv_pc.png) no-repeat;
	background-size: cover;
	height: 310px;
}

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

._head ._sub-title {
	text-align: center;
	font-size: 2.4rem;
	color: #062b6d;
	text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, 3px 0px 10px #fff, -3px 0px 10px #fff, 0px 3px 10px #fff, 0px -3px 10px #fff;
	line-height: 4.0rem;
	font-weight: 600;
}

._head ._main-title {
	text-align: center;
	font-size: 5.2rem;
	font-weight: 600;
	color: #c81d1d;
	text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, 3px 0px 10px #fff, -3px 0px 10px #fff, 0px 3px 10px #fff, 0px -3px 10px #fff;
	margin-bottom: 2rem;
}

._head ._main-price {
	display: flex;
	justify-content: center;
	align-items: center;
}

._head ._price {
	background-color: #062b6d;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 30px;
	padding: 5px 8px;
	margin: 0 3px;
}

._head ._price ._capacity {
	background-color: #fff;
	color: #062b6d;
	border-radius: 20px;
	padding: 0 10px;
	margin-right: 5px;
}

._head ._price ._tax {
	font-size: 1.2rem;
}

._head ._badge {
	position: absolute;
	width: 130px;
	top: 75%;
	right: 15px;
	transform: translateY(-50%);
}

/* merit */
._merit {
	padding-top: 50px;
	text-align: center;
}

._merit ._title {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

._merit ._title img {
	width: 25px;
	height: 33px;
	margin-bottom: 5px;
}

._merit ._ttl {
	font-size: 3.0rem;
	font-weight: 600;
	color: #062b6d;
	margin: 0 8px;
}

._merit ._text {
	font-size: 1.6rem;
	margin: 30px 0 50px 0;
	line-height: 1.8;
}

._merit ._content ._mini_title {
	font-size: 2.2rem;
	font-weight: 600;
	color: #062b6d;
	margin-bottom: 15px;
}

._merit ._content ._mini_title::before,
._merit ._content ._mini_title::after {
	position: relative;
	display: inline-block;
	content: "";
	background: #062b6d;
	width: 160px;
	height: 3px;
	margin: 0 0.5em;
	vertical-align: middle;
}

._merit ._box-block {
	display: flex;
	justify-content: space-around;
	padding: 10px 20px 20px;
	position: relative;
	margin-bottom: 180px;
}

._merit ._box-block ._box {
	width: 32%;
}

._merit ._box-block ._box ._content {
	background-color: #e7f3f4;
	height: auto;
	position: relative;
	font-size: 1.4rem;
	padding: 15px 0;
	border-radius: 10px;
}

._merit ._box-block ._box ._content ._cnt {
	height: 70%;
	padding: 14px 0;
}

._merit ._box-block ._box ._content ._cnt._first {
	padding: 0px;
}

._merit ._box-block ._box ._content ._yellow {
	display: inline;
	background-color: #fffdaa;
	line-height: 2;
	padding: 0 5px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

._merit ._box-block ._box ._content ._red_cnt {
	width: 100%;
	padding-top: 70px;
}

._merit ._box-block ._box ._content ._red {
	position: absolute;
	width: 90%;
	color: #fff;
	font-weight: 600;
	background-color: #c81d1d;
	padding: 5px;
	border-radius: 20px;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
}

._merit ._box-block ._box ._content ._red::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #666666;
	margin-bottom: 6px;
}

._merit ._box-block ._box img {
	position: absolute;
	width: 150px;
	bottom: -130px;
	transform: translate(-50%);
}

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

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

._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;
}

/* choice */
._choice {
	padding: 50px 0 20px 0;
	background-color: #e7f3f4;
}

._choice ._title,
._use ._title,
._caution ._title {
	text-align: center;
	font-size: 2.6rem;
	padding-bottom: 30px;
	font-weight: 600;
	color: #062b6d;
}

._choice ._contents-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}

._choice ._contents-block ._data-block {
	width: 100%;
	height: 320px;
	margin: 15px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
}

._choice ._contents-block ._data-block._skyblue {
	border: 2px solid #29aae1;
}

._choice ._contents-block ._data-block._skyblue ._top {
	background-color: #29aae1;
}

._choice ._contents-block ._data-block._blue {
	border: 2px solid #0171bb;
}

._choice ._contents-block ._data-block._blue ._top {
	background-color: #0171bb;
}

._choice ._contents-block ._data-block._navy {
	border: 2px solid #022b6c;
	position: relative;
}

._choice ._contents-block ._data-block._navy::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -15px;
	width: 65px;
	height: 63px;
	background: url(../../images/page/price/option/japandata/recommend_icon.png) no-repeat;
	background-size: contain;
}

._choice ._contents-block ._data-block._navy ._top {
	background-color: #022b6c;
}

._choice ._contents-block ._data-block ._top {
	font-size: 3.2rem;
	line-height: 1.3;
	padding: 20px;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
}

._choice ._contents-block ._data-block ._top span {
	font-size: 1.4rem;
}

._choice ._contents-block ._data-block ._top span::before,
._choice ._contents-block ._data-block ._top span::after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fff;
	width: 2px;
	height: 1.2em;
	margin: 0 0.5em;
	vertical-align: middle;
}

._choice ._contents-block ._data-block ._top span::before {
	transform: rotate(-30deg);
}

._choice ._contents-block ._data-block ._top span::after {
	transform: rotate(30deg);
}

._choice ._contents-block ._data-block ._mid {
	padding: 15px;
}

._choice ._contents-block ._data-block ._mid ._ttl {
	font-size: 1.6rem;
	font-weight: 600;
	padding-bottom: 10px;
}

._choice ._contents-block ._data-block ._mid ._cnt {
	font-size: 1.4rem;
	text-align: left;
}

._choice ._contents-block ._data-block ._mid .mini {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 20px;
	letter-spacing: normal;
	line-height: 1.7;
}

._choice ._contents-block ._data-block ._mid .mini::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../../images/page/price/option/japandata/check_icon.png) no-repeat;
	background-size: contain;
}

._contents-recommend-speech .speech_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2rem 0 3rem 0;
}

._contents-recommend-speech .speech_box .box_img {
	margin-left: 3rem;
}

._contents-recommend-speech .speech_box .box_text {
	width: 60%;
}

._contents-recommend-speech .speech_box .box_text .txt {
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
}

._contents-recommend-speech .speech_box .box_text .txt::before {
	content: "";
	position: absolute;
	right: -3.7rem;
	top: 50%;
	transform: translateY(-50%);
	border-width: 1rem 2rem;
	border-style: solid;
	border-color: transparent transparent transparent black;
	z-index: -1;
}

._contents-recommend-speech .speech_box .box_text .txt::after {
	content: "";
	position: absolute;
	right: -3.4rem;
	top: 50%;
	transform: translateY(-50%);
	border-width: 1rem 2rem;
	border-style: solid;
	border-color: transparent transparent transparent white;
	z-index: 1;
}

._contents-recommend-speech .speech_box .box_text .txt p {
	padding: 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	background: white;
	border: 0.2rem solid black;
	border-radius: 1rem;
	text-align: center;
}

/* use */
._use {
	padding: 50px 0 20px 0;
	text-align: center;
}

._use ._content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

._use ._content ._box {
	display: flex;
	width: 82%;
	border: 2px solid #022b6c;
	margin-bottom: 15px;
}

._use ._content ._box ._top {
	writing-mode: vertical-rl;
	background-color: #022b6c;
	padding: 15px;
}

._use ._content ._box ._top ._txt {
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 2px;
}

._use ._content ._box ._cnt {
	padding: 20px;
	text-align: center;
	width: 100%;
}

._use ._content ._box ._cnt ._explain {
	text-align: left;
	margin-bottom: 10px;
}

._use ._content ._box ._cnt ._contents-step {
	display: flex;
	justify-content: center;
	align-items: center;
}

._use ._content ._box ._cnt ._contents-step ._step {
	width: 25%;
	margin: 10px 20px;
}

._use ._content ._box ._cnt ._contents-step ._arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

._use ._content ._box ._cnt ._contents-step ._arrow::before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 15px 0 15px 18px;
	border-color: transparent transparent transparent #d9d5d5;
}

._use ._content ._box ._cnt ._contents-step ._step ._ttl {
	color: #fff;
	font-weight: 600;
	background-color: black;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
}

._use ._content ._box ._cnt ._contents-step ._step ._cnt {
	background-color: #f1f1f1;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	font-size: 1.4rem;
}

._use ._content ._box ._cnt ._contents-step ._step ._cnt img {
	width: 20px;
	margin-bottom: 3.5px;
}

/* caution */
._caution {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

._caution ._content {
	width: 82%;
	padding: 40px 60px;
	background-color: #e7f3f4;
	border-radius: 5px;
}

._caution ._content ul li {
	list-style: disc;
}