/* WSYS-12975 【VMDB・フロント】新規オプション追加_別行動用プラス1台オプション 20251113 J.Jiyun */
@charset "utf-8";
/* 共通 */
.content {
	background: #f8f8f8
}

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

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

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

.plus1option ._head ._sub-title {
	text-align: center;
	font-size: 2.4rem;
	color: #062b6d;
	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;
	line-height: 4.0rem;
	font-weight: bold;
}

.plus1option ._head ._main-title {
	text-align: center;
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #f6921e;
	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: 2rem;
}

.plus1option ._head ._main-price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.plus1option ._head ._price {
	background-color: #062b6d;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 30px;
	padding: 5px 13px 5px 8px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 25px 5px #fff;
}

.plus1option ._head ._price ._capacity {
	background-color: #fff;
	color: #062b6d;
	border-radius: 20px;
	padding: 0 15px;
	margin-right: 5px;
}

.plus1option ._head ._price ._tax {
	font-size: 1.6rem;
}

.plus1option ._head ._badge {
	position: absolute;
	top: 14%;
	right: 110px;
	transform: rotate(-5deg);
}

.plus1option ._head ._badge p {
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	margin-left: 5px;
	line-height: 1.3;
}

.plus1option ._head ._badge img {
	width: 40px;
	margin-top: 6px;
}

/* definition */
.plus1option ._definition {
	padding-top: 40px;
	text-align: center;
}

.plus1option ._definition ._content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.plus1option ._definition ._content img {
	width: 200px;
	margin-left: 60px;
}

.plus1option ._definition ._title {
	text-align: left;
}

.plus1option ._definition ._title ._ttl,
.plus1option ._merit ._textbox ._txt,
.plus1option ._merit ._ttl {
	font-size: 2.6rem;
	font-weight: bold;
	color: #062b6d;
}

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

.plus1option ._definition ._title ._text {
	font-size: 1.8rem;
	margin: 10px 0 0 0;
}

/* merit */
.plus1option ._merit {
	padding-top: 40px;
	text-align: center;
}

.plus1option ._merit ._textbox {
	display: flex;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
	background: #d2eeff;
	margin: 0 100px 60px;
	padding: 10px 0;
}

.plus1option ._merit ._textbox::after {
	content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #d2eeff;
    margin-bottom: 6px;
}

.plus1option ._merit ._textbox ._img img {
	width: 130px;
}

.plus1option ._ttl_yellow {
	position: relative;
	z-index: 1;
}

.plus1option ._ttl_yellow::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	bottom: 0px;
	background: #fffdaa;
	z-index: -1;
}

.plus1option ._merit ._content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.plus1option ._merit ._content ._skyblue_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	margin: 5px;
	padding: 10px;
	border: 5px solid #b7d2e2;
	border-radius: 10px;
	overflow: visible;
}

.plus1option ._merit ._content ._skyblue_box img {
	width: 55%;
	margin-left: -40px;
}

.plus1option ._merit ._content ._skyblue_box img._fourth {
	width: 60%;
	margin-top: -20px;
}

.plus1option ._merit ._content ._skyblue_box p {
	line-height: 1.6;
}

.plus1option ._yellow {
	background: #fffdaa;
}

.plus1option ._merit ._performance {
	background-color: #27a5ff;
	position: relative;
	height: 100%;
	padding: 10px 60px;
	margin: 40px 40px 0 40px;
}

.plus1option ._merit ._performance::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #fff;
    margin-bottom: 6px;
}

.plus1option ._merit ._performance ._title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
}

.plus1option ._merit ._performance ._title ._ttl {
	color: #fff;
	position: relative;
	margin: 0 5px;
}

.plus1option ._merit ._performance ._title ._ttl::after {
	content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    border-top: 6px solid #fffdaa;
}

.plus1option ._merit ._performance ._title ._ttl ._orange {
	background: #f6921e;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.plus1option ._merit ._performance ._content {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-wrap: inherit;
	padding: 10px 0px;
}

.plus1option ._merit ._performance ._content ._image {
	width: 55%;
	padding: 20px 10px;
	background: #f2f6f9;
	border-radius: 10px;
}

.plus1option ._merit ._performance ._content ._detail {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.plus1option ._merit ._performance ._content ._detail ._plus {
	font-size: 5.0rem;
	color: #28a5ff;
	margin-top: 150px;
}

.plus1option ._merit ._performance ._content ._detail ._group {
	font-weight: bold;
}

.plus1option ._merit ._performance ._content ._detail ._group img {
	width: 70%;
}

.plus1option ._merit ._performance ._content ._detail ._group p:nth-of-type(1) {
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	border-radius: 20px;
}

.plus1option ._merit ._performance ._content ._detail ._group._blue p:nth-of-type(1) {
	background-color: #0171ba;
}

.plus1option ._merit ._performance ._content ._detail ._group._blue p:nth-of-type(2) {
	color: #0171ba;
}

.plus1option ._merit ._performance ._content ._detail ._group._blue img {
	width: 75%;
	margin-top: 25px;
}

.plus1option ._merit ._performance ._content ._detail ._group._orange p:nth-of-type(1) {
	background-color: #f6921e;
}

.plus1option ._merit ._performance ._content ._detail ._group._orange p:nth-of-type(2) {
	color: #f6921e;
	margin-top: 5px;
	line-height: 1.2;
}

.plus1option ._merit ._performance ._content ._detail ._group._orange img {
	margin-top: 5px;
}

.plus1option ._merit ._performance ._content ._text {
	margin-left: 40px;
	text-align: left;
}

.plus1option ._merit ._performance ._content ._text ._top {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0px 0px 20px 10px;
	margin-bottom: 20px;
}

.plus1option ._merit ._performance ._content ._text ._middle {
	color: #fffdaa;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px 10px 20px 50px;
	border: 3px solid #fffdaa;
	border-radius: 10px;
}

.plus1option ._merit ._performance ._content ._text ._middle p {
	position: relative;
}

.plus1option ._merit ._performance ._content ._text ._middle p::before {
	content: "";
    position: absolute;
    left: -25px;
    width: 16px;
    height: 16px;
	margin-top: 4px;
    background: url(/common/images/page/price/option/plus1option/merit_check_icon.png?date=20251113);
    background-size: contain;
}

.plus1option ._merit ._performance ._content ._text ._middle p:nth-of-type(1) {
	margin-bottom: 10px;
}

.plus1option ._merit ._performance ._bottom {
	padding: 20px 30px 0;
	margin-top: 20px;
	background: #f2f6f9;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
}

.plus1option ._merit ._performance ._smartphone ._img {
	width: 80%;
}

.plus1option ._merit ._performance ._bottom p {
	font-weight: bold;
}

.plus1option ._merit ._performance ._bottom ._text {
	margin-top: 20px;
}

.plus1option ._merit ._performance ._bottom ._text ._big {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 15px;
}

.plus1option ._merit ._applay ._applay_btn {
	margin: 40px auto;
}

.plus1option ._merit ._performance ._caution_message {
	color: #fff;
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: -0.2px;
}

.plus1option ._merit ._performance ._caution_message li::before {
	content: "※";
}

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

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

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

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

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

/* choice */
.plus1option ._choice,
.plus1option ._example,
.plus1option ._caution {
	margin: 0 40px;
	padding: 50px 0 40px 0;
	background-color: #eef8ff;
	text-align: center;
}

.plus1option ._choice ._title,
.plus1option ._choice ._sub_title,
.plus1option ._recommend ._title,
.plus1option ._method ._title,
.plus1option ._example ._title,
.plus1option ._use ._title,
.plus1option ._faq ._title,
.plus1option ._caution ._title {
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 20px;
	font-weight: bold;
	color: #062b6d;
}

.plus1option ._choice ._title {
	padding-bottom: 5px;
}

.plus1option ._choice ._sub_title,
.plus1option ._choice ._second_ttl {
	font-size: 2.0rem;
}

.plus1option ._choice ._contents_block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}

.plus1option ._choice ._contents_block ._data-block {
	width: 100%;
	margin: 0px 15px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	position: relative;
}

.plus1option ._ribon_content {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 92px;
	height: 91px;
	overflow: hidden;
}

.plus1option ._ribon {
	display: inline-block;
	position: absolute;
	padding: 4px 0;
	left: -43px;
	top: 28px;
	width: 160px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 16px;
	background: #f6921f;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.plus1option ._ribon:before, ._ribon:after {
	position: absolute;
	content: "";
	border-top: 5px solid #fac588;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
}

.plus1option ._ribon:before {
	left: 17px;
}

.plus1option ._ribon:after {
	right: 13px;
}

.plus1option ._choice ._contents_block ._data-block._blue {
	border: 2px solid #0171bb;
}

.plus1option ._choice ._contents_block ._data-block._blue ._top {
	background-color: #0171bb;
}

.plus1option ._choice ._contents_block ._data-block._navy {
	border: 2px solid #022b6c;
	position: relative;
}

.plus1option ._choice ._contents_block ._data-block._navy::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -15px;
	width: 65px;
	height: 63px;
	background: url(../../images/page/price/option/plus1option/recommend_icon.png) no-repeat;
	background-size: contain;
}

.plus1option ._choice ._contents_block ._data-block._navy ._top {
	background-color: #022b6c;
}

.plus1option ._choice ._contents_block ._data-block ._top {
	font-size: 4.0rem;
	line-height: 1.3;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.plus1option ._choice ._contents_block ._data-block ._top p:nth-of-type(2) {
	font-size: 2.2rem;
}

.plus1option ._choice ._contents_block ._data-block ._top span {
	font-size: 1.6rem;
}

.plus1option ._choice ._contents_block ._data-block ._mid {
	padding: 15px;
}

.plus1option ._choice ._contents_block ._data-block ._mid ._ttl {
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 10px;
}

.plus1option ._choice ._contents_block ._data-block ._mid ._cnt {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.8;
}

.plus1option ._choice ._contents_block ._data-block ._mid .mini {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 40px;
	letter-spacing: normal;
	line-height: 1.7;
}

.plus1option ._choice ._contents_block ._data-block ._mid .mini::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 20px;
	width: 15px;
	height: 15px;
	background: url(../../images/page/price/option/plus1option/choice_check_icon.png) no-repeat;
	background-size: contain;
}

.plus1option ._choice ._second_ttl {
	margin: 60px 0 20px;
}

.plus1option ._choice ._chart {
	width: 85%;
}

.plus1option ._choice ._chart_txt {
	text-align: right;
	margin: 10px 60px 0 0;
	font-weight: bold;
}

/* recommend */
.plus1option ._recommend, ._faq {
	padding: 50px 60px 20px 60px;
	text-align: center;
}

.plus1option ._recommend ._common,
.plus1option ._faq ._common {
	width: 95%;
	margin: 25px auto;
	border-radius: 15px;
	overflow: hidden;
}

.plus1option ._recommend ._content .merit_title,
.plus1option ._faq ._content ._faq_title {
	background: #1fa7ff;
	color: #fff;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	border-bottom: 2px solid #1fa7ff;
	font-size: 2.0rem;
}

.plus1option ._recommend ._content ._list,
.plus1option ._faq ._content ._list {
	display: flex;
	border: 3px solid #1fa7ff;
	border-top: none;
	border-radius: 0 0 15px 15px;
}

.plus1option ._recommend ._content ._list {
	align-items: center;
	padding: 20px 30px;
	position: relative;
}

.plus1option ._recommend ._content ._list::before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #1fa7ff;
    position: absolute;
    right: 47%;
	margin-left: 10px;
}

.plus1option ._recommend ._content ._list ._left {
	display: flex;
	align-items: center;
}

.plus1option ._recommend ._content ._list ._img {
	width: 100px;
}

.plus1option ._recommend ._content ._list ._img_txt {
	text-align: left;
	margin-left: 20px;
}

.plus1option ._recommend ._content ._list ._count {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 140px;
}

.plus1option ._recommend ._content ._list ._count._second {
	margin-left: 160px;
}

.plus1option ._recommend ._content ._list ._count._third {
	margin-left: 90px;
}

.plus1option ._recommend ._content ._list ._count ._wifi,
.plus1option ._recommend ._content ._list ._count ._option {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}

.plus1option ._recommend ._content ._list ._count ._wifi {
	padding: 2px 20px;
	background: #0171bb;
}

.plus1option ._recommend ._content ._list ._count ._option {
	padding: 2px 10px;
	background: #f6921e;
}

.plus1option ._recommend ._content ._list ._count ._plus {
	font-size: 2.6rem;
	color: #062b6d;
}

.plus1option ._recommend ._content ._list ._count ._plus._num {
	font-size: 2.0rem;
	margin-top: 5px;
}

/* method */
.plus1option ._method {
	padding: 20px 0 50px;
	text-align: center;
}

.plus1option ._method ._img {
	width: 75%;
	margin: 20px 0;
}

/* example */
.plus1option ._example {
	padding: 50px 40px 20px 40px;
}

.plus1option ._example ._white_bg {
	background: #fff;
	padding: 30px 20px;
}

.plus1option ._example ._white_bg ._title {
	font-size: 2.0rem;
}

.plus1option ._example ._white_bg ._schedule {
	margin: 10px;
}

.plus1option ._example ._white_bg ._yellow_bg {
	width: 95%;
	margin: 0 auto;
	padding: 20px;
	color: #062b6d;
	background: #fffdaa;
}

.plus1option ._example ._white_bg ._yellow_bg ._ttl {
	font-size: 2.2rem;
	margin-bottom: 5px;
}

/* use */
.plus1option ._use {
	margin-top: 40px;
	padding: 50px 60px 20px 60px;
}

.plus1option ._use ._content {
	padding: 20px;
}

.plus1option ._use ._content ._box {
	margin-bottom: 50px;
	padding: 20px;
	border: 4px solid #1fa7ff;
	border-radius: 10px;
	position: relative;
}

.plus1option ._use ._content ._box::after {
	content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #1fa7ff;
    margin-bottom: 6px;
}

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

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


.plus1option ._use ._content ._box ._step {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1fa7ff;
}

.plus1option ._use ._content ._box ._step span {
	color: #fff;
	background: #1fa7ff;
	padding: 3px 18px;
	margin: 0 10px 10px 0;
	border-radius: 20px;
}

.plus1option ._use ._content ._box ._txt {
	margin: 10px 0 10px 5px;
}

.plus1option ._use ._content ._box._flex {
	display: flex;
	align-items: center;
	padding: 20px 30px;
}

.plus1option ._use ._content ._box._flex img {
	width: 180px;
}

.plus1option ._use ._content ._box._flex ._cnt {
	margin: 10px 0 0 20px;
}

.plus1option ._use ._content ._box ._blue {
	display: flex;
	align-items: flex-start;
}

.plus1option ._use ._content ._box ._blue ._ex {
	color: #fff;
	background: #1fa7ff;
}


.plus1option ._use ._content ._box ._blue ._txt {
	color: #1fa7ff;
	margin: 0;
}

.plus1option ._use ._content ._box ._blue ._txt li {
	margin-left: 5px;
}

/* faq */
.plus1option ._faq {
	padding-top: 10px;
}

.plus1option ._faq ._title {
	padding-bottom: 0;
}

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

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

.plus1option ._faq ._content ._list {
	color: #062b6d;
	font-size: 1.5rem;
	text-align: left;
	padding: 10px;
	line-height: 1.8;
	align-items: baseline;
}

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

/* caution */
.plus1option ._caution {
	background: #d2eeff;
}

.plus1option ._caution ._content {
	width: 90%;
    margin: 0 auto;
    padding: 40px 60px;
    text-align: left;
    border-radius: 15px;
    background: #fff;
}

.plus1option ._caution ._content ul li {
	list-style: disc;
	margin-bottom: 20px;
}

.plus1option ._caution .module-base_table {
	font-size: 1.4rem;
}

.plus1option ._caution .module-base_table tr {
	width: 100%;
}

.plus1option ._caution .module-base_table th {
	width: auto;
}

.plus1option ._caution .bg_deepred {
	background: #e30000;
}

.plus1option ._caution .bg_deeporange {
	background: #f9962b;
}

.plus1option ._caution .bg_deepsky {
	background: #008ae1;
}

.plus1option ._caution .bg_black {
	background: #000000;
}

.plus1option .style-fc_white {
	color: #ffffff;
}

.plus1option ._caution ._content ul li span {
	display: block;
	font-size: 1.4rem;
	text-align: right;
}