@charset "utf-8";
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}


body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	box-sizing: inherit;
	min-width: 0;
	width: 100%;
}
body * {
	font-size: inherit;
	box-sizing: inherit;
	line-height:inherit;
}
header {
	width: 100%;
	background: none !important;
	height: auto !important;
}
header .head_area {
	margin: 0 0 20px 0;
	padding: 15px 0;
	border-bottom: 2px solid #28415a;
}
.head_area_img1 {
	float: left;
	margin-bottom: 10px;
}
.head_area_img2 {
	float: right;
}
header .head_title {
	font-size: 26px;
	width: auto;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000;
	clear: both;
}
section {
	width: 100%;
	background: none !important;
	padding: 0 !important;
}
.wrapper {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
footer {
	width: 100%;
	padding: 0;
}
footer .foot_area {
	background-color:#28415a;
	color: #fff;
	text-align: right;
	padding: 0;
}
footer .foot_area a {
	display: inline-block;
}
footer .foot_area img {
	vertical-align: middle;
}

.head_title {
	width: auto;
}
.content_body {
	text-align: center;
}
.content_body_mv {
	margin: 10px 0;
}
.content_body_lead_text {
	text-align: center;
	margin: 30px 0;
	font-size: 112.5%;
}
.content_select_list {
	list-style: none;
	font-size: 0;
	margin: auto;
	width: auto;
	display: inline-block;
}
.content_select_list > li {
	font-size: 14px;
	font-size: 1.4rem;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.7% 20px 0;
	position: relative;
}
.content_select_list > li label {
	display: block;
	cursor: pointer;
}

.content_select_list_radio_area {
	border:2px solid #d5d5d5;
	padding: 8px;
}
.content_select_radio:checked + .content_select_list_radio_area {
	border:3px solid #cc5fa1;
	padding: 7px;
}
.content_select_list > li:nth-child(3n) {
	margin: 0 0 20px;
}
.content_select_list_head {
	background:#000;
	color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.content_select_list_foot {
	background:#cc5fa1;
	color: #fff;
	padding: 10px;
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.content_select_list_img {
	text-align: center;
	background: #cc5fa1;
	position: relative;
	z-index: -1;
}
.content_select_list_img img {
	margin: 0;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.content_select_radio {
	position: absolute;
	z-index: -1;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
}
.content_select_radio:checked + .content_select_list_radio_area .content_select_list_img img {
	filter: brightness(80%) contrast(150%);
	opacity: .50;
	z-index: -1;
}
.content_select_radio:checked + .content_select_list_radio_area .content_select_list_img:after {
	content:"";
	display: block;
	background: url(../../img/info159_front_lang/info_check.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.content_condition {
	text-align: left;
	border:1px solid #000;
	padding: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 30px;
	line-height: 2rem;
}
.content_condition_title {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.content_input_area {
	margin: 0 auto 30px;
}
.content_input_area_line1 {
	margin: 20px auto;
	font-size: 150%;
	display: flex;
	justify-content: center;
    column-gap: 10px;
	align-items: baseline;
}
.content_input_area_title {
	padding: 0.5em;
	font-size: 80%;
}
.content_input_area_input input {
	border: 1px solid #666;
	width: 6em;
	height: 2em;
	padding: 3px;
	border: #ccc 1px solid;
}

.content_input_submit {
	background: none;
	position: relative;
	display: inline-block;
	background: #d7358a;
	color: #fff;
	border-radius: 8px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 20px 1em;
	min-width: 350px;
	cursor: pointer;
}
.content_input_submit > span {
	display: inline-block;
	vertical-align: middle;
}
.content_input_submit:hover {
	background:#cc5fa1;
}
.content_input_submit:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	position: relative;
	background: url("../gif/info_icon_arrow.png") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

.content_input_submit_airdo {
	background: none;
	position: relative;
	display: inline-block;
	background: #76D2F7;
	color: #000; 
	border-radius: 8px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 20px 1em;
	min-width: 350px;
	cursor: pointer;
}
.content_input_submit_airdo > span {
	display: inline-block;
	vertical-align: middle;
}
.content_input_submit_airdo:hover {
	background:#A7E2F9;
}
.content_input_submit_airdo:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	position: relative;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

.content_input_submit_aeon {
	background: none;
	position: relative;
	display: inline-block;
	background: #6c5faa;
	color: #fff; 
	border-radius: 8px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 20px 1em;
	min-width: 350px;
	cursor: pointer;
}
.content_input_submit_aeon > span {
	display: inline-block;
	vertical-align: middle;
}
.content_input_submit_aeon:hover {
	background:#8378B7;
}
.content_input_submit_aeon:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url("../gif/info_icon_arrow.png") center center no-repeat;
	position: relative;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

.content_input_submit2 {
	background: none;
	position: relative;
	display: inline-block;
	background: #F40101;
	color: #fff;
	border-radius: 8px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 20px 1em;
	min-width: 350px;
	cursor: pointer;
}
.content_input_submit2 > span {
	display: inline-block;
	vertical-align: middle;
}
.content_input_submit2:hover {
	background:#FF4646;
}
.content_input_submit2:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	position: relative;
	background: url("../gif/info_icon_arrow.png") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}


.content_tokutei_link {
	text-align: left;
}
.content_tokutei_link a {
	text-decoration: underline;
	color: #000;
}
.content_tokutei_link a:hover {
	background: #99ccff;
}
.content_tokutei_link .small_text {
	font-size: .8em;
	display: inline-block;
}


@media (max-width: 768px) {
            .sp_none {
                display: none;
            }
        }

        
@media (min-width: 769px) {
            .pc_none {
                display: none;
            }
        }

@media only screen and (max-width:640px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	
  img {
    max-width: 100%;
    height: auto;
  }
	header .head_area {
		padding: 10px;
	}
	.head_area_img1 {
		width: 90px;
	}
	.head_area_img2 {
		width: 63px;
	}
	header .head_title {
		font-size: 14px;
		font-size: 1.4rem;
	}
	header p {
		font-size: 10px;
		font-size: 1rem;
	}
	.content_select_list_radio_area {
		padding: 5px;
		border: 1px solid #d5d5d5;
	}
	.content_select_list > li,
	.content_select_list > li:nth-child(3n) {
		box-sizing: border-box;
		width: 47%;
		margin: 1% 2%;
	}
	.content_select_list > li:nth-child(2n) {
		margin-left: 0;
	}
	.content_select_list_head,
	.content_select_list_foot {
		padding: 5px;
	}
	.content_select_list_head {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.content_select_list_foot {
		font-size: 10px;
		font-size: 1rem;
	}
	.content_select_radio:checked + .content_select_list_radio_area {
		border:2px solid #cc5fa1;
		padding: 4px;
	}
	.content_input_submit {
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 80%;
		padding: 15px;
	}
	.content_input_submit:after {
		width: 7px;
		height: 14px;
	}
	
	.content_input_submit2 {
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 80%;
		padding: 15px;
	}
	.content_input_submit2:after {
		width: 7px;
		height: 14px;
	}
	.content_condition {
		margin: 10px;
		padding: 10px;
	}
	.content_tokutei_link {
		margin: 10px;
	}
}



.copy-txt{
	 padding: 0.5em 0.8em;
	 border-radius: 3px;
	 border: 1px solid rgba(30,30,30,1.00);
}
 
.copy-btn {
  padding: 0.2em 0.8em;
  height: max-content;
  color: #fff;
  font-size: 80%;
  background: #fdbe71;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.copy-btn:hover{
  background: #FDCF96;
}

.copy-btn:active{
  background: #AB5F02;
}

.terms_of_use{
	border: solid black 1px;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}
/* 画像とフキダシを包むベース */
.image-wrapper {
	position: relative;
	width: 100%;
	max-width: 90%; /* 元のimgに付いていたスタイルをここに集約 */
	margin: 0 auto;
}

/* 画像自体のサイズをレスポンシブに固定 */
.image-wrapper img {
	width: 100%;
	height: auto;
}

/* フキダシの共通デザイン */
.balloon-overlay {
	position: absolute;
	background: #ffeaef;
	border: 2px solid #ff4d79;
	color: #333333;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	z-index: 10;
	
	/* ★ここがポイント：フキダシの「矢印の先端」を基準点にする */
	transform: translate(-50%, -100%); 
}

/* 下向き矢印（フキダシの底辺中央に固定） */
.balloon-overlay::before,
.balloon-overlay::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	width: 0;
}
.balloon-overlay::before {
	bottom: -12px;
	border-width: 12px 12px 0;
	border-color: #ff4d79 transparent;
	z-index: 1;
}
.balloon-overlay::after {
	bottom: -9px;
	border-width: 10px 10px 0;
	border-color: #ffeaef transparent;
	z-index: 2;
}

/* -----------------------------------------------
   PC環境用の位置微調整（パーセントで指定）
----------------------------------------------- */
@media screen and (min-width: 769px) {
	.pc-balloon {
		/* 画像の「上から何%」「左から何%」の位置に矢印の先端を合わせるか */
		top: 35%;   /* 例：上から30%の位置（画像に合わせて調整してください） */
		left: 50%;  /* 例：左から50%の位置（画像に合わせて調整してください） */
		width: 450px; /* PCでのフキダシの横幅 */
	}
}

/* -----------------------------------------------
   スマホ環境用の位置微調整（パーセントで指定）
----------------------------------------------- */
@media screen and (max-width: 768px) {
	.sp-balloon {
		/* スマホ画像は縦長になることが多いため、別途%で位置を指定 */
		top: 35%;   /* 例：スマホ画像の上から25%の位置 */
		left: 50%;  /* 例：スマホ画像の左から50%の位置 */
		width: 85%; /* スマホ画面からはみ出さないよう横幅を%に */
		font-size: 11px;
		padding: 8px 12px;
	}
	.sp-balloon::before { border-width: 8px 8px 0; bottom: -8px; }
	.sp-balloon::after { border-width: 6px 6px 0; bottom: -5px; }
}
/* 画像とフキダシを包むベース */
.image-wrapper {
	position: relative;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}

/* 画像自体のサイズをレスポンシブに固定 */
.image-wrapper img {
	width: 100%;
	height: auto;
}

/* フキダシの共通デザイン（上向き矢印版） */
.balloon-overlay-up {
	position: absolute;
	background: #ffeaef;
	border: 2px solid #ff4d79;
	color: #333333;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	z-index: 10;
	
	/* ★ここがポイント：フキダシの「上側・矢印の先端」を基準点にする */
	transform: translate(-50%, 0); 
}

/* 強調文字 */
.balloon-overlay-up strong {
	color: #d60036;
	font-weight: bold;
}

/* 上向き矢印（フキダシの天辺中央に固定） */
.balloon-overlay-up::before,
.balloon-overlay-up::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	width: 0;
}
/* 外枠の矢印（上向き） */
.balloon-overlay-up::before {
	top: -12px;
	border-width: 0 12px 12px;
	border-color: transparent transparent #ff4d79;
	z-index: 1;
}
/* 内側の塗り矢印（上向き） */
.balloon-overlay-up::after {
	top: -9px;
	border-width: 0 10px 10px;
	border-color: transparent transparent #ffeaef;
	z-index: 2;
}

/* -----------------------------------------------
   PC環境用の位置微調整（パーセントで指定）
----------------------------------------------- */
@media screen and (min-width: 769px) {
	.pc-balloon-up {
		/* 画像の「上から何%」「左から何%」の位置からフキダシを下に生やすか */
		top: 80%;     /* 例：画像の上から40%の位置（適宜調整してください） */
		left: 86%;    /* 例：画像の左から50%の位置（適宜調整してください） */
		width: 410px; /* PCでのフキダシの横幅 */
	}
}
/* -----------------------------------------------
   スマホ環境用の位置微調整（パーセントで指定）
----------------------------------------------- */
@media screen and (max-width: 768px) {
	.sp-balloon2 {
		/* スマホ画像は縦長になることが多いため、別途%で位置を指定 */
		top: 78%;   /* 例：スマホ画像の上から25%の位置 */
		left: 50%;  /* 例：スマホ画像の左から50%の位置 */
		width: 85%; /* スマホ画面からはみ出さないよう横幅を%に */
		font-size: 11px;
		padding: 8px 12px;
	}
	.sp-balloon::before { border-width: 8px 8px 0; bottom: -8px; }
	.sp-balloon::after { border-width: 6px 6px 0; bottom: -5px; }
}