@charset "UTF-8";

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

.naviBtnA.btn5 li {
    width: 32%;
}
.naviBtnA.btn5 li:nth-child(2), 
.naviBtnA.btn5 li:nth-child(3),  
.naviBtnA.btn5 li:nth-child(5), 
.naviBtnA.btn5 li:nth-child(6), 
.naviBtnA.btn5 li:nth-child(8), 
.naviBtnA.btn5 li:nth-child(9) {
    margin-left: 2%;
}

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

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

.areaBlock .countries {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.areaBlock .countries > li  {
	display: flex;
	flex-direction: column;
	width:230px;
	background-color:#fff;
}
.areaBlock .countries > li .color {
	background-color:#f8f8f8;
}

/* WSYS-11676 【VMDB・フロント】新規プラン追加_グアム/マカオ/オマーン/クウェート/サウジ/バーレーン/モルディブ/ブラジル/ペルー/モーリシャスの5Gプラン追加 20241128 M.Shimizu */
.areaBlock .countries > li > p {
	display:flex;
	flex-grow: 1;
	justify-content: flex-start;
	align-items: center;
	padding:10px 12px;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:5px center;
	outline: none;
	line-height:25px;
	position: relative;
}


/* WSYS-11676 【VMDB・フロント】新規プラン追加_グアム/マカオ/オマーン/クウェート/サウジ/バーレーン/モルディブ/ブラジル/ペルー/モーリシャスの5Gプラン追加 20241128 M.Shimizu */
.areaBlock .countries > li > p > span {
	display: flex;
	flex-direction: column;
}

.areaBlock .countries > li > p > span > span {
	font-size: 70%;
}

.areaBlock .countries > li > p .flag_icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: 1px solid #cecece;
	border-radius: 50%;
}

.banner_area .layout-column img {
	border: 1px solid #d3d3d3;
}

.banner_area .layout-column a:hover {
	opacity: 0.8;
}