@charset "UTF-8";

#plan-japan {
	background: #e1eff3;
}

#plan-japan .heading-plan-japan:before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(/core/wp-content/themes/123server/img/order/icon-Japan.png) no-repeat;
	background-size: contain;
}

#plan-world {
	background: #e0e8f2;
}

#plan-world .heading-plan-world:before {
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(/core/wp-content/themes/123server/img/order/icon-world.png) no-repeat;
	background-size: contain;
}

#plan-world .heading-plan-world .notes {
	margin-left: 5px;
	font-weight: 400;
}

@media screen and (min-width: 751px) {
	#plan-japan {
		padding: 44px 0 65px;
	}

	#plan-japan .heading-plan-japan,
	#plan-world .heading-plan-world {
		margin-bottom: 21px;
		font-size: 28px;
	}
	
	#plan-japan .heading-plan-japan span,
	#plan-world .heading-plan-world span {
		margin-left: 15px;
		font-size: 18px;
	}
	
	#plan-world {
		padding: 42px 0 69px;
	}

	#plan-world .heading-plan-world .notes {
		font-size: 14px;
	}
	
} @media screen and (max-width: 750px) {
	#plan-japan,
	#plan-world {
		padding: 22px 0 50px;
	}

	#plan-japan .heading-plan-japan,
	#plan-world .heading-plan-world {
		margin-bottom: 15px;
		font-size: 26px;
	}
	
	#plan-japan .heading-plan-japan span,
	#plan-world .heading-plan-world span {
		display: block;
		margin-left: 53px;
		font-size: 16px;
	}

	#plan-world .heading-plan-world .notes {
		display: inherit;
		font-size: 12px;
		text-align: right;
	}
}

/* ------------------------------
	tab-change
------------------------------ */
.server-plan-list > li {
	display: none;
}

.server-plan-list > li.is-active {
	display: block;
}

.tab-change {
	display: flex;
	
}

.tab-change > li {
	width: 50%;
	padding: 13px 27px 14px;
	margin-bottom: 21px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.454;
	color: #FFF;
	position: relative;
}

.tab-change > li.is-active {
	position: relative;
}

.tab-change > li.is-active:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border-style: solid;
	border-width: 11px 9px;
	position: absolute;
	bottom: -22px;
	right: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
}

#plan-japan .tab-change > li {
	color: #56adc1;
	background: #f2fcfe;
}

#plan-japan .tab-change > li.is-active {
	color: #fff;
	background: #5fabbb;
}

#plan-japan .tab-change > li.is-active:before {
	border-color: #5cabbc transparent transparent;
}

#plan-world .tab-change > li {
	color: #628cbf;
	background: #f2f6fe;
}

#plan-world .tab-change > li.is-active {
	color: #fff;
	background: #628cbf;
}

#plan-world .tab-change > li.is-active:before {
	border-color: #628cbf transparent transparent;
}


@media screen and (min-width: 751px) {
	.tab-change > li {
		text-align: center;
		cursor: pointer;
	}
	
	#plan-japan .tab-change > li:hover {
		color: #fff;
		background: #5fabbb;
	}
	
	#plan-world .tab-change > li:hover {
		color: #fff;
		background: #628cbf;
	}
	
} @media screen and (max-width: 750px) {
	.tab-change > li {
		padding: 8px 10px 9px;
		margin-bottom: 26px;
		font-size: 19px;
	}
	
	.tab-change > li.is-active:before {
			border-width: 8px 6px;
			bottom: -16px;
	}

}


/*
.heading-balloon {
	padding: 13px 27px 14px;
	margin-bottom: 21px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.454;
	color: #FFF;
	background: #0296e0;
	position: relative;
}

.heading-balloon:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border-color: #0296e0 transparent transparent;
	border-style: solid;
	border-width: 11px 9px;
	position: absolute;
	bottom: -22px;
	left: 42px;
	overflow: hidden;
}

.heading-balloon.baloon-green {
	background: #5fabbb;
}

.heading-balloon.baloon-green:before {
	border-color: #5fabbb transparent transparent;
}

.heading-balloon.baloon-blue {
	background: #628cbf;
}

.heading-balloon.baloon-blue:before {
	border-color: #628cbf transparent transparent;
}

@media screen and (max-width: 750px) {
	.heading-balloon {
		padding: 8px 27px 9px;
		margin-bottom: 26px;
		font-size: 19px;
	}
	
	.heading-balloon:before {
			border-width: 8px 6px;
			bottom: -16px;
			left: 30px;
	}

}
*/

/* ------------------------------
	select-plan
------------------------------ */
.select-plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.select-plan > li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.select-plan > li:before,
.select-plan > li.is-active:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.select-plan > li:before {
	content: "";
	display: block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #fff;
}

.select-plan > li.is-active:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

#plan-japan .select-plan > li.is-active:after {
	background: #5fabbb;
}

#plan-world .select-plan > li.is-active:after {
	background: #628cbf;
}

.select-plan > li .server-plan {
	min-width: 31px;
	margin: 0 auto 60px;
}

@media screen and (min-width: 751px) {
	.select-plan > li {
		cursor: pointer;
	}

	#plan-japan .select-plan > li:hover {
		color: #5fabbb;
	}

	#plan-world .select-plan > li:hover {
		color: #628cbf;
	}
		
	.select-plan > li .server-plan {
		margin: 0 auto 60px;
	}
	
} @media screen and (max-width: 750px) {
	.select-plan {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.select-plan:before {
		display: none;
	}

	#plan-japan .select-plan > li {
		width: 12%;
	}
	
	#plan-world .select-plan.single > li {
		width: 9%;
	}
		
	#plan-world .select-plan.mulch > li {
		width: 11%;
	}
		
	.select-plan > li .server-plan {
		margin: 0 auto 60px;
	}
}


/* ------------------------------
	table
------------------------------ */
.hidden {
	display: none;
}

@media screen and (min-width: 751px) {
	table.table-usual.have-thead > * > tr > td {
		padding: 5px 21px;
		vertical-align: middle;
	}

	table.table-usual.have-thead > * > tr > th.table-ip-value {
		width: 301px;
	}
	
	table.table-usual.have-thead > * > tr > th.table-value {
		width: 321px;
	}
	
	table.table-usual.have-thead > * > tr > th.table-entry {
		width: 248px;
	}

	
} @media screen and (max-width: 750px) {

}

