@charset "UTF-8";

/* [WSYS-8443] 新規プラン追加_5G - フロント 20210615 A.Ishikura 5Gバナー画像を追加 ↓*/

/* 5G_banner */

.bg_clear {
    background: transparent;
}

.img_center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* [WSYS-8443] 新規プラン追加_5G - フロント 20210615 A.Ishikura 5Gバナー画像を追加 ↑*/

/* rate_structure */

.rate_structure .price_box img {
	margin: 0 auto 0 30px;
	padding: 30px 0;
}

.rate_structure .price_link {
	line-height: 60px;
	min-width: 223px;
    padding: 0 30px 0 10px;
	color: #fff;
}
.rate_structure .price_link:after {
	font-size: 18px;
}

/* priceページ 定額制の説明 */
/* START WSYS-11485 【フロント】priceページの料金シミュレーションのコンテンツをSTEP1化 20241022 M.Shimizu */
.module-price_fixed {
	position: relative;
	padding: 50px 0;
	background: #f8f8f8;
}
.module-price_fixed::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: #008ae1;
	content: "";
}
h2.module-price_fixed_title {
	margin-bottom: 40px;
	color: #07308c;
	font-size: 3.6rem;
	text-align: center;
}
.module-price_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
}
.module-price_box_item {
	position: relative;
	width: 32%;
	background: #fff;
}
.module-price_box_item ._cross, .module-price_box_item ._cross::before {
	position: absolute;
	border-radius: 10px;
	background: #07308c;
}
.module-price_box_item ._cross {
	display: inline-block;
	top: 50%;
	right: -28px;
	z-index: 1;
	width: 38px;
	height: 7px;
	transform: rotate(45deg);
}
.module-price_box_item ._cross::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(90deg);
}
.module-price_box_item h3 {
	padding: 8px;
	background: #008ae1;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
}
.module-price_box_item img._days {
	width: 70%;
	margin-inline: auto;
}
.module-price_box_item_inner {
	display: flex;
	flex-direction: column;
	padding: 24px 20px 16px;
}
.module-price_box_item_inner p {
	color: #07308c;
	font-size: 1.6rem;
	text-align: right;
}
.module-price_box_item_inner ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 600;
	text-align: center;
}
.module-price_box_item_inner ul li {
	border-radius: 10px;
	background: #e3007f;
}
.module-price_box_item_inner ul li:nth-child(2) {
	background: #ffae00;
}
.module-price_box_item_inner ul li:last-child {
	background: #002060;
}

/* priceページ 対応エリア・料金検索 早割料金がオトク！ */
._blue_title {
	font-size: 2.6rem;
	text-align: center;
}
.module-price_simulator {
	border: solid 1px #07308c;
}
.early_bird_discount {
	margin-top: 30px;
}
.early_bird_discount table {
	width: 100%;
	margin: 10px 0;
	font-size: 1.8rem;
	text-align: center;
}
.early_bird_discount tr td {
	width: 50%;
	padding: 8px;
	border: solid 1px #fff;
}
.early_bird_discount tr td:first-child {
	background: #008ae1;
	color: #fff;
}
.early_bird_discount tr td:last-child {
	background: #e0eef4;
}

/* priceページ シミュレーター */
/* WSYS-11485の案件では使用なし */
/* .simulator_content_price #Simulation {
	margin-top: 0;
	border: 2px solid #07308c;
	background: none;
}
.simulator_content_price #Simulation .price_search02 {
	width: 100%;
	margin: 0;
}
.simulator_content_price .box0203_wrap {
	width: 100%;
	text-align: center;
}
.simulator_content_price #Simulation .price_search02 .box02 {
	display: inline-block;
	min-width: 420px;
	padding: 0 50px;
	border-radius: 100px;
	box-shadow: 0px 3px 0px rgba(247, 147, 30, 0.5);
	background: #f7931e;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
	line-height: 60px;
	cursor: pointer;
}
.simulator_content_price #Simulation .price_search02 .box02:hover {
	opacity: 0.8;
}
.simulator_content_price #Simulation .price_search02 .box02_wrapper {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 5px dashed #07308c;
}
.simulator_content_price #Simulation .price_search02 .box03 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}
.simulator_content_price #Simulation .calculateBtn {
	position: relative;
	display: inline-block;
	margin-left: 2.0rem;
}
.simulator_content_price #Simulation .calculateBtn::before {
	content: "▼";
	position: absolute;
	left: -3.0rem;
}
.simulator_content_price #Simulation .price_search02 dl {
	justify-content: center;
	align-items: baseline;
	min-width: 320px;
	line-height: 1;
}
.simulator_content_price #Simulation .price_search02 dl dt {
	padding-right: 20px;
	font-size: 3.8rem;
}
.simulator_content_price #Simulation .price_search02 .perday {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.0;
}
.simulator_content_price #Simulation .price_search02 .perday span {
	font-size: 70%;
	font-weight: 500;
} */
/* END WSYS-11485 【フロント】priceページの料金シミュレーションのコンテンツをSTEP1化 20241022 M.Shimizu */

/* simulator */

.clearfix:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}


.pl_simulator_area {
	margin-bottom: 80px;
}

.pl_simulator_area .content_block {
	position: relative;
}

.pl_simulator_area .section_title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 3.0rem;
	width: 480px;
	background: linear-gradient(0deg, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
	top: -20px;
	line-height: 41px;
}

.wh-700{
    width: 700px;
}


/* // Simulation ----------- */
#Simulation .price_search02 {
	width: 570px;
	margin: 0 auto 0 40px;
}
#Simulation .price_search02 .tit_box {
	margin-bottom:10px;
}


#Simulation .price_search02 .first_view {
	margin-bottom:20px;
}
#Simulation .price_search02 table.select_box th {
	display:none;
}
#Simulation .price_search02 table.select_box {
	width:600px;
}
#Simulation .price_search02 table.select_box td {
	width:300px;
}

#Simulation #add_view table.select_box td {
	padding-bottom:20px;
}

#Simulation .price_search02 .box02 {
/*	position:absolute;
	top:80px;
	right:40px;*/
}

.box03:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.box03 {	display: inline-block;}
/* Hides from IE Mac */
* html .box03 {	height: 1%;	}
.box03 {	display:block;	}
/* End Hack */

#Simulation .price_search02 .box03 {
	padding-left:92px;
}
#Prices #Simulation .price_search02 .box03 {
	padding-left:82px;
}

#Simulation .price_search02 .perday {
	display:inline-block;
	font-size:1.6rem;
	vertical-align: middle;
	margin-right:10px;
}
#Simulation .price_search02 dl {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	border:5px solid #a4a4a4;
	line-height:1.1em;
    padding: 12px 15px;
    vertical-align: middle;
    min-width: 125px;
	position:relative;
}
#Simulation .price_search02 dl dt {
	display:inline-block;
	color:#000;
	font-weight:bold;
	font-size:26px;
	padding-right:10px;
}
#Prices #Simulation .price_search02 dl dt span {
    margin-top: -9px;
    display: block;
    padding-right: 25px;
}
#Simulation .price_search02 dl dd{
	display:inline-block;
	font-weight:bold;
	font-size:18px;
}

#Prices #Simulation .price_search02 dl dd{
    top: 17px;
}

#Simulation label.selectTypeA {
	background:url(/common/images/contents/price/simulator_select_bg_01.png) right center no-repeat;
	width:270px;
}

#Simulation label.selectTypeA select {
	width:100%;
	padding-right:40px;
}

#Simulation .addBtn,
#Simulation .delBtn,
#Simulation .calculateBtn{
	cursor:pointer;
}
#Simulation .addBtn:hover,
#Simulation .delBtn:hover,
#Simulation .calculateBtn:hover{
	opacity:0.8;
}

#ContentsHeader {
	margin-bottom:0;
}


/* //  [WSYS-2579] priceページ修正-----------↓ */

.price_plandate_icon_wrap:after{
	content: "";
	display: block;
	clear: both;
}

.price_plandate_icon{
	width: 240px;
}

.price_plandate_icon .ttl{
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 16px;
}

.price_plandate_table th{
	width: 102px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.price_plandate_table th p{
	/*background-color: #c6ecff;*/
	background-color: #b5e6ff;
	margin: 3px;
	padding: 6px 6px;
	border-radius: 6px;
}

.price_plandate_table .th02{
	/*background-color: #ffcd7e;*/
	background-color: #ffd48f;
}

.price_plandate_table .th03{
	/*background-color: #f7b5b9;*/
	background-color: #f9c4c7;
}
.price_plandate_table .th04{
	background-color: #cab3f8;
}

.price_plandate_table td{
	padding: 0 3px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	text-align: right;
}

.price_simu_left{
	float: left;
	margin-top: 10px;
}

.box0203_wrap{
	width: 264px;
	float: right;
	margin-top: 10px;
}

.box0203_wrap img{
	margin-bottom: 10px;
}

/* //  [WSYS-2579] priceページ修正-----------↑ */

/* // ContentsHeader ----------- */
#Calculation.section {
	background-color:#FFF;
	padding:35px 0 80px;
	margin-bottom:0px;
}
#Calculation .speed {
	font-size:90%;
	padding:20px;
	line-height:1.6em;
	color:#777;
	border:1px dotted #CCC;
}

#Simulation {
	background-color:#FFF;
	position:relative;
	border:1px solid #a8a8a8;
	padding:27px 44px 30px;
	margin-top:50px;
}
#Simulation .tit {
	position:absolute;
	left:50%;
	top:-20px;
	margin-left:-233px;
}

.price_plandate_table {
	width: 100%;
	line-height: 1.6em;
}


/* price */

.naviBtnA.btn5.tabBtn.js-worldAreaList {
    width: 720px;
    margin: 0 auto;
}
#Single .naviBtnA.btn5.tabBtn.js-worldAreaList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Single .naviBtnA li {
    display: flex;
    float: none;
}

#Single .areaTab a {
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 3px 0px 0px rgba(0, 93, 151, 0.4);
    color: #000000;
    border-radius: 20px;
    font-size: 14px;
    position: relative;
	text-align: center;
    letter-spacing: -1px;
    padding: 12px 5px 20px 5px;
    border-radius: 30px;
    width: 100%;
	text-decoration: none;
}
#Single .areaTab a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #85c1ea transparent transparent transparent;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#Single .areaTab a.current {
    border: none;
    background-color: #008ae1;
    box-shadow: 0px 3px 0px 0px rgba(0, 93, 151, 0.4);
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
}

#Single .areaBlock .item {
	margin-bottom:25px;
}


.areaBlock h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
/* WSYS-11305 【フロント】料金ページに国検索窓を追加 20240827 M.Amano */
.travel_area {
	font-size: 3.0rem;
	font-weight: 1.8rem
}
.price_table_area input {
display: none;
}
.price_table_area td li {
	text-align: right;
}
.price_table_area input#tab_label1,
.price_table_area input#tab_label2,
.price_table_area label.plan_4g,
.price_table_area label.plan_3g {
    display: none;
}
.price_table_area .early_price_table ul li {
    display: flex;
	justify-content: flex-start;
}
.price_table_area .early_price_table ul li .right_list_text {
    margin-left: auto;
}
.early_price_table td.last .mark_icon {
    left: 446px;
}
.early_ttl {
    background: #07308c;
}
/* WSYS-11305 【フロント】料金ページに国検索窓を追加 20240827 M.Amano */
.price_select_area {
	padding: 0px 0px 10px;
}

/* -----------------------------------------------
	国名検索用（ここから）
-------------------------------------------------- */
.search_hook_btn {
	display: flex;
	align-items: center;
	font-size : 1.6rem;
	background : #ffffbf;
	color : #919191;
	padding :  0px;
	text-align : left;
	margin : 8px 0;
	position : relative;
	height : 44px;
	border: 1px solid #B3B3B3;
	width: 920px;
}
.search_hook_icon {
	font-size: 1.8rem;
	color: #333;
	padding-left: 10px;
}
/* -----------------------------------------------------
	form_default.cssの設定が効いてしまうので、idでの設定にする
   ------------------------------------------------------- */
.search_hook_btn #country_search_input {
	left : 0;
	width : 100%;
	z-index:10;
	border-radius : 0;
	height : 44px;
	background-color: #ffffbf;
	border: none;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.country_search_pulldown_area {
	position : absolute;
	top : 0;
	left : 0;
	display: none;
	background: #fff;
	z-index: 100;
	border: 1px solid #333;
}
.area_modal_country li {
	display: flex;
	border : 1px solid #ddd;
	border-left : none;
	border-right : none;
	border-top : none;
	padding : 5px;
	margin : 2px 0 0 0;
	cursor : pointer;
}
.area_modal_country li .flag {
	margin: 0 10px 0 0;
}

/* -----------------------------------------------
	国名検索用（ここまで）
-------------------------------------------------- */

.price_select_area .menu1,
.price_select_area .menu2 {
    border: 2px solid #000000;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 1.6rem;
}
.price_select_area .menu1 {
    width: 365px;
}
.price_select_area .menu2 {
    width: 394px;
}
.select_btn {
    width: 151px;
    text-align: center;
    background: #07308c;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 40px;
    padding: 0 5px;
    cursor: pointer;
}

.module-ribbon_title.theme-deepblue {
	color: #ffffff;
	background: #07308c;
}

.price_link {
	line-height: 60px;
	min-width: 219px;
	color: #fff;
}
.price_link:after {
	font-size: 18px;
}
.price_bnr {
	margin-bottom: 20px;
}
.traffic_info_area {
    font-size: 1.2rem;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.traffic_info_area_inner {
    display: flex;
    height: 30px;
}

.traffic_info_area_inner > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.traffic_info_area_inner > div:nth-child(n + 2) {
    margin-left: 20px;
}

.price_table_area .early_price_table .mark_icon {
    width: 50px;
    margin-top: 2px;
    background: #ffffff;
    color: #07308c;
    border: 2px solid #07308c;
}
.price_table_area .early_price_table tr td ul li  .mark_capacity {
    width: auto !important;
    padding: 0 5px;
}
.price_table_area .mark_icon {
    border-radius: 0;
    font-weight: bold;
}
.price_table_area .mark_icon.five_g_icon {
    width: 30px;
	height: 30px;
	background-color: #ff0000;
	border-radius: 50%;
	border: none;
	color: #FFF;
	font-weight: bolder;
    font-size: 14px;
}
.price_table_area .mark_icon.four_g_icon {
    width: 30px;
	height: 30px;
	background-color: #ffc000;
	border-radius: 50%;
	border: none;
	color: #000;
	font-weight: bolder;
    font-size: 14px;
}
.price_table_area .mark_icon.three_g_icon {
    width: 30px;
	height: 30px;
	background-color: #4cd496;
	border-radius: 50%;
	border: none;
	color: #FFF;
	font-weight: bolder;
    font-size: 14px;
}
.price_table_area ul li .mark_icon.five_g_icon,
.price_table_area ul li .mark_icon.four_g_icon, 
.price_table_area ul li .mark_icon.three_g_icon {
	padding-top: 4px;
}
.price_table_area .mark_icon.normal_capacity {
    background: #07308c;
    color: #ffffff;
    border: none;
}
.price_table_area .mark_icon.big_capacity {
    background: #008ae1;
    color: #ffffff;
    border: none;
}
.price_table_area .mark_icon.super_capacity {
    background: #009b00;
    color: #ffffff;
    border: none;
}
.price_table_area .mark_icon.unlimited_capacity {
    background: #be008f;
    color: #ffffff;
    border: none;
}
.price_table_area .mark_icon.local_normal_capacity,
.price_table_area .mark_icon.special_line,
.price_table_area .mark_icon.local_big_capacity,
.price_table_area .mark_icon.local_super_capacity {
    background: #ffffff;
    color: #07308c;
    border: 2px solid #07308c;
}
.price_table_area .early_price_table .mark_icon.normal_capacity,
.price_table_area .early_price_table .mark_icon.big_capacity,
.price_table_area .early_price_table .mark_icon.super_capacity,
.price_table_area .early_price_table .mark_icon.unlimited_capacity {
    width: 66px;
}
.price_table_area .early_price_table .mark_icon br {
    display: none;
}
.price_table_area .mark_icon.g2_3 {
    background: #ffffff;
    color: #666666;
    border: 2px solid #666666;
}
.early_price_table td:nth-child(2) li {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 3px;
    padding-bottom: 5px;
}
.early_price_table td:nth-child(2) li:last-child {
    border-bottom: none;
}
.price_table_area td li {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 3px;
    padding-bottom: 5px;
	position: relative;
}
.price_table_area td li:last-child {
    border-bottom: none;
}
.price_table_area td .slow:after {
    content: "2G/3G(低速)";
    display: inline-block;
    float: right;
    color: #666666;
    border: solid 2px #666666;
    border-radius: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 5px;
}
table.plan_category {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 2px;
}
.price_table_area table .flag {
    margin: 3px 10px 0px 0;
}
.price_table_area .main_country th .flag {
    margin: 8px 10px 0px 0;
}
.flag_country-name_bottom {
    margin-top: 5px;
}
.price_table_area tr:nth-child(odd) .plan_4g {
    background: #fdf2e4;
}
.price_table_area tr:nth-child(odd) .plan_3g {
    background: #e0f2fe;
}
.naviBtnA.btn5 li {
    margin: 0 0px 11px;
}
.area_tab .naviBtnA.btn5 li {
    width: 32%;
}
.area_tab .naviBtnA.btn5 li:nth-child(2), 
.area_tab .naviBtnA.btn5 li:nth-child(3),  
.area_tab .naviBtnA.btn5 li:nth-child(5), 
.area_tab .naviBtnA.btn5 li:nth-child(6), 
.area_tab .naviBtnA.btn5 li:nth-child(8), 
.area_tab .naviBtnA.btn5 li:nth-child(9) {
    margin-left: 2%;
}
.section.pc .header.widthFix .hayawari_title_area,
.section.pc .header.widthFix {
    display: none;
}

/* // 容量アイコン
----------------------------------------------- */


.mark_icon {
	border:solid 2px #003284;
	border-radius:4px;
	background:#fff;
	color:#003284;
	display:inline-block;
	font-size:11px;
	line-height:20px;
	width:65px;
	height:20px;
	text-align:center;
	vertical-align: middle;

}
.mark_icon.unlimited_capacity {
	border:none;
	background:#cab3f8;
	color:#0f1314;
}

.mark_icon.super_capacity {
	border:none;
	background:#f7b5b9;
	color:#0f1314;
}

.mark_icon.big_capacity {
	border:none;
	background:#ffcd7e;
	color:#0f1314;
}

.mark_icon.normal_capacity {
	border:none;
	background:#c6ecff;
	color:#0f1314;
}

.mark_icon.vpn {
	border:none;
	background:#CFE3A8;
	color:#0f1314;
}

.mark_icon.big_vpn {
	border:none;
	background:#B7CD8F;
	color:#0f1314;
}
.mark_icon.super_vpn {
	border:none;
	background:#9bb372;
	color:#0f1314;
}
.mark_icon.unlimited_vpn {
	border:none;
	background:#cab3f8;
	color:#0f1314;
}
.mark_icon.local_super_capacity,
.mark_icon.local_big_capacity,
.mark_icon.local_normal_capacity,
.mark_icon.local_unlimited_capacity,
.mark_icon.super_vpn,
.mark_icon.big_vpn,
.mark_icon.unlimited_vpn {
	height: auto;
	line-height: 1.3;
	padding: 3px 0;
	margin-top: 1px;
	margin-bottom: 1px;
}
.mark_icon.local_normal_capacity {
	border:none;
	background:#c3ddbf;
	color:#0f1314;
}

.mark_icon.local_big_capacity {
	border:none;
	background:#9ac593;
	color:#0f1314;
}
.mark_icon.local_super_capacity {
	border:none;
	background:#71ad67;
	color:#000;
}
.mark_icon.local_unlimited_capacity {
	border:none;
	background:#cab3f8;
	color:#0f1314;
}

.normal_color {
	color:#00b2ff;
}

.big_color {
	color:#ec9200;
}

.super_color {
	color:#e94551;
}
.unlimited_color {
	color:#cab3f8;
}

.traffic_info_area .mark_icon {
    width: auto;
    padding: 0px 4px;
    margin-right: 5px;
    display: flex;
	justify-content: center;
	align-items: center;
}

.flag {
    margin: 10px 10px 0px 0;
}

.flag_warp img,
.flag_warp div{
	float: left;
}

.flag_country-name{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    margin-top: 10px;
}

.flag_country-name_bottom{
	width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    margin-top: 10px;
}

/* // price_table_area
----------------------------------------------- */

.price_position{
	position:relative;
}


.price_table_area {

}

.price_table_info {
	text-align: right;
	margin:0 0 20px 0;
}

.price_table_info em {
	font-weight: bold;
}

.price_table_area .note {
	margin:5px 0 30px 0;
	text-align: right;
	font-size:12px;
}

.price_table_area table {
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
}

.price_table_area th {
	text-align: left;
	background:#efefef;
	border:solid 1px #dbdbdb;
	vertical-align: middle;
	padding:10px;
	font-weight: normal;
}

.price_table_area td {
	border:solid 1px #dbdbdb;
	padding:5px;
}

.price_table_area td .slow:after {
	content:"2G/3G(低速)";
	display: inline-block;
	float:right;
	color:#999999;
	border:solid 2px #999999;
	border-radius:50px;
	font-size: 10px;
	line-height: 1.7;
	padding: 0 5px;
}

.price_table_area td mark {
/*/
	font-weight: bold;
/*/
	/*font-size:13px;*/
	margin:0 5px 0 0;
}

.price_table_area tr:nth-child(odd) td {
	background:#fdfdfd;
}

.price_table_area tr:nth-child(even) td {
	background:#fff;
}



.price_table_area .main_country th {
	background:#fffeee;
}

.price_table_area .main_country th .flag {
	vertical-align: bottom;
    margin: 10px 10px 0px 0;
}

.price_table_area .main_country thead th {
	background:#fff;
	text-align: center;
	font-size:18px;
}

.price_table_area .main_country thead td {
	padding:10px 20px;
}

.price_table_area .main_country thead td mark {
	vertical-align: top;
	margin:0 10px 0 0;
}

.price_table_area .main_country thead td .title {
	font-size:18px;
	font-weight: bold;
	margin:0 0 5px 0;
}

.price_table_area .main_country thead td .text {
	font-size:12px;
	line-height:1.2;
}

.price_table_area thead td.lte_plan {
	background:#f4f2e1;
}

.price_table_area thead td.g_plan {
	background:#f9f9f9;
}

/* refine20191128 */

.price_table_area.gw th {
	background:#fffeee;
}

.price_table_area.gw .flag_warp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.price_table_area.gw .flag_warp img,
.price_table_area.gw .flag_warp div {
	float: none;
}

.price_table_area.gw .flag_warp .flag_country-name_bottom {
	width: auto;
	margin-right: 20px;
	margin-top: 0;
}
.detail-btn_area {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}
.flag_warp .detail-btn_area .module-base_btn {
	font-size: 1.6rem;
	line-height: 45px;
	min-width: 300px;
	padding: 0 30px;
	background: #07308c;
	border: 1px solid #07308c;
	box-shadow: none;
}
.flag_warp .detail-btn_area .module-base_btn:after {
	content: "\f054";
	font-size: 1.6rem;
	right: 10px;
}
.flag_warp .detail-btn_area .module-base_btn:hover{
	color: #07308c;
	background: #ffffff;
}

/* plan_category title_fixed */

.price_table_area.title_fixed .price_traffic_info {
	margin-bottom: 71px;
}

.price_table_area.title_fixed .plan_category {
	position: fixed;
	width: 880px;
	top: 126px;
	z-index: 101;
}

.price_table_area.title_fixed.release_fixed .price_traffic_info {
	margin-bottom: 0;
}

.price_table_area.title_fixed.release_fixed .plan_category {
	position: static;
}

/* accordion_release */

.accordion_release .-accordion_inner {
	padding-top: 0;
}

.accordion_release .-title {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 20px 10px 10px 0;
}

.accordion_release .module-indent_list {
	font-size: 1.4rem;
}

.accordion_release .module-indent_list li {
	list-style-type: decimal;
	text-indent: 0;
}

/* option */

.price_bnr {
	margin-bottom: 20px;
}

/* multip */

.layout-content_inner .plan-inner {
    padding: 30px 20px;
}
.price_balloon_area {
    display: flex;
	align-items: center;
    margin-bottom: 20px;
}
.price_balloon {
    width: 425px;
    padding: 20px;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
}
.price_balloon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #07308c;
	left: 101%;
	top: 42%;
	transform: translateX(-50%);
	position: absolute;
}

.price_balloon_area_txt {
	font-size: 1.4rem;
}

.multi_plan_area .price_plan_slider {
    margin: 0 auto;
    display: block;
}
.longplan_slider .slick-list {
	border: 1px solid #d3d3d3;
}
.multi_plan_area .priceBox {
    padding-top: 50px;
}
.multi_plan_area .longplan_slider .priceBox {
    padding-top: 50px;
	background-position: top center;
}
.multi_plan_area .price_plan_box {
    height: 545px;
}
.multi_plan_area .price_plan_box .priceBox ul {
    width: 590px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.multi_plan_area .price_plan_box .priceBox.america_area_plan ul {
	width: 630px;
}
.multi_plan_area .price_plan_box .priceBox li {
    width: 285px;
	margin-bottom: 10px;
	position: relative;
}
.multi_plan_area .price_plan_box .priceBox.america_area_plan li {
	width: 310px;
}
.multi_plan_area .price_plan_box-inner {
    padding: 30px 27px 25px;
}
.multi_plan_area .price_plan_box-inner h4 {
    font-size: 2.0rem;
    margin-bottom: 10px;
}
.multi_plan_area .multieuro .priceBox {
	background-image: url(/common/images/contents/price/price_img04_1.png);
	background-repeat: no-repeat;
    height: 350px;
}
.multi_plan_area .multiasia .priceBox {
	background-image: url(/common/images/contents/price/price_img04_2.png);
	background-repeat: no-repeat;
    height: 350px;
}
.multi_plan_area .multiamerica .priceBox {
	background-image: url(/common/images/contents/price/price_img04_3.png);
	background-repeat: no-repeat;
    height: 350px;
}
.multi_plan_area .multiworld .priceBox {
	background-image: url(/common/images/contents/price/price_img04_4.png);
	background-repeat: no-repeat;
    height: 300px;
}

.multi_plan_area .price_plan_box .price_sekasyuplan ul {
	display: block;
	width: 530px;
	margin-top: 10px;
}

.price_plan_tab {
    margin: 0 auto;
}

.price_plan_tab .slick-track {
	display: flex;
	justify-content: space-between;
}
.price_plan_tab a {
    font-size: 1.6rem;
    color: #fff;
    background: #008ae1;
    flex: 1;
    cursor: pointer;
    padding: 12px;
    min-height: 40px;
    flex-wrap: wrap;
    width: 220px;
    border-radius: 6px 6px 0 0;
    margin-right: 20px;
    text-align: center;
    display: block;
    color: #fff;
}
.price_plan_tab a.last {
    margin-right: 0;
}
.price_plan_tab a:hover {  
	opacity: 1;  
    background: #0a4087;
    text-decoration: none;
} 

.price_plan_tab li .module-base_btn:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 22px;
    font-weight: 900;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.price_plan_box .title,
.price_plan_box .asia_title,
.price_plan_box .america_title {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	padding: 2px 4px 4px;
	font-weight: 700;
}

.price_plan_box .text,
.price_plan_box .asia_text,
.price_plan_box .america_text {
    height: 35px;
    padding: 5px;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
}
.multi_plan_area .multieuro .priceBox li {
    border: solid 2px #07308c;
}

.multi_plan_area .price_plan_box .price_asiaplan li {
    border: solid 2px #b87000;
}

.multi_plan_area .price_plan_box .price_americaplan li {
    border: solid 2px #a48b78;
}

.multi_plan_area .price_plan_box .price_sekasyuplan li {
    border: solid 2px #7a37b3;
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
}

.price_plan_box .price_sekasyuplan li > p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 64px;
	width: 50%;
}

.price_plan_box .priceBox .title {
    background: #07308c;
}

.price_plan_box .priceBox .asia_title {
	background: #b87000;
}

.price_plan_box .priceBox .america_title {
	background: #a48b78;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.price_plan_box .priceBox .sekasyu_title {
	background: #7a37b3;
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	padding-left: 18px;
}

.priceBox .text .teika {
	font-size: 1.0rem;
}

.priceBox .text .cpn_price {
	font-size: 1.6rem;
	color: #ff0000;
}

.price_plan_box .price_sekasyuplan .text {
	justify-content: flex-end;
	align-items: baseline;
	padding: 16px 18px 16px 0;
}

.price_sekasyuplan .text .teika {
	font-size: 1.2rem;
}

.price_sekasyuplan .text .cpn_price {
	font-size: 2.2rem;
}

.priceBox li.recommended:after {
	content: url(/common/images/contents/price/price_img02.png);
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 3px;
}
.priceBox li.popular:after {
	content: url(/common/images/contents/price/price_img03.png);
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
}
.multiamerica .priceBox li.recommended:after {
	content: url(/common/images/contents/price/price_img02.png);
    top: 19px;
}
.multiamerica .priceBox li.popular:after {
	content: url(/common/images/contents/price/price_img03.png);
    top: 18px;
}
/* 国ページの特別エリア料金 */
#Multip.layout-content_inner.multi_plan_area .price_plan_box {
    height: unset;
}
#Multip .multiamerica .priceBox li.no1:after,
#Multip .multiasia .priceBox li.no1:after,
/* WSYS-9298 【サイト】SEO対応_フランスの国ページ修正 TB.shimul (1行のみ追加) */
#Multip .multieuro .priceBox li.no1:after {
	background: url(/common/images/countries/ico_no1.png) no-repeat center;
}
#Multip .multiamerica .priceBox li.no2:after,
#Multip .multiasia .priceBox li.no2:after,
/* WSYS-9298 【サイト】SEO対応_フランスの国ページ修正 TB.shimul (1行のみ追加) */
#Multip .multieuro .priceBox li.no2:after {
	background: url(/common/images/countries/ico_no2.png) no-repeat center;
}

/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multiamerica .priceBox li.no3:after,
#Multip .multiasia .priceBox li.no3:after,
#Multip .multieuro .priceBox li.no3:after {
	background: url(/common/images/countries/ico_no3.png) no-repeat center;
}

#Multip .multiamerica .priceBox li.no1:after,
#Multip .multiamerica .priceBox li.no2:after,
/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multiamerica .priceBox li.no3:after,
#Multip .multiasia .priceBox li.no1:after,
#Multip .multiasia .priceBox li.no2:after,
/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multiasia .priceBox li.no3:after,
/* WSYS-9298 【サイト】SEO対応_フランスの国ページ修正 TB.shimul (1行のみ追加) */
#Multip .multieuro .priceBox li.no1:after,
#Multip .multieuro .priceBox li.no2:after,
/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multieuro .priceBox li.no3:after {
	content: "";
	background-size: contain;
	display: inline-block;
    position: absolute;
}
/* アメリカWiFi特別エリア */
#Multip .multiamerica .priceBox li.no1:after,
#Multip .multiamerica .priceBox li.no2:after,
/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multiamerica .priceBox li.no3:after {
	width: 50px;
	height: 60px;
	left: 5px;
	top: 30px;
}
/* アジア周遊 */
#Multip .multiasia .priceBox li.no1:after,
#Multip .multiasia .priceBox li.no2:after,
/* WSYS-9450 【サイト】SEO対応_台湾の国ページ修正 20220916 TB.shimul */
#Multip .multiasia .priceBox li.no3:after,
/* WSYS-9298 【サイト】SEO対応_フランスの国ページ修正 TB.shimul (1行のみ追加) */
#Multip .multieuro .priceBox li.no1:after,
#Multip .multieuro .priceBox li.no2:after,
#Multip .multieuro .priceBox li.no3:after {
    width: 40px;
    height: 50px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}
.price_asiaplan li {
    margin: 0 0 10px 0;
}
.price_plan_box .multiworld .border_block {
	border: 1px solid #7a37b3;
	font-size: 1.4rem;
	padding: 12px;
    margin: 60px 20px 0px;
}

.bx-prev, .bx-next {
	width: 40px;
    height: 80px;
    position: absolute;
    transform: translateY(-100%);
    display: block;
    z-index: 2;
    cursor: pointer;
}
.bx-prev {
    background: url(/common/images/page/common/slide_arrow_prev.png) no-repeat;
}
.bx-next {
    background: url(/common/images/page/common/slide_arrow_next.png) no-repeat;
}
a.bx-prev:link, 
a.bx-next:link,
a.bx-prev:visited, 
a.bx-next:visited {
    color: #2e52a1;
    font-size: 1px;
}
.multi_plan_area .bx-prev,
.multi_plan_area .bx-next {
    margin-top: -260px;
}
.multi_plan_area .bx-next {
    margin-left: 889px;
}
.longplan_slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 260px;
	cursor: pointer;
}
.longplan_slider .slick-arrow.prev {
	left: 0;
}
.longplan_slider .slick-arrow.next {
	right: 0;
}

/* study_abroad_area */

.study_abroad_area {
	background-image: url(/common/images/contents/price/price_img05_pc.png?date=20210624);
    background-repeat: no-repeat;
    border: 3px solid #ffffff;
    padding: 30px 50px;
    height: 430px;
    background-size: contain;
}
.study_abroad_ttl {
    display: flex;
    margin-bottom: 30px;
}
.bg_circle {
    width: 89px;
    height: 89px;
    border-radius: 50px;
    margin-right: 12px;
}
.bg_circle p {
    margin-top: 14px;
    font-size: 2.0rem;
}
.study_abroad_ttl_01 {
    margin-top: 15px;
    line-height: 135%;
}
.price_normal,
.price_longtime {
	   background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
    height: 42px;
    position: relative;
    padding-left: 10px;

}
.price_normal {
    background-color: #072f8c;
    width: 355px;
	position: relative;
}
.price_normal:after {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 12px;
	border-color: transparent transparent transparent #072f8c;
}

.price_longtime {
    background-color: #009b00;
    width: 265px;
	position: relative;
}

.price_longtime:after {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 12px;
	border-color: transparent transparent transparent #009b00;
}

.style-fc_dandelion {
	color: #fff100;
}
.price_txt_02 {
    font-size: 2.6rem;
	padding-right: 20px;
}
.price_txt_02 span {
    font-size: 1.8rem;
}
.study_abroad_area .deals_txt {
    font-size: 30px;
    font-weight: bold;
    color: #e40000;
    margin-top: 20px;
}

/* qa_area */

.qa_area {
	background: #ffffff;
}

/* modal */

.modalBox .dispNone {
	display: block;
}

.headTxB {
	background-color:#eef0f3;
	margin-bottom:25px;
	border-left:4px solid #002664;
}
.headTxB em {
	font-weight:700;
	color:#002664;
	font-size:2.0rem;
	line-height:1.3em;
	border-bottom:1px dotted #84a2d0;
	padding:13px;
	display:block;
	font-style:normal;
}

.g_title {
	color:#fff;
	font-size:1.6rem;
	line-height:40px;
	padding:0 20px;
}

.g3 {
	background:#00A0E8;
}

.g3b {
	background:#D11717;
}

.g4 {
	background:#F0A31D;
}

.g4b {
	background:#D11717;
}

.g4s {
	background:#790606;
}

.g4unlimited_capacity{
	background: #be008f;
}

.corresponding_country_list{
	letter-spacing:-1em;
	line-height:1.5;
	text-align:left;
	border-bottom:solid 1px #ccc;
	margin:20px 0;
}
.corresponding_country_list li {
	display:inline-block;
	letter-spacing:normal;
	margin:0 0 10px 0 ;
	vertical-align: top;
	width:25%;
	font-size: 1.4rem;
}

.annotation {
	font-size:1.2rem;
	line-height:1.6em;
	color:#666;
}

.annotation.caution {
    border: solid #D11717 1px;
    padding: 1em 0 1em 2em;
    margin-bottom: 25px;
}

.annotation.caution p {
	text-indent: -1em;
}

.btnA.circle {
	background-color: #da0000;
	font-size: 1.4rem;
	background-image: url(/common/images/cmn/btn_icon_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: background-position .1s ease-in;
	color: #fff;
	border-radius: 3px;
	width: 160px;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	padding: 16px 20px 16px 0;
}

.btnA.circle:hover {
	text-decoration: none;
	background-position:right -5px center;
}

/* js-slickSlider */

.longplan_slider_nav {
	display: none;
}

.longplan_slider_nav.slick-initialized {
	display: block;
}

.js-slickSlider {
	position: relative;
}

.js-slickSlider .slick-arrow {
	position: absolute;
	top:50%;
	transform: translateY(-100%);
	width:40px;
	height:80px;
	z-index: 2;
	cursor: pointer;
}

.price_non_tax {
    text-align: right;
    font-size: 12px;
}
/* パンくずリスト */
.plice_index .layout-content_inner.breadcrumb_area {
	margin-top: 20px;
}
.flex-between {
    justify-content: space-between !important;
}
