/* WSYS-13114 【VMDB・フロント】新規オプション追加_VPNオプション 20251218 J.Jiyun */
@charset "utf-8";
/* 共通 */
.content {
	background: #f8f8f8
}

.vpn {
	width: 980px;
	margin: 0 auto;
}

p sup {
	font-size: 1.2rem;
	vertical-align: super;
}

._manual_pdf {
	color: #09c3de;
	text-decoration: underline;
}

/* head */
main.vpn {
	background: #fff;
}

.vpn ._head {
	position: relative;
	background: url(../../images/page/price/option/vpn/mv_pc.png) no-repeat;
	background-size: cover;
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vpn ._head ._sub_title {
	text-align: center;
	font-size: 2.6rem;
	color: #ffffff;
	text-shadow: 3px 3px 10px #04b2a3, -3px -3px 10px #04b2a3, -3px 3px 10px #04b2a3, 3px -3px 10px #04b2a3, 3px 0px 10px #04b2a3, -3px 0px 10px #04b2a3, 0px 3px 10px #04b2a3, 0px -3px 10px #04b2a3;
	line-height: 4.0rem;
	font-weight: bold;
}

.vpn ._head ._sub_title ._yellow {
	color: #f9f25e;
}

.vpn ._head ._main_title {
	text-align: center;
	font-size: 5.6rem;
	color: #04b2a3;
	text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, 3px 0px 10px #fff, -3px 0px 10px #fff, 0px 3px 10px #fff, 0px -3px 10px #fff;
	margin-bottom: 1rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	-webkit-text-stroke: 2px #04b2a3;
	text-stroke: 2px #04b2a3;
}

.vpn ._head ._main_price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vpn ._head ._price {
	background-color: #04b2a3;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 30px;
	padding: 3px 20px 5px;
	margin: 0 10px;
	display: flex;
	align-items: baseline;
	box-shadow: 0px 0px 25px 5px #fff;
}

.vpn ._head ._price ._num {
	font-size: 2.4rem;
}

.vpn ._head ._content ._sup_content {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
    transform: translateX(-50%);
}

.vpn ._head ._content ._sup_text {
	font-size: 1.4rem;
	text-align: left;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
}

.vpn ._head ._badge {
	position: absolute;
	right: 17%;
	top: 30%;
	width: 95px;
	height: 95px;
	background: #f9f25e;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	transform: rotate(8deg);
}

.vpn ._head ._badge ._text {
	font-size: 1.6rem;
	font-weight: bold;
	color: #04b2a3;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.02rem;
	text-shadow: 2px 0 #f9f25e, -2px 0 #f9f25e, 0 2px #f9f25e, 0 -2px #f9f25e, 1.5px 1.5px #f9f25e, -1.5px 1.5px #f9f25e, 1.5px -1.5px #f9f25e, -1.5px -1.5px #f9f25e;
}

.vpn ._head ._badge::after {
    content: "";
    position: absolute;
    bottom: -15px;
	margin-bottom: 15px;
    left: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #f9f25e;
	transform: rotate(40deg);
}

/* vpn_intro */
.vpn_intro {
	padding: 40px 60px;
}

.vpn_intro ._title {
	text-align: left;
}

.vpn_intro ._title ._ttl,
.vpn_steps ._title,
.vpn_flow ._title,
.vpn_faq ._title,
.vpn_caution ._title {
	color: #09c3de;
	font-size: 2.6rem;
	font-weight: bold;
}

.vpn_intro ._title ._ttl ._mini {
	font-size: 2.2rem;
}

.vpn_intro ._title ._text {
	font-size: 1.8rem;
	margin: 20px 0 40px;
}

.vpn_intro ._mid_content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}

.vpn_intro ._mid_content img {
	width: 55px;
}

.vpn_intro ._mid_content p {
	color: #ff5874;
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 10px;
}

/* vpn_features */
.vpn_features {
	text-align: center;
}

.vpn_features ._performance {
	background-color: #09c3de;
	position: relative;
	height: 100%;
	padding: 10px 40px;
}

.vpn_features ._performance ._title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.vpn_features ._performance ._title p {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.vpn_features ._performance ._title p::before,
.vpn_features ._performance ._title p::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 3px;
    height: 1.2em;
    margin: 0 0.5em;
    vertical-align: middle;
}

.vpn_features ._performance ._title p::before {
    transform: rotate(-25deg);
}

.vpn_features ._performance ._title p::after {
    transform: rotate(25deg);
}

.vpn_features ._performance ._content {
	padding: 10px 0px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 40px;
}

.vpn_features ._performance ._content._content1 {
	padding: 10px 0px 50px;
}

.vpn_features ._performance ._content ._detail {
	position: relative;
	padding: 25px 50px 10px;
	border-radius: 5px;
}

.vpn_features ._performance ._content ._detail ._box {
	font-weight: bold;
	text-align: left;
	display: flex;
}

.vpn_features ._performance ._content ._detail ._point_title {
	margin-top: 40px;
}

.vpn_features ._performance ._content ._detail ._point {
	color: #fff;
	background-color: #04b2a3;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	overflow: visible;
	height: 2.8rem;
	line-height: 2.8rem;
	position: absolute;
	left: 29%;
}

.vpn_features ._performance ._content ._detail ._point span {
	font-size: 3.2rem;
	text-shadow: 2px 0 #04b2a3, -2px 0 #04b2a3, 0 2px #04b2a3, 0 -2px #04b2a3, 1.5px 1.5px #04b2a3, -1.5px 1.5px #04b2a3, 1.5px -1.5px #04b2a3, -1.5px -1.5px #04b2a3;
	position: relative;
	top: -0.5rem;
	margin-left: 3px;
}

.vpn_features ._performance ._content ._detail ._point_title,
.vpn_features ._performance ._content ._example ._example_title,
.vpn_features ._performance ._content ._example ._box_title {
	color: #04b2a3;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
}

.vpn_features ._performance ._content ._detail ._point_title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 185px;
	bottom: 75px;
	border-top: 5px solid #f9f25e;
}

.vpn_features ._performance ._content ._detail ._text {
	position: absolute;
	width: 65%;
	top: 65%;
	left: 29%;
	text-align: left;
}

.vpn_features ._performance ._content ._detail._detail2 ._text {
	top: 50%;
}

.vpn_features ._performance ._content ._detail ._box2 ._point_title::after {
	width: 295px;
	top: 33px;
}

.vpn_features ._performance ._content ._detail ._box ._text {
	margin: 15px 0;
	font-weight: normal;
	line-height: 1.6;
}

.vpn_features ._performance ._content ._detail img {
	width: 180px;
	margin: 5px 30px 0 0;
}

.vpn_features ._performance ._content ._example {
	padding: 0px 50px 25px;
}

.vpn_features ._performance ._content ._example ._box {
	padding: 20px 30px;
	border: 4px solid #04b2a3;
	border-radius: 8px;
	margin: 40px 0 10px;
}

.vpn_features ._performance ._content ._example ._example_content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}

.vpn_features ._performance ._content ._example ._example_content::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #04b2a3;
    margin-bottom: 6px;
}

.vpn_features ._performance ._content ._example ._example_content ul {
	margin: 20px;
	text-align: left;
	line-height: 1.6;
}

.vpn_features ._performance ._content ._example ._example_content ul li {
	list-style: disc;
}

.vpn_features ._performance ._content ._example ._example_content div {
	width: 50%;
}

.vpn_features ._performance ._content ._example ._example_content img {
	width: 40%;
	margin: 10px;
}

.vpn_features ._performance ._content ._example ._yellow_box {
	background: #fdfac7;
	padding: 15px;
}

.vpn_features ._sup_text {
	text-align: left;
	position: absolute;
	right: 10%;
}

.vpn_features ._applay ._applay_btn {
	margin: 40px auto;
}

/* vpn_steps */
.vpn_steps {
	padding: 40px 80px;
}

.vpn_steps ._title {
	text-align: center;
}

.vpn_steps ._text {
	margin: 20px 0;
}

.vpn_steps ._prepare ._bar {
	background-color: #09c3de;
	padding: 5px 20px;
	margin: 20px 0;
}

.vpn_steps ._prepare ._bar p {
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}

.vpn_steps ._prepare ._img {
	text-align: center;
	margin: 20px 0;
}

.vpn_steps ._prepare ._img img {
	width: 90%;
}

.vpn_steps ._howtoconnect ._contents {
	padding: 0px 20px;
}

.vpn_steps ._howtoconnect ._sequence {
	margin-bottom: 20px;
}

.vpn_steps ._howtoconnect ._sequence._third {
	margin-bottom: 40px;
}

.vpn_steps ._howtoconnect ._img {
	text-align: center;
	margin: 25px 0;
}

.vpn_steps ._howtoconnect ._caution ._box  {
	background-color: #e6f9fc;
	padding: 10px 0 10px 80px;
	margin: 15px 60px;
}

.vpn_steps ._howtoconnect ._caution ._box ._screamer  {
	color: #fff;
	background-color: #09c3de;
	margin: 0 10px;
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* vpn_flow */
.vpn_flow {
	background-color: #f3fcfd;
	padding: 50px 50px 20px 50px;
}

.vpn_flow ._title,
.vpn_faq ._title,
.vpn_caution ._title{
	text-align: center;
}

.vpn_flow ._content {
	padding: 20px;
}

.vpn_flow ._content ._box {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 20px;
	border: 4px solid #09c3de;
	border-radius: 10px;
	position: relative;
}

.vpn_flow ._content ._box._first::after {
	content: "";
    position: absolute;
    bottom: -55px;
    left: 14%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #09c3de;
    margin-bottom: 6px;
}

.vpn_flow ._content ._box:nth-of-type(4) {
	margin-bottom: 0px;
}

.vpn_flow ._content ._box:nth-of-type(4)::after {
	display: none;
}

.vpn_flow ._content ._box ._step {
	font-size: 1.8rem;
	font-weight: bold;
	color: #09c3de;
}

.vpn_flow ._content ._box ._step span {
	color: #fff;
	background: #09c3de;
	padding: 1px 18px;
	border-radius: 20px;
	margin-right: 10px;
}

.vpn_flow ._content ._box ._txt {
	margin: 10px 0;
	text-align: left;
	line-height: 1.5;
}

.vpn_flow ._content ._flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.vpn_flow ._content ._flex ._box {
	width: 29%;
	height: 450px;
	padding: 20px 15px;
	position: relative;
	margin-bottom: 10px;
}

.vpn_flow ._content ._flex ._box::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #09c3de;
}

.vpn_flow ._content ._flex ._box:last-child::after {
	display: none;
}

.vpn_flow ._content ._flex ._step {
	text-align: center;
	line-height: 1.8;
}

.vpn_flow ._content ._flex ._step span {
	margin-right: 0px;
}

.vpn_flow ._content ._flex img {
	width: 150px;
}

.vpn_flow ._content ._flex ._small_txt {
	font-size: 1.1rem;
	text-align: left;
	letter-spacing: 0.03em;
}

/* vpn_faq */
.vpn_faq {
	padding: 50px 50px 30px 50px;
}

.vpn_faq ._common {
	width: 95%;
	margin: 25px auto;
	border-radius: 15px;
	overflow: hidden;
}

.vpn_faq ._content ._faq_title {
	background: #09c3de;
	color: #fff;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	border-bottom: 2px solid #09c3de;
	font-size: 2.0rem;
}

.vpn_faq ._content ._list {
	display: flex;
	border: 3px solid #09c3de;
	border-top: none;
	border-radius: 0 0 15px 15px;
	font-size: 1.5rem;
	text-align: left;
	padding: 10px;
	line-height: 1.8;
	align-items: baseline;
}

.vpn_faq ._content ._faq_title {
	padding: 5px 10px;
	font-size: 1.8rem;
	text-align: left;
	display: flex;
	align-items: flex-end;
}

.vpn_faq ._content ._faq_title ._question {
	margin: 0 10px;
	font-size: 2.0rem;
}

.vpn_faq ._content ._list ._answer {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 10px;
}

/* vpn_caution */
.vpn_caution {
	padding: 20px 50px 10px 50px;
}

.vpn_caution ._content {
	width: 90%;
    margin: 0 auto;
    padding: 40px 60px;
    text-align: left;
    border-radius: 10px;
    background-color: #f3fcfd;
}

.vpn_caution ._content ._title {
	margin-bottom: 20px;
}

.vpn_caution ._content ul li {
	list-style: disc;
	margin-bottom: 10px;
}

/* 申込ボタン */
.vpn ._applay {
	margin: 0 auto;
}

.vpn ._applay ._applay_btn {
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
	padding: 15px;
	cursor: pointer;
	user-select: none;
	transition: ease 0.3s;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	background: #ff205a;
	box-shadow: rgba(0, 0, 0, .2) 3px 5px 6px 3px;
	display: flex;
	justify-content: center;
	width: 400px;
	margin: 50px auto;
	text-decoration: none;
}

.vpn ._applay ._applay_btn:hover {
	transform: scale(1.05);
	box-shadow: none;
}

.vpn ._applay ._applay_btn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 6%;
	margin-top: -7px;
}

.vpn ._applay ._applay_btn:hover:before {
	border-color: transparent transparent transparent #fff;
}