@charset "utf-8";

.translator *:before,
.translator *:after,
.translator * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.translator {
	background: #ffffff;
}

.translator .sp {
	display: none;
}

.item {
	margin: 0;
}

i {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-style:normal;
	display: inline-block;
}

.bg_blue {
	background: #008ae1;
	color: #ffffff;
}

.bg_sky {
	background: #d4f0ff;
}

.bg_gray {
	background: #f4f4f4;
}

._inner {
	padding: 60px 0;
}

/* ===================================
	メインヴィジュアル main_visual_area
=================================== */
.main_visual_area {
	height: 677px;
	position: relative;
	background: #9c9c9b;
	min-width: 980px;
	overflow: hidden;
}

.main_img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -946px;
}

.main_visual_area .main_img img {
	max-width: initial;
}

.main_title {
	text-align: center;
	color: #ffffff;
	padding: 25px 0 30px;
	position: relative;
}

.main_title .title {
	display: block;
	font-size: 40px;
	font-weight: 700;
}

.main_img_item {
	width: 980px;
	position: relative;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.main_img_item .mv_box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.main_img_item .item:not(:last-child),
.main_img_item .mv_box .inner_item:not(:last-child) {
	margin-right: 30px;
}

.main_img_item .price {
	background: rgba(0,0,0,0.4);
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 50px;
}

.main_img_item .txt {
	font-size: 15px;
}

.main_img_item .txt .num {
	font-size: 24px;
}

.add-camera {
	background-color: #FF3399;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	left: 66%;
	top: -5%;
	width: 75px;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.main_img_item .inner_item .price {
	padding: 8px 33px;
}

/* =========================
	SNSシェア sns_area
========================= */
.translator .sns_area {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0;
	overflow: hidden;
}

.translator .sns_area ul {
	float: right;
	line-height: 1;
}

.translator .sns_area ul li {
	float: left;
	margin-left: 5px;
}

.translator .sns_area .twitter-share-button:not(.twitter-share-button-rendered) {
	padding-top: 1px;
	top: -2px;
	font-size: 1.1rem;
}

/* ============================
	CVボタン rental_btn_area
============================ */
.rental_btn_area {
	text-align: center;
	padding: 30px 0;
}

a.rental_btn,
.rental_btn {
	background: #ff205a;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	width: 430px;
	border-radius: 65px;
	line-height: 63px;
	height: 65px;
	display: inline-block;
	border: 2px solid #ff205a;
	position: relative;
}

a.rental_btn:hover,
.rental_btn:hover {
	color: #ff205a;
	background: #ffffff;
	text-decoration: none;
}

.rental_btn:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 35px;
	top: 0;
	color: #ffffff;
}

.rental_btn:hover:after {
	color: #ff205a;
}

/* ============================
	POKETALKとは option_area
============================ */
.option_area .read {
	font-size: 1.8rem;
	text-align: center;
}

.option_column .item {
	width: 90%;
	font-weight: 700;
	padding: 30px 30px 10px;
	margin-top: 60px;
}

.option_column .option_b {
	background: #EBF8FF;
	color: #432c00;
	margin-left: 30px;
	display: flex;
}

.op_text {
	width: 90%;
}

.op_text .img {
	text-align: center;
}
.op_text img {
	width: 55%;
}

.option_column .item .label {
	text-align: center;
	font-size: 20px;
	padding: 5px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.option_column .option_b .label {
	background: #008AE1;
	color: #fff;
}

.option_column .item .list li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 18px;
	margin-bottom: 5px;
}

.smark {
	background-color: #008AE1;
	color: #fff;
	border-radius: 15px;
	padding: 0px 8px;
	margin-right: 6px;
}

.small-txt {
	font-size: 1.4rem;
}

.op_img {
	margin-right: -60px;
}

.op_img img {
	margin-top: -30px;
	width: 85%;
}

.layout-column.theme-center {
	gap: 20px;
}

/* ===============================
	POCKETALKの特徴 feature_area
=============================== */
.txt_title {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px;
	display: block;
	line-height: 1;
	text-align: center;
}

.poketable-box {
	padding: 20px;
	background: #fff;
}

.poketable {
	width: 100%;
	border-collapse: collapse;
	background-color: white; 
	color: #000000;
}

.ft {
	border-bottom: none !important;
}

.poketable th,
.poketable td {
	border: 3px solid #43A8E9;
	padding: 20px;
	text-align: center;
	font-weight: 600;
	background-clip: padding-box;
}

.poketable th {
	width: 30%;
}

.poketable .td img {
	display: block;
	margin: 0 auto;
}

.poketable tr:last-child td {
	border-bottom: none;
}

.poketable th:first-child,
.poketable td:first-child {
	border-left: none;
	border-top: none;
}

.poketable th:nth-child(2),
.poketable th:nth-child(3),
.poketable td:nth-child(2),
.poketable td:nth-child(3) {
	border-top: none;
}

.p-label {
	background-color: #008AE1;
	color: #fff;
	width: 65%;
	padding: 5px 10px;
	margin-left: 45px;
	font-weight: 600;
	text-align: center;
}

.poketable img {
	width: 70%;
	padding-top: 20px;
}

.poketable th:nth-child(3) img {
	padding-top: 33px;
}

.highlighted-row {
	background-color: #EBF8FF;
}

.poketable td {
	width: 35%;
}

.poketable td:first-child {
	color: #239BE5;
	font-size: 1.9rem;
	text-align: left;
}

.poketable tr:nth-child(2) td:nth-child(1) {
	border-right: 3px solid #43A8E9;
}

.poketable td:last-child {
	border-right: none;
}

.poketable tr:nth-child(2) td {
	border: none;
}

.superscript {
	font-size: smaller;
	position: relative;
	top: -0.2em;
}

.compatible_btn {
	background: #ffe639;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 24px;
	box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.2);
	width: 390px;
	margin: 10px auto;
	position: relative;
	line-height: 1;
}

.compatible_btn:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 20px;
}

.compatible_btn a {
	color: #333;
	text-decoration: none;
}

/* =========================
	問題提起 problem_area
========================= */
.problem_area {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.problem_area .title {
	position: absolute;
	font-size: 42px;
	line-height: 1.3;
	letter-spacing: 0.15em;
	font-weight: 400;
	top: 75px;
	left: 0;
}

.problem_level {
	padding-top: 65px;
}

.level_list {
	overflow: hidden;
}

.level_list .item {
	float: left;
	width: 245px;
}

/* ==================
	理想 ideal_area
================== */
.ideal_main .item {
	float: left;
	margin-bottom: 0;
	max-width: 580px;
}

.ideal_main .item:first-child{
	max-width: 400px;
}

.ideal_main .title {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	padding-top: 35px;
}

.ideal_area .title .sub {
	display: block;
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
}

/* ====================================
	製品情報・注意事項 product_area
==================================== */
.product_pocketalk .product {
	padding: 15px 0 0 145px;
	background: url(/common/images/contents/translator/area_pocketalk.png?date=20200206) no-repeat 15px 10px;
	font-size: 1.4rem;
	min-height: 220px;
}

.product_pocketalks .product {
	padding: 15px 0 0 145px;
	background: url(/common/images/page/price/option/translator/area_pocketalk-s.png?date=20200206) no-repeat 15px 10px;
	font-size: 1.4rem;
	min-height: 220px;
}

/* ====================================
	お客様の声 customer_voice
==================================== */
.customer_voice .title {
	margin-bottom: 30px;
	font-size: 2.2rem;
	text-align: center;
}

.customer_voice .customer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin-inline: auto;
}

.customer_voice .customer:not(:last-child) {
	margin-bottom: 30px;
}

.customer_voice .customer img {
	width: 16%;
}

.customer_voice .customer .voice {
	width: 82%;
}

.customer_voice .customer .voice p {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 600;
}

.customer_voice .customer .voice p.comment {
	font-size: 1.4rem;
	font-weight: 500;
}

/* ====================================
	よくある質問 qa_area
==================================== */
.qa_list dl {
	margin-bottom: 20px;
	position: relative;
}

.qa_list dt,
.qa_list dd {
	display: table;
}

.qa_list dt {
	cursor: pointer;
	position: relative;
}

.qa_list dt > *,
.qa_list dd > * {
	display: table-cell;
}

.qa_list dt .mark {
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	width: 40px;
	vertical-align: middle;
	text-align: center;
}

.qa_list dt .txt {
	padding: 10px 15px;
	width: 940px;
}

/* WSYS-11169 【フロント】オプション削除_ili_傘 20240626 J.Young */
.qa_pocketalk dt .txt {
	background: #008ae1;
	color: #ffffff;
}

.qa_list .active dt:after { 
	content:"\f077"; 
}

.qa_list dt.active:after {
	content: "\f077";
}

.qa_list dt::after {
	color: #ffffff;
	content: "\f078";
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.qa_list dd {
	display: none;
	background: #ffffff;
}

.qa_list dd .mark {
	font-size: 20px;
	font-weight: 700;
	padding: 30px 0 35px 35px;
}

.qa_list dd .translation_ttl {
	display: initial;
	margin-left: 35px;
	padding: 7px 15px;
	border-radius: 30px;
	color: #ffffff;
	background: #9ad99b;
}

.translation_area {
	padding: 35px;
}

.qa_list dd .translation_jp {
	margin-bottom: 15px;
}

.qa_list dd .translation_jp,
.qa_list dd .translation_en {
	display: flex;
	font-size: 1.4rem;
}

.qa_list dd .translation_jp::before,
.qa_list dd .translation_en::before {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0px 9px;
	text-align: center;
	line-height: 33px;
	border: solid 1px #ffe100;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 1.6rem;
}

.qa_list dd .translation_jp::before {
	background: #ffffff;
	content: "日";
}

.qa_list dd .translation_en {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.qa_list dd .translation_en:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.qa_list dd .translation_en::before {
	background: #ffe639;
	content: "英";
}

/* WSYS-11169 【フロント】オプション削除_ili_傘 20240626 J.Young */
.qa_pocketalk dd .mark {
	color: #008ae1;
}

.qa_list dd .txt {
	vertical-align: top;
	padding: 35px 35px 35px 20px;
	font-size: 1.4rem;
}

/* ============================
	お申込み方法 howto_area
============================ */
.step {
	display: flex;
	justify-content: space-evenly;
	padding-top : 30px;
	text-align: center;
}

.step > div {
	flex: 1;
	position: relative;
}

.step p {
	padding: 10px;
	font-weight: 600;
}

.step2-img {
	padding-top: 20px;
}

.step2::after,
.step3::before {
	content: '';
	position: absolute;
	top: 18%;
	width: 50px;
	height: 85px;
	background-image: url(/common/images/page/price/option/translator/braket.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	left: -25px;
}

.step3::before {
	right: -25px;
}

.step3-img {
	padding-top: 20px;
}

/* ==========================================
	オプションスライダー option_slider_area
========================================== */
/* WSYS-12291 【フロント】SEO対応_成田ターミナル表を更新 20250612 M.Shimizu */
.option_slider_area {
	background: #f8f8f8;
	padding-bottom: 40px 0 10px;
}

/* ==========
	その他
=========== */
.hidden_area {
	display: none;
}

.translator_modal {
	width: 980px;
}

.translator_modal .modalBoxContents {
	background: #ffffff;
}

.modalBox .close_btn {
	background: #19aee6;
	width: 200px;
	border-radius: 50px;
}