@charset "UTF-8";

strong {
  font-weight: 700;
}

.uqv2-parts-bnr,a.uqv2-parts-bnr {
	display: block;
}
#fnav2 * {
	box-sizing: content-box;
}
/*
  fnav2
========================================================================================================*/
#fnav2 .pc-menu{
position: fixed;
top: 100px;
right: 0;
z-index: 200;
border-radius: 12px 0 0 12px;
background: #fff;
}

/*
  sec01
========================================================================================================*/
#sec01 .btn1 {
	width:90px;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:solid 2px #fff;
	z-index:100;
	position:fixed;
	top:182px;
	right:0;
}
#sec01 .btn1 li {
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	border-left:solid 2px #fff;
	border-bottom:solid 2px #fff;
}
#sec01 .btn1 li a {
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#003399;
	display:block;
	transition:all 0.3s ease;
}
#sec01 .btn1 li a.ico1 {
	background-image: url(../img/nav_onlineshop_over.png);
}
#sec01 .btn1 li a.ico2 {
	background-image: url(../img/nav_phone_over.png);
}
#sec01 .btn1 li a.ico3 {
	background-image: url(../img/nav_shoplist_over.png);
}
#sec01 .btn1 li a:hover {
	background-color:#fff;
	opacity:1;
}
#sec01 .btn1 li a:hover img {
	opacity:0;
}

.note-tip-balloon,
.note-tip-balloon *,
.uqc,
.uqc * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-feature-settings: "palt";
}
.uqc section {
	min-width: auto;
	min-width: initial;
}
.uqc ul {
	list-style-type: none;
}
.uqc table {
	border-collapse: collapse;
}
.uqc a,
.uqc button {
	cursor: pointer;
}
.uqc img {
	display: block;
	max-width: 100%;
	
}
.uqc sup {
	display: inline-block;
	font-size: 100%;
	vertical-align: baseline;
	transform-origin: 50% 20%;
	transform: scale(.66);
}
.uqc button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.uqc {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background: #fff;
	font-family: HiraKakuProN-W3, YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, Noto Sans JP, Droid Sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
.uqc .bold {
	font-weight: 700;
}
.note-tip-balloon .monospace,
.uqc .monospace {
	font-family: monospace;
}
.note-tip-balloon .jp-bold,
.note-tip-balloon .jp-bold-ex,
.uqc .jp-bold,
.uqc .jp-bold-ex {
	font-family: Noto Sans JP, Droid Sans, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
.note-tip-balloon .jp-bold,
.uqc .jp-bold {
	font-weight: 700;
}
.note-tip-balloon .jp-bold-ex,
.uqc .jp-bold-ex {
	font-weight: 900;
}
.note-tip-balloon .en,
.uqc .en {
	font-family: Price;
}
.uqc .notes {
	font-size: 13px;
	line-height: 1.5;
}
.uqc .color-red {
	color: #e4007f;
}

#size-check {
	height: 0;
}
@media screen and (max-width:768px) {
	#size-check {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.note-tip-balloon .hidden-pc,
	.note-tip-balloon .visible-sp,
	.uq-content .hidden-pc,
	.uq-content .visible-sp {
		display: none !important;
	}
}
@media screen and (max-width:768px) {
	.note-tip-balloon .hidden-sp,
	.note-tip-balloon .visible-pc,
	.uq-content .hidden-sp,
	.uq-content .visible-pc {
		display: none !important;
	}
}

.uqc a.link,
.uqc a.link:active {
	font-size: 100%;
	text-decoration: underline;
	line-height: 1.5;
	color: #e4007f;
}
.uqc a.link.hover-link {
	text-decoration: none;
}
.uqc a.link[target="_blank"]::after {
	display: inline-block;
	position: relative;
	top: 0.06em;
	content: "\e90b";
	font-family: uq-icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
}
.uqc .link-block {
	margin: 30px 0;
	text-align: center;
}
.uqc .link-block.no-margin,
.uqc .link-block:last-child {
	margin-bottom: 0;
}
.uqc .link-block div {
	margin: 10px 0 0;
}
.uqc .link-block div:first-child {
	margin: 0;
}
@media screen and (max-width:768px) {
	.uqc .plan-link {
		display: table;
		margin: 9pt auto 0;
	}
	.uqc .plan-link ul li {
		padding: 8px 0;
	}
	.uqc .link-block {
		margin: 20px 0;
		line-height: 1.6;
	}
}

.uqc .container {
	overflow: visible;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 912px;
	width: 100%;
}
@media screen and (max-width:768px) {
	.uqc .container {
		padding: 0 4.66667vw;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.uqc a.link {
		font-size: 15px;
	}
}

/*============================================================
	
*/
.ac-switching {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	width: 19px;
	height: 19px;
}
.ac-switching::after, .ac-switching::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #000;
}
.ac-switching::before {
	top: 8px;
	left: 0;
	width: 100%;
	height: 3px;
}
.ac-switching::after {
	top: 0;
	left: 8px;
	width: 3px;
	height: 100%;
}
@media screen and (max-width:768px) {
	.ac-switching {
		margin-top: -7px;
		width: 14px;
		height: 14px;
	}
	.ac-switching::before {
		top: 6px;
		height: 2px;
	}
	.ac-switching::after {
		left: 6px;
		width: 2px;
	}
}

/*============================================================
	
*/
.uqc .application {
	margin: 0 auto 50px auto;
	max-width: 732px;
	text-align: center;
}
.uqc .application ul {
	display: flex;
	justify-content: center;
}
.uqc .application ul li {
	flex-basis: 50%;
	position: relative;
	margin: 30px 0 0;
	padding: 0 12px 5px 12px;
}
.uqc .application ul li .text {
	margin: 0 0 10px;
	font-size: 15px;
}
.uqc .application ul li .text br {
	display: none;
}
.uqc .application ul li .text-lg {
	margin: 0 0 15px;
	font-size: 18px;
}
.uqc .application.single ul {
	display: block;
	margin: 0 auto;
	max-width: 340px;
}
.uqc .application.single ul li {
	padding: 0 0 5px 0;
}
@media screen and (max-width:768px) {
	.uqc .application {
		margin: 0 auto 30px auto;
	}
	.uqc .application.single {
		margin: 0 auto;
		max-width: 340px;
	}
	.uqc .application.single ul {
		display: block;
	}
	.uqc .application.single ul li {
		margin: 15px 0 0;
		padding: 0 0 5px 0;
	}
	.uqc .application.multiple ul {
		display: flex;
		margin: 0 -5px;
	}
	.uqc .application.multiple ul li {
		margin: 15px 0 0;
		padding: 0 5px 5px 5px;
	}
	.uqc .application.multiple ul li .text {
		margin: 0 -5px 5px -5px;
		text-align: center;
		font-size: 12px;
		line-height: 1.5;
	}
	.uqc .application.multiple ul li a {
		text-align: center;
		font-size: 13px;
		line-height: 1.3;
	}
	.uqc .section .application.multiple ul li a {
		font-size: 12px;
	}
	.uqc .application.multiple .btn-fill-icon::before,
	.uqc .application.multiple .btn-outline-icon::before {
		left: 8px;
		width: 32px;
	}
	.uqc .application.multiple .btn-fill-icon::after,
	.uqc .application.multiple .btn-outline-icon::after {
		right: 0;
		width: 26px;
	}
	.uqc .application.multiple .btn-fill-icon.blank::after,
	.uqc .application.multiple .btn-outline-icon.blank::after {
		right: 8px;
	}
	.uqc .section .application.multiple ul li .text {
		transform: scaleX(0.94);
	}
	.uqc .section .application.multiple .btn-fill-icon::before,
	.uqc .section .application.multiple .btn-outline-icon::before {
		left: 6px;
		width: 28px;
	}
	.uqc .section .application.multiple .btn-fill-icon::after,
	.uqc .section .application.multiple .btn-outline-icon::after {
		width: 22px;
	}
	.uqc .section .application.multiple .btn-fill-icon.blank::after,
	.uqc .section .application.multiple .btn-outline-icon.blank::after {
		right: 5px;
	}
	.uqc .application ul li .text br {
		display: block;
	}
	.uqc .application ul li .text-lg {
		margin: 0 0 10px;
		font-size: 15px;
	}
	.uqc .application ul li a br {
		display: block;
	}
}

/*============================================================
	
*/
.uqc .layout-btn {
	display: flex;
	justify-content: center;
}
.uqc .layout-btn>div {
	padding: 0 10px 5px;
	width: 50%;
}
.uqc .layout-btn.single>div {
	padding: 0 0 5px;
	width: 360px;
}
@media screen and (max-width:768px) {
	.uqc .layout-btn {
		display: block;
	}
	.uqc .layout-btn>div {
		padding: 0 0 15px;
		width: 100%;
	}
	.uqc .layout-btn>div:last-child {
		padding: 0 0 4px;
	}
	.uqc .layout-btn.single>div {
		padding: 0 0 4px;
		width: 100%;
	}
}
.uqc .btn-layout-single {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*============================================================
	
*/
.uqc .btn-outline {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0;
	height: 60px;
	border: 2px solid #000;
	border-radius: 20px;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 16px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}
.uqc .btn-outline.hover-link {
	opacity: 0.7;
}
.uqc .btn-outline span {
	display: block;
	padding: 0 20px 0 0;
}
.uqc .btn-outline::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -15px;
	width: 28px;
	height: 28px;
	background-size: cover;
	background-image: url(../img/icon-btn-arrow-b.svg);
}
.uqc .btn-simple {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 320px;
	min-height: 50px;
	border: 1px solid #000;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .btn-simple.hover-link {
	opacity: 0.7;
}
.uqc .btn-simple span {
	display: flex;
	position: relative;
	padding: 0 30px 0 15px;
}
.uqc .btn-simple span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-image: url('../img/icon-btn-arrow-b.svg');
	background-size: contain;
}
.uqc .btn-fill-icon,
.uqc .btn-outline-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0.6em;
	height: 80px;
	border: 2px solid #e4007f;
	border-radius: 20px;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}
.uqc .btn-outline-icon {
	box-shadow: 0 5px 0 #e4007f !important;
	background-color: #fff;
	color: #000;
}
.uqc .btn-fill-icon {
	background-color: #e4007f;
	color: #fff;
}
.uqc .btn-fill-icon.no-icon,
.uqc .btn-outline-icon.no-icon {
	padding: 0;
}
.os-pc .uqc .btn-fill-icon.hover-link,
.os-pc .uqc .btn-outline-icon.hover-link {
	opacity: .7;
}
.uqc .btn-fill-icon::before,
.uqc .btn-outline-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 44px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-outline-icon.btn-online::before {
	background-image: url(../img/icon-btn-online.svg);
}
.uqc .btn-fill-icon.btn-online::before {
	background-image: url(../img/icon-btn-online-w.svg);
}
.uqc .btn-outline-icon.btn-shop::before {
	background-image: url(../img/icon-btn-shop.svg);
}
.uqc .btn-fill-icon.btn-shop::before {
	background-image: url(../img/icon-btn-shop-w.svg);
}
.uqc .btn-fill-icon.btn-sim,
.uqc .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .btn-fill-icon.btn-sim::before,
.uqc .btn-fill-icon.btn-esim::before {
	margin-top: -20px;
	padding-top: 40px;
	width: 30px;
}
.uqc .btn-fill-icon.btn-sim::before {
	background-image: url(../img/icon-btn-sim-w.svg);
}
.uqc .btn-fill-icon.btn-esim::before {
	background-image: url(../img/icon-btn-esim-w.svg);
}
.uqc .btn-fill-icon::after,
.uqc .btn-outline-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-outline-icon::after {
	background-image: url(../img/icon-btn-arrow.svg);
}
.uqc .btn-outline-icon.blank::after {
	background-image: url(../img/icon-btn-blank.svg);
}
.uqc .btn-fill-icon::after {
	background-image: url(../img/icon-btn-arrow-w.svg);
}
.uqc .btn-fill-icon.blank::after {
	background-image: url(../img/icon-btn-blank-w.svg);
}
@media screen and (max-width:768px) {
	.uqc .btn-outline {
		height: 55px;
		border: 1px solid #000;
		border-radius: 15px;
		box-shadow: 0 4px 0 0 #000;
		font-size: 15px;
	}
	.uqc .btn-outline::after {
		right: 10px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
	}
	.uqc .btn-simple {
		padding: 0.8em 0.3em;
		min-width: 290px;
	}
	.uqc .btn-simple span {
		padding: 0 30px 0 25px;
	}
	.uqc .btn-fill-icon,
	.uqc .btn-outline-icon {
		height: 60px;
		border-radius: 22px;
		box-shadow: 0 4px 0 0 #000;
		font-size: 15px;
	}
	.uqc .btn-outline-icon {
		box-shadow: 0 4px 0 0 #e4007f;
	}
	.uqc .btn-fill-icon::before,
	.uqc .btn-outline-icon::before {
		left: 7px;
		width: 32px;
	}
	.uqc .btn-fill-icon::after,
	.uqc .btn-outline-icon::after {
		right: 10px;
		width: 26px;
	}
}

/*============================================================
	
*/
.uqc .tip-btn {
	display: flex;
}
.uqc .tip-btn a {
	display: block;
	overflow: hidden;
	width: 51px;
	height: 0;
	padding-top: 26px;
	background-size: contain;
	white-space: nowrap;
	text-decoration: none;
}
.uqc .tip-btn-note a {
	background-image: url(./img/tip-btn-note.svg);
}
.uqc .tip-btn-outline a {
	background-image: url(./img/tip-btn-outline.svg);
}
.uqc .tip-btn-hidden {
	display: block;
	position: absolute;
	opacity: 0;
}
.uqc .tip-btn-hidden a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
}

/*============================================================
	
*/
.uqc .note-tip-btn {
	display: flex;
}

.uqc .note-tip-btn a {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
}

.uqc .note-tip-btn a i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
	width: 18px;
	height: 18px;
	background: #e04191 url(../img/hatena.svg);
	background-size: contain;
	border-radius: 100%;
	color: #fff;
}

.uqc .note-tip-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 5;
	top: 0;
	width: 470px;
	margin: 20px 0 0;
	z-index: 6;
	font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, BIZ UDPGothic, Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}
.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.note-tip-balloon .frame .tail {
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
}
.note-tip-balloon .frame .tail::after,
.note-tip-balloon .frame .tail::before {
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-style: solid;
	border-width: 0 8px 18px;
}
.note-tip-balloon .frame .tail::before {
	border-color: transparent transparent #000;
}
.note-tip-balloon .frame .tail::after {
	top: 5px;
	border-color: transparent transparent #fff;
}
.note-tip-balloon .frame .block {
	display: none;
}
.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}
.note-tip-balloon .frame .block .h {
	margin: 0 0 .7em;
	font-size: 18px;
	color: #e73079;
}
.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}
.os-pc .note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}
.note-tip-balloon .frame .block .links {
	margin: 1em 0 0;
	text-align: center;
}
.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}
.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #a0a0a0 url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.os-pc .note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}
.note-tip-balloon .frame img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.uqc .note-tip-btn a {
		height: 26px;
		font-size: 13px;
	}
	.uqc .note-tip-btn a i {
		width: 1pc;
		height: 1pc;
		font-size: 9pt;
	}
	.note-tip-balloon {
		padding: 0 40px;
		width: 100% !important;
	}
	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}
	.note-tip-balloon .frame .tail {
		margin-left: -40px;
	}
	.note-tip-balloon .frame .note-tip-close a {
		width: 30px;
		height: 30px;
	}
}

/*============================================================
	
*/
.uqc .section {
	margin: 0 0 10px;
	background-color: #fff;
	border: 6px solid #e4007f;
	border-radius: 10px;
	overflow: hidden;
}
.uqc .section > .head {
	position: relative;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section > .head .h {
	display: flex;
	align-items: center;
	padding: 0 50px 0 15px;
	min-height: 90px;
	line-height: 1.2;
}
.uqc .section > .head .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 110px;
}
.uqc .section > .head .icon img {
	width: 80px;
}
.uqc .section > .head .catch {
	font-size: 19px;
}
.uqc .section > .head .catch:last-child {
	margin: 5px 0 0 0;
}
.uqc .section > .head h2 {
	font-size: 35px;
	color: #e4007f;
}
.uqc .ac-section > .head i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	background-color: #e4007f;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .ac-section > .head i::after,
.uqc .ac-section > .head i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.uqc .ac-section > .head i::before {
	margin: -3px 0 0 -12px;
	width: 23px;
	height: 5px;
}
.uqc .ac-section > .head i::after {
	margin: -12px 0 0 -3px;
	width: 5px;
	height: 23px;
}
.uqc .section.opened > .head i::after {
	display: none;
}
.uqc .section .head .clickable {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.os-pc .uqc .section .head.hover {
	opacity: .7;
}

.uqc .section > .detail {
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}
.uqc .ac-section > .detail {
	height: 0;
}
.uqc .section > .detail .close {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.uqc .section > .detail .close a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1pc;
	color: silver;
	transition: color .2s cubic-bezier(.39, .575, .565, 1);
	user-select: none;
}
.uqc .section > .detail .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: silver;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section > .detail .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 9px;
	width: 9pt;
	height: 2px;
	background-color: #fff;
}
.uqc .section > .detail .close span {
	text-decoration: underline;
}
.os-pc .uqc .section > .detail .close a:hover {
	color: #e4007f;
}
.os-pc .uqc .section > .detail .close a:hover i {
	background-color: #e4007f;
}
@media screen and (max-width:768px) {
	.uqc .section {
		margin: 0 0 10px 0;
		border-width: 4px;
		border-radius: 5px;
	}
	.uqc .section > .head .h {
		padding: 0 40px 0 0;
		min-height: 86px;
		white-space: nowrap;
	}
  .uqc .section > .head .h-cmn {
		padding: 0;
	}
	.uqc .section > .head .icon {
		flex-basis: 20vw !important;
	}
	.uqc .section > .head .icon img {
		width: 90%;
	}
	.uqc .section > .head .catch {
		font-size: 4.2vw;
	}
	.uqc .section > .head .catch:last-child {
		margin: 0.6vw 0 0 0;
	}
	.uqc .section > .head h2 {
		font-size: 6vw;
	}
	.uqc .section > .head h2 .small {
		font-size: 4.9vw;
	}
	.uqc .ac-section > .head i {
		width: 40px;
	}
	.uqc .ac-section > .head i::before {
		margin: -1px 0 0 -8px;
		width: 17px;
		height: 3px;
	}
	.uqc .ac-section > .head i::after {
		margin: -8px 0 0 -1px;
		width: 3px;
		height: 17px;
	}
	.uqc .section > .detail {
		/* padding: 0 20px; */
		padding: 0;
	}
}

/*============================================================
	
*/
.kv-area {
	position: relative;
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(../img/kv_pc_bg.jpg);

  /* 背景左右白に */
  background: unset;
}
.kv-area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	background-color: #fff;
}
.kv-area h1 {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
}
.uqc .kv_remarks {
	margin: 15px 0 0 0;
	font-size: 14px;
}
@media screen and (max-width:768px) {
	.kv-area {
		background: #fff;
	}
	.uqc .kv_remarks {
		margin: 10px 0 0 0;
		font-size: 13px;
	}
}

/*============================================================
	
*/
.uqc .headline {
	margin: 30px 0 25px 0;
}
.uqc .headline h2 {
	margin: 0 auto;
	width: 347px;
}
@media screen and (max-width:768px) {
	.uqc .headline h2 {
		width: 60%;
	}
}

/*============================================================
	
*/
/*.uqc .section-price > .detail.detail-plan::before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	display: block;
	border-top: 2px dashed #8dc5b2;
}*/
.uqc .sc-price {
}
.uqc .sc-price .block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 0 0 0;
	max-width: 600px;
	justify-content:center;
}
.uqc .sc-price .block .info {
	flex: 1;
}
.uqc .sc-price .block-year {
	align-items: center;
	max-width: 500px;
}
.uqc .sc-price .block-year .info .lead {
	font-size: 22px;
}
.uqc .sc-price .block-year .info .lead .price {
	display: flex;
	margin: 0 0 -10px 0;
	line-height: 1.1;
	color: #e4007f;
}
.uqc .sc-price .block-year .info .lead .price .num {
	font-size: 70px;
}
.uqc .sc-price .block-year .info .lead .price .yen {
	padding: 0.92em 0 0 0;
	font-size: 28px;
}
.uqc .sc-price .block-year .image {
	width: 230px;
}
.uqc .sc-price .block-year .image p {
	padding: 8px 0 0 3px;
	font-size: 10px;
}
.uqc .sc-price .block-kurikoshi .balloon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-radius: 7px;
	background-color: #008fd5;
	font-size: 16px;
	color: #fff;
}
.uqc .sc-price .block-kurikoshi .balloon::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #008fd5 transparent transparent transparent;
}
.uqc .sc-price .block-kurikoshi .info {
	line-height: 1.3;
}
.uqc .sc-price .block-kurikoshi .info .logo {
	margin: 0 0 0 -4px;
	padding: 20px 0 5px 0;
}
.uqc .sc-price .block-kurikoshi .info .logo img {
	width: 150px;
}
.uqc .sc-price .block-kurikoshi .info h3 {
	font-size: 19px;
	color: #e4007f;
}
.uqc .sc-price .block-kurikoshi .info h4 {
	margin: 5px 0 10px 0;
	font-size: 16px;
	line-height: 1.5;
}
.uqc .sc-price .block-kurikoshi .image {
	text-align: center;
	font-size: 14px;
}
.uqc .sc-price .block-kurikoshi .image img {
	width: 290px;
}
.uqc .sc-price .block-kurikoshi .image p {
	margin: 5px 0 0 0;
}
.uqc .sc-price .table {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 600px;
}
.uqc .sc-price .table table {
	width: 100%;
}
.uqc .sc-price .table table span {
	display: block;
}
.uqc .sc-price .table table th,
.uqc .sc-price .table table td {
	vertical-align: middle;
	border: 1px solid #000;
	text-align: center;
	line-height: 1.1;
}
.uqc .sc-price .table table .thead01 th {
	background-color: #e4007f;
}
.uqc .sc-price .table table .null {
	background-color: #fff;
	width: 116px;
}
.uqc .sc-price .table table .thead02 {
	height: 60px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-price .table table .num,
.uqc .sc-price .table table .gb {
	position: relative;
	bottom: -.04em;
	padding-right: .04em;
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
}
.uqc .sc-price .table table .price {
	display: flex;
	justify-content: center;
}
.uqc .sc-price .table table .price .num {
	font-size: 30px;
}
.uqc .sc-price .table table .price .yen {
	padding: 0.6em 0 0 0;
	font-size: 15px;
}
.uqc .sc-price .table table .data {
	display: flex;
	justify-content: center;
}
.uqc .sc-price .table table .data .num {
	font-size: 34px;
}
.uqc .sc-price .table table .data .gb {
	padding: 0.37em 0 0 0;
	font-size: 24px;
}
.uqc .sc-price .table table .data .month {
	padding: 0.58em 0 0 0;
	font-size: 18px;
}
.uqc .sc-price .table table .max {
	padding: 0.2em 0 0 0;
	font-size: 16px;
}
.uqc .sc-price .table table .speed {
	font-size: 30px;
	line-height: 32px;
}
.uqc .sc-price .table table .speed-300k {
	font-size: 26px;
	line-height: 32px;
}
.uqc .sc-price .notes-wrap {
	margin: 0 auto;
	padding: 30px 0 10px 0;
	max-width: 600px;
	font-size: 13px;
}
.uqc .sc-price .cashback-banner {
	margin: 40px auto 40px auto;
}
.uqc .sc-price .ac-wrapper {
	min-height: 80px;
}


@media screen and (max-width:768px) {
	.uqc .section-price > .head .icon img {
		width: 80%;
	}
  .uqc .section-price > .head .h-cmn .icon img {
    width: 50px;
}
	.uqc .section-price .detail::before {
		left: 10px;
		right: 10px;
		border-top: 2px dashed #8dc5b2;
	}
	.uqc .sc-price .block {
		/* display: block; */
		padding: 20px 0 0 0;
		max-width: 100%;
	}
	.uqc .sc-price .block .info {
		text-align: center;
	}
	.uqc .sc-price .block-year {
		max-width: 100%;
	}
	.uqc .sc-price .block-year .info .lead {
		font-size: 6.1vw;
	}
	.uqc .sc-price .block-year .info .lead .price {
		justify-content: center;
		margin: -1.3vw 0 -4vw 0;
	}
	.uqc .sc-price .block-year .info .lead .price .num {
		font-size: 18.6vw;
	}
	.uqc .sc-price .block-year .info .lead .price .yen {
		padding: 0.92em 0 0 0;
		font-size: 7.4vw;
	}
	.uqc .sc-price .block-year .image {
		margin: 15px 0 0 0;
		width: auto;
	}
	.uqc .sc-price .block-year .image img {
		margin: 0 auto;
		width: 86%;
	}
	.uqc .sc-price .block-year .image p {
		display: table;
		margin: 0 auto;
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.uqc .sc-price .block-kurikoshi .balloon {
		margin: 0 auto;
		padding: 1.8vw 0 2vw 0;
		width: 58.6vw;
		border-radius: 1.8vw;
		font-size: 4.2vw;
		line-height: 1.4;
	}
	.uqc .sc-price .block-kurikoshi .info .logo {
		margin: 0 auto;
		padding: 2.6vw 0 1.3vw 0;
		width: 48vw;
	}
	.uqc .sc-price .block-kurikoshi .info .logo img {
		margin: 0 auto;
		width: 100%;
	}
	.uqc .sc-price .block-kurikoshi .info h3 {
		font-size: 5.3vw;
	}
	.uqc .sc-price .block-kurikoshi .info h4 {
		margin: 4vw 0 2.6vw 0;
		font-size: 4.5vw;
		line-height: 1.5;
	}
	.uqc .sc-price .ac-wrapper .image {
		margin: 0 0 10px 0;
		text-align: center;
		font-size: 3.7vw;
	}
	.uqc .sc-price .ac-wrapper .image img {
		margin: 0 auto;
		width: 69.3vw;
	}
	.uqc .sc-price .ac-wrapper .image p {
		margin: 5px 0 0 0;
	}
	.uqc .sc-price .ac-wrapper .notes {
		display: table;
		margin: 0 auto;
	}
	.uqc .sc-price .table {
	
	}
	.uqc .sc-price .table table .null {
		width: 1px;
	}
	.uqc .sc-price .table table .thead02 {
		padding: 0 3px;
		height: 70px;
		font-size: 10px;
		line-height: 1.3;
		white-space: nowrap;
	}
	.uqc .sc-price .table table .price .num {
		font-size: 23px;
	}
	.uqc .sc-price .table table .price .yen {
		padding: 0.65em 0 0 0;
		font-size: 11px;
	}
	.uqc .sc-price .table table .data .num {
		font-size: 26px;
	}
	.uqc .sc-price .table table .data .gb {
		padding: 0.35em 0 0 0;
		font-size: 18px;
	}
	.uqc .sc-price .table table .data .month {
		padding: 0.6em 0 0 0;
		font-size: 13px;
	}
	.uqc .sc-price .table table .max {
		margin: 0 0 5px 0;
		font-size: 12px;
	}
	.uqc .sc-price .table table .speed {
		font-size: 22px;
	}
	.uqc .sc-price .table table .speed-300k {
		font-size: 20px;
	}
	.uqc .sc-price .notes-wrap {
		padding: 10px 0 10px 0;
		max-width: 100%;
	}
	.uqc .sc-price .cashback-banner {
		margin: 30px auto 20px auto;
	}
  .uqc .detail .sc-price {
		padding: 0 20px;
	}
	.uqc .sc-price .block.block-kurikoshi{
		display:block;
	}
	
}

/*============================================================
	
*/
.uqc .section-plan > .detail {
	padding: 0;
}
.uqc .sc-plan {
	padding: 0 0 30px 0;
}
.uqc .sc-plan .plan {
	margin: 0 auto;
}
.uqc .sc-plan .plan_tab_wrap {
	position: relative;
	padding: 20px 0 0 0;
}
.uqc .sc-plan .plan_tab_wrap::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #000;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_wrap_in {
	margin: 0 auto;
	max-width: 710px;
	width: 100%;
	display: flex;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item {
	flex-basis: 33.33333%;
	border: 2px solid #000;
	border-right: none;
	background-color: #fff;
	cursor: pointer;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item:last-child {
	border-right: 2px solid #000;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span {
	position: relative;
	transition: all 0.3s;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span img {
	display: block;
	position: relative;
	width: 100%;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span .off {
	transition: opacity 0.3s;
}
.os-pc .uqc .sc-plan .plan_tab_wrap .plan_tab_item span:hover .off {
	opacity: 0.7;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item .visible-pc {
	display: block;
}
.uqc .sc-plan .tab_item {
	display: none;
}
.uqc .sc-plan input#tab_s:checked ~ .plan .tab_s_item,
.uqc .sc-plan input#tab_m:checked ~ .plan .tab_m_item,
.uqc .sc-plan input#tab_l:checked ~ .plan .tab_l_item,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan .tab_s_item,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan .tab_m_item,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan .tab_l_item {
	display: block;
	transition: 0.5s;
}
.uqc .sc-plan input#tab_s:checked ~ .plan_tab_wrap .tab_s,
.uqc .sc-plan input#tab_m:checked ~ .plan_tab_wrap .tab_m,
.uqc .sc-plan input#tab_l:checked ~ .plan_tab_wrap .tab_l,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan_tab_wrap .tab_s,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan_tab_wrap .tab_m,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan_tab_wrap .tab_l {
	background-color: #e4007f;
	color: #fff;
	transition: 0.5s;
	cursor: inherit;
}
.uqc .sc-plan input#tab_s:checked ~ .plan_tab_wrap .tab_s .on,
.uqc .sc-plan input#tab_m:checked ~ .plan_tab_wrap .tab_m .on,
.uqc .sc-plan input#tab_l:checked ~ .plan_tab_wrap .tab_l .on,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan_tab_wrap .tab_s .on,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan_tab_wrap .tab_m .on,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan_tab_wrap .tab_l .on {
	opacity: 1;
}

.uqc .sc-plan .plan {
	padding: 0 45px;
}
.uqc .sc-plan .plan .tab_item_wrap {
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.uqc .sc-plan .plan .tab_item {
	position: relative;
}
.uqc .sc-plan .plan .notes {
	margin: 25px 0 0;
	font-size: 14px;
}
.uqc .sc-plan .notes li {
	margin: .4em 0;
}
.uqc .sc-plan .plan .notes-more-wrapper {
	margin: 25px 0 0 0;
	height: 3em;
	overflow: hidden;
	position: relative;
}
.uqc .sc-plan .plan .notes-more {
	margin: 0;
}
.uqc .sc-plan .plan .notes-more-wrapper::after {
	content: "";
	height: 2em;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	transition: bottom 0.4s ease;
}
.uqc .sc-plan.notes-more-opened .plan .notes-more-wrapper::after {
	bottom: -3em;
}
.uqc .sc-plan .plan .notes-ctr {
	text-align: center;
}
.uqc .sc-plan .plan .notes-ctr-opener {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 2em;
}
.uqc .sc-plan.notes-more-opened .plan .notes-ctr-opener {
	display: none;
}
.uqc .sc-plan .plan .plan-more-wrap {
	padding: 40px 0 0 0;
}
.uqc .sc-plan .banner {
	margin: 0 auto;
	max-width: 682px;
}
.uqc .sc-plan .plan-table-note {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: 710px;
	font-size: 14px;
	line-height: 1.5;
}
.uqc .sc-plan .plan-table-note .note-tip-btn {
	padding: 0 0 0 10px;
}
.note-tip-balloon.tip-plan-kurikoshi-opened {
	width: 620px;
}
.note-tip-plan-kurikoshi .row {
	display: flex;
	padding: 15px 0 0 0;
}
.note-tip-plan-kurikoshi .text {
	flex: 1;
	padding: 10px 10px 0 10px;
	font-size: 13px;
}
.note-tip-plan-kurikoshi .text h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.note-tip-plan-kurikoshi .image {
	flex-basis: 320px;
	text-align: center;
}
.note-tip-plan-kurikoshi .image h4 {
	margin: 10px 0 0 0;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.uqc .section-plan > .head h2 {
		transform: scaleX(0.94);
		transform-origin: 0 0;
	}
	.uqc .section-plan > .head .catch {
		font-size: 4.8vw;
	}
	.uqc .sc-plan {
		padding: 0;
	}
	.uqc .sc-plan .plan_tab_wrap {
		padding: 10px 10px 0 10px;
	}
	.uqc .sc-plan .plan_tab_wrap .plan_tab_wrap_in {
		max-width: 100%;
	}
	.uqc .sc-plan .plan_tab_wrap .plan_tab_item .visible-sp {
		display: block;
	}
	.uqc .sc-plan .plan {
		padding: 0 20px;
	}
	.uqc .sc-plan .plan .tab_item_wrap {
		padding: 15px 0 0 0;
		max-width: 100%;
	}
	.uqc .sc-plan .plan .tab_item_wrap.for_sp {
		padding: 5px 0 0 0;
	}
	.uqc .sc-plan .plan .notes-more-wrapper {
		margin: 10px 0 0 0;
	}
	.uqc .sc-plan .plan .notes-more-wrapper::after {
		height: 3em;
	}
	.uqc .sc-plan .plan .plan-more-wrap {
		padding: 20px 0 0 0;
	}
	.uqc .sc-plan .banner {
		margin: 0 auto;
		max-width: 682px;
	}
	.uqc .sc-plan .plan-table-note {
		padding: 5px 0 10px 0;
		max-width: 100%;
		font-size: 13px;
	}
	.note-tip-plan-kurikoshi .row {
		display: block;
		padding: 0;
	}
	.note-tip-plan-kurikoshi .text {
		padding: 0 0 0.5em 0;
		font-size: 3.73333vw;
	}
	.note-tip-plan-kurikoshi .text h3 {
		margin: 0 0 0.5em 0;
		font-size: 4vw;
	}
	.note-tip-plan-kurikoshi .image h4 {
		margin: 0.5em 0 0 0;
		font-size: 3.73333vw;
	}
}

.uqc .sc-plan .plan .block {
	display: flex;
	align-items: center;
	margin: 0 auto;
	font-size: 20px;
	max-width: 740px;
}
.uqc .sc-plan .plan .block .pc {
	display: block;
}
.uqc .sc-plan .plan .block .sp {
	display: none;
}
.uqc .sc-plan .plan .block .num {
	font-family: 'Price';
	font-weight: 700;
}
.uqc .sc-plan .plan .block-plan {
	display: flex;
	align-items: center;
	padding: 0 0 0 0.5em;
}
.uqc .sc-plan .plan .block-plan .block-plan-icon {
	flex-basis: 42px;
	padding: 0 0.5em 0 0;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail h3 {
	width: 80px;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail h4 {
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 25px;
	line-height: 1.3;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dl {
	display: flex;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dt {
	font-size: 17px;
	line-height: 1.3;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dt span {
	font-size: 84%;
	color: #000;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd {
	padding: 0 0 0 0.3em;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd a {
	display: block;
	transition: opacity 0.3s;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd a img {
	width: 24px;
}
.os-pc .uqc .sc-plan .plan .block-plan .block-plan-detail dd a:hover {
	opacity: 0.7;
}
.uqc .sc-plan .plan .block-arrow img {
	width: 64px;
}
.uqc .sc-plan .plan .block-price {
	flex: 1;
}
.uqc .sc-plan .plan .block-price .block-price-head {
	display: flex;
	align-items: center;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-setwari {
	flex-basis: 100px;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title {
	padding: 0 0 0 5px;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 {
	font-size: 14px;
	line-height: 1.4;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 sup {
	position: relative;
	top: -0.3em;
	margin: 0 -0.2em;
	font-size: 12px;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 {
	font-size: 24px;
	line-height: 1.2;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 sup {
	position: relative;
	top: -0.5em;
	margin: 0 -0.2em;
	font-size: 16px;
}
.uqc .sc-plan .plan .block-price .block-price-detail {
	display: flex;
	padding: 5px 0 0 0;
}
.uqc .sc-plan .plan .block-price .block-price-detail .text {
	flex-basis: 100px;
	padding: 10px 0 0 8px;
	font-size: 15px;
	line-height: 1.3;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box {
	padding: 0 0 0 5px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out {
	display: flex;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out .num {
	display: block;
	padding-right: 5px;
	font-size: 70px;
	line-height: 1;
	letter-spacing: -.04em;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dl {
	padding-top: 8px;
	font-size: 22px;
	line-height: 1.2;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dt {
	font-size: 14px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dd {
	font-size: 24px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in {
	display: flex;
	align-items: center;
	margin: -0.5em 0 0 0;
	font-size: 34px;
	line-height: 1.2;
	color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in span {
	display: block;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .num {
	margin: 0.2em 0 0 0;
	font-size: 41px;
	line-height: 1;
	letter-spacing: -.04em;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .yen {
	margin: 0.1em 0 0 0.1em;
	font-size: 22px;
}

@media screen and (max-width: 890px) {
	.uqc .sc-plan .plan .block {
		display: block;
		padding: 0 0 0 30px;
		max-width: 400px;
	}
	.uqc .sc-plan .plan .block .pc {
		display: none;
	}
	.uqc .sc-plan .plan .block .sp {
		display: block;
	}
	.uqc .sc-plan .plan .block-arrow {
		padding: 5px 0;
	}
	.uqc .sc-plan .plan .block-arrow img {
		margin: 0 0 0 120px;
		width: 100px;
	}
}
@media screen and (max-width: 768px) {
	.uqc .sc-plan .plan .block {
		margin: 0 -10px;
		padding: 0;
		max-width: initial;
		white-space: nowrap;
		font-size: 5.3vw;
	}
	.uqc .sc-plan .plan .block-plan {
		padding: 0;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-icon {
		flex-basis: 10.6vw;
		padding: 0 0.2em;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-detail h3 {
		width: 26.5vw;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-detail h4 {
		margin: 0;
		font-size: 6.1vw;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-detail dl {
		align-items: center;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-detail dt {
		font-size: 4.5vw;
	}
	.uqc .sc-plan .plan .block-plan .block-plan-detail dd a img {
		width: 7.4vw;
	}
	.uqc .sc-plan .plan .block-arrow img {
		margin: 0 auto;
		width: 26vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-setwari {
		flex-basis: 25vw;
		flex-shrink: 0;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-title {
		padding: 0 0 0 1.3vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 {
		font-size: 3.4vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 sup {
		font-size: 2.9vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 {
		font-size: 6.4vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 sup {
		font-size: 4.2vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail {
		padding: 1.3vw 0 0 0;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .text {
		flex-basis: 25vw;
		padding: 2.6vw 0 0 2.1vw;
		font-size: 3.7vw;
	}
	.uqc .sc-plan .plan .tab_m_item .block-price .block-price-detail .text,
	.uqc .sc-plan .plan .tab_l_item .block-price .block-price-detail .text {
		flex-basis: auto;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box {
		padding: 0;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out .num {
		padding-right: 1.3vw;
		font-size: 17vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dl {
		padding-top: 2.1vw;
		font-size: 5.8vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dt {
		font-size: 3.4vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dd {
		font-size: 5.8vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in {
		margin: -0.5em 0 0 0;
		font-size: 8.5vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .num {
		margin: 0.2em 0 0 0;
		font-size: 10.4vw;
	}
	.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .yen {
		margin: 0.1em 0 0 0.1em;
		font-size: 5.3vw;
	}
}

.sc-plan-table {
	margin: 0 auto;
	max-width: 710px;
}
.sc-plan-table .table {
	border-collapse: collapse;
}
.sc-plan-table .table table {
	width: 100%;
	font-weight: 700;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
.sc-plan-table .table table th {
	padding: 2px;
	height: 48px;
	background-color: #e4007f;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}
.sc-plan-table .table table th.cell01 {
	width: 22%;
}
.sc-plan-table .table table th.cell02,
.sc-plan-table .table table th.cell03,
.sc-plan-table .table table th.cell04 {
	width: 26%;
}
.sc-plan-table .table table td {
	padding: 2px;
	height: 58px;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
}
.sc-plan-table .table table td.bg {
	background-color: #f5f5f5;
}
.sc-plan-table .table table td.cap {
	font-size: 13px;
	line-height: 1.4;
	white-space: nowrap;
}
.sc-plan-table .table table td.cap sup {
	display: inline-block;
	font-size: 100%;
	vertical-align: baseline;
	transform-origin: 50% 20%;
	transform: scale(0.66);
	color: #e4007f;
}
.sc-plan-table .table table .num {
	position: relative;
	bottom: -.04em;
	padding-right: .04em;
	font-family: 'Price';
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -.03em;
}
.sc-plan-table .table table .lg {
	position: relative;
	bottom: -.04em;
}
.sc-plan-table .table table .lg .num {
	font-size: 33px;
}
.sc-plan-table .table table .c1 {
	color: #e4007f;
}

@media screen and (max-width:768px) {
	.plan-table-note {
		padding: 0 0 15px 0;
		text-align: left;
		font-size: 13px;
	}
	.sc-plan-table .table table {
		font-size: 4.1vw
	}
	.sc-plan-table .table table th {
		padding: 1px;
		height: 9vw;
		font-size: 3.33vw
	}
	.sc-plan-table .table table th .small {
		font-size: 100%
	}
	.sc-plan-table .table table td {
		padding: 1px;
		height: 13.3vw
	}
	.sc-plan-table .table table th.cell01 {
		width: 44%
	}
	.sc-plan-table .table table th.cell02 {
		width: 56%
	}
	.sc-plan-table .table table td.cap {
		font-size: 3.06vw
	}
	.sc-plan-table .table table .num {
		font-size: 6.6vw
	}
	.sc-plan-table .table table .lg .num {
		font-size: 8.9vw
	}
}

/*============================================================
	
*/
.uqc .section-norikae .detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	display: block;
	border-top: 2px dashed #8dc5b2;
}
.uqc .sc-norikae {
	padding: 0 0 50px 0;
}
.uqc .sc-norikae .row {
	display: flex;
	margin: 0 auto;
	max-width: 640px;
}
.uqc .sc-norikae .block {
	margin: 0 auto;
	padding: 40px 20px 0 20px;
	text-align: center;
}
.uqc .sc-norikae .block .info {
	font-size: 15px;
	line-height: 1.5;
}
.uqc .sc-norikae .block .info h3 {
	margin: 0 0 12px 0;
	font-size: 25px;
	line-height: 1.3;
	color: #e4007d;
}
.uqc .sc-norikae .block .info h3 span {
	margin: -0.06em 0 0 0;
	font-size: 110%;
}
.uqc .sc-norikae .block .text-wrap {
	min-height: 105px;
}
.uqc .sc-norikae .block .info .link-box > div {
	margin: 1em 0;
}
.uqc .sc-norikae .block .tip-btn-layout {
	display: flex;
	margin: 0 0 15px 0;
}
.uqc .sc-norikae .block .tip-btn-layout li {
	margin: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px 0 5px;
	border: 1px solid #e4007f;
	border-radius: 7px;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	color: #000;
}
.uqc .sc-norikae .block .tip-btn-layout a span {
	display: block;
	padding: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a i {
	display: block;
}
.uqc .sc-norikae .block .tip-btn-layout a i img {
	width: 16px;
}
.uqc .sc-norikae .block .image {
}
.uqc .sc-norikae .block .image img {
	margin: 0 auto;
	width: 220px;
}
.uqc .sc-norikae .block .time {
	font-size: 24px;
	line-height: 1.2;
}
.uqc .sc-norikae .block .time .small {
	font-size: 83%;
}
.uqc .sc-norikae .block .time sup {
	margin: 0 -0.16em;
	transform-origin: 50% 10%;
}
.uqc .sc-norikae .block .notes {
	margin: 10px 0 0 0;
	text-align: left;
}
.uqc .sc-norikae .application {
	margin: 0 auto;
}
.uqc .sc-norikae .application .btn-fill-icon {
	height: 65px;
	font-size: 16px;
	line-height: 1.4;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
	right: 15px;
	width: 24px;
}
.uqc .sc-norikae .application .btn-fill-icon::before {
	left: 15px;
	width: 30px;
}
.uqc .sc-norikae .foot {
	margin: 20px 0 0 0;
}
.uqc .sc-norikae .foot .notes {
	display: table;
	margin: 0 auto;
}
.uqc .sc-norikae .application.single ul li {
	margin: 20px 0 0 0;
}
@media screen and (max-width:768px) {
	.uqc .section-norikae .detail::before {
		left: 10px;
		right: 10px;
	}
	.uqc .sc-norikae {
		padding: 0 0 20px 0;
	}
	.uqc .sc-norikae .row {
		display: block;
		max-width: 100%;
	}
	.uqc .sc-norikae .block {
		display: block;
		padding: 15px 0;
	}
	.uqc .sc-norikae .block .info {
		text-align: center;
		font-size: 15px;
	}
	.uqc .sc-norikae .block .info h3 {
		justify-content: center;
		margin: 0 0 12px 0;
		font-size: 25px;
	}
	.uqc .sc-norikae .block .text-wrap {
		min-height: initial;
	}
	.uqc .sc-norikae .block .info .link-box > div {
		margin: 1em 0;
		text-align: center;
	}
	.uqc .sc-norikae .block .info .notes.small {
		font-size: 12px;
	}
	.uqc .sc-norikae .block .tip-btn-layout {
		justify-content: center;
		margin: 15px -7px 15px -7px;
		text-align: left;
	}
	.uqc .sc-norikae .block .tip-btn-layout li {
		margin: 0 2px;
	}
	.uqc .sc-norikae .block .tip-btn-layout a {
		padding: 0 4px 0 5px;
		border-radius: 7px;
		font-size: 13px;
		line-height: 32px;
	}
	.uqc .sc-norikae .block .tip-btn-layout a span {
		padding: 0 5px 0 0;
	}
	.uqc .sc-norikae .block .image {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.uqc .sc-norikae .block .image img {
		margin: 0 auto;
		width: 80%;
	}
	.uqc .sc-norikae .block .image .time {
		font-size: 24px;
	}
	.uqc .sc-norikae .block-esim .notes {
		text-align: left;
	}
	.uqc .sc-norikae .block-esim .notes br {
		display: none;
	}
	.uqc .sc-norikae .foot {
		margin: 10px 0 0 0;
	}
	.uqc .sc-norikae .application .btn-fill-icon {
		height: 60px;
		font-size: 16px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::after {
		right: 12px;
		width: 24px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::before {
		left: 15px;
		width: 26px;
	}
}

.note-tip-sim {
	font-size: 14px;
}
.note-tip-sim .head {
	margin: 20px 0 0 0;
	text-align: center;
}
.note-tip-sim .head:first-child {
	margin: 0;
}
.note-tip-sim .head h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
}
.note-tip-sim .head .icon {
	margin: 0 auto;
	width: 60px;
}
.note-tip-sim .image {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
}
.note-tip-sim .note {
	font-size: 13px;
}
.note-tip-sim .foot {
	margin: 10px 0 0 0;
}

/*============================================================
	
*/
.uqc .section-flow .detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	display: block;
	border-top: 2px dashed #8dc5b2;
}
.uqc .sc-flow {
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: 710px;
}
.uqc .sc-flow h3 {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	border: 2px solid #000;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
}
.uqc .sc-flow h3 span {
	display: block;
}
.uqc .sc-flow h3 .en {
	padding: 0.6em 0.3em 0.45em 0.3em;
	background-color: #e52f82;
	font-size: 16px;
	color: #fff;
}
.uqc .sc-flow h3 .title {
	flex: 1;
}
.uqc .sc-flow .wrap {
	padding: 30px 0 0 0;
}
.uqc .sc-flow .block {
	font-size: 14px;
}
.uqc .sc-flow .block .head-box {
	display: flex;
	margin: 0 0 5px 0;
}
.uqc .sc-flow .block .head-box-icon {
	flex-basis: 66px;
}
.uqc .sc-flow .block .head-box-icon img {
	width: 58px;
}
.uqc .sc-flow .block .head-box-detail {
	flex: 1;
}
.uqc .sc-flow .block h4 {
	display: flex;
	align-items: center;
	min-height: 3em;
	font-size: 16px;
	line-height: 1.4;
}
.uqc .sc-flow .block h4.small {
	font-size: 15px;
	line-height: 1.4;
}
.uqc .sc-flow .block .links {
	margin: 10px 0 0 0;
}
.uqc .sc-flow .block .links > div {
	margin: 0 0 5px 0;
}
.uqc .sc-flow .block .links > div:last-child {
	margin: 0;
}
.uqc .sc-flow .carriers-link {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0 0;
}
.uqc .sc-flow .carriers-link li {
	margin: 0 15px 0 0;
}
.uqc .sc-flow .row01 {
	display: flex;
	margin: 0 -20px;
	padding: 40px 0 30px 0;
}
.uqc .sc-flow .row01 .wrap {
	flex-basis: 33.333%;
	padding: 0 20px;
}
.uqc .sc-flow .row01 .block01 {
	min-height: 138px;
}
.uqc .sc-flow .row01 .wrap02 .block01 {
	min-height: initial;
}
.uqc .sc-flow .row01 .arrow {
	padding: 14px 0 24px 0;
}
.uqc .sc-flow .row01 .arrow img {
	margin: 0 auto;
	width: 34px;
}
.uqc .sc-flow .row02 {
	display: flex;
}
.uqc .sc-flow .row02 .block {
	flex-basis: 50%;
	border-top: 1px solid #8dc5b2;
	padding: 20px 20px 30px 20px;
}
.uqc .sc-flow .row02 .block:first-child {
	padding-left: 0;
}
.uqc .sc-flow .row02 .block:last-child {
	padding-right: 0;
}
.uqc .sc-flow .row02 .block .head-box-icon {
	padding: 0 4px 0 0;
}
.uqc .sc-flow .row02 .block .head-box-icon img {
	margin: 0 auto;
	width: 50px;
}
.uqc .sc-flow .row02 .block .carriers {
	margin: 10px 0;
}
@media screen and (max-width:768px) {
	.uqc .section-flow .detail::before {
		left: 10px;
		right: 10px;
	}
	.uqc .section-flow > .head .icon img {
		width: 80%;
	}
	.uqc .sc-flow {
		padding: 0;
		max-width: 100%;
	}
	.uqc .sc-flow h3 {
		font-size: 17px;
	}
	.uqc .sc-flow h3 .en {
		flex-basis: 84px;
		padding: 0.4em 0 0.2em 0;
		font-size: 20px;
	}
	.uqc .sc-flow h3 .title {
		letter-spacing: 0;
	}
	.uqc .sc-flow .block {
		margin: 0 0 15px 0;
		font-size: 15px;
	}
	.uqc .sc-flow .block .head-box {
		align-items: center;
		margin: 0;
	}
	.uqc .sc-flow .block .head-box-icon {
		flex-basis: 66px;
	}
	.uqc .sc-flow .block .head-box-icon img {
		width: 58px;
	}
	.uqc .sc-flow .block .head-box-detail {
		
	}
	.uqc .sc-flow .block h4 {
		min-height: initial;
		font-size: 15px;
	}
	.uqc .sc-flow .block h4.small {
		font-size: 15px;
	}
	.uqc .sc-flow .block .info {
		padding: 0;
	}
	.uqc .sc-flow .row {
		display: block;
		margin: 0;
	}
	.uqc .sc-flow .row .block {
		border-top: 1px solid #8dc5b2;
		padding: 0;
	}
	.uqc .sc-flow .row .block .head-box-icon {
		padding: 0 4px 0 0;
	}
	.uqc .sc-flow .row .block .head-box-icon img {
		width: 50px;
	}
	.uqc .sc-flow .row01 {
		display: block;
		margin: 0;
		padding: 20px 0 0 0;
	}
	.uqc .sc-flow .row01 .wrap {
		padding: 0 0 10px 0;
	}
	.uqc .sc-flow .row01 .block01 {
		min-height: initial;
	}
	.uqc .sc-flow .row01 .block01 .links {
		margin: 0;
	}
	.uqc .sc-flow .row01 .block01 {
		margin: 0 0 15px 0;
	}
	.uqc .sc-flow .row01 .wrap01 .block01 {
		margin: 0 0 20px 0;
	}
	.uqc .sc-flow .row01 .wrap02 .block01 {
		margin: 0;
	}
	.uqc .sc-flow .row01 .wrap03 h3 {
		margin: 0 0 10px 0;
	}
	.uqc .sc-flow .row01 .arrow {
		padding: 5px 0 10px 0;
	}
	.uqc .sc-flow .row01 .arrow img {
		width: 34px;
	}
	.uqc .sc-flow .row02 {
		display: block;
		margin: 0;
	}
	.uqc .sc-flow .row02 .block {
		padding: 20px 0 10px 0;
	}
	.uqc .sc-flow .row02 .block .head-box {
		margin: 0 0 10px 0;
	}
	.uqc .sc-flow .row02 .block .head-box-icon {
		padding: 0 4px 0 0;
	}
	.uqc .sc-flow .row02 .block .head-box-icon img {
		width: 50px;
	}
	.uqc .sc-flow .row02 .block .carriers {
		margin: 10px 0;
	}
}

/*============================================================
	
*/
.uqc .ac-wrapper {
	position: relative;
	display: block;
}
.uqc .ac-wrapper .ac-inner {
	overflow: hidden;
	height: 0;
}
.uqc .ac-wrapper .ac-head,
.uqc .ac-wrapper .ac-foot {
	display: flex;
	justify-content: center;
	align-items: center;
}
.uqc .ac-wrapper .ac-head {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.uqc .ac-wrapper.opened .ac-head {
	display: none;
}
.uqc .ac-wrapper .ac-head .ac-ctr {
	display: block;
	text-decoration: none;
}
.uqc .ac-wrapper .ac-head .ac-ctr span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: rgba(150, 150, 150, .9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff
}
.uqc .ac-wrapper .ac-head .ac-ctr i {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #fff
}
.uqc .ac-wrapper .ac-head .ac-ctr i::before {
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px
}
.uqc .ac-wrapper .ac-head .ac-ctr i::before,
.uqc .ac-wrapper .ac-head .ac-ctr i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: rgba(150, 150, 150, 1)
}
.uqc .ac-wrapper .ac-head .ac-ctr i::after {
	margin: -5px 0 0 -1px;
	width: 2px;
	height: 10px
}
.uqc .ac-wrapper .ac-open span {
	padding: 0 20px;
}
.os-pc .uqc .ac-wrapper .ac-head .ac-ctr span {
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
}
.os-pc .uqc .ac-wrapper .ac-head .ac-ctr:hover span {
	opacity: 0.7
}

.uqc .ac-wrapper {
	position: relative;
	display: block;
}
.uqc .ac-wrapper .ac-inner {
	overflow: hidden;
	height: 0;
	margin-bottom: 60px;
}
.uqc .ac-wrapper .ac-head,
.uqc .ac-wrapper .ac-foot {
	display: flex;
	justify-content: center;
	align-items: center;
}
.uqc .ac-wrapper .ac-head {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.uqc .ac-wrapper.opened .ac-head {
	display: none;
}
.uqc .ac-wrapper .ac-head .ac-ctr {
	display: block;
	text-decoration: none;
}
.uqc .ac-wrapper .ac-head .ac-ctr span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: rgba(150, 150, 150, .9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff
}
.uqc .ac-wrapper .ac-head .ac-ctr i {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #fff
}
.uqc .ac-wrapper .ac-head .ac-ctr i::before {
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px
}
.uqc .ac-wrapper .ac-head .ac-ctr.ac-open i::before,
.uqc .ac-wrapper .ac-head .ac-ctr.ac-open i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: rgba(150, 150, 150, 1)
}
.uqc .ac-wrapper .ac-head .ac-ctr i::after {
	margin: -5px 0 0 -1px;
	width: 2px;
	height: 10px
}
.uqc .ac-wrapper .ac-open span {
	padding: 0 20px;
}
.os-pc .uqc .ac-wrapper .ac-head .ac-ctr span {
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
}
.os-pc .uqc .ac-wrapper .ac-head .ac-ctr:hover span {
	opacity: 0.7
}

/*============================================================
	
*/
.uqc .section-ac .section-ac-wrap {
	position: relative;
	/* padding: 0 0 90px 0; */
}

.uqc .section-ac .ac-foot {
	display: none;
	position: fixed;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -57px !important;
	width: 114px;
}

@media screen and (max-width:1179px) {
	.uqc .section-ac .ac-foot {
		margin-left: -57px !important;
	}
}
.uqc .section-ac .section-ac-wrap {
    position: relative;
    /* padding: 0 0 90px 0 */
}

.ac-foot-fixed {
    position: fixed;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    /* transform: translateX(-50%); */
    margin-left: 33px !important;
    width: 114px
}

.ac-foot {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 130px;
    left: 50%;
    margin-left: -57px !important;
    width: 114px
}

.ac-motion .ac-foot {
    display: none!important
}
@media screen and (max-width: 1179px) {
    .ac-foot-fixed,.ac-foot {
        margin-left:-57px
    }
}

@media screen and (max-width: 768px) {
    .ac-foot-fixed,.ac-foot {
        bottom:104px
    }
}

.uqc .section-ac.opened .ac-foot {
	display: block;
}

.uqc .section-ac.limit .ac-foot {
	position: absolute;
	bottom: -50px;
	margin-left: -57px;
}

.uqc .section-ac.hide .ac-foot {
	display: none;
}

.uqc .section-ac .ac-foot a {
	text-decoration: none;
}

.ac-foot-fixed a,.ac-foot a {
    display: block
}
.uqc .section-ac .ac-foot a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: rgba(150, 150, 150, .9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
}
.os-pc .uqc .section-ac .ac-foot a span {
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.ac-foot-fixed a span,.ac-foot a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: rgba(150,150,150,.9);
    border-radius: 10px;
    font-size: 14px;
    color: #fff
}

.os-pc .uqc .section-ac .ac-foot a:hover span {
	opacity: .7;
}

.ac-foot-fixed a span,.ac-foot a span {
    transition: background-color .2s cubic-bezier(.39,.575,.565,1);
}

.uqc .section-ac .ac-foot a i {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #fff;
}
.os-pc .ac-foot-fixed a:hover span,.os-pc .ac-foot a:hover span {
    opacity: .7
}

.uqc .section-ac .ac-foot a i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: rgba(150, 150, 150, 1);
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px;
}
.ac-foot-fixed a i,.ac-foot a i {
    position: relative;
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff
}

.ac-foot-fixed a i:before,.ac-foot a i:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: rgba(150,150,150,1);
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
}

.uqc .section-other {
  margin: 0 auto;
  padding: 10px 0 0 0;
  max-width: 950px;
}
.uqc .section-other.option {
  padding-top: 20px;
}
.uqc .section-other .section {
	margin: 0;
	border: 3px solid #000;
	border-bottom-width: 0;
	border-radius: 0;
}
.uqc .section-other .section:last-child {
	border-bottom-width: 3px;
}
.uqc .section-other .section .head {
	background-color: #fff;
	color: #000;
}
.uqc .section-other .section .head i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 100%;
}
.uqc .section-other .section .head i:after,
.uqc .section-other .section .head i:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
}
.uqc .section-other .section .head i:before {
	margin: -2px 0 0 -10px;
	width: 20px;
	height: 4px;
}
.uqc .section-other .section .head i:after {
	margin: -10px 0 0 -2px;
	width: 4px;
	height: 20px;
}
.uqc .section-other .section.opened .head i:after {
	display: none;
}
.uqc .section-other .section .head h2 {
	padding: 20px;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
}
.uqc .section-other .section .detail {
	overflow: hidden;
	height: 0;
}
.uqc .section-other .section .detail::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000
}
@media screen and (max-width:768px) {
	.uqc .section-other {
		padding: 5px 0 15px 0;
	}

	.uqc .section-other .section {
		margin: 0;
		border-width: 2px;
		border-bottom-width: 0;
	}

	.uqc .section-other .section:last-child {
		border-bottom-width: 2px;
	}

	.uqc .section-other .section .head i {
		right: 0;
		width: 42px;
	}

	.uqc .section-other .section .head i:before {
		margin: -1px 0 0 -7px;
		width: 15px;
		height: 3px;
	}

	.uqc .section-other .section .head i:after {
		margin: -7px 0 0 -1px;
		width: 3px;
		height: 15px;
	}

	.uqc .section-other .section .head h2 {
		display: flex;
		align-items: center;
		padding: 1.5vw 30px 1.5vw 10px;
		min-height: 12vw;
		font-size: 4.2vw;
		line-height: 1.3;
	}
	.uqc .section-other .section .detail {
		padding: 0;
	}
	.uqc .section-other .section .detail::after {
		height: 2px;
	}
}

/*============================================================
	
*/
.uqc .increase-option .option {
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 670px;
	text-align: center;
}
.uqc .increase-option .option .h {
	display: flex;
	justify-content: center;
	font-size: 23px;
	color: #e4007f;
}
.uqc .increase-option .option .h span {
	display: block;
	position: relative;
	padding: 0 35px;
}
.uqc .increase-option .option .h span:after, .uqc .increase-option .option .h span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-size: contain;
}
.uqc .increase-option .option .h span:before {
	right: 100%;
	background-image: url(../img/option-cp-line-l.svg);
}
.uqc .increase-option .option .h span:after {
	left: 100%;
	background-image: url(../img/option-cp-line-r.svg);
}
.uqc .increase-option .option p {
	margin: .3em 0;
	line-height: 1.4;
}
.uqc .increase-option .option .gb {
	margin: 25px 0 0;
}
.uqc .increase-option .option .gb h4 {
	font-weight: 700;
	font-size: 18px;
}
.uqc .increase-option .option .gb .img {
	position: relative;
	margin: 9pt 0 0;
}
.uqc .increase-option .option .gb .img:after, .uqc .increase-option .option .gb .img:before {
	content: '';
	display: block;
	height: 2px;
	background-image: url(../img/line-dashed.svg);
	background-size: contain;
}
.uqc .increase-option .option .gb .img img {
	margin: 15px auto;
	max-width: 380px;
}
@media screen and (max-width:768px) {
	.uqc .increase-option .option {
		padding: 20px 17px 0;
		max-width: 100%;
	}
	.uqc .increase-option .option .h {
		margin: 0 0 14px;
		font-size: 5.2vw;
		line-height: 1.4;
	}
	.uqc .increase-option .option .h span {
		padding: 0 1vw;
	}
	.uqc .increase-option .option .h span:after, .uqc .increase-option .option .h span:before {
		top: auto;
		bottom: 0;
		width: 7.4vw;
		height: 7.4vw;
	}
	.uqc .increase-option .option .gb {
		margin: 20px 0 0;
	}
	.uqc .increase-option .option .gb h4 {
		font-size: 1pc;
	}
	.uqc .increase-option .option .gb .img {
		margin: 8px 0 0;
	}
	.uqc .increase-option .option .gb .img img {
		max-width: 64%;
	}
}

/*============================================================
	
*/
.uqc .cashback-banner {
	margin: 50px auto;
	max-width: 708px;
}
.uqc .cashback-banner a {
	display: block;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.os-pc .uqc .cashback-banner a:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	.uqc .cashback-banner {
		margin: 30px auto;
	}
}

/*============================================================
	
*/
.uqc .foot-banner {
	margin: 60px 0;
}
@media screen and (max-width:768px) {
	.uqc .foot-banner {
		margin: 30px 0;
	}
}


#tip-plan-price .color {
	color: #e4007f;
}


------------

@charset "utf-8";
@font-face {
  font-family: "Price";
  src: url(../fonts/font.woff) format("woff");
  font-weight: 700;
}
.uqc,
.uqc *,
.note-tip-balloon,
.note-tip-balloon * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  /* font-weight: inherit; */
  line-height: inherit;
  color: inherit;
  font-feature-settings: "palt";
}
.uqc ul {
  list-style-type: none;
}
.uqc table {
  border-collapse: collapse;
}
.uqc a,
.uqc button {
  cursor: pointer;
}

.uqc sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
}
@media screen and (max-width:768px) {
  .uqc .balloon-sup {
    transform-origin: 0% 160%;
  }
  .uqc .head-sup {
    transform-origin: 0% 15%;
  }
}
.uqc button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.uqc .color-red,
.note-tip-balloon .color-red {
  color: #e4007f;
}
.note-tip-balloon .jp-bold,
.uqc .jp-bold {
  font-weight: 700;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.uqc {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  font-family: HiraKakuProN-W3, YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo,
    Noto Sans JP, Droid Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
.uqc .container {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 950px;
}
.uqc .monospace {
  font-family: monospace;
}
.uqc .jp-bold {
  font-weight: 700;
  font-feature-settings: normal;
}
.uqc .link-center {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}
.uqc .link-center a {
  text-decoration: underline;
  color: #e4007f;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .link-center a:hover {
  opacity: 0.7;
}
.uqc .link-block {
  margin: 30px 0;
  text-align: center;
}
.uqc .link-block.no-margin,
.uqc .link-block:last-child {
  margin-bottom: 0;
}
.uqc .link-block div {
  margin: 10px 0 0;
}
.uqc .link-block div:first-child {
  margin: 0;
}
#size-check {
  height: 0;
}
@media screen and (max-width: 768px) {
  .uqc .container {
    padding: 0 4.666%;
  }
  .uqc .link-center {
    font-size: 15px;
  }
  #size-check {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .uqc .visible-sp {
    display: none !important;
  }
  .uqc .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .visible-pc {
    display: none !important;
  }
  .uqc .hidden-sp {
    display: none !important;
  }
}
.ac-switching {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
}
.ac-switching::before,
.ac-switching::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
}
.ac-switching::before {
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
}
.ac-switching::after {
  top: 0;
  left: 8px;
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ac-switching {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  .ac-switching::before {
    top: 6px;
    height: 2px;
  }
  .ac-switching::after {
    left: 6px;
    width: 2px;
  }
}
.uqc .kv-area {
  background-color: #fff;
  position: relative;
}
.uqc .kv-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.uqc .kv-area h1 {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.uqc .kv-area .pc {
  display: block;
}
.uqc .kv-area .sp {
  display: none;
}
.uqc > .note {
  background: #ededed;
  padding: 20px 4.666%;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.uqc > .note span {
  display: block;
  margin: 0 auto;
  max-width: 734px;
}
.uqc > .note a {
  text-decoration: underline;
  color: #e4007f;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .uqc .kv-area {
    background-color: transparent;
  }
  .uqc .kv-area .in {
    max-width: 100%;
  }
  .uqc .kv-area h1 {
    background-color: #fff9f1;
  }
  .uqc .kv-area .pc {
    display: none;
  }
  .uqc .kv-area .sp {
    display: block;
  }
  .uqc .note {
    padding: 5px 4.666%;
  }
}
.uqc .sim-application {
  padding: 45px 0;
  text-align: center;
  max-width: 732px;
  margin: 0 auto;
}
.uqc .sim-application h2 {
  position: relative;
  margin: 0 auto 20px;
  max-width: 650px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}
.uqc .sim-application h2 span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.uqc .sim-application ul {
  display: flex;
  margin: 0 -5px;
}
.uqc .detail .sim-application {
  padding-bottom: 0;
}
.uqc .detail .sim-application ul {
  margin: 0 -20px;
}
.uqc .sim-application ul li {
  padding: 0 9px;
  width: 50%;
  font-weight: 700;
  font-size: 17px;
}
.uqc .sim-application ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 5px;
  height: 30px;
  font-size: 15px;
  line-height: 1.5;
}
.uqc .sim-application ul li:first-child a {
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 0 #e4007f;
  border: 2px solid #e4007f;
  display: flex;
  position: relative;
}
.uqc .sim-application ul li a:hover {
  opacity: 0.7;
}
.uqc .sim-application ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  width: 50px;
}
.uqc .sim-application ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-btn-arrow-p.svg);
  background-size: cover;
}
.uqc .sim-application ul li a.blank::after {
  background-image: url(../img/icon-btn-blank-w.svg);
}
.uqc .btn-fill-icon,
.uqc .btn-outline-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0.6em;
  height: 80px;
  border: 2px solid #e4007f;
  border-radius: 20px;
  box-shadow: 0 5px 0 #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none !important;
}
.uqc .btn-outline-icon {
  box-shadow: 0 5px 0 #e4007f;
  background-color: #fff;
  color: #000;
}
.uqc .btn-fill-icon {
  background-color: #e4007f;
  color: #fff;
}
.uqc .btn-fill-icon.no-icon,
.uqc .btn-outline-icon.no-icon {
  padding: 0;
}
.os-pc .uqc .btn-fill-icon.hover-link,
.os-pc .uqc .btn-outline-icon.hover-link {
  opacity: 0.7;
}
.uqc .btn-fill-icon::before,
.uqc .btn-outline-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 44px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.uqc .btn-outline-icon.btn-online::before {
  background-image: url(../img/icon-btn-online.svg);
}
.uqc .btn-fill-icon.btn-online::before {
  background-image: url(../img/icon-btn-online-w.svg);
}
.uqc .btn-outline-icon.btn-shop::before {
  background-image: url(../img/icon-btn-shop.svg);
}
.uqc .btn-fill-icon.btn-shop::before {
  background-image: url(../img/icon-btn-shop-w.svg);
}
@media screen and (max-width: 768px) {
  .uqc .sim-application {
    padding: 60px 0 70px;
    padding: 25px 4.666% 25px 4.666%;
  }
  .uqc .content .sim-application {
    padding-bottom: 0;
  }
  .uqc .detail .sim-application {
    padding: 25px 0 0 0;
  }
  .uqc .detail.detail-plan .sim-application {
    padding: 25px 20px 0 20px;
  }
  .uqc .sim-application h2 {
    margin: 0 0 10px;
    font-size: 19px;
  }
  .uqc .sim-application h2 span {
    padding: 0 0.5em;
  }
  .uqc .detail .sim-application ul {
    margin: 0 -5px;
  }
  .uqc .sim-application ul li {
    padding: 0 5px 5px 5px;
    width: 100%;
    font-size: 16px;
  }
  .uqc .sim-application ul li p {
    margin: 10px 0 0;
    height: auto;
    font-size: 12px;
    line-height: 1.5;
  }
  .uqc .sim-application ul li a {
    padding: 0 0 0 0.6em;
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 #000;
  }
  .uqc .sim-application ul li a i {
    left: 8px;
    margin-top: -14px;
    width: 36px;
  }
  .uqc .sim-application ul li a span {
    font-size: 13px;
    line-height: 1.3;
  }
  .uqc .sim-application ul li a::after {
    margin-top: -13px;
    width: 26px;
    height: 26px;
  }
  .uqc .btn-fill-icon,
  .uqc .btn-outline-icon {
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .btn-outline-icon {
    box-shadow: 0 4px 0 0 #e4007f;
  }
  .uqc .btn-fill-icon::before,
  .uqc .btn-outline-icon::before {
    left: 7px;
    width: 32px;
  }
  .uqc .btn-fill-icon::after,
  .uqc .btn-outline-icon::after {
    right: 10px;
    width: 26px;
  }
  .uqc .application.multiple .btn-fill-icon::before,
  .uqc .application.multiple .btn-outline-icon::before {
    left: 8px;
    width: 32px;
  }
  .uqc .application.multiple .btn-fill-icon::after,
  .uqc .application.multiple .btn-outline-icon::after {
    right: 0;
    width: 26px;
  }
  .uqc .application.multiple .btn-fill-icon.blank::after,
  .uqc .application.multiple .btn-outline-icon.blank::after {
    right: 8px;
  }
}
.uqc .tab {
  border-bottom: 3px solid #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.uqc .tab ul {
  display: flex;
  padding: 0 15px;
}
.uqc .tab ul li {
  width: 33.333%;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.uqc .tab ul li:first-child {
  border-radius: 4px 0 0 0;
}
.uqc .tab ul li:last-child {
  border-right: 3px solid #000;
  border-radius: 0 4px 0 0;
}
.uqc .tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .tab ul li a .sp {
  display: none;
}
.uqc .tab ul li a img {
  max-width: 150px;
}
.uqc .tab ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .uqc .tab {
    font-size: 15px;
  }
  .uqc .tab .container {
    padding: 0;
  }
  .uqc .tab ul {
    display: table;
    width: 100%;
    padding: 0 10px;
  }
  .uqc .tab ul li {
    display: table-cell;
    width: auto;
  }
  .uqc .tab ul li a {
    display: block;
    padding: 5px 0;
  }
  .uqc .tab ul li a .pc {
    display: none;
  }
  .uqc .tab ul li a .sp {
    display: block;
  }
  .uqc .tab ul li a img {
    margin: 0 auto;
  }
  .uqc .tab ul li.tab01 a img {
    max-width: 90px;
  }
  .uqc .tab ul li.tab02 a img {
    max-width: 84px;
  }
  .uqc .tab ul li.tab03 a img {
    max-width: 98px;
  }
}
.uqc .note-tip-btn {
  display: flex;
}
.uqc .note-tip-btn a {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.uqc .note-tip-btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: #e04191;
  border-radius: 100%;
  color: #fff;
}
.uqc .note-tip-btn a i::after {
  content: "?";
}
.uqc .note-tip-overlay {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.note-tip-balloon {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 680px;
  margin: 20px 0 0;
  z-index: 6;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans,
    ヒラギノ角ゴ ProN W3, BIZ UDPGothic, Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.note-tip-balloon .frame {
  position: relative;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.note-tip-balloon .frame .tail {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
}
.note-tip-balloon .frame .tail::after,
.note-tip-balloon .frame .tail::before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 8px 18px;
}
.note-tip-balloon .frame .tail::before {
  border-color: transparent transparent #000;
}
.note-tip-balloon .frame .tail::after {
  top: 5px;
  border-color: transparent transparent #fff;
}
.note-tip-balloon .frame .block {
  display: none;
}
.note-tip-balloon .frame .block .margin {
  margin: 1em 0 0;
}
.note-tip-balloon .frame .block .h {
  margin: 0 0 0.7em;
  font-size: 18px;
  color: #e73079;
}
.note-tip-balloon .frame .block a {
  text-decoration: underline;
  color: #e73079;
}
.os-pc .note-tip-balloon .frame .block a:hover {
  text-decoration: none;
}
.note-tip-balloon .frame .block .links {
  margin: 1em 0 0;
  text-align: center;
}
.note-tip-balloon .frame .note-tip-close {
  margin: 15px 0 0;
}
.note-tip-balloon .frame .note-tip-close a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .note-tip-balloon .frame .note-tip-close a:hover {
  opacity: 0.7;
}
.note-tip-balloon .frame img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .uqc .note-tip-btn a {
    height: 26px;
    font-size: 13px;
  }
  .uqc .note-tip-btn a i {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .note-tip-balloon {
    padding: 0 40px;
    width: 100% !important;
  }
  .note-tip-balloon .frame {
    padding: 5.33333vw 4vw;
    border-radius: 8px;
    font-size: 3.73333vw;
  }
  .note-tip-balloon .frame .tail {
    margin-left: -40px;
  }
  .note-tip-balloon .frame .note-tip-close a {
    width: 30px;
    height: 30px;
  }
}
.uqc .content {
  padding: 0 0 50px;
  background-color: #fff;
}
.uqc #faq.content {
  background-color: #fff;
}
.uqc .content .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 15px;
  font-weight: 900;
  font-size: 30px;
}
.uqc .content .headline i {
  display: block;
  margin: 0.1em 6px 0 0;
}
.uqc .content .headline .icon-norikae {
  width: 50px;
}
.uqc .content .headline .icon-price {
  width: 60px;
}
.uqc .content .headline .icon-faq {
  width: 70px;
}
.uqc .content .section {
  margin: 0 0 10px;
  background-color: #fff;
  border: 3px solid #e4007f;
  border-radius: 10px;
}
.uqc .content .section .head {
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .head h3 {
  position: relative;
  max-width: 690px;
}
.uqc .content .section .head h3 .pc {
  display: block;
}
.uqc .content .section .head h3 .sp {
  display: none;
}
.uqc .content .section .head h3 a {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .head h3 a:hover {
  opacity: 0.3;
}
/* .uqc .content .section .head i {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-color: #e4007f;
  border-radius: 4px;
} */
.uqc .content .section .ac-head i::before,
.uqc .content .section .ac-head i::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.uqc .content .section .ac-head i::before {
  top: 16px;
  left: 10px;
  width: 11px;
  height: 2px;
}
.uqc .content .section .ac-head i::after {
  top: 10px;
  left: 16px;
  width: 2px;
  height: 11px;
}
.uqc .content .section.opened .ac-head i::after {
  display: none;
}
.uqc .content .section .head .clickable,
.uqc .content .section .head .clickable-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uqc .content .section .detail {
  overflow: hidden;
  padding: 0 17px;
  /* height: 0; */
}
.uqc .content .section .detail .btns {
  margin: 30px 0 0;
}
.uqc .content .section .detail .btns ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 708px;
}
.uqc .content .section .detail .btns ul li {
  padding: 0 12px;
  width: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.uqc .content .section .detail .btns ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 65px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 0 5px 0 #000;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .detail .btns ul li a:hover {
  opacity: 0.7;
}
.uqc .content .section .detail .btns ul li a i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -25px;
  width: 50px;
}
.uqc .content .section .detail .btns ul li a span {
  display: block;
  flex: 1;
  padding-left: 0.5em;
}
.uqc .content .section .detail .btns ul li a span .sp {
  display: none;
}
.uqc .content .section .detail .btns ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-btn-arrow-b.svg);
  background-size: cover;
}
.uqc .content .section .detail .btns ul li a.blank::after {
  background-image: url(../img/icon-btn-blank-b.svg);
}
.uqc .content .section .detail .btns ul li.color a {
  background-color: #e4007f;
  border-color: #e4007f;
  color: #fff;
}
.uqc .content .section .detail .btns ul li.color a.blank::after {
  background-image: url(../img/icon-btn-blank-w.svg);
}
.uqc .content .section .detail .link-info {
  padding: 15px 0 0;
  text-align: center;
  font-size: 15px;
}
.uqc .content .section .detail .link-info a {
  text-decoration: underline;
  color: #e4007f;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .detail .link-info a:hover {
  opacity: 0.7;
}
.uqc .content .section .detail .close {
  display: flex;
  justify-content: center;
  padding: 30px 0 40px;
}
.uqc .content .section .detail .close a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: silver;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  user-select: none;
}
.uqc .content .section .detail .close a:hover {
  color: #e4007f;
}
.uqc .content .section .detail .close a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: silver;
  border-radius: 3px;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .content .section .detail .close a:hover i {
  background-color: #e4007f;
}
.uqc .content .section .detail .close a i::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.uqc .content .section .detail .close span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .uqc .content {
    padding: 0 0 30px;
  }
  .uqc .content .headline {
    padding: 0;
    margin-bottom: 0;
    font-size: 25px;
  }
  .uqc .content .headline .icon-norikae {
    width: calc(50px * 0.8);
  }
  .uqc .content .headline .icon-price {
    width: calc(60px * 0.8);
  }
  .uqc .content .headline .icon-faq {
    width: calc(70px * 0.7);
  }
  .uqc .content .section {
    border-radius: 6px;
  }
  .uqc .content .section .head i {
    right: 0px;
  }
  .uqc .content .section .detail {
    padding: 0 20px;
  }
  .uqc .content .section .detail .btns {
    margin: 30px 0 0;
  }
  .uqc .content .section .detail .btns ul {
    display: block;
    max-width: 100%;
  }
  .uqc .content .section .detail .btns ul li {
    padding: 0 0 15px;
    width: 100%;
    font-size: 15px;
  }
  .uqc .content .section .detail .btns ul li:last-child {
    padding: 0;
  }
  .uqc .content .section .detail .btns ul li a {
    position: relative;
    padding: 0;
    height: 60px;
    border-width: 1px;
    border-radius: 22px;
    box-shadow: 0 4px 0 #000;
  }
  .uqc .content .section .detail .btns ul li a i {
    left: 8px;
  }
  .uqc .content .section .detail .btns ul li a span {
    padding-left: 0;
  }
  .uqc .content .section .detail .btns ul li a::after {
    right: 10px;
    margin-top: -13px;
    width: 26px;
    height: 26px;
  }
  .uqc .content .section .detail .close {
    padding: 30px 0;
  }
  .uqc .content .section .detail .close a {
    font-size: 15px;
    color: #e4007f;
  }
  .uqc .content .section .detail .close a i {
    width: 26px;
    height: 26px;
  }
  .uqc .content .section .detail .close a i::before {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
}
@media screen and (max-width: 680px) {
  .uqc .content .section .head h3 {
    max-width: 360px;
  }
  .uqc .content .section .head h3 .pc {
    display: none;
  }
  .uqc .content .section .head h3 .sp {
    display: block;
  }
  .uqc .content .section .detail .btns ul li a span .sp {
    display: block;
  }
}
.uqc .norikae01 {
  padding: 10px 0 0;
}
.uqc .norikae01 .steps {
  display: flex;
  padding: 0 0 10px;
}
.uqc .norikae01 .step {
  flex-basis: 33.333%;
  padding: 0 2.78%;
}
.uqc .norikae01 .step h4 {
  margin: 0 0 20px;
}
.uqc .norikae01 .step h4 .sp {
  display: none;
}
.uqc .norikae01 .step01 .col {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.uqc .norikae01 .step01 .icon {
  flex-basis: 34%;
}
.uqc .norikae01 .step01 .icon span {
  display: block;
  padding: 8%;
  background-color: #fefbf6;
  border: 2px solid #000;
  border-radius: 12px;
}
.uqc .norikae01 .step01 .info {
  flex: 1;
  padding: 0 0 0 20px;
  font-weight: 700;
}
.uqc .norikae01 .step01 .info01 {
  font-size: 17px;
}
.uqc .norikae01 .step01 .info01 a {
  display: block;
  color: #e52f82;
}
.uqc .norikae01 .step01 .info01 a span {
  display: inline-block;
  border-bottom: 1px solid #e52f82;
}
.uqc .norikae01 .step01 .info01 a span img {
  display: inline-block;
  position: relative;
  padding-left: 2px;
  bottom: 0.24em;
  width: 22px;
}
.uqc .norikae01 .step01 .info02 {
  font-size: 14px;
  line-height: 1.3;
}
.uqc .norikae01 .step01 .info02 .arrow {
  margin: 0.2em 0;
  width: 24px;
}
.uqc .norikae01 .step01 .info02 .arrow img {
  transform: rotate(90deg);
}
.uqc .norikae01 .step02 .row {
  display: flex;
  justify-content: center;
}
.uqc .norikae01 .step02 .row .col {
  flex-basis: 110px;
  font-weight: 500;
  text-align: center;
}
.uqc .norikae01 .step02 .row .col p {
  font-size: 12px;
  line-height: 1.3;
}
.uqc .norikae01 .step02 .row .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 24px;
}
.uqc .norikae01 .step03 .col {
  font-weight: 700;
  font-size: 15px;
}
.uqc .norikae01 .step03 .col dl {
  display: flex;
  align-items: center;
}
.uqc .norikae01 .step03 .col .icon {
  flex-basis: 50%;
}
.uqc .norikae01 .step03 .col .icon span {
  display: block;
  padding: 4% 6%;
  background-color: #fefbf6;
  border: 2px solid #000;
  border-radius: 12px;
}
.uqc .norikae01 .step03 .col dl dd {
  flex: 1;
  padding: 0 0 0 18px;
}
.uqc .norikae01 .step03 .arrow {
  padding: 2px 0 2px 50%;
  flex: 1;
}
.uqc .norikae01 .step03 .arrow img {
  margin: 0 0 0 36px;
  width: 24px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .uqc .norikae01 {
    padding: 10px 0 0;
  }
  .uqc .norikae01 .steps {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 440px;
  }
  .uqc .norikae01 .step {
    padding: 0 0 20px;
  }
  .uqc .norikae01 .step h4 {
    margin: 0 0 30px;
  }
  .uqc .norikae01 .step h4 .pc {
    display: none;
  }
  .uqc .norikae01 .step h4 .sp {
    display: block;
  }
  .uqc .norikae01 .step .row {
    margin: 0 auto;
    padding: 0 5px !important;
    max-width: 380px;
  }
  .uqc .norikae01 .step01 .col {
    margin: 0 0 20px;
  }
  .uqc .norikae01 .step01 .icon {
    flex-basis: 44%;
  }
  .uqc .norikae01 .step01 .icon span {
    padding: 6% 18%;
    border-radius: 6px;
  }
  .uqc .norikae01 .step01 .col:first-child .icon span {
    padding: 0 18%;
  }
  .uqc .norikae01 .step01 .info02 .arrow {
    margin: 0.2em 0 0.2em 0.2em;
    width: 28px;
  }
  .uqc .norikae01 .step02 {
    padding: 0 0 40px;
  }
  .uqc .norikae01 .step02 .row .col {
    flex-basis: 42%;
  }
  .uqc .norikae01 .step02 .row .col p {
    font-size: 13px;
  }
  .uqc .norikae01 .step02 .row .arrow {
    flex-basis: 16%;
  }
  .uqc .norikae01 .step02 .row .arrow img {
    max-width: 28px;
  }
  .uqc .norikae01 .step03 .col {
    font-size: 17px;
  }
  .uqc .norikae01 .step03 .col .icon {
    flex-basis: 44%;
  }
  .uqc .norikae01 .step03 .col .icon span {
    padding: 4% 6%;
    border-radius: 6px;
  }
  .uqc .norikae01 .step03 .arrow img {
    margin: 0 0 0 20px;
    width: 28px;
  }
}
.uqc .uqc-tip-time {
  top: 25%;
  left: 36.145%;
  width: 29.058%;
  height: 49.038%;
}
.uqc .norikae02 {
  padding: 10px 0 0;
}
.uqc .norikae02 .row {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 580px;
}
.uqc .norikae02 .row .info {
  flex: 1;
}
.uqc .norikae02 .row .info .h {
  margin: 0 0 60px;
}
.uqc .norikae02 .row .info .h h4 {
  font-size: 16px;
  line-height: 1.4;
}
.uqc .norikae02 .row .info .h h4 .jp-bold {
  display: block;
  font-size: 30px;
}
.uqc .norikae02 .row .image {
  flex-basis: 51.724%;
}
.uqc .norikae02 .note {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 15px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .uqc .uqc-tip-time {
    top: 42.35%;
    left: 22.4%;
    width: 44.79%;
    height: 41.18%;
  }
  .uqc .norikae02 {
    padding: 10px 13px 0;
  }
  .uqc .norikae02 .row {
    display: block;
    max-width: 100%;
  }
  .uqc .norikae02 .row .info {
    width: 100%;
    font-size: 15px;
  }
  .uqc .norikae02 .row .info .h {
    margin: 0;
  }
  .uqc .norikae02 .row .info .h h4 {
    margin: 0 auto;
    display: table;
    font-size: 14px;
  }
  .uqc .norikae02 .row .info .h h4 .jp-bold {
    font-size: 23px;
  }
  .uqc .norikae02 .row .image {
    margin: 0 auto 10px;
    max-width: 440px;
  }
  .uqc .norikae02 .note {
    position: static;
    margin: 0;
    font-weight: 400;
  }
  .uqc .norikae02 .note br {
    display: none;
  }
}
.uqc .norikae03 {
  padding: 10px 0 0;
}
.uqc .norikae03 .list {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 652px;
  border-top: 1px solid #000;
}
.uqc .norikae03 .list .block {
  border-bottom: 1px solid #000;
}
.uqc .norikae03 .list .block .h {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.uqc .norikae03 .list .block .h dt {
  width: 50px;
}
.uqc .norikae03 .list .block .h dd {
  flex: 1;
  position: relative;
  padding: 0 0 0 10px;
}
.uqc .norikae03 .list .block .h dd h4 {
  font-weight: 700;
  font-size: 21px;
}
.uqc .norikae03 .list .block .h dd div {
  text-indent: -0.5em;
}
.uqc .norikae03 .list .block .inner {
  padding: 0 0 30px 70px;
  font-size: 15px;
  line-height: 2;
}
.uqc .norikae03 .list .block .inner p {
  margin: 20px 0 0;
}
.uqc .norikae03 .list .block .inner p:first-child {
  margin: 0;
}
.uqc .norikae03 .list .block .inner .lg {
  font-size: 18px;
  line-height: 1.7;
}
.uqc .norikae03 .list .block .inner .color {
  color: #e4007f;
}
.uqc .norikae03 .list .block .table {
  margin: 10px 0 0;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 6px;
}
.uqc .norikae03 .list .block .table table {
  width: 100%;
  line-height: 1.5;
}
.uqc .norikae03 .list .block .table table th,
.uqc .norikae03 .list .block .table table td {
  padding: 10px 20px;
  border-top: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.uqc .norikae03 .list .block .table table tr:first-child th,
.uqc .norikae03 .list .block .table table tr:first-child td {
  border-top: 0;
}
.uqc .norikae03 .list .block .table table th {
  width: 66%;
  border-right: 1px solid #000;
  background-color: #f9f9f9;
  text-align: left;
}
.uqc .norikae03 .list .block .table table td {
  font-family: monospace;
}
.uqc .norikae03 .list .ac .h {
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .norikae03 .list .ac .h:hover {
  color: #e4007f;
}
.uqc .norikae03 .list .ac .h dd {
  padding-right: 30px;
}
.uqc .norikae03 .list .ac .outer {
  overflow: hidden;
  height: 0;
}
.uqc .norikae03 .list .ac.opened .ac-switching::after {
  display: none;
}
.uqc .norikae03.esim .list {
  border-top: 0;
}
.uqc .norikae03.esim .list .block {
  border-bottom: 0;
}
.uqc .norikae03.esim .list .block .inner {
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .uqc .norikae03 {
    padding: 0;
  }
  .uqc .norikae03 .list {
    max-width: 100%;
  }
  .uqc .norikae03 .list .block .h {
    padding: 15px 10px 15px 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .uqc .norikae03 .list .block .h dt {
    width: 40px;
  }
  .uqc .norikae03 .list .block .h dd {
    padding: 0 0 0 10px;
  }
  .uqc .norikae03 .list .block .h dd h4 {
    font-size: 17px;
  }
  .uqc .norikae03 .list .block .inner {
    padding: 0 10px 20px;
    line-height: 1.7;
  }
  .uqc .norikae03 .list .block .inner .lg {
    font-size: 15px;
    line-height: 1.7;
  }
  .uqc .norikae03 .list .block .table {
    margin: 10px 0 0;
    font-size: 18px;
  }
  .uqc .norikae03 .list .block .table table th,
  .uqc .norikae03 .list .block .table table td {
    padding: 5px 15px;
  }
  .uqc .norikae03 .list .block .table table th {
    width: 68%;
    font-size: 13px;
  }
  .uqc .norikae03 .list .ac .h dd {
    padding-right: 30px;
  }
  .uqc .norikae03.esim .list .block .inner {
    padding-left: 10px;
  }
}
.uqc .price01 {
  padding: 10px 0 0;
}
.uqc .price01 .plan {
  margin: 0 auto;
  max-width: 754px;
}
.uqc .price01 .plan h4 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
.uqc .price01 .plan h4 br {
  display: none;
}
.uqc .price01 .plan .list {
  position: relative;
  display: flex;
  border-top: 2px dashed #e4007f;
  border-bottom: 2px dashed #e4007f;
}
.uqc .price01 .plan .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px dashed #e4007f;
}
.uqc .price01 .plan .list li {
  width: 50%;
}
.uqc .price01 .plan .list li:first-child {
  padding: 0 17px 0 10px;
}
.uqc .price01 .plan .list li:last-child {
  padding: 0 10px 0 17px;
}
.uqc .price01 .plan .note {
  margin: 15px 0 0;
  font-size: 14px;
}
.uqc .price01 .plan .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.uqc .price01 .condition {
  margin: 0 auto;
  padding: 35px 0 10px;
  max-width: 754px;
}
.uqc .price01 .condition h4 {
  font-weight: 700;
  font-size: 16px;
}
.uqc .price01 .condition .list {
  font-weight: 700;
  font-size: 16px;
}
.uqc .price01 .condition .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.uqc .price01 .condition .note {
  margin: 15px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .uqc .price01 {
    padding: 10px 13px 0;
  }
  .uqc .price01 .plan {
    max-width: 100%;
  }
  .uqc .price01 .plan h4 {
    margin: 0;
    font-size: 20px;
  }
  .uqc .price01 .plan h4 br {
    display: block;
  }
  .uqc .price01 .plan .list {
    display: block;
    border-top: 0;
  }
  .uqc .price01 .plan .list::after {
    content: none;
  }
  .uqc .price01 .plan .list li {
    width: 100%;
    border-bottom: 2px dashed #e4007f;
  }
  .uqc .price01 .plan .list li:first-child {
    padding: 0;
  }
  .uqc .price01 .plan .list li:last-child {
    padding: 0;
    border-bottom: 0;
  }
  .uqc .price01 .plan .list li img {
    margin: 0 auto;
    max-width: 440px;
  }
  .uqc .price01 .plan .note {
    font-size: 12px;
  }
  .uqc .price01 .plan .note li {
    padding-left: 0;
    text-indent: 0;
  }
  .uqc .price01 .condition {
    padding: 25px 0 5px;
  }
  .uqc .price01 .condition h4 {
    font-size: 15px;
  }
  .uqc .price01 .condition .list {
    font-size: 15px;
  }
  .uqc .price01 .condition .note {
    margin: 10px 0 0;
    font-size: 12px;
  }
}
.uqc .price02 .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 640px;
}
.uqc .price02 .row p {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.uqc .price02 .row .image {
  width: 310px;
}
.uqc .price02 .row .info {
  flex: 1;
  padding: 0 15px 0 0;
}
.uqc .price02 .row .info p {
  max-width: 290px;
}
.uqc .price02 .row01 .h-sm {
  display: none;
}
.uqc .price02 .row01 .info h4 {
  font-size: 23px;
  line-height: 1.4;
}
.uqc .price02 .row01 .info h4 i {
  font-size: 34px;
  color: #e4007f;
}
.uqc .price02 .row01 .info h4 .sp {
  display: none;
}
.uqc .price02 .row01 .info .note-tip-btn {
  margin: 20px 0 0;
}
.uqc .price02 .row02 .image p {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
}
.uqc .price02 .row02 .info h4 {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .uqc .price02 {
    padding: 0 13px;
  }
  .uqc .price02 .row {
    display: block;
    padding: 10px 0 0;
    max-width: 100%;
  }
  .uqc .price02 .row h4 {
    font-weight: 700;
  }
  .uqc .price02 .row p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .uqc .price02 .row .image {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
  .uqc .price02 .row .info {
    padding: 0;
  }
  .uqc .price02 .row .info p {
    max-width: initial;
  }
  .uqc .price02 .row01 .h-sm {
    display: block;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.36364;
  }
  .uqc .price02 .row01 .info h4 {
    text-align: center;
    font-size: 8vw;
    line-height: 1.2;
    color: #e4007f;
  }
  .uqc .price02 .row01 .info h4 .pc {
    display: none;
  }
  .uqc .price02 .row01 .info h4 .sp {
    display: block;
  }
  .uqc .price02 .row01 .info .lead {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
  }
  .uqc .price02 .row01 .info .lead p {
    flex: 1;
    margin: 0;
    padding: 0 8px 0 0;
  }
  .uqc .price02 .row01 .info .note-tip-btn {
    margin: 0;
  }
  .uqc .price02 .row02 {
    padding: 20px 0 0;
  }
  .uqc .price02 .row02 .image p {
    margin: 0;
    padding: 0 0 0 5.2%;
  }
  .uqc .price02 .row02 .info {
    padding: 5px 0 0;
  }
  .uqc .price02 .row02 .info h4 {
    margin: 10px 0 12px;
    text-align: center;
    font-size: 5.06667vw;
    line-height: 1.5;
  }
}
.uqc .price03 .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 640px;
}
.uqc .price03 .row .image {
  width: 300px;
}
.uqc .price03 .row .image img {
  margin: 0 auto;
  max-width: 360px;
}
.uqc .price03 .row .info {
  flex: 1;
  padding: 0 15px 0 0;
}
.uqc .price03 .row .info h4 {
  font-size: 32px;
  line-height: 1.7;
  color: #e4007f;
}
.uqc .price03 .row .info p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.9;
}
.uqc .price03 .note {
  margin: 20px auto 0;
  max-width: 630px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .uqc .price03 {
    padding: 0 13px;
  }
  .uqc .price03 .row {
    display: block;
    padding: 10px 0 0;
    max-width: 100%;
  }
  .uqc .price03 .row .image {
    width: 100%;
  }
  .uqc .price03 .row .info {
    padding: 0;
    text-align: center;
  }
  .uqc .price03 .row .info h4 {
    font-size: 7.06667vw;
    line-height: 1.32075;
  }
  .uqc .price03 .row .info h4 .pc {
    display: none;
  }
  .uqc .price03 .row .info h4 .sp {
    display: block;
  }
  .uqc .price03 .row .info p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.7;
  }
  .uqc .price03 .note {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.7;
  }
}
.uqc .price04 .h {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  color: #e4007f;
}
.uqc .price04 .h dt img {
  width: 70px;
}
.uqc .price04 .h dd {
  position: relative;
  padding: 0 0 0 20px;
}
.uqc .price04 .h dd br.sp {
  display: none;
}
.uqc .price04 .row {
  display: flex;
  margin: 20px auto 0;
  max-width: 722px;
}
.uqc .price04 .row .col {
  padding: 0 10px;
}
.uqc .price04 .note-tip-btn {
  display: inline-block;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .uqc .price04 {
    padding: 20px 13px 0;
  }
  .uqc .price04 .h {
    margin-right: -0.5em;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1.5;
  }
  .uqc .price04 .h dt img {
    width: 46px;
  }
  .uqc .price04 .h dd {
    padding: 0 0 0 10px;
  }
  .uqc .price04 .h dd br.pc {
    display: none;
  }
  .uqc .price04 .h dd br.sp {
    display: block;
  }
  .uqc .price04 .row {
    display: block;
    margin: 10px auto 0;
    max-width: 360px;
  }
  .uqc .price04 .row .col {
    margin: 5px 0 0;
    padding: 0;
  }
  .uqc .price04 .note-tip-btn {
    top: -1px;
  }
}
.uqc .price05 {
  padding: 20px 0 0;
}
.uqc .price05 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uqc .price05 .row .image {
  width: 140px;
}
.uqc .price05 .row .info {
  padding: 0 0 0 20px;
  font-weight: 700;
  line-height: 1.4;
}
.uqc .price05 .row .info h4 {
  font-size: 16px;
}
.uqc .price05 .row .info ul {
  margin: 10px 0 0;
  font-size: 19px;
  color: #e4007f;
}
.uqc .price05 .source {
  margin: 20px auto 0;
  max-width: 380px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .uqc .price05 {
    padding: 20px 0 0;
  }
  .uqc .price05 .row .image {
    width: 100px;
  }
  .uqc .price05 .row .info {
    padding: 0 0 0 10px;
  }
  .uqc .price05 .row .info ul {
    font-size: 17px;
  }
  .uqc .price05 .source {
    padding: 0 15px;
    max-width: 100%;
    font-size: 11px;
  }
  .uqc .price05 .source p {
    display: inline;
  }
}
@media screen and (max-width: 520px) {
  .uqc .price05 .row .info h4 span {
    display: block;
  }
}
.uqc .faq {
  padding: 0 0 20px;
  border-top: 1px solid #000;
}
.uqc .faq > li {
  border-bottom: 1px solid #000;
}
.uqc .faq .q {
  position: relative;
  display: flex;
  align-items: center;
  height: 86px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .faq .q:hover {
  opacity: 0.7;
}
.uqc .faq .q > dl {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0 30px 0 0;
}
.uqc .faq .a > dl {
  display: flex;
}
.uqc .faq .q > dl dt,
.uqc .faq .a > dl dt {
  width: 32px;
}
.uqc .faq .q > dl dd,
.uqc .faq .a > dl dd {
  flex: 1;
  padding-left: 20px;
}
.uqc .faq .opened .ac-switching::after {
  display: none;
}
.uqc .faq .a {
  overflow: hidden;
  height: 0;
}
.uqc .faq .a > dl {
  padding: 0 0 30px;
}
.uqc .faq .a > dl dd {
  padding-top: 0.3em;
  line-height: 1.7;
}
.uqc .faq .a > dl dd a {
  text-decoration: underline;
  color: #e4007f;
}
.uqc .faq .a > dl dd p {
  margin-top: 0.7em;
}
.uqc .faq .a > dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .uqc .faq {
    padding: 0;
  }
  .uqc .faq .q {
    padding: 15px 0;
    height: auto;
    font-size: 15px;
  }
  .uqc .faq .q > dl {
    padding: 0 30px 0 0;
  }
  .uqc .faq .q > dl dt,
  .uqc .faq .a > dl dt {
    width: 24px;
  }
  .uqc .faq .q > dl dd,
  .uqc .faq .a > dl dd {
    padding-left: 10px;
  }
  .uqc .faq .a {
    font-size: 14px;
  }
}
.section-recommend {
  padding: 6.66667vw 0 4vw;
  background: #303030;
}
.section-recommend__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f17fbf;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section-recommend__heading span {
  position: relative;
  display: inline-block;
}
.section-recommend__icon {
  width: 22px;
  margin-top: -1.33333vw;
  margin-right: 2.93333vw;
  line-height: 0;
}
.section-recommend__icon img {
  width: 100%;
}
.section-recommend__body {
  margin-top: 5.33333vw;
}
.section-recommend__body .carousel-recommend {
  padding-bottom: 40px;
}
.section-recommend__body .carousel-recommend__item {
  vertical-align: top;
}
.section-recommend__body .slick-slide a {
  position: relative;
  display: block;
}
.section-recommend__body .slick-slide a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease 0.3s;
}
.section-recommend__body .slick-slide img {
  width: 100vw;
}
.section-recommend__body .slick-current a::after {
  background: transparent;
}
.section-recommend__body .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-recommend__body .slick-next {
  right: 15px;
  bottom: -15px;
  height: 30px;
  top: inherit;
  z-index: 1;
}
.section-recommend__body .slick-next::before {
  color: #b4b4b4;
  content: "";
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  font-family: uq-icomoon !important;
}
.section-recommend__body .slick-prev {
  left: 15px;
  bottom: -15px;
  height: 30px;
  top: inherit;
  z-index: 1;
}
.section-recommend__body .slick-prev::before {
  color: #b4b4b4;
  content: "";
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  transform: rotate(180deg);
  font-family: uq-icomoon !important;
}
.section-recommend__body .slick-dots {
  bottom: 0;
  height: 30px;
}
.section-recommend__body .slick-dots li button::before {
  color: #4f4f4f;
  opacity: 1;
}
.section-recommend__body .slick-dots li.slick-active button::before {
  color: #b4b4b4;
}
@media screen and (min-width: 769px) {
  .section-recommend {
    padding: 50px 0 25px;
  }
  .section-recommend__heading {
    font-size: 24px;
  }
  .section-recommend__icon {
    width: 33px;
    margin-top: -10px;
    margin-right: 22px;
  }
  .section-recommend__body {
    margin-top: 40px;
  }
  .section-recommend__body .carousel-recommend {
    padding-bottom: 55px;
  }
  .section-recommend__body .slick-slide img {
    width: 750px;
  }
  .section-recommend__body .slick-next {
    right: calc(50% - 230px);
  }
  .section-recommend__body .slick-prev {
    left: calc(50% - 230px);
  }
}
.section-review {
  padding: 50px 0;
  background: #e4007f;
}
.section-review__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section-review__heading span {
  position: relative;
  display: inline-block;
}
.section-review__icon {
  width: 46px;
  margin-right: 22px;
  line-height: 0;
}
.section-review__icon img {
  width: 100%;
}
.section-review .uq-review {
  background: none;
  margin-top: 50px;
}
.section-review .uq-review * {
  box-sizing: content-box;
}
.section-review .uq-reviewArea {
  padding: 0;
}
.section-review .uq-reviewArea__title {
  display: none;
}
.section-review .uq-reviewSlider {
  padding: 0;
}
.section-review .carousel-review {
  display: flex;
  margin-top: 50px;
}
.section-review .carousel-review .slick-slide {
  width: 392px;
  padding: 0 7px;
  vertical-align: top;
}
.section-review .carousel-review__item {
  height: 500px;
  width: 100%;
  padding: 40px;
  background: #fff;
  vertical-align: top;
}
.section-review .carousel-review__name {
  font-size: 18px;
  font-weight: 400;
}
.section-review .carousel-review__screen-name {
  font-size: 12px;
  font-weight: 400;
}
.section-review .carousel-review__text {
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .section-review {
    margin: 0;
    padding: 6.66667vw 0 10.6667vw;
  }
  .section-review__heading {
    font-size: 18px;
  }
  .section-review__icon {
    width: 22px;
    margin-right: 10px;
  }
  .section-review .uq-review {
    margin-top: 6.66667vw;
  }
  .section-review .carousel-review {
    margin-top: 6.66667vw;
  }
  .section-review .carousel-review .slick-slide {
    width: 67.2vw;
    padding: 0 1.33333vw;
  }
  .section-review .carousel-review__item {
    height: 89.3333vw;
    padding: 6.66667vw;
  }
  .section-review .carousel-review__name {
    font-size: 3.46667vw;
  }
  .section-review .carousel-review__screen-name {
    font-size: 2.66667vw;
  }
  .section-review .carousel-review__text {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.note-tip-balloon .jp-bold-ex,
.uqc .jp-bold-ex {
  font-weight: 900;
}
.uqc a.link:active {
  font-size: 100%;
  text-decoration: underline;
  line-height: 1.5;
  color: #e4007f;
}
.uqc a.link {
  text-decoration: underline;
  line-height: 1.5;
  color: #e4007f;
}
.uqc a,
.uqc button {
  cursor: pointer;
}
.uqc .notes {
  font-size: 14px;
  line-height: 1.5;
}
.uqc .application ul li .text {
  margin: 0 0 10px;
  font-size: 15px;
}
.uqc .btn-fill-icon {
  background-color: #e4007f;
  color: #fff;
}
.uqc .btn-fill-icon::before,
.uqc .btn-outline-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 44px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.uqc .btn-fill-icon.btn-sim::before,
.uqc .btn-fill-icon.btn-esim::before {
  margin-top: -20px;
  padding-top: 40px;
  width: 30px;
}
.uqc .btn-fill-icon::after,
.uqc .btn-outline-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
  right: 15px;
  width: 24px;
}
.uqc .btn-fill-icon.blank::after {
  background-image: url(../../assets/img/icon-btn-blank-w.svg);
}
.uqc .btn-fill-icon.btn-sim::before {
  background-image: url(../../assets/img/icon-btn-sim-w.svg);
}
.uqc .btn-fill-icon.btn-esim::before {
  background-image: url(../../assets/img/icon-btn-esim-w.svg);
}
.uqc .btn-fill-icon.btn-sim,
.uqc .btn-fill-icon.btn-esim {
  padding: 0;
}
.uqc .sc-norikae .application .btn-fill-icon {
  height: 65px;
  font-size: 16px;
  line-height: 1.4;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
  right: 15px;
  width: 24px;
}
.uqc .sc-norikae .application .btn-fill-icon::before {
  left: 15px;
  width: 30px;
}
.uqc .section-norikae .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  display: block;
  border-top: 2px dashed #8dc5b2;
}
.uqc .sc-norikae .row {
  display: flex;
  margin: 0 auto;
  max-width: 640px;
}
.uqc .sc-norikae .block {
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  text-align: center;
}
.uqc .sc-norikae .block .info {
  font-size: 15px;
  line-height: 1.5;
}
.uqc .sc-norikae .block .info h3 {
  margin: 0 0 12px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #e4007d;
}
.uqc .sc-norikae .block .info h3 span {
  margin: -0.06em 0 0 0;
  font-size: 110%;
}
.uqc .sc-norikae .block .text-wrap {
  min-height: 105px;
}
.uqc .sc-norikae .block .info .link-box > div {
  margin: 1em 0;
}
.uqc .sc-norikae .block .tip-btn-layout {
  display: flex;
  margin: 0 0 15px 0;
}
.uqc .sc-norikae .block .tip-btn-layout li {
  margin: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 5px;
  border: 1px solid #e4007f;
  border-radius: 7px;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
  color: #000;
}
.uqc .sc-norikae .block .tip-btn-layout a span {
  display: block;
  padding: 0 5px 0 0;
}
.uqc .sc-norikae .block .tip-btn-layout a i {
  display: block;
}
.uqc .sc-norikae .block .tip-btn-layout a i img {
  width: 16px;
}
.uqc .sc-norikae .block .image img {
  margin: 0 auto;
  width: 220px;
}
.uqc .sc-norikae .block .time {
  font-size: 24px;
  line-height: 1.2;
}
.uqc .sc-norikae .block .time .small {
  font-size: 83%;
}
.uqc .sc-norikae .block .time sup {
  margin: 0 -0.16em;
  transform-origin: 50% 10%;
}
.uqc .sc-norikae .block .notes {
  margin: 10px 0 0 0;
  text-align: left;
}
.uqc .sc-norikae .application {
  margin: 0 auto;
}
.uqc .sc-norikae .application .btn-fill-icon {
  height: 65px;
  font-size: 16px;
  line-height: 1.4;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
  right: 15px;
  width: 24px;
}
.uqc .sc-norikae .application .btn-fill-icon::before {
  left: 15px;
  width: 30px;
}
.uqc .sc-norikae .foot {
  margin: 20px 0 0 0;
}
.uqc .sc-norikae .foot .notes {
  display: table;
  margin: 0 auto;
}
.uqc .sc-norikae .application.single ul li {
  margin: 20px 0 0 0;
}
.note-tip-sim {
  font-size: 14px;
}
.note-tip-sim .head {
  margin: 20px 0 0 0;
  text-align: center;
}
.note-tip-sim .head:first-child {
  margin: 0;
}
.note-tip-sim .head h2 {
  margin: 0 0 10px 0;
  font-size: 17px;
}
.note-tip-sim .head .icon {
  margin: 0 auto;
  width: 60px;
}
.note-tip-sim .image {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 300px;
}
.note-tip-sim .note {
  font-size: 13px;
}
.note-tip-sim .foot {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .btn-fill-icon,
  .uqc .btn-outline-icon {
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .sc-norikae .application .btn-fill-icon {
    height: 60px;
    font-size: 16px;
  }
  .uqc .sc-norikae .application .btn-fill-icon::after {
    right: 12px;
    width: 24px;
  }
  .uqc .sc-norikae .application .btn-fill-icon::before {
    left: 15px;
    width: 26px;
  }
  .uqc .section-norikae .detail::before {
    left: 10px;
    right: 10px;
  }
  .uqc .sc-norikae {
    padding: 0 0 20px 0;
  }
  .uqc .sc-norikae .row {
    display: block;
    max-width: 100%;
  }
  .uqc .sc-norikae .block {
    display: block;
    padding: 15px 0;
  }
  .uqc .sc-norikae .block .info {
    text-align: center;
    font-size: 15px;
  }
  .uqc .sc-norikae .block .info h3 {
    justify-content: center;
    margin: 0 0 12px 0;
    font-size: 25px;
  }
  .uqc .sc-norikae .block .text-wrap {
    min-height: initial;
  }
  .uqc .sc-norikae .block .info .link-box > div {
    margin: 1em 0;
    text-align: center;
  }
  .uqc .sc-norikae .block .info .notes.small {
    font-size: 12px;
  }
  .uqc .sc-norikae .block .tip-btn-layout {
    justify-content: center;
    margin: 15px -7px 15px -7px;
    text-align: left;
  }
  .uqc .sc-norikae .block .tip-btn-layout li {
    margin: 0 2px;
  }
  .uqc .sc-norikae .block .tip-btn-layout a {
    padding: 0 4px 0 5px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 32px;
  }
  .uqc .sc-norikae .block .tip-btn-layout a span {
    padding: 0 5px 0 0;
  }
  .uqc .sc-norikae .block .image {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .uqc .sc-norikae .block .image img {
    margin: 0 auto;
    width: 80%;
  }
  .uqc .sc-norikae .block .image .time {
    font-size: 24px;
  }
  .uqc .sc-norikae .block-esim .notes {
    text-align: left;
  }
  .uqc .sc-norikae .block-esim .notes br {
    display: none;
  }
  .uqc .sc-norikae .foot {
    margin: 10px 0 0 0;
  }
  .uqc .sc-norikae .application .btn-fill-icon {
    height: 60px;
    font-size: 16px;
  }
  .uqc .sc-norikae .application .btn-fill-icon::after {
    right: 12px;
    width: 24px;
  }
  .uqc .sc-norikae .application .btn-fill-icon::before {
    left: 15px;
    width: 26px;
  }
}
.uqc .section-flow .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  display: block;
  border-top: 2px dashed #8dc5b2;
}
.uqc .sc-flow {
  margin: 0 auto;
  max-width: 710px;
}
.uqc .sc-flow h3 {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  border: 2px solid #000;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
.uqc .sc-flow h3 span {
  display: block;
}
.uqc .sc-flow h3 .en {
  padding: 0.6em 0.3em 0.45em 0.3em;
  background-color: #e52f82;
  font-size: 16px;
  color: #fff;
}
.uqc .sc-flow h3 .title {
  flex: 1;
}
.uqc .sc-flow .wrap {
  padding: 30px 0 0 0;
}
.uqc .sc-flow .block {
  font-size: 14px;
}
.uqc .sc-flow .block .head-box {
  display: flex;
  margin: 0 0 5px 0;
}
.uqc .sc-flow .block .head-box-icon {
  flex-basis: 66px;
}
.uqc .sc-flow .block .head-box-icon img {
  width: 58px;
}
.uqc .sc-flow .block .head-box-detail {
  flex: 1;
}
.uqc .sc-flow .block h4 {
  display: flex;
  align-items: center;
  min-height: 3em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.uqc .sc-flow .block h4.small {
  font-size: 15px;
  line-height: 1.4;
}
.uqc .sc-flow .block .links {
  margin: 10px 0 0 0;
}
.uqc .sc-flow .block .links > div {
  margin: 0 0 5px 0;
}
.uqc .sc-flow .block .links > div:last-child {
  margin: 0;
}
.uqc .sc-flow .carriers-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
.uqc .sc-flow .carriers-link li {
  margin: 0 15px 0 0;
}
.uqc .sc-flow .row01 {
  display: flex;
  margin: 0 -20px;
  padding: 40px 0 30px 0;
}
.uqc .sc-flow .row01 .wrap {
  flex-basis: 33.333%;
  padding: 0 20px;
}
.uqc .sc-flow .row01 .block01 {
  min-height: 138px;
}
.uqc .sc-flow .row01 .wrap02 .block01 {
  min-height: initial;
}
.uqc .sc-flow .row01 .arrow {
  padding: 14px 0 24px 0;
}
.uqc .sc-flow .row01 .arrow img {
  margin: 0 auto;
  width: 34px;
}
.uqc .sc-flow .row02 {
  display: flex;
}
.uqc .sc-flow .row02 .block {
  flex-basis: 50%;
  border-top: 1px solid #8dc5b2;
  padding: 20px 20px 30px 20px;
}
.uqc .sc-flow .row02 .block:first-child {
  padding-left: 0;
}
.uqc .sc-flow .row02 .block:last-child {
  padding-right: 0;
  margin: 0;
}
.uqc .sc-flow .row02 .block .head-box-icon {
  padding: 0 4px 0 0;
}
.uqc .sc-flow .row02 .block .head-box-icon img {
  margin: 0 auto;
  width: 50px;
}
.uqc .sc-flow .row02 .block .carriers {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .uqc .section-flow .detail::before {
    left: 10px;
    right: 10px;
  }
  .uqc .section-flow > .head .icon img {
    width: 80%;
  }
  .uqc .sc-flow {
    padding: 0;
    max-width: 100%;
  }
  .uqc .sc-flow h3 {
    font-size: 17px;
  }
  .uqc .sc-flow h3 .en {
    flex-basis: 84px;
    padding: 0.4em 0 0.2em 0;
    font-size: 20px;
  }
  .uqc .sc-flow h3 .title {
    letter-spacing: 0;
  }
  .uqc .sc-flow .block {
    margin: 0 0 15px 0;
    font-size: 15px;
  }
  .uqc .sc-flow .block .head-box {
    align-items: center;
    margin: 0;
  }
  .uqc .sc-flow .block .head-box-icon {
    flex-basis: 66px;
  }
  .uqc .sc-flow .block .head-box-icon img {
    width: 58px;
  }
  .uqc .sc-flow .block h4 {
    min-height: initial;
    font-size: 15px;
  }
  .uqc .sc-flow .block h4.small {
    font-size: 15px;
  }
  .uqc .sc-flow .block .info {
    padding: 0;
  }
  .uqc .sc-flow .row {
    display: block;
    margin: 0;
  }
  .uqc .sc-flow .row .block {
    border-top: 1px solid #8dc5b2;
    padding: 0;
  }
  .uqc .sc-flow .row .block .head-box-icon {
    padding: 0 4px 0 0;
  }
  .uqc .sc-flow .row .block .head-box-icon img {
    width: 50px;
  }
  .uqc .sc-flow .row01 {
    display: block;
    margin: 0;
    padding: 20px 0 0 0;
  }
  .uqc .sc-flow .row01 .wrap {
    padding: 0 0 10px 0;
  }
  .uqc .sc-flow .row01 .block01 {
    min-height: initial;
  }
  .uqc .sc-flow .row01 .block01 .links {
    margin: 0;
  }
  .uqc .sc-flow .row01 .block01 {
    margin: 0 0 15px 0;
  }
  .uqc .sc-flow .row01 .wrap01 .block01 {
    margin: 0 0 20px 0;
  }
  .uqc .sc-flow .row01 .wrap02 .block01 {
    margin: 0;
  }
  .uqc .sc-flow .row01 .wrap03 h3 {
    margin: 0 0 10px 0;
  }
  .uqc .sc-flow .row01 .arrow {
    padding: 5px 0 10px 0;
  }
  .uqc .sc-flow .row01 .arrow img {
    width: 34px;
  }
  .uqc .sc-flow .row02 {
    display: block;
    margin: 0;
  }
  .uqc .sc-flow .row02 .block {
    padding: 20px 0 10px 0;
  }
  .uqc .sc-flow .row02 .block:last-child {
    margin-bottom: 0;
  }
  .uqc .sc-flow .row02 .block .head-box {
    margin: 0 0 10px 0;
  }
  .uqc .sc-flow .row02 .block .head-box-icon {
    padding: 0 4px 0 0;
  }
  .uqc .sc-flow .row02 .block .head-box-icon img {
    width: 50px;
  }
  .uqc .sc-flow .row02 .block .carriers {
    margin: 10px 0;
  }
}
.uqc .content .section .detail.detail-plan {
  padding: 20px 0 0 0;
}
.uqc .sc-plan .plan {
  margin: 0 auto;
}
.uqc .sc-plan .plan_tab_wrap {
  position: relative;
}
.uqc .section-plan .sc-plan .plan_tab_wrap {
  padding: 20px 0 0 0;
}
.uqc .sc-plan .plan_tab_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #000;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_wrap_in {
  margin: 0 auto;
  max-width: 710px;
  width: 100%;
  display: flex;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item {
  flex-basis: 33.33333%;
  border: 2px solid #000;
  border-right: none;
  background-color: #fff;
  cursor: pointer;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item:last-child {
  border-right: 2px solid #000;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span {
  position: relative;
  transition: all 0.3s;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span img {
  display: block;
  position: relative;
  width: 100%;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item span .off {
  transition: opacity 0.3s;
}
.os-pc .uqc .sc-plan .plan_tab_wrap .plan_tab_item span:hover .off {
  opacity: 0.7;
}
.uqc .sc-plan .plan_tab_wrap .plan_tab_item .visible-pc {
  display: block;
}
.uqc .sc-plan .tab_item {
  display: none;
}
.uqc .sc-plan input#tab_s:checked ~ .plan .tab_s_item,
.uqc .sc-plan input#tab_m:checked ~ .plan .tab_m_item,
.uqc .sc-plan input#tab_l:checked ~ .plan .tab_l_item,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan .tab_s_item,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan .tab_m_item,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan .tab_l_item {
  display: block;
  transition: 0.5s;
}
.uqc .sc-plan input#tab_s:checked ~ .plan_tab_wrap .tab_s,
.uqc .sc-plan input#tab_m:checked ~ .plan_tab_wrap .tab_m,
.uqc .sc-plan input#tab_l:checked ~ .plan_tab_wrap .tab_l,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan_tab_wrap .tab_s,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan_tab_wrap .tab_m,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan_tab_wrap .tab_l {
  background-color: #e4007f;
  color: #fff;
  transition: 0.5s;
  cursor: inherit;
}
.uqc .sc-plan input#tab_s:checked ~ .plan_tab_wrap .tab_s .on,
.uqc .sc-plan input#tab_m:checked ~ .plan_tab_wrap .tab_m .on,
.uqc .sc-plan input#tab_l:checked ~ .plan_tab_wrap .tab_l .on,
.uqc .sc-plan input#tab_s_clone:checked ~ .plan_tab_wrap .tab_s .on,
.uqc .sc-plan input#tab_m_clone:checked ~ .plan_tab_wrap .tab_m .on,
.uqc .sc-plan input#tab_l_clone:checked ~ .plan_tab_wrap .tab_l .on {
  opacity: 1;
}
.uqc .sc-plan .plan {
  padding: 0 45px;
}
.uqc .sc-plan .plan .tab_item_wrap {
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.uqc .sc-plan .plan .tab_item {
  position: relative;
}
.uqc .sc-plan .plan .list {
  position: relative;
  display: flex;
  border-top: 2px dashed #e4007f;
  border-bottom: 2px dashed #e4007f;
}
.uqc .sc-plan .plan .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px dashed #e4007f;
}
.uqc .sc-plan .plan .list li {
  width: 50%;
}
.uqc .sc-plan .plan .list li:first-child {
  padding: 0 17px 0 10px;
}
.uqc .sc-plan .plan .list li:last-child {
  padding: 0 10px 0 17px;
}
.uqc .sc-plan .plan .notes {
  margin: 25px 0 0;
}
.uqc .sc-plan .notes li {
  margin: 0.4em 0;
}
.uqc .sc-plan .plan .notes-more-wrapper {
  margin: 25px 0 0 0;
  height: 3em;
  overflow: hidden;
  position: relative;
}
.uqc .sc-plan .plan .notes-more {
  margin: 0;
}
.uqc .sc-plan .plan .notes-more-wrapper::after {
  content: "";
  height: 2em;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: bottom 0.4s ease;
}
.uqc .sc-plan.notes-more-opened .plan .notes-more-wrapper::after {
  bottom: -3em;
}
.uqc .sc-plan .plan .notes-ctr {
  text-align: center;
}
.uqc .sc-plan .plan .notes-ctr-opener {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 2em;
}
.uqc .sc-plan.notes-more-opened .plan .notes-ctr-opener {
  display: none;
}
.uqc .sc-plan .plan .plan-more-wrap {
  padding: 40px 0 0 0;
}
.uqc .sc-plan .layout-btn {
  margin: 20px 0 0;
}
.uqc .sc-plan .layout-btn i {
  display: none;
}
.uqc .sc-plan .banner {
  margin: 0 auto;
  max-width: 682px;
}
.uqc .sc-plan .plan-table-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 710px;
  font-size: 14px;
  line-height: 1.5;
}
.uqc .sc-plan .plan-table-note .note-tip-btn {
  padding: 0 0 0 10px;
}
.note-tip-balloon.tip-plan-kurikoshi-opened {
  width: 620px;
}
.note-tip-plan-kurikoshi .row {
  display: flex;
  padding: 15px 0 0 0;
}
.note-tip-plan-kurikoshi .text {
  flex: 1;
  padding: 10px 10px 0 10px;
  font-size: 13px;
}
.note-tip-plan-kurikoshi .text h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.note-tip-plan-kurikoshi .image {
  flex-basis: 320px;
  text-align: center;
}
.note-tip-plan-kurikoshi .image h4 {
  margin: 10px 0 0 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .uqc .sc-plan {
    padding: 0 0 30px 0;
  }
  .uqc .sc-plan.in-tab {
    padding: 0 13px;
  }
  .uqc .sc-plan .plan_tab_wrap {
    padding: 0 10px;
  }
  .uqc .sc-plan .plan_tab_wrap .plan_tab_wrap_in {
    max-width: 100%;
  }
  .uqc .sc-plan .plan_tab_wrap .plan_tab_item .visible-sp {
    display: block;
  }
  .uqc .sc-plan .plan {
    padding: 0 20px;
  }
  .uqc .sc-plan .plan .tab_item_wrap {
    padding: 15px 0 0 0;
    max-width: 100%;
  }
  .uqc .sc-plan .plan .tab_item_wrap.for_sp {
    padding: 5px 0 0 0;
  }
  .uqc .sc-plan .plan .list {
    display: block;
  }
  .uqc .sc-plan .plan .list::after {
    content: none;
  }
  .uqc .sc-plan .plan .list li {
    width: 100%;
    border-bottom: 2px dashed #e4007f;
  }
  .uqc .sc-plan .plan .list li:first-child {
    padding: 0;
  }
  .uqc .sc-plan .plan .list li:last-child {
    padding: 0;
    border-bottom: 0;
  }
  .uqc .sc-plan .plan .list li img {
    margin: 0 auto;
    max-width: 440px;
  }
  .uqc .sc-plan .plan .note {
    font-size: 12px;
  }
  .uqc .sc-plan .plan .note li {
    padding-left: 0;
    text-indent: 0;
  }
  .uqc .sc-plan .plan .notes-more-wrapper::after {
    height: 3em;
  }
  .uqc .sc-plan .condition {
    padding: 25px 0 5px;
  }
  .uqc .sc-plan .condition h4 {
    font-size: 15px;
  }
  .uqc .sc-plan .condition .list {
    font-size: 15px;
  }
  .uqc .sc-plan .condition .note {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .uqc .sc-plan .layout-btn i {
    display: block;
  }
  .uqc .sc-plan .banner {
    margin: 0 auto;
    max-width: 682px;
  }
  .uqc .sc-plan .plan-table-note {
    padding: 5px 0 10px 0;
    max-width: 100%;
    font-size: 13px;
  }
  .note-tip-plan-kurikoshi .row {
    display: block;
    padding: 0;
  }
  .note-tip-plan-kurikoshi .text {
    padding: 0 0 0.5em 0;
    font-size: 3.73333vw;
  }
  .note-tip-plan-kurikoshi .text h3 {
    margin: 0 0 0.5em 0;
    font-size: 4vw;
  }
  .note-tip-plan-kurikoshi .image h4 {
    margin: 0.5em 0 0 0;
    font-size: 3.73333vw;
  }
  .uqc .sc-plan .plan .plan-more-wrap {
    padding: 20px 0 0 0;
  }
}
.uqc .sc-plan .plan .block {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 20px;
  max-width: 740px;
}
.uqc .sc-plan .plan .block .pc {
  display: block;
}
.uqc .sc-plan .plan .block .sp {
  display: none;
}
.uqc .sc-plan .plan .block .num {
  font-family: "Price";
  font-weight: 700;
}
.uqc .sc-plan .plan .block-plan {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.5em;
}
.uqc .sc-plan .plan .block-plan .block-plan-icon {
  flex-basis: 42px;
  padding: 0 0.5em 0 0;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail h3 {
  width: 80px;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail h4 {
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 25px;
  line-height: 1.3;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dl {
  display: flex;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dt {
  font-size: 17px;
  line-height: 1.3;
  color: #e4007f;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dt span {
  font-size: 84%;
  color: #000;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd {
  padding: 0 0 0 0.3em;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd a {
  display: block;
  transition: opacity 0.3s;
}
.uqc .sc-plan .plan .block-plan .block-plan-detail dd a img {
  width: 24px;
}
.os-pc .uqc .sc-plan .plan .block-plan .block-plan-detail dd a:hover {
  opacity: 0.7;
}
.uqc .sc-plan .plan .block-arrow img {
  width: 64px;
}
.uqc .sc-plan .plan .block-price {
  flex: 1;
}
.uqc .sc-plan .plan .block-price .block-price-head {
  display: flex;
  align-items: center;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-setwari {
  flex-basis: 100px;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title {
  padding: 0 0 0 5px;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 {
  font-size: 14px;
  line-height: 1.4;
}
.uqc
  .sc-plan
  .plan
  .block-price
  .block-price-head
  .block-price-title
  .text1
  sup {
  position: relative;
  top: -0.3em;
  margin: 0 -0.2em;
  font-size: 12px;
  color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 {
  font-size: 24px;
  line-height: 1.2;
  color: #e4007f;
}
.uqc
  .sc-plan
  .plan
  .block-price
  .block-price-head
  .block-price-title
  .text2
  sup {
  position: relative;
  top: -0.5em;
  margin: 0 -0.2em;
  font-size: 16px;
}
.uqc .sc-plan .plan .block-price .block-price-detail {
  display: flex;
  padding: 5px 0 0 0;
}
.uqc .sc-plan .plan .block-price .block-price-detail .text {
  flex-basis: 100px;
  padding: 10px 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box {
  padding: 0 0 0 5px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out {
  display: flex;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out .num {
  display: block;
  padding-right: 5px;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dl {
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.2;
  color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dt {
  font-size: 14px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dd {
  font-size: 24px;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in {
  display: flex;
  align-items: center;
  margin: -0.5em 0 0 0;
  font-size: 34px;
  line-height: 1.2;
  color: #e4007f;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in span {
  display: block;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .num {
  margin: 0.2em 0 0 0;
  font-size: 41px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .yen {
  margin: 0.1em 0 0 0.1em;
  font-size: 22px;
}
@media screen and (max-width: 890px) {
  .uqc .sc-plan .plan .block {
    display: block;
    padding: 0 0 0 30px;
    max-width: 400px;
  }
  .uqc .sc-plan .plan .block .pc {
    display: none;
  }
  .uqc .sc-plan .plan .block .sp {
    display: block;
  }
  .uqc .sc-plan .plan .block-arrow {
    padding: 5px 0;
  }
  .uqc .sc-plan .plan .block-arrow img {
    margin: 0 0 0 120px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .uqc .sc-plan .plan .block {
    margin: 0 -10px;
    padding: 0;
    max-width: initial;
    white-space: nowrap;
    font-size: 5.3vw;
  }
  .uqc .sc-plan .plan .block-plan {
    padding: 0;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-icon {
    flex-basis: 10.6vw;
    padding: 0 0.2em;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-detail h3 {
    width: 26.5vw;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-detail h4 {
    margin: 0;
    font-size: 6.1vw;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-detail dl {
    align-items: center;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-detail dt {
    font-size: 4.5vw;
  }
  .uqc .sc-plan .plan .block-plan .block-plan-detail dd a img {
    width: 7.4vw;
  }
  .uqc .sc-plan .plan .block-arrow img {
    margin: 0 auto;
    width: 26vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-head .block-price-setwari {
    flex-basis: 25vw;
    flex-shrink: 0;
  }
  .uqc .sc-plan .plan .block-price .block-price-head .block-price-title {
    padding: 0 0 0 1.3vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text1 {
    font-size: 3.4vw;
  }
  .uqc
    .sc-plan
    .plan
    .block-price
    .block-price-head
    .block-price-title
    .text1
    sup {
    font-size: 2.9vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-head .block-price-title .text2 {
    font-size: 6.4vw;
  }
  .uqc
    .sc-plan
    .plan
    .block-price
    .block-price-head
    .block-price-title
    .text2
    sup {
    font-size: 4.2vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail {
    padding: 1.3vw 0 0 0;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .text {
    flex-basis: 25vw;
    padding: 2.6vw 0 0 2.1vw;
    font-size: 3.7vw;
  }
  .uqc .sc-plan .plan .tab_m_item .block-price .block-price-detail .text,
  .uqc .sc-plan .plan .tab_l_item .block-price .block-price-detail .text {
    flex-basis: auto;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box {
    padding: 0;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out .num {
    padding-right: 1.3vw;
    font-size: 17vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dl {
    padding-top: 2.1vw;
    font-size: 5.8vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dt {
    font-size: 3.4vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-out dd {
    font-size: 5.8vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in {
    margin: -0.5em 0 0 0;
    font-size: 8.5vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .num {
    margin: 0.2em 0 0 0;
    font-size: 10.4vw;
  }
  .uqc .sc-plan .plan .block-price .block-price-detail .box .tax-in .yen {
    margin: 0.1em 0 0 0.1em;
    font-size: 5.3vw;
  }
}
.uqc .sc-plan-set .plan {
  margin: 0 auto 30px;
  padding: 20px 0;
  max-width: 770px;
  border-bottom: 2px dashed #e4007f;
}
.uqc .sc-plan-set .plan h3,
.uqc .sc-plan.in-tab .plan h3 {
  margin: 0 0 10px;
}
.uqc .sc-plan-set .plan h3 .sp,
.uqc .sc-plan.in-tab .plan h3 .sp {
  display: none;
}
.uqc .sc-plan-set .plan h3 img,
.uqc .sc-plan.in-tab .plan h3 img {
  margin: 0 auto;
  max-width: 550px;
}
.uqc .sc-plan-set .plan .list {
  display: flex;
  margin: 0 -16px;
  padding: 26px 0 0;
}
.uqc .sc-plan-set .plan .list li {
  flex-basis: 33.333%;
  padding: 0 14px;
}
.uqc .sc-plan-set .plan .list li .note {
  display: none;
  font-size: 14px;
  line-height: 1.6;
}
.uqc .sc-plan-set .plan .list li .sp {
  display: none;
}
.uqc .sc-plan-set .plan ul.note {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.uqc .sc-plan-set .notes {
  margin: 0 auto;
  max-width: 770px;
}
.uqc .sc-plan-set .notes li {
  margin: 0.4em 0;
}
.uqc .sc-plan-set .layout-btn {
  margin: 20px 0 0;
}
.uqc .sc-plan-set .layout-btn i {
  display: none;
}
@media screen and (max-width: 768px) {
  .uqc .sc-plan-set {
    padding: 20px 20px 0;
  }
  .uqc .sc-plan-set .plan {
    margin: 0;
    padding: 0 0 15px;
    max-width: 100%;
    border-bottom: 0;
  }
  .uqc .sc-plan-set .plan h3,
  .uqc .sc-plan.in-tab .plan h3 {
    margin: 0 0 5px;
  }
  .uqc .sc-plan-set .plan h3 .pc,
  .uqc .sc-plan.in-tab .plan h3 .pc {
    display: none;
  }
  .uqc .sc-plan-set .plan h3 .sp,
  .uqc .sc-plan.in-tab .plan h3 .sp {
    display: block;
  }
  .uqc .sc-plan-set .plan h3 img,
  .uqc .sc-plan.in-tab .plan h3 img {
    max-width: 100%;
  }
  .uqc .sc-plan-set .plan .list {
    display: block;
    margin: 0;
    padding: 0;
  }
  .uqc .sc-plan-set .plan .list li {
    padding: 6% 0 0;
    border-bottom: 2px dashed #e4007f;
  }
  .uqc .sc-plan-set .plan .list li:first-child {
    padding-bottom: 6%;
  }
  .uqc .sc-plan-set .plan .list li .note {
    display: block;
    padding: 3% 0 4%;
    font-size: 13px;
  }
  .uqc .sc-plan-set .plan .list li .pc {
    display: none;
  }
  .uqc .sc-plan-set .plan .list li .sp {
    display: block;
  }
  .uqc .sc-plan-set .plan ul.note {
    display: none;
  }
  .uqc .sc-plan-set .layout-btn i {
    display: block;
  }
}
.plan-table-note {
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 14px;
}
.sc-plan-table {
  margin: 0 auto;
  max-width: 710px;
}
.sc-plan-table .table {
  border-collapse: collapse;
}
.sc-plan-table .table table {
  width: 100%;
  font-weight: 700;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", メイリオ,
    sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.sc-plan-table .table table th {
  padding: 2px;
  height: 48px;
  background-color: #e4007f;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.sc-plan-table .table table th.cell01 {
  width: 22%;
}
.sc-plan-table .table table th.cell02,
.sc-plan-table .table table th.cell03,
.sc-plan-table .table table th.cell04 {
  width: 26%;
}
.sc-plan-table .table table td {
  padding: 2px;
  height: 58px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.sc-plan-table .table table td.bg {
  background-color: #f5f5f5;
}
.sc-plan-table .table table td.cap {
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
.sc-plan-table .table table td.cap sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
  color: #e4007f;
}
.sc-plan-table .table table .num {
  position: relative;
  bottom: -0.04em;
  padding-right: 0.04em;
  font-family: "Price";
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.sc-plan-table .table table .lg {
  position: relative;
  bottom: -0.04em;
}
.sc-plan-table .table table .lg .num {
  font-size: 33px;
}
.sc-plan-table .table table .c1 {
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .plan-table-note {
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 13px;
  }
  .sc-plan-table .table table {
    font-size: 4.1vw;
  }
  .sc-plan-table .table table th {
    padding: 1px;
    height: 9vw;
    font-size: 3.33vw;
  }
  .sc-plan-table .table table th .small {
    font-size: 100%;
  }
  .sc-plan-table .table table td {
    padding: 1px;
    height: 13.3vw;
  }
  .sc-plan-table .table table th.cell01 {
    width: 44%;
  }
  .sc-plan-table .table table th.cell02 {
    width: 56%;
  }
  .sc-plan-table .table table td.cap {
    font-size: 3.06vw;
  }
  .sc-plan-table .table table .num {
    font-size: 6.6vw;
  }
  .sc-plan-table .table table .lg .num {
    font-size: 8.9vw;
  }
}
/* .uqc .section-other {
  padding: 10px 0 20px 0;
} */
.uqc .section-other .section {
  margin: 0;
  border: 3px solid #000;
  border-bottom-width: 0;
  border-radius: 0;
}
.uqc .section-other .section:last-child {
  /* border-bottom-width: 3px; */
}
.uqc .section-other .section .ac-head {
  background-color: transparent;
  color: #000;
}
.uqc .section-other .section .ac-head i {
  width: 88px;
  background-color: transparent;
  top: 0;
  margin-top: 0;
  height: 100%;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 0;
}
.uqc .section-other .section .ac-head i:after,
.uqc .section-other .section .ac-head i:before {
  background-color: #000;
}
.uqc .section-other .section .ac-head i:before {
  margin: -2px 0 0 -10px;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
}
.uqc .section-other .section .ac-head i:after {
  margin: -10px 0 0 -2px;
  width: 4px;
  height: 20px;
  top: 50%;
  left: 50%;
}
.uqc .section-other .section .ac-head h2 {
  padding: 20px;
  font-size: 15px;
  line-height: 1.3;
}
.uqc .section-other .section .detail {
  position: relative;
  padding: 0;
}
.uqc .section-other .section .detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .uqc .section-other {
    margin: 0 0 50px;
  }
  .uqc .section-other .section {
    margin: 0;
    border-width: 2px;
    border-bottom-width: 0;
  }
  .uqc .section-other .section:last-child {
    border-bottom-width: 2px;
  }
  .uqc .section-other .section .ac-head i {
    right: 0;
    width: 42px;
  }
  .uqc .section-other .section .ac-head i:before {
    margin: -1px 0 0 -7px;
    width: 15px;
    height: 3px;
  }
  .uqc .section-other .section .ac-head i:after {
    margin: -7px 0 0 -1px;
    width: 3px;
    height: 15px;
  }
  .uqc .section-other .section .ac-head h2 {
    display: flex;
    align-items: center;
    padding: 1.5vw 30px 1.5vw 10px;
    min-height: 12vw;
    font-size: 4.2vw;
    line-height: 1.3;
  }
  .uqc .section-other .section .detail::after {
    height: 2px;
  }
}
.uqc .sc-other02 .option {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 670px;
  text-align: center;
}
.uqc .sc-other02 .option .h {
  display: flex;
  justify-content: center;
  font-size: 23px;
  color: #e4007f;
}
.uqc .sc-other02 .option .h span {
  display: block;
  position: relative;
  padding: 0 10px;
}
.uqc .sc-other02 .option .h span:after,
.uqc .sc-other02 .option .h span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 32px;
  height: 32px;
  background-size: contain;
}
.uqc .sc-other02 .option .h span:before {
  right: 100%;
  background-image: url(../img/option-cp-line-l.svg);
}
.uqc .sc-other02 .option .h span:after {
  left: 100%;
  background-image: url(../img/option-cp-line-r.svg);
}
.uqc .sc-other02 .option p {
  margin: 0.3em 0;
  line-height: 1.4;
}
.uqc .sc-other02 .option .gb {
  margin: 25px 0 0;
}
.uqc .sc-other02 .option .gb h4 {
  font-weight: 700;
  font-size: 18px;
}
.uqc .sc-other02 .option .gb .img {
  position: relative;
  margin: 5px 0 0 0;
}
.uqc .sc-other02 .option .gb .img:after,
.uqc .sc-other02 .option .gb .img:before {
  content: "";
  display: block;
  height: 2px;
  background-image: url(../img/line-dashed.svg);
  background-size: contain;
}
.uqc .sc-other02 .option .gb .img img {
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .uqc .sc-other02 .option {
    padding: 20px 17px 0;
    max-width: 100%;
  }
  .uqc .sc-other02 .option .h {
    margin: 0 0 14px;
    font-size: 5.2vw;
    line-height: 1.4;
  }
  .uqc .sc-other02 .option .h span {
    padding: 0 1vw;
  }
  .uqc .sc-other02 .option .h span:after,
  .uqc .sc-other02 .option .h span:before {
    top: auto;
    bottom: 0;
    width: 7.4vw;
    height: 7.4vw;
  }
  .uqc .sc-other02 .option .gb {
    margin: 20px 0 0;
  }
  .uqc .sc-other02 .option .gb h4 {
    font-size: 1pc;
  }
  .uqc .sc-other02 .option .gb .img {
    margin: 8px 0 0;
  }
  .uqc .sc-other02 .option .gb .img img {
    max-width: 64%;
  }
}
.uqc .section-ac .ac-foot {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: 33px !important;
  width: 114px;
}
.uqc .section-ac .section-ac-wrap {
  position: relative;
  /* padding: 0 0 90px 0; */
}
.uqc .section-ac .section-ac-wrap.bottom {
  position: relative;
  padding: 0 0 90px 0;
}
@media screen and (max-width: 768px) {
  .uqc .section-ac .section-ac-wrap.bottom {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 1179px) {
  .uqc .section-ac .ac-foot {
    margin-left: -57px !important;
  }
}
.uqc .section-ac.opened .ac-foot {
  display: block;
}
/* .uqc .section-ac.limit .ac-foot {
  position: absolute;
  bottom: 20px;
  margin-left: -57px;
} */
.uqc .section-ac.hide .ac-foot {
  display: none;
}
.uqc .section-ac .ac-foot a {
  text-decoration: none;
}
.uqc .section-ac .ac-foot a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: rgba(150, 150, 150, 0.9);
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
.os-pc .uqc .section-ac .ac-foot a span {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .uqc .section-ac .ac-foot a:hover span {
  opacity: 0.7;
}
.uqc .section-ac .ac-foot a i {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.uqc .section-ac .ac-foot a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: rgba(150, 150, 150, 1);
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
}
.uqc .sc-other04 {
  padding: 30px 20px 0;
}
.uqc .sc-other04 .uqv2-parts-flex3clm {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.uqc .sc-other04 .uqv2-parts-flex3clm__li {
  flex-basis: 33.333%;
  margin: 0 !important;
  padding: 0 10px;
}
.uqc .sc-other04 .page-box01 {
  height: 100%;
  border: 1px solid #000;
  text-align: center;
  color: #000;
}
.uqc .sc-other04 .page-box01__title {
  padding: 1.2em 0;
  background: #f4f4f4;
  font-size: 14px;
}
.uqc .sc-other04 .page-box01__cont {
  padding: 0 20px 20px 20px;
}
.uqc .sc-other04 .page-box01__cont span {
  display: inline-block;
}
.uqc .sc-other04 .page-box01__cont .pink {
  color: #e4007f;
}
.uqc .sc-other04 .page-box01__stitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  min-height: 6em;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 500;
  font-size: 18px;
}
.uqc .sc-other04 .page-box01__text {
  font-size: 14px;
}
.uqc .sc-other04 .page-box01__text2 {
  margin-top: 0.3em;
  font-weight: 700;
}
.uqc .sc-other04 .page-box01__text .optionname {
  font-size: 16px;
  font-weight: 700;
}
.uqc .sc-other04 .page-box01__text strong {
  font-size: 18px;
}
.uqc .sc-other04 .page-box01__text-bottom {
  margin: 5px 0 0 0;
  line-height: 1.5;
}
.uqc .sc-other04 .text-link {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 16px;
}
.uqc .sc-other04 .text-link_bold {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.uqc .sc-other04 .page-box-basic {
  display: flex;
  margin: 0 0 20px 0;
}
.uqc .sc-other04 .page-box-basic .page-box01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 200px;
  padding: 10px;
}
.uqc .sc-other04 .page-box-basic .page-box01__title br {
  display: none;
}
.uqc .sc-other04 .page-box-basic .page-box01__stitle {
  display: block;
  margin: 0;
  padding: 1.5em 0 0.5em 0;
  min-height: 1em;
  border-bottom: 0;
  text-align: left;
}
.uqc .sc-other04 .page-box-basic .page-box01__stitle .text {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
.uqc .sc-other04 .page-box-basic .page-box01__cont {
  text-align: left;
}
.uqc .sc-other04 .uqv2-parts-ul--none {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.uqc .sc-other04 .uqv2-parts-ul--none .uqv2-parts-ul--none {
  margin: 0 0 0.35em 0;
}
.uqc .sc-other04 .uqv2-parts-ul--none li {
  padding-left: 2.3em;
  text-indent: -2.3em;
}
.uqc .sc-other04 .uqv2-parts-ul--none .uqv2-parts-ul--none li {
  margin-top: 0 !important;
}
.uqc .sc-other04 .uqv2-parts-ul--none li > i {
  display: inline-block;
  width: 2.3em;
}
.uqc .sc-other04 .uqv2-parts-ul--none2 li {
  padding-left: 1em;
  text-indent: -1em;
}
.uqc .sc-other04 .uqv2-parts-ul--none2 li > i {
  width: 1em;
}
@media screen and (max-width: 768px) {
  .uqc .sc-other04 {
    padding: 20px 20px 0 20px;
  }
  .uqc .sc-other04 .uqv2-parts-ul--none {
    font-size: 13px;
  }
  .uqc .sc-other04 .uqv2-parts-flex3clm {
    display: block;
    margin: 0;
  }
  .uqc .sc-other04 .uqv2-parts-flex3clm__li {
    margin: 0 0 10px 0 !important;
    padding: 0;
  }
  .uqc .sc-other04 .page-box01__stitle {
    padding: 0.8em 0;
    min-height: initial;
  }
  .uqc .sc-other04 .page-box-basic .page-box01__title {
    flex-basis: 200px;
  }
  .uqc .sc-other04 .page-box-basic .page-box01__title br {
    display: block;
  }
  .uqc .sc-other04 .page-box-basic .page-box01__stitle {
    margin: 0;
    padding: 15px 0 0.5em 0;
  }
  .uqc .sc-other04 .text-link {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
}
.uqc .tip-btn {
  display: flex;
}
.uqc .tip-btn a {
  display: block;
  overflow: hidden;
  width: 51px;
  height: 0;
  padding-top: 26px;
  background-size: contain;
  white-space: nowrap;
  text-decoration: none;
}
.uqc .tip-btn-note a {
  background-image: url(../img/tip-btn-note.svg);
}
.uqc .tip-btn-hidden {
  display: block;
  position: absolute;
  opacity: 0;
}
.uqc .tip-btn-hidden a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.uqc .sc-data {
  margin: 0 auto;
  max-width: 710px;
}
.uqc .sc-data .catch {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.uqc .sc-data .catch h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.uqc .sc-data .zero {
  position: relative;
  margin: 20px 0 0 0;
}
/* .uqc .sc-data .zero .image {
  position: absolute;
  top: 10px;
  right: 20px;
  max-width: 300px;
} */
.uqc .sc-data .zero .h {
  font-size: 22px;
  line-height: 1.3;
}
.uqc .sc-data .zero .title {
  display: flex;
  align-items: center;
}
.uqc .sc-data .zero .title h3 {
  font-size: 30px;
  line-height: 1.3;
}
.uqc .sc-data .zero .title .tip-btn {
  padding: 2px 0 0 5px;
}
.uqc .sc-data .zero .graph {
  margin: 15px 0 0 0;
  max-width: 240px;
}
.uqc .sc-data .app {
  display: flex;
  margin: 40px 0 0 0;
}
.uqc .sc-data .app .mode {
  flex-basis: 50%;
  padding: 0 20px 0 0;
}
.uqc .sc-data .app .mode > div {
  position: relative;
}
.uqc .sc-data .app .mode a {
  display: block;
  position: absolute;
  top: 27.9%;
  left: 87.66%;
  width: 6.66%;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .sc-data .app .mode a span {
  display: block;
  padding-top: 100%;
  height: 0;
  background-color: #a0a0a0;
  background-size: contain;
  background-image: url(../img/tip-btn-plus.svg);
  border-radius: 5px;
}
.uqc .sc-data .app .mode a.has-opened span {
  background-image: url(../img/tip-btn-minus.svg);
}
.uqc .sc-data .app .mode a.hover-link {
  opacity: 0.7;
}
.uqc .sc-data .app .widget {
  flex-basis: 50%;
  padding: 0 0 0 15px;
}
.uqc .sc-data .app .widget .frame {
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
  background-color: #f9e6f0;
  border-radius: 5px;
}
.uqc .sc-data .app .widget .frame h4 {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.uqc .sc-data .app .widget .frame h4 span {
  display: block;
}
.uqc .sc-data .app .widget .frame h4 .small {
  font-size: 12px;
}
.uqc .sc-data .app .widget .frame .image {
  padding: 10px 0 0 0;
  flex-basis: 130px;
}
.uqc .sc-data .app .widget .notes {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-data {
    max-width: 100%;
  }
  .uqc .sc-data .catch {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
  .uqc .sc-data .catch h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
  }
  .uqc .sc-data .catch p {
    text-align: left;
  }
  .uqc .sc-data .zero {
    margin: 20px 0 0 0;
  }
  .uqc .sc-data .zero .image {
    position: static;
    max-width: 100%;
  }
  .uqc .sc-data .zero .h {
    text-align: center;
    font-size: 24px;
  }
  .uqc .sc-data .zero .title {
    justify-content: center;
    padding: 0 0 0 30px;
  }
  .uqc .sc-data .zero .title h3 {
    font-size: 30px;
  }
  .uqc .sc-data .zero .graph {
    margin: 20px auto 0 auto;
    max-width: 96%;
  }
  .uqc .sc-data .app {
    display: block;
    margin: 20px 0 0 0;
  }
  .uqc .sc-data .app .mode {
    padding: 0;
  }
  .uqc .sc-data .app .mode a span {
    border-radius: 1.33vw;
  }
  .uqc .sc-data .app .widget {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .uqc .sc-data .app .widget .frame {
    padding: 0 10px 0 0;
  }
  .uqc .sc-data .app .widget .frame h4 {
    font-size: 4.2vw;
  }
  .uqc .sc-data .app .widget .frame h4 .small {
    font-size: 3.2vw;
  }
  .uqc .sc-data .app .widget .frame .image {
    padding: 10px 0 0 0;
    flex-basis: 32vw;
  }
}
.uqc .sc-speed {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 710px;
}
.uqc .sc-speed .info h3 {
  font-size: 23px;
  line-height: 1.5;
}
.uqc .sc-speed .info01 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.uqc .sc-speed .info01 .image {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
.uqc .sc-speed .info01 .image img {
  width: 92%;
}
.uqc .sc-speed .info01 .text {
  flex-basis: 50%;
}
.uqc .sc-speed .info01 .text p {
  margin: 5px 0 0;
  font-size: 13px;
}
.uqc .sc-speed .info02 {
  position: relative;
  margin: 50px 0 0 0;
}
.uqc .sc-speed .info02 h3 {
  width: 50%;
}
.uqc .sc-speed .info02 .image {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 30px;
  right: 0;
  width: 50%;
}
.uqc .sc-speed .info02 .image img {
  width: 90%;
}
.uqc .sc-speed .info02 .graph {
  margin: 15px 0 0 0;
  width: 50%;
}
.uqc .sc-speed .info02 .graph img {
  width: 90%;
}
.uqc .sc-speed .notes {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed {
    max-width: 100%;
  }
  .uqc .sc-speed .info h3 {
    font-size: 20px;
  }
  .uqc .sc-speed .info01 {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info01 .image {
    display: block;
  }
  .uqc .sc-speed .info01 .image img {
    margin: 0 auto;
  }
  .uqc .sc-speed .info01 .text {
    margin: 10px 0 0 0;
  }
  .uqc .sc-speed .info01 .text p {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .uqc .sc-speed .info02 {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info02 h3 {
    width: 100%;
  }
  .uqc .sc-speed .info02 .image {
    display: block;
    position: static;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .uqc .sc-speed .info02 .image img {
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph img {
    width: 100%;
  }
  .uqc .sc-speed .notes {
    margin: 20px 0 0 0;
  }
}
.uqc .sc-area {
  padding: 30px 0 0;
}
.uqc .sc-area .info {
  margin: 0 auto;
  max-width: 700px;
}
.uqc .sc-area .info .h {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.7;
  color: #e4007f;
  font-size: 24px;
}
.uqc .sc-area .info .h dt {
  flex-basis: 60px;
}
.uqc .sc-area .info .h dd {
  position: relative;
  padding: 0 0 0 15px;
}
.uqc .sc-area .info .h dd br.pc {
  display: block;
}
.uqc .sc-area .info .h dd br.sp {
  display: none;
}
.uqc .sc-area .info .h .tip-btn {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0.2em;
}
.uqc .sc-area .info .list {
  display: flex;
  margin: 0 -9px;
  padding: 20px 0 0;
}
.uqc .sc-area .info .list div {
  flex-basis: 50%;
  padding: 0 9px;
}
.uqc .sc-area .info .note {
  margin: 10px 0 0;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .uqc .sc-area {
    padding: 20px 0 0;
  }
  .uqc .sc-area .info {
    max-width: 100%;
  }
  .uqc .sc-area .info .h {
    justify-content: flex-start;
    font-size: 4.7vw;
    line-height: 1.5;
  }
  .uqc .sc-area .info .h dt {
    flex-basis: 17%;
  }
  .uqc .sc-area .info .h dd {
    flex: 1;
    padding: 0 0 0 3%;
  }
  .uqc .sc-area .info .h dd br {
    display: none;
  }
  .uqc .sc-area .info .h .tip-btn {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .uqc .sc-area .info .list {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0;
    max-width: 360px;
  }
  .uqc .sc-area .info .list div {
    padding: 0 0 5px;
  }
  .uqc .sc-area .info .note {
    margin: 5px 0 0;
    font-size: 13px;
  }
}
.tip-app h2 {
  margin: 0 0 5px 0;
  font-size: 15px;
}
.tip-app .lead {
  padding: 0 140px 0 0;
}
.tip-app .row {
  position: relative;
  margin: 20px 0 0 0;
}
.tip-app .screen {
  position: absolute;
  top: -90px;
  right: 0;
  width: 117px;
}
.tip-app ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 140px 0 0;
}
.tip-app ul li {
  flex-basis: 50%;
}
.tip-app .small {
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 12px;
}
.tip-app .small br {
  display: none;
}
@media screen and (max-width: 768px) {
  .tip-app h2 {
    margin: 0 0 1.3vw 0;
    font-size: 4vw;
  }
  .tip-app .lead {
    padding: 0;
  }
  .tip-app .row {
    display: flex;
    margin: 5.3vw 0 0 0;
  }
  .tip-app .info {
    flex: 1;
  }
  .tip-app .screen {
    position: static;
    width: 31.2vw;
  }
  .tip-app ul {
    display: block;
    padding: 0;
  }
  .tip-app .small {
    margin: 5.3vw 0 0 0;
    padding: 0;
    font-size: 2.9vw;
  }
  .tip-app .small br {
    display: block;
  }
}
.foot-banner {
  margin: 60px 0;
}
.foot-banner .container {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 912px;
  width: 100%;
  box-sizing: border-box;
}
.foot-banner img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .foot-banner {
    margin: 30px 0;
  }
  .foot-banner .container {
    padding: 0 4.66667vw;
    width: 100%;
  }
}
/* ↓データ消費0 */
.uqc .sc-data .info02 .row {
	flex-direction: column;
}
.uqc .content .section-data .head {
	height: 115px;
}
.uqc .content-feature .section .head .h .main h2 {
	transform-origin: 0 50%;
}
.uqc .content-feature .section .head .h .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 180px;
	flex-shrink: 0;
}
.uqc .content .section .head .h {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1.1;
}
.uqc .sc-data {
	margin: 0 auto;
	max-width: 670px;
}
.uqc .head-data .h .main .catch {
	font-size: 20px;
	color: #000 !important;
}
.uqc .head-data .h .main h2 {
	margin: 0.06em 0 0;
	font-size: 35px;
	color: #e4007f !important;
}
.uqc .jp-bold-ex {
	font-weight: 900;
}

.uqc .sc-data .catch {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-data .catch h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.note-tip-balloon .jp-bold, .uqc .jp-bold {
	font-weight: 700;
}
.uqc .sc-data .zero {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
}
.uqc .sc-data .zero .image {
	max-width: 300px;
}
.uqc .sc-data .zero .h {
	font-size: 22px;
	line-height: 1.3;
}
.uqc .sc-data .zero .title {
	display: flex;
	align-items: center;
}
.uqc .sc-data .zero .title .tip-btn {
	padding: 2px 0 0 5px;
}
.uqc .tip-btn-note a {
	background-image: url(../img/tip-btn-note.svg);
}
.uqc .tip-btn a {
	display: block;
	overflow: hidden;
	width: 51px;
	height: 0;
	padding-top: 26px;
	background-size: contain;
	white-space: nowrap;
	text-decoration: none;
}
.uqc .sc-data .info02 .app {
	display: flex;
	justify-content: flex-end;
	margin: 40px 0 0 0;
}
.uqc .sc-data .app .mode {
	flex-basis: 50%;
	padding: 0 20px 0 0;
}
.uqc .sc-data .app .mode > div {
	position: relative;
}
.uqc .sc-data .app .mode > p { 
	font-size: 13px;
}
.uqc .sc-data .app .mode a {
	display: block;
	position: absolute;
	top: 27.9%;
	left: 87.66%;
	width: 6.66%;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .sc-data .app .widget {
	flex-basis: 50%;
	padding: 0 0 0 15px;
}
.uqc .sc-data .app .widget .frame {
	display: flex;
	align-items: center;
	padding: 0 5px 0 0;
	background-color: #f9e6f0;
	border-radius: 5px;
}
.uqc .sc-data .app .widget .frame h4 {
	flex: 1;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.uqc .sc-data .app .widget .frame h4 .small {
	font-size: 12px;
}
.uqc .sc-data .app .widget .frame h4 span {
	display: block;
}
.uqc .sc-data .app .widget .frame .image {
	padding: 10px 0 0 0;
	flex-basis: 130px;
}
.uqc .sc-data .app .widget .notes {
	margin: 20px 0 0 0;
}
@media screen and (max-width: 980px) {
	.uqc .content .section .head .h .icon {
		flex-basis: 120px;
	}
}
@media screen and (max-width: 768px) {
	.uqc .content .section .head .h .main h2 {
		transform-origin: 0 50%;
	}
	.uqc .head-data .h .main h2 {
		font-size: 7.4vw;
	}
	.uqc .head-data .h .main .catch {
		font-size: 3.4vw;
    line-height: 1.3;
	}
	.uqc .head-data .h .main .catch > span {
		display: block;
    padding: 0;
    font-size: 3.7vw;
	}
	.uqc .sc-data {
		padding: 0;
    max-width: 100%;
	}
	.uqc .sc-data .catch {
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.uqc .sc-data .catch h3 {
		margin: 0 0 5px 0;
		font-size: 19px;
	}
	.uqc .sc-data .catch p {
		text-align: left;
	}
	.uqc .sc-data .zero {
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .zero .h {
		text-align: center;
		font-size: 24px;
	}
	.uqc .sc-data .zero .image {
		position: static;
		max-width: 100%;
	}
	.uqc .sc-data .zero .title {
    flex-direction: column;
		justify-content: center;
    padding: 0;
	}
	.uqc .sc-data .zero .title h3 {
		font-size: 30px;
	}
	.uqc .sc-data .zero .title .tip-btn {
		padding: 2px 0 0 5px;
	}
	.uqc .sc-data .zero .graph {
		margin: 20px auto 0 auto;
		max-width: 96%;
	}
	.uqc .sc-data .app {
		display: block;
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .app .mode {
		padding: 0;
	}
	.uqc .sc-data .app .widget {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.uqc .sc-data .app .widget .frame {
		padding: 0 10px 0 0;
	}
	.uqc .sc-data .app .widget .frame h4 {
		font-size: 4.2vw;
	}
	.uqc .sc-data .app .widget .frame h4 .small {
		font-size: 3.2vw;
	}
	.uqc .sc-data .app .widget .frame .image {
		padding: 10px 0 0 0;
		flex-basis: 32vw;
	}
	.uqc .content .section > .detail .close {
		margin: 25px 0 0;
		padding: 0 0 25px;
	}
	.uqc .content .section > .detail .close a {
		font-size: 15px;
		color: #717171;
	}
	.uqc .content .section > .detail .close a i {
		width: 26px;
		height: 26px;
	}
}
/* ↑データ消費0 */
/* 料金プラン */
.plan-section.opened {
  padding-bottom: 80px;
}
.uqc .plan-section .num {
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .plan-section {
    padding:0 0 15px 0;
  }
}
.plan-tab {
  padding: 10px 0 30px;
}
.plan-tab ul {
  display: flex;
  padding: 0 35px;
}
.plan-tab ul li {
  flex-basis: 33.333%;
  padding: 0 5px;
  text-align: center;
}
.plan-tab ul li a {
  display: block;
  position: relative;
}
.plan-tab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.plan-tab ul li a.current {
  cursor: default;
}
.plan-tab ul li a.current::after {
  opacity: 1;
}
.plan-tab ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 55px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.plan-tab ul li a > span > span {
  display: block;
}
.plan-tab ul li a i {
  display: block;
  margin: 0 10px 0 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.plan-tab ul li a i::after {
  content: "";
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.plan-tab ul li a.current i::after {
  opacity: 1;
}
.plan-tab ul li.tokutoku a::after {
  border-color: #ef66b2 transparent transparent transparent;
}
.plan-tab ul li.tokutoku a > span {
  border-color: #e4007f;
  box-shadow: 0 4px 0 #e4007f;
  color: #e4007f;
}
.plan-tab ul li.tokutoku a i {
  width: 32px;
  background-image: url(../img/icon-tab-tokutoku.svg);
}
.plan-tab ul li.tokutoku a i::after {
  background-image: url(../img/icon-tab-tokutoku-on.svg);
}
.plan-tab ul li.tokutoku a.current > span {
  background-color: #e4007f;
  box-shadow: 0 4px 0 #ef66b2;
  color: #fff;
}
.plan-tab ul li.komikomi a::after {
  border-color: #e87b7f transparent transparent transparent;
}
.plan-tab ul li.komikomi a > span {
  border-color: #d8232a;
  box-shadow: 0 4px 0 #d8232a;
  color: #d8232a;
}
.plan-tab ul li.komikomi a i {
  width: 28px;
  background-image: url(../img/icon-tab-komikomi.svg);
}
.plan-tab ul li.komikomi a i::after {
  background-image: url(../img/icon-tab-komikomi-on.svg);
}
.plan-tab ul li.komikomi a.current > span {
  background-color: #d8232a;
  box-shadow: 0 4px 0 #e87b7f;
  color: #fff;
}
.plan-tab ul li.minimini a::after {
  border-color: #66bbdc transparent transparent transparent;
}
.plan-tab ul li.minimini a > span {
  border-color: #008ec4;
  box-shadow: 0 4px 0 #008ec4;
  color: #008ec4;
}
.plan-tab ul li.minimini a i {
  width: 40px;
  background-image: url(../img/icon-tab-minimini.svg);
}
.plan-tab ul li.minimini a i::after {
  background-image: url(../img/icon-tab-minimini-on.svg);
}
.plan-tab ul li.minimini a.current > span {
  background-color: #008ec4;
  box-shadow: 0 4px 0 #66bbdc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan-tab {
    padding: 0 0 20px 0;
  }
  .plan-tab ul {
    margin: 0 -0.8vw;
    padding: 0 2vw;
  }
  .plan-tab ul li {
    padding: 0 0.8vw;
    text-align: center;
  }
  .plan-tab ul li a::after {
    margin: 0 0 0 -10px;
    border-width: 12px 10px 0 10px;
  }
  .plan-tab ul li a > span {
    height: 12vw;
    border-width: 1px;
    border-radius: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .plan-tab ul li a > span > span > span {
    display: block;
  }
  .plan-tab ul li a i {
    margin: 0 1.5vw 0 0;
  }
  .plan-tab ul li.tokutoku a::after {
    border-color: #e4007f transparent transparent transparent;
  }
  .plan-tab ul li.tokutoku a > span {
    box-shadow: 0 3px 0 #e4007f;
  }
  .plan-tab ul li.tokutoku a i {
    width: 7vw;
  }
  .plan-tab ul li.tokutoku a.current > span {
    box-shadow: 0 3px 0 #ef66b2;
  }
  .plan-tab ul li.komikomi a::after {
    border-color: #d8232a transparent transparent transparent;
  }
  .plan-tab ul li.komikomi a > span {
    box-shadow: 0 3px 0 #d8232a;
  }
  .plan-tab ul li.komikomi a i {
    width: 6.6vw;
  }
  .plan-tab ul li.komikomi a.current > span {
    box-shadow: 0 3px 0 #e87b7f;
  }
  .plan-tab ul li.minimini a::after {
    border-color: #008ec4 transparent transparent transparent;
  }
  .plan-tab ul li.minimini a > span {
    box-shadow: 0 3px 0 #008ec4;
  }
  .plan-tab ul li.minimini a i {
    width: 8vw;
  }
  .plan-tab ul li.minimini a.current > span {
    box-shadow: 0 3px 0 #66bbdc;
  }
}
.plan-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 956px;
  width: 100%;
}
.plan-content.slick-slider,
.plan-content.slick-slider .slick-list,
.plan-content.slick-slider .slick-track,
.plan-content.slick-slider .slick-slide,
.plan-content.slick-slider .slick-slide > div,
.plan-content.slick-slider .plan-wrap,
.plan-content.slick-slider .plan-frame {
  height: 100% !important;
}
.plan-content > .slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 237px;
  transform: translate(0);
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999em;
}
.plan-content > .slick-arrow::before {
  content: none;
}
.plan-content > .slick-prev {
  left: 8px;
  background-image: url(../img/slick-arrow-prev.svg);
}
.plan-content > .slick-next {
  right: 8px;
  background-image: url(../img/slick-arrow-next.svg);
}
.plan-wrap {
  padding: 0 22px;
}
.plan-frame {
  border: 2px solid #000;
  border-radius: 6px;
}
.plan-tokutoku .plan-frame {
  border-color: #e4007f;
}
.plan-komikomi .plan-frame {
  border-color: #d8232a;
}
.plan-minimini .plan-frame {
  border-color: #008ec4;
}
@media screen and (max-width: 768px) {
  .plan-container {
    padding: 0;
    max-width: 100%;
    transition: height 0s ease;
  }
  .plan-content > .slick-arrow {
    top: 48vw;
    width: 8.6vw;
    height: 8.6vw;
  }
  .plan-content > .slick-prev {
    left: 1.4vw;
  }
  .plan-content > .slick-next {
    right: 1.4vw;
  }
  .plan-wrap {
    padding: 0 1vw;
  }
  .plan-frame {
    overflow: hidden;
    border-radius: 1.6vw;
  }
}
.plan-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

:root{
	--tokutoku_color:#e4007f;
	--komikomi_color:#d8232a;
	--minimini_color:#008ec4;
}
.plan-komikomi .plan-heading {
	height: 172px;
	display: grid;
	grid-template:
	" lead lead lead"
	"ttl ttl ttl"
	". price note" /12% auto 250px;
	gap: 0 12px;
	place-items: center;
	place-content: center;
	position: relative;
	padding-bottom: 10px;
	@media screen and (max-width: 768px) {
		&{
			height: auto;
			grid-template:
			"lead lead"
			"ttl ttl"
			"price ."
			"note note" / auto 20%;
			padding: 10px;
		}
		&::after{
			right: initial;
			 left: 35px;
			 bottom: -22px;
		}
	}
	.lead-01{
		grid-area: lead;
		background: url(../img/icon_em_left.svg) no-repeat left center,url(../img/icon_em_right.svg) no-repeat right center;
		padding-inline: 30px;
		@media screen and (max-width: 768px) {
			&{
				position: static;
				inset: 0;
				transform: translate(0);
				font-size: 12px;
				display: flex;
				background-size: 16px auto;
				padding-inline: 20px;
			}
		}
		.txt01{
			font-size: 20px;
			@media screen and (max-width: 768px) {
				font-size: 4.4vw;
			}
		}
	}
	h2{
		grid-area: ttl;
	}
	.note-wrap{
		grid-area: note;
		align-self: end;
		display: flex;
		align-items: center;
		text-align: left;
		gap: 0 12px;
		font-size: 12px;
		@media screen and (max-width: 768px) {
			margin-top: 2px;
			gap: 20px;
			font-size: 13px;
			line-height: 1.4;
			flex-direction: row-reverse;
		}
    .note{
      font-size: inherit;
      line-height: inherit;
      padding: 0;
    }

	}
	

}
.before-after-box{
	grid-area: price;
	display: grid;
	grid-template: ". after" "before after";
	margin-top: 5px;
	height: 68px;

	@media screen and (max-width: 768px) {
		margin-right: 0;
		margin-top: 15px;
		position: static;
	}
	.hukidashi{
		background: url(../img/img_komikomiplus_hukidashi.png) no-repeat center /cover;
		width: 95px;
		height: 75px;
		position: absolute;
		right: 20%;
		top: 22%;
		z-index: 2;
		font-size: 0;
		@media screen and (max-width: 768px) {
			right: 2%;
			top: 57px;
      width: 80px;
			height: 70px;
			background-size: contain;
		}
	}
	.unit{
		font-family: Price;
		font-weight: 700;
		letter-spacing: -0.04em;
	}
	.packet{
		line-height: 1;
		align-self: baseline;
	}
	.before{
		grid-area: before;
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		align-items: baseline;
		padding-right: 40px;
		text-align: center;
		@media screen and (max-width: 768px) {
			padding-right: 24px;
		}
		.packet{
			position: relative;
			&::after{
				position: absolute;
				right: 0;
				top: 50%;
				transform: translate(120%, -50%);
				content: "";
				display: inline-block;
				background: url(../img/icon_right_triangle.svg) no-repeat center /cover;
				width: 18px;
				height: 21px;
			}

			@media screen and (max-width: 768px) {
				&::after{
					top: 30%;
				}
			}
		}
		.ttl{
			font-size: 13px;
			align-self: flex-end;
			margin-bottom: 4px;
			scale: 0.8 1;
			font-weight: bold;
			@media screen and (max-width: 768px) {
				font-size: 11px;
			}
		}
		.num{
			font-size: 31px;
			@media screen and (max-width: 768px) {
				font-size: 32px;
			}
		}
		.unit{
			font-size: 22px;
			margin-left: 0.1em;
		}
	}
	.after{
		grid-area: after;
		
		.num{
			font-size: 88px;
			@media screen and (max-width: 768px) {
				font-size: 72px;
			}
		}
		.unit{
			font-size: 46px;
			margin-left: 0.1em;
		}
	}
}
.plan-komikomi .plan-detail{
	padding: 10px 20px 30px;
}
.plan-detail-lead{
	display: flex;
	margin-inline: auto;
	justify-content: center;
	align-items: baseline;
	@media screen and (max-width: 768px) {
		gap: 0;
    margin-inline: -8px;
	}
	.lead{
		font-size: 17px;
		font-weight: bold;
		padding-left: 40px;
		background: url(../img/icon_tel_komi.svg) no-repeat left center /24px auto;
		letter-spacing: 0.04em;
		@media screen and (max-width: 768px) {
			font-size: 15px;
			background-size: 20px auto;
			padding-left: 26px;
			background-position: left 65%;
			letter-spacing: normal;

		}
		sup{
			transform-origin: 0 20%;
			margin-right: -5px;
		}
		.txt-color{
			color: var(--komikomi_color);
			em{
				font-size: 30px;
				@media screen and (max-width: 768px) {
					font-size: 25px;
				}
			}
		}
		em.txt-color{
			font-size: 22px;
			@media screen and (max-width: 768px) {
				font-size: 15px;
			}

		}
	}
}
.plan-tuuwahoudai-mini{
	border: 2px solid var(--tokutoku_color);
	border-radius: 6px;
	width: fit-content;
	margin-inline: auto;
	margin-top: 24px;
	@media screen and (max-width: 768px) {
		width: 100%;
	}
	h3{
		display: flex;
		padding: 1px 10px 1px 80px;
		align-items: center;
		position: relative;
		&::before {
			content: "";
			display: inline-block;
			width: 58px;
			height: 28px;
			background-image: url(../img/plan-komikomi-tuuwa.svg);
			background-size: contain;
			position: absolute;
			left: 12px;
			top: 50%;
			transform: translateY(-50%);
		}
		@media screen and (max-width: 768px) {
			flex-direction: column;
			position: relative;
			padding:10px 30px 10px 20vw;
			align-items: normal;
			&::before{
        width: 70px;
        height: 34px;
        left: 5px;
			}
		}
		.sm{
			grid-area: sm;
			font-weight: bold;
			display: flex;
			align-items: center;
			gap: 10px;
			grid-row: span 2;
		}
		.red{
			grid-area: red;
			color: var(--tokutoku_color);
			font-weight: bold;
			@media screen and (max-width: 768px) {
				line-height: 1;

			}
			em{
				font-family: Price;
				font-weight: 700;
				letter-spacing: -0.04em;
				font-size: 24px;
			}
		}
		.tip-q{
			margin-left: 10px;
			@media screen and (max-width: 768px) {
				position: absolute;
				right:  10px;
				top: 50%;
				transform: translateY(-50%);
			}
			.uqc-tip-opener{
				background: var(--tokutoku_color);
				@media screen and (max-width: 768px) {
					width: 23px;
					height: 23px;
				}
			}
		}
	}
}

.kurikoshi-col-wrap{
	display: grid;
	grid-template-columns: auto auto;
	place-content: center;
	place-items: center;
	gap: 28px;
	margin-top: 30px;
	line-height: 1.46;
	font-weight: bold;
	@media screen and (max-width: 768px) {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0;
		gap: 3px;
		text-align: center;
	}
	img{
		@media screen and (max-width: 768px) {
			width: 240px;
		}
	}

}
.tip-q{
	.uqc-tip-opener{
		background: var(--komikomi_color);
		color: #fff;
		width: 18px;
		height: 18px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		border-radius: 3px;
		font-weight: bold;
		position: relative;
    bottom: 3px;
		@media screen and (max-width: 768px) {
			width: 23px;
			height: 23px;
			font-size: 18px;
			border-radius: 5px;
			bottom: 0;
		}
	}
}

.plan-tuuwahoudai-notes-wrap{
	margin: 33px 0 10px;
	@media screen and (max-width: 768px) {
		margin-top: 20px;
	}
	.notes{
		.uqc .plan-section &{
			
			@media screen and (max-width: 768px) {
				
			}
		}
		.sp-mt{
			@media screen and (max-width: 768px) {
				margin-top: 10px;
			}
		}
	}
}
.plan-link-block{
	text-align: center;
	.link{
		font-size: 14px;
	}
}
.notice-left-text{
	text-align: left;
	font-size: 12px;
	margin-top: 0.6em;
}
.note-tip-balloon:has(#tip-plan-tuuwahoudai[style*="display: block"]) .frame{
	--_color:var(--tokutoku_color);
border-color:var(--_color);
	.tail::before{
		border-color: transparent transparent var(--_color);
	}
}
.plan-tab ul li .new{
	font-size: 22px;
	color: var(--komikomi_color);
	@media screen and (max-width: 768px) {
		font-size: 14px;

	}

}
.plan-komikomi .plan-detail-price{
	margin-top: 10px;
}
.plan-heading i {
  display: block;
  margin: 0 15px 0 0;
}
.plan-heading h2 {
	font-size: 20px;
}
.plan-heading h2 span {
  display: block;
}
.plan-heading h2 .lg {
  font-size: 35px;
}
.plan-tokutoku .plan-heading {
  background-color: #e4007f;
}
.plan-tokutoku .plan-heading i {
  margin: 0;
}
.plan-tokutoku .plan-heading i img {
  width: 90px;
}
.plan-komikomi .plan-heading {
  background-color: #d8232a;
}
.plan-komikomi .plan-heading i img {
  width: 44px;
}
.plan-minimini .plan-heading {
  background-color: #008ec4;
}
.plan-minimini .plan-heading i img {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .plan-heading {
    height: 18.6vw;
    text-align: left;
  }
  .plan-heading i {
    margin: 0 2vw 0 0;
  }
  .plan-heading h2 {
    font-size: 4vw;
  }
  .plan-heading h2 .lg {
    font-size: 6.5vw;
  }
  .plan-tokutoku .plan-heading i {
    margin: 0 2vw 0 0;
  }
  .plan-tokutoku .plan-heading i img {
    width: 19vw;
  }
  .plan-komikomi .plan-heading i img {
    width: 10vw;
  }
  .plan-minimini .plan-heading i img {
    width: 12vw;
  }
}
.plan-detail-head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0 0 0;
}
.plan-detail-head h3 {
  order: 2;
  font-size: 18px;
  line-height: 1.4;
}
.plan-detail-head .p01 {
  flex-basis: 160px;
  order: 1;
}
.plan-detail-head .p02 {
  flex-basis: 160px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .plan-detail-head {
    flex-wrap: wrap;
    padding: 2vw 2.4vw 0 2.4vw;
  }
  .plan-detail-head h3 {
    order: 99;
    padding: 1vw 0 0 0;
    flex-basis: 100%;
    font-size: 4vw;
    line-height: 1.5;
  }
  .plan-detail-head .p01 {
    flex-basis: 50%;
  }
  .plan-detail-head .p02 {
    flex-basis: 50%;
  }
}
.plan-detail-catch {
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .plan-detail-catch {
    padding: 4vw 0 0 0;
    font-size: 4vw;
  }
}
.plan-detail-price {
  display: flex;
  justify-content: center;
  padding: 5px 0 0 0;
  white-space: nowrap;
}
.plan-detail-price .block {
  display: flex;
  padding: 0 25px;
}
.plan-detail-price .block-sm {
  color: #666;
}
.plan-detail-price .block .gb {
  width: 82px;
}
.plan-komikomi .plan-detail-price .block .gb {
  width: 250px;
}
.plan-detail-price .block .price {
  padding: 0 0 0 10px;
}
.plan-komikomi .plan-detail-price .block .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
}
.plan-detail-price .block-sm .price {
  margin: 11px 0 0 0;
}
.plan-detail-price .block .tax-out {
  display: flex;
  margin: 0 0 -12px 0;
  line-height: 1.1;
}
.plan-detail-price .block .tax-out .num {
  font-size: 70px;
}
.plan-detail-price .block .tax-out dl {
  margin: 8px 0 0 5px;
}
.plan-detail-price .block .tax-out dt {
  font-size: 17px;
}
.plan-detail-price .block .tax-out dd {
  margin: 5px 0 0 0;
  font-size: 27px;
}
.plan-detail-price .block-sm .tax-out {
  margin: 0 0 -8px 0;
}
.plan-detail-price .block-sm .tax-out dl {
  margin: 5px 0 0 5px;
}
.plan-detail-price .block-sm .tax-out .num {
  font-size: 62px;
}
.plan-detail-price .block-sm .tax-out dt {
  font-size: 15px;
}
.plan-detail-price .block-sm .tax-out dd {
  margin: 2px 0 0 0;
  font-size: 25px;
}
.plan-detail-price .block .tax-in {
  display: flex;
  justify-content: center;
  line-height: 1.1;
  font-size: 26px;
}
.plan-detail-price .block .tax-in .num {
  margin: 0 0 0 2px;
  font-size: 36px;
}
.plan-detail-price .block .tax-in .yen {
  margin: 8px 0 0 2px;
  font-size: 18px;
}
.plan-tokutoku .plan-detail-price .block-lg {
  color: #e4007f;
}
.plan-komikomi .plan-detail-price .block-lg {
  color: #d8232a;
}
.plan-minimini .plan-detail-price .block-lg {
  color: #008ec4;
}
.plan-komikomi .plan-detail-price .catch {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan-detail-price {
    display: block;
    padding: 2vw 3vw 0 3vw;
  }
  .plan-detail-price .block {
    justify-content: center;
    padding: 0;

  }
  .plan-wrap.plan-tokutoku .plan-detail-price .block.block-lg {
	align-items: center;
  }
  .plan-detail-price .block .gb {
    width: 17vw;
  }
  .plan-komikomi .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-minimini .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-detail-price .block .price {
    display: flex;
    padding: 0 0 0 2vw;
  }
  .plan-tokutoku .plan-detail-price .block .price {
    padding: 0 0 0 1vw;
  }
  .plan-komikomi .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 5px;
  }
  .plan-minimini .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 2vw;
  }
  .plan-detail-price .block-sm .price {
    margin: 0 0 0 0;
  }
  .plan-detail-price .block .tax-out {
    margin: 1vw 0 0 0;
  }
  .plan-komikomi .plan-detail-price .block .tax-out {
    justify-content: center;
  }
  .plan-detail-price .block .tax-out .num {
    font-size: 74px;
  }
  .plan-detail-price .block .tax-out dl {
    margin: 3.6vw 0 0 0.5vw;
  }
  .plan-detail-price .block .tax-out dt {
    font-size: 3.4vw;
  }
  .plan-detail-price .block .tax-out dd {
    margin: 1vw 0 0 0;
    font-size: 5.4vw;
  }
  .plan-tokutoku .plan-detail-price .block-lg .price {
    margin: 1.2vw 0 0 0;
  }
  .plan-tokutoku .plan-detail-price .block-lg .tax-out .num {
    font-size: 14vw;
  }
  .plan-tokutoku .plan-detail-price .block-lg .tax-out dl {
    margin: 1vw 0 0 0.8vw;
  }
  .plan-tokutoku .plan-detail-price .block-lg .tax-out dt {
    font-size: 3.4vw;
  }
  .plan-tokutoku .plan-detail-price .block-lg .tax-out dd {
    margin: 0.5vw 0 0 0;
    font-size: 5.4vw;
  }
  .plan-detail-price .block-sm .tax-out {
    margin: 0 0 0 0;
  }
  .plan-detail-price .block-sm .tax-out dl {
    margin: 0.5vw 0 0 1vw;
  }
  .plan-detail-price .block-sm .tax-out .num {
    font-size: 9.6vw;
  }
  .plan-detail-price .block-sm .tax-out dt {
    font-size: 2.6vw;
  }
  .plan-detail-price .block-sm .tax-out dd {
    margin: 0;
    font-size: 3.7vw;
  }
  .plan-tokutoku .plan-detail-price .block-sm {
    margin: 1vw 0 0 0;
  }
  .plan-tokutoku .plan-detail-price .block-sm .price {
    margin: 3.4vw 0 0 0;
  }
  .plan-tokutoku .plan-detail-price .block-sm .tax-out dl {
    margin: 0.5vw 0 0 1vw;
  }
  .plan-tokutoku .plan-detail-price .block-sm .tax-out .num {
    font-size: 9.6vw;
  }
  .plan-tokutoku .plan-detail-price .block-sm .tax-out dt {
    font-size: 2.6vw;
  }
  .plan-tokutoku .plan-detail-price .block-sm .tax-out dd {
    margin: 0;
    font-size: 3.7vw;
  }
  .plan-detail-price .block .tax-in {
    margin: -2vw 0 0 0;
    font-size: 6.4vw;
  }
  .plan-detail-price .block .tax-in .num {
    margin: 0 0 0 0;
    font-size: 45px;
  }
  .plan-detail-price .block .tax-in .yen {
    margin: 1.2vw 0 0 1vw;
    font-size: 5vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in {
    margin: 6.6vw 0 0 0;
    font-size: 4.4vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .num {
    margin: -0.2vw 0 0 0.2vw;
    font-size: 6vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .yen {
    margin: 1vw 0 0 0.5vw;
    font-size: 3.3vw;
  }
  .plan-tokutoku .plan-detail-price .block-sm .tax-in {
    margin: 2.4vw 0 0 0;
  }
  .plan-tokutoku .plan-otoku .plan-detail-price .block-lg .tax-out dt {
    font-size: 3vw;
  }
  .plan-tokutoku .plan-otoku .plan-detail-price .block-lg .tax-out dd {
    font-size: 4.4vw;
  }
  .plan-tokutoku .plan-otoku .plan-detail-price .block-lg .tax-in {
    margin: 6vw 0 0 0;
  }
  .plan-komikomi .plan-detail-price {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .plan-komikomi .plan-detail-price .catch {
    display: block;
    position: absolute;
    bottom: 12vw;
    left: 24vw;
    font-size: 3.4vw;
  }
}
.plan-detail-setwari {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
.plan-detail-setwari .setwari {
  width: 260px;
}
.plan-detail-setwari .price {
  display: flex;
  line-height: 1.1;
}
.plan-detail-setwari .price .text {
  margin: 12px 0 0 0;
  font-size: 13px;
}
.plan-detail-setwari .price .num {
  margin: 0 3px;
  font-size: 33px;
}
.plan-detail-setwari .price .yen {
  margin: 8px 0 0 0;
  font-size: 17px;
}
.plan-detail-figure {
  margin: 0 auto;
  width: 410px;
}
.plan-detail-figure.kurikoshi {
	margin: 20px auto;
}
.plan-detail-figure > .notes {
	margin-top: 5px;
}
.kurikoshi-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 410px;
	background: #e4007f;
	text-align: center;
	border-radius: 10px;
}
.kurikoshi-box > .txt {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0.4em;
}
.kurikoshi-box > a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	transition: .2s;
	background-color: #fff;
	background-image: url(../img/tip-hatena-pink.svg);
}
@media screen and (max-width: 768px) {
  .plan-detail-setwari {
    display: block;
    margin: 0;
  }
  .plan-detail-setwari .setwari {
    margin: 3vw auto 0 auto;
    width: 70vw;
  }
  .plan-detail-setwari .price {
    justify-content: center;
    margin: 0 4vw 3vw 4vw;
    padding: 3vw 0 0 0;
  }
  .plan-tokutoku .plan-detail-setwari .price {
    background-repeat: no-repeat;
    background-image: url(../img/line-dashed-tokutoku.svg);
    background-size: 100% auto;
  }
  .plan-detail-setwari .price .text {
    margin: 3vw 0 0 0;
    font-size: 3.4vw;
  }
  .plan-detail-setwari .price .num {
    margin: 0 1vw;
    font-size: 8.8vw;
  }
  .plan-detail-setwari .price .yen {
    margin: 2vw 0 0 0;
    font-size: 4.5vw;
  }
  .plan-detail-figure {
    padding: 2vw 4vw 0 4vw;
    width: 100%;
  }
  .plan-detail-figure.kurikoshi {
		margin: 10px auto;
	}
  .kurikoshi-box {
		margin: 0 auto;
		max-width: none;
		gap: 3vw;
	}
	.kurikoshi-box > .txt{
		font-size: 4.5vw;
		padding: 3vw 1vw;
	}
  .kurikoshi-box > a {
		width: 7vw;
		height: 7vw;
	}
}
.plan-detail-row {
  display: flex;
  margin: 30px auto 0 auto;
  padding: 0 10px 40px 10px;
  /* width: 660px; */
}
@media screen and (max-width: 768px) {
  .plan-detail-row {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: auto;
  }
}
.plan-detail-items {
  padding: 0 12px 0 0;
  flex-basis: 50%;
}
.plan-detail-items h4 {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 13px;
}
.plan-detail-items .row {
  display: flex;
  margin: 0 -7px;
}
.plan-detail-items .col {
  padding: 0 7px;
  flex-basis: 50%;
}
.plan-detail-items table {
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
}
.plan-detail-items table caption {
  padding: 5px;
  background-color: #fce5f2;
  border: 1px solid #000;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
}
.plan-detail-items table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
}
.plan-detail-items table.table-vertical th {
  padding: 5px 0 5px 5px;
  text-align: left;
  font-size: 11px;
}
.plan-detail-items table.table-horizontal th {
  width: 33.333%;
  padding: 3px 3px;
  text-align: center;
  font-size: 12px;
}
.plan-detail-items table th sup {
  color: red;
}
.plan-detail-items table td {
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 10px;
}
.plan-detail-items table.table-vertical td {
  padding: 5px 3px 5px 5px;
  text-align: right;
}
.plan-detail-items table.table-horizontal td {
  padding: 8px 5px;
}
.plan-detail-items table td .price {
  display: flex;
  margin-bottom: -5px;
}
.plan-detail-items table.table-vertical td .price {
  justify-content: flex-end;
}
.plan-detail-items table.table-horizontal td .price {
  justify-content: center;
}
.plan-detail-items table td .price .num {
  padding-right: 1px;
  font-weight: 500;
  font-size: 24px;
}
.plan-detail-items table td .price .num span {
  letter-spacing: -0.1em;
}
.plan-detail-items table td .price .yen {
  margin: 9px 0 0 0;
}
@media screen and (max-width: 768px) {
  .plan-detail-items {
    padding: 0 0;
  }
  .plan-detail-items h4 {
    margin: 0 0 2vw 0;
    font-size: 3.4vw;
  }
  .plan-detail-items .row {
    margin: 0 2px;
		gap: 2px;
    justify-content: center;
  }
  .plan-detail-items .col {
    padding: 0;
  }
  .plan-detail-items table caption {
    padding: 1vw;
    font-size: 3.7vw;
  }
  .plan-detail-items table.table-vertical th {
    padding: 1vw 0 1vw 1vw;
    font-size: 2.7vw;
  }
  .plan-detail-items table.table-horizontal th {
    padding: 1vw 1vw;
    font-size: 2.7vw;
  }
  .plan-detail-items table td {
    font-size: 2.4vw;
  }
  .plan-detail-items table.table-vertical td {
    padding: 0 0.8vw 0 1vw;
  }
  .plan-detail-items table.table-horizontal td {
    padding: 1vw 1vw;
  }
  .plan-detail-items table td .price {
    margin-bottom: -1vw;
  }
  .plan-detail-items table td .price .num {
    padding-right: 0.5vw;
    font-size: 6vw;
  }
  .plan-detail-items table td .price .yen {
    margin: 2.2vw 0 0 0;
  }
}
.plan-detail-notes {
  padding: 25px 0 0 12px;
  flex-basis: 50%;
}
.plan-detail-notes .link-block {
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* .plan-detail-notes {
    padding: 4vw 0 0 0;
  } */
  .plan-detail-notes .link-block {
    text-align: center;
  }
}
.plan-otoku-heading {
  position: relative;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .plan-otoku-heading:hover {
  opacity: 0.7;
}
.plan-otoku-heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 1.3;
}
.plan-otoku-heading h2 span {
  display: block;
}
.plan-otoku-heading h2 .sm {
  margin: 0 5px 0 0;
  font-size: 16px;
}
.plan-otoku-heading h2 .lg {
  font-size: 26px;
}
.plan-otoku-heading i {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.plan-otoku-heading i:after,
.plan-otoku-heading i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.plan-otoku-heading i:before {
  margin: -2px 0 0 -10px;
  width: 20px;
  height: 4px;
}
.plan-otoku-heading i:after {
  margin: -10px 0 0 -2px;
  width: 4px;
  height: 20px;
}
.plan-otoku.opened .plan-otoku-heading i:after {
  opacity: 0;
}
.plan-otoku-heading .clickable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.plan-tokutoku .plan-otoku-heading {
  background-color: #e4007f;
}
.plan-minimini .plan-otoku-heading {
  background-color: #008ec4;
}
.plan-otoku-detail {
  overflow: hidden;
  height: 0;
}
.plan-otoku-detail > div {
  position: relative;
  padding: 0 0 50px 0;
  border-bottom: 2px solid #000;
}
.plan-otoku.opened .ac-foot {
  display: block;
}
.section-option-cp.opened.limit .ac-foot,
.section-ac.opened.limit .ac-foot,
.plan-otoku.opened.limit .ac-foot {
  position: absolute;
  bottom: 20px;
  margin-left: -57px !important;
}
.section-ac-wrap .ac-foot {
  position: absolute;
  bottom: 20px;
  margin-left: -57px;
}
.plan-otoku.hide .ac-foot {
  display: none;
}
.plan-tokutoku .plan-otoku-detail > div {
  border-color: #e4007f;
}
.plan-minimini .plan-otoku-detail > div {
  border-color: #008ec4;
}
.plan-otoku-detail .plan-detail-price {
  padding-top: 40px;
}
.plan-minimini .plan-otoku-detail .plan-detail-price {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .plan-otoku {
  }
  .plan-otoku-heading h2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 4.66667vw;
    height: 18.6vw;
  }
  .plan-otoku-heading h2 .sm {
    margin: 0;
    font-size: 4vw;
  }
  .plan-otoku-heading h2 .lg {
    font-size: 6.6vw;
  }
  .plan-otoku-heading i {
    right: 15px;
  }
  .plan-otoku-detail > div {
    padding: 0 0 50px 0;
  }
  .plan-otoku-detail .plan-detail-price {
    padding-top: 4vw;
  }
  .plan-minimini .plan-otoku-detail .plan-detail-price {
    padding-top: 2vw;
  }
  .plan-komikomi .plan-otoku-detail .plan-detail-price {
    display: none;
  }
}
.plan-tuuwahoudai {
  --_color:var(--tokutoku_color);
	padding-top: 8px;
	
	h3 {
		line-height: 1.2;
		margin-bottom: 40px;
		@media screen and (max-width: 768px) {
			margin-bottom: 20px;
		}
		span {
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.sm {
			font-size: 19px;
			&::before {
				content: "";
				display: block;
				width: 76px;
				height: 38px;
				background-image: url(../img/plan-komikomi-tuuwa.svg);
				background-size: contain;
			}
		}
		.lg {
			font-size: 30px;
			color: var(--_color);
		}
	}
	.col-wrap{
		display: flex;
		gap: 60px;
		justify-content: center;
		align-items: center;
		@media screen and (max-width: 768px) {
			gap: 30px;
			flex-direction: column;
		}
		.img{
			text-align: center;
			font-size: 10px;
			img{
				width: revert-layer;
				height: auto;
				margin-inline: auto;
			}
			figcaption{
				margin-top: 10px;
				font-size: 14px;
				font-weight: bold;
				sup{
					transform-origin: 0% 20%;
					transform: scale(0.7);
				}
			}
		}
		.ttl{
			@media screen and (max-width: 768px) {
						font-size: 14px;
						line-height: 1.4;
			}
		}
		.normal{
			@media screen and (max-width: 768px) {
				display: flex;
				gap: 10px;
			}
		}
		.total{
			@media screen and (max-width: 768px) {
				display: flex;
				gap: 10px;
				border-top: 1px dashed var(--_color);
				padding-top: 10px;
				margin-top: 10px;
			}
		}
		.price{
			color: var(--_color);
			.normal &{
				font-size: 26px;
				font-weight: bold;
				@media screen and (max-width: 768px) {
					font-size: 20px;
				}
			}
			.total &{
				display: flex;
				align-items: baseline;
				@media screen and (max-width: 768px) {
					flex-direction: column;
				}
			}
			.tax-out{
				font-size: 15px;
			}
			.tax-in{
				font-size: 15px;
				margin-left: 5px;
			}

			.num{
				font-family: Price;
				font-weight: 700;
				letter-spacing: -0.04em;
				line-height: 1;
				.normal &{
					font-size: 70px;
					@media screen and (max-width: 768px) {
						font-size: 50px;
					}
				}
				.tax-out &{
					font-size: 45px;
					position: relative;
					bottom: -4px;
				}
				.tax-in &{
					font-size: 25px;
				}
			}
			.unit{
				font-weight: bold;
			}
			.tax{
				.tax-out &{
					font-size: 10px;
					align-self: end;
					position: relative;
					bottom: -4px;
				}
			}
		}
		.tax-out{
			display: grid;
			grid-template:
			"num tax"
			"num unit";
			width: fit-content;
			gap: 0 3px;
			.num{
				grid-area: num;
			}
			.tax{
				grid-area: tax;
			}
			.unit{
				grid-area: unit;
			}


		}
	}
	.note{
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.4;
		a{
			color: var(--tokutoku_color);
		}
		p{
			margin-top: 10px;
		}
	}

}
.plan-notes {
  margin: 0 auto;
  padding: 30px 0 40px 0;
  max-width: 660px;
}
.uqc .plan-content .application {
  padding: 0 0 50px 0;
}
.uqc .plan-content .application .in {
  max-width: 660px;
}
.uqc .plan-content .application ul li .text {
  font-size: 14px;
}
.uqc .plan-content .btn-fill-icon,
.uqc .plan-content .btn-outline-icon {
  height: 72px;
  font-size: 16px;
}
.uqc .plan-content .btn-fill-icon:before,
.uqc .plan-content .btn-outline-icon:before {
  left: 20px;
  margin-top: -20px;
  padding-top: 40px;
  width: 40px;
  background-size: contain;
}
.notes-ac-ctr {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.notes-ac-ctr a {
  display: block;
}
.notes-ac-opener a {
  width: 180px;
}
.notes-ac-closer a {
  display: none;
  width: 114px;
}
.notes-ac-ctr a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: rgba(150, 150, 150, 0.9);
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
.notes-ac-ctr a span {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .notes-ac-ctr a:hover span {
  opacity: 0.7;
}
.notes-ac-ctr a i {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.notes-ac-ctr a i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: rgba(150, 150, 150, 1);
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
}
.notes-ac-opener a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: rgba(150, 150, 150, 1);
  margin: -5px 0 0 -1px;
  width: 2px;
  height: 10px;
}
.notes-ac-wrap {
  overflow: hidden;
  position: relative;
  height: 50px;
  transition: height 0.2s ease;
}
.notes-ac-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: transform 0.2s ease;
}
.notes-ac-space {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.notes-ac-opened .notes-ac-opener a {
  display: none;
}
.notes-ac-opened .notes-ac-closer a {
  display: block;
}
.plan-section a:hover {
	text-decoration: none;
}

.notes-ac-opened .notes-ac-wrap::after {
  transform: scaleY(0);
}
.uqc .color-attention {
	color: red;
}
.uqc .plan-section .notes {
	font-size: 13px;
  display: block;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .notes-ac-sp .notes-ac-ctr {
    display: none;
  }
  .notes-ac-sp .notes-ac-wrap {
    height: auto !important;
  }
  .notes-ac-sp .notes-ac-wrap::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .plan-notes {
    padding: 6vw 4vw;
    max-width: 100%;
  }
  .uqc .plan-content .btn-fill-icon,
  .uqc .plan-content .btn-outline-icon {
    height: 60px;
    font-size: 13px;
  }
  .uqc .plan-content .btn-fill-icon:before,
  .uqc .plan-content .btn-outline-icon:before {
    left: 6px;
    margin-top: -15px;
    padding-top: 30px;
    width: 30px;
  }
  .uqc .plan-content .btn-fill-icon:after,
  .uqc .plan-content .btn-outline-icon:after {
    right: 4px !important;
    margin-top: -13px;
    width: 26px;
    font-size: 26px;
    background-size: contain;
  }
}
/* 料金プラン */
/* 使い切っても1Mbps */
.uqc .content .section-speed .head {
	height: 115px;
}
.uqc .head-speed .h .main .catch {
  font-size: 20px;
}
.uqc .head-speed .h .main h2 {
  margin-top: -0.14em;
  font-size: 35px;
}
.uqc .head-speed .h .main h2 > span {
	color: #e4007f !important;
}
.uqc .head-speed .h .main h2 .num {
  position: relative;
  top: 0.06em;
  font-size: 124%;
}
.uqc .head-speed .h .main h2 .small {
  font-size: 71%;
}
.uqc .head-speed .h .main .note {
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .uqc .head-speed .h .main .catch {
    font-size: 3.7vw;
  }
  .uqc .head-speed .h .main h2 {
    font-size: 7.4vw;
  }
  .uqc .head-speed .h .main h2 .num {
    top: 0.06em;
    font-size: 118%;
    letter-spacing: -0.04em;
  }
  .uqc .head-speed .h .main h2 .lg {
    display: block;
    margin-bottom: -0.2em;
  }
  .uqc .head-speed .h .main h2 .small {
    font-size: 68%;
  }
  .uqc .head-speed .h .main .note {
    margin: 0 0 0 0;
    font-size: 2.9vw;
  }
}
.uqc .sc-speed {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 670px;
}
.uqc .sc-speed .notes {
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-speed .info h3 {
  font-size: 23px;
  line-height: 1.5;
}
.uqc .sc-speed .info01 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.uqc .sc-speed .info01 .image {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
.uqc .sc-speed .info01 .image img {
  width: 92%;
}
.uqc .sc-speed .info01 .text {
  flex-basis: 50%;
}
.uqc .sc-speed .info01 .text p {
  margin: 5px 0 0;
  font-size: 13px;
}
.uqc .sc-speed .info02 {
  position: relative;
  margin: 50px 0 0 0;
}
.uqc .sc-speed .info02 h3 {
  width: 52%;
}
.uqc .sc-speed .info02 .image {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 30px;
  right: 0;
  width: 50%;
}
.uqc .sc-speed .info02 .image img {
  width: 90%;
}
.uqc .sc-speed .info02 .graph {
  margin: 15px 0 0 0;
  width: 50%;
}
.uqc .sc-speed .info02 .graph img {
  width: 100%;
}
.uqc .sc-speed .notes {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed {
    max-width: 100%;
  }
  .uqc .sc-speed .info h3 {
    font-size: 20px;
  }
  .uqc .sc-speed .info01 {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info01 .image {
    display: block;
  }
  .uqc .sc-speed .info01 .image img {
    margin: 0 auto;
  }
  .uqc .sc-speed .info01 .text {
    margin: 10px 0 0 0;
  }
  .uqc .sc-speed .info01 .text p {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .uqc .sc-speed .info02 {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info02 h3 {
    width: 100%;
  }
  .uqc .sc-speed .info02 .image {
    display: block;
    position: static;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .uqc .sc-speed .info02 .image img {
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .uqc .sc-speed .info02 .graph img {
    width: 100%;
  }
  .uqc .sc-speed .notes {
    margin: 20px 0 0 0;
  }
}
/* 使い切っても1Mbps */
/* 増量オブション */
.section-other {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 950px;
}
.uqc .section-other .section-ac {
  border: 2px solid #000;
  border-top: 0;
}
.uqc .section-other .section-ac:first-child {
  border-top: 2px solid #000;
  border-radius: 6px 6px 0 0;
}
.uqc .section-other .section-ac:last-child {
  border-radius: 0 0 6px 6px;
}
.uqc .increase-option .option {
  margin: 0 auto;
  padding: 30px 0 80px 0;
  max-width: 670px;
  text-align: center;
}
.uqc .increase-option .option .h {
  display: flex;
  justify-content: center;
  font-size: 23px;
  color: #e4007f;
}
.uqc .increase-option .option .h span {
  display: block;
  position: relative;
  padding: 0 35px;
}
.uqc .increase-option .option .h span:after,
.uqc .increase-option .option .h span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.uqc .increase-option .option .h span:before {
  right: 100%;
  background-image: url(../img/option-cp-line-l.svg);
}
.uqc .increase-option .option .h span:after {
  left: 100%;
  background-image: url(../img/option-cp-line-r.svg);
}
.uqc .increase-option .option p {
  margin: 0.3em 0;
  line-height: 1.4;
}
.uqc .increase-option .option .gb {
  margin: 25px 0 0;
}
.uqc .increase-option .option .gb h4 {
  font-weight: 700;
  font-size: 18px;
}
.uqc .increase-option .option .gb .img {
  position: relative;
  margin: 9pt 0 0;
}
.uqc .increase-option .option .gb .img:after,
.uqc .increase-option .option .gb .img:before {
  content: "";
  display: block;
  height: 2px;
  background-image: url(../img/line-dashed.svg);
  background-size: contain;
}
.uqc .increase-option .option .gb .img img {
  margin: 15px auto;
  max-width: 340px;
}
.uqc .increase-option .option .gb .img h5 {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  font-size: 17px;
  color: #e4007f;
}
.uqc .increase-option .option .gb .img h5 span {
  display: block;
  position: relative;
  padding: 0 5px;
}
.uqc .increase-option .option .gb .img h5 span:after,
.uqc .increase-option .option .gb .img h5 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
}
.uqc .increase-option .option .gb .img h5 span:before {
  right: 100%;
  background-image: url(../img/option-cp-line-l.svg);
}
.uqc .increase-option .option .gb .img h5 span:after {
  left: 100%;
  background-image: url(../img/option-cp-line-r.svg);
}
@media screen and (max-width: 768px) {
  .uqc .increase-option .option {
    padding: 20px 17px 70px 17px;
    max-width: 100%;
  }
  .uqc .increase-option .option .h {
    margin: 0 0 14px;
    font-size: 5.2vw;
    line-height: 1.4;
  }
  .uqc .increase-option .option .h span {
    padding: 0 1vw;
  }
  .uqc .increase-option .option .h span:after,
  .uqc .increase-option .option .h span:before {
    top: auto;
    bottom: 0;
    width: 7.4vw;
    height: 7.4vw;
  }
  .uqc .increase-option .option .gb {
    margin: 20px 0 0;
  }
  .uqc .increase-option .option .gb h4 {
    font-size: 1pc;
  }
  .uqc .increase-option .option .gb .img {
    margin: 2vw 0 0 0;
  }
  .uqc .increase-option .option .gb .img img {
    margin: 2vw 0 4vw 0;
    max-width: 100%;
  }
  .uqc .increase-option .option .gb .img h5 {
    margin: 3vw 0 0 0;
    font-size: 4.6vw;
  }
  .uqc .increase-option .option .gb .img h5 span {
    padding: 0 1vw;
  }
  .uqc .increase-option .option .gb .img h5 span:after,
  .uqc .increase-option .option .gb .img h5 span:before {
    width: 7.4vw;
    height: 7.4vw;
  }
}
/* 増量オプション */
/* 通話オブション */
.uqc .sc-other04 strong {
  font-weight: 700;
  }
  .uqc .sc-other04 .notes {
    font-size: 13px;
  }
.uqc .note, .uqc .notes {
	font-size: 13px;
    line-height: 1.5;
}
.uqc .call-option {
    margin: 0 auto;
    padding: 30px 30px 80px;
    max-width: 740px
}

.uqc .call-option .uqv2-parts-flex3clm {
    display: flex;
    justify-content: center;
    margin: 0 -10px
}

.uqc .call-option .uqv2-parts-flex3clm-li {
    flex-basis: 33.333%;
    margin: 0!important;
    padding: 0 10px
}

.uqc .call-option .page-box01 {
    height: 100%;
    border: 1px solid #000;
    text-align: center;
    color: #000
}

.uqc .call-option .page-box01-title {
    padding: 1.2em 0;
    background: #f4f4f4;
    font-size: 14px
}

.uqc .call-option .page-box01-cont {
    padding: 0 14px 20px 14px
}

.uqc .call-option .page-box01-cont span {
    display: inline-block
}

.uqc .call-option .page-box01-cont .pink {
    color: #e4007f
}

.uqc .call-option .page-box01-wrap {
    margin: 18px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #cdcdcd
}

.uqc .call-option .page-box01-stitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
    min-height: 6em;
    border-bottom: 1px solid #cdcdcd;
    font-weight: 500;
    font-size: 18px
}

.uqc .call-option .uqv2-parts-flex3clm .page-box01-stitle sup {
    margin-left: -1em;
    transform-origin: 100% 20%
}

.uqc .call-option .page-box01-small {
    font-size: 11px
}

.uqc .call-option .page-box01-text {
    font-size: 14px
}

.uqc .call-option .page-box01-text2 {
    margin-top: .3em;
    font-weight: 700
}

.uqc .call-option .page-box01-plan {
    font-weight: 700
}

.uqc .call-option .page-box01-text .optionname {
    font-size: 16px;
    font-weight: 700
}

.uqc .call-option .page-box01-text strong {
    font-size: 18px
}

.uqc .call-option .page-box01-text-bottom {
    margin: 5px 0 0 0;
    line-height: 1.5
}

.uqc .call-option .text-link {
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 16px
}

.uqc .call-option .text-link_bold {
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.uqc .call-option .page-box-basic {
    display: flex;
    margin: 0 0 20px 0
}

.uqc .call-option .page-box-basic .page-box01-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 200px;
    padding: 10px
}

.uqc .call-option .page-box-basic .page-box01-title br {
    display: none
}

.uqc .call-option .page-box-basic .page-box01-stitle {
    display: block;
    margin: 0;
    padding: 1.5em 0 .5em 0;
    min-height: 1em;
    border-bottom: 0;
    text-align: left
}

.uqc .call-option .page-box-basic .page-box01-stitle .text {
    display: inline-block;
    font-weight: 400;
    font-size: 14px
}

.uqc .call-option .page-box-basic .page-box01-cont {
    text-align: left
}

.uqc .call-option .uqv2-parts-ul--none {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.4
}

.uqc .call-option .uqv2-parts-ul--none .uqv2-parts-ul--none {
    margin: 0 0 .35em 0
}

.uqc .call-option .uqv2-parts-ul--none li {
    padding-left: 2.3em;
    text-indent: -2.3em
}

.uqc .call-option .uqv2-parts-ul--none .uqv2-parts-ul--none li {
    margin-top: 0!important
}

.uqc .call-option .uqv2-parts-ul--none li>i {
    display: inline-block;
    width: 2.3em
}

.uqc .call-option .uqv2-parts-ul--none2 li {
    padding-left: 1em;
    text-indent: -1em
}

.uqc .call-option .uqv2-parts-ul--none2 li>i {
    width: 1em
}

@media screen and (max-width: 768px) {
    .uqc .call-option {
        padding:20px 4.66667vw 70px 4.66667vw
    }

    .uqc .call-option .uqv2-parts-ul--none {
        font-size: 13px
    }

    .uqc .call-option .uqv2-parts-flex3clm {
        display: block;
        margin: 0
    }

    .uqc .call-option .uqv2-parts-flex3clm-li {
        margin: 0 0 10px 0!important;
        padding: 0
    }

    .uqc .call-option .page-box01-stitle {
        padding: .8em 0;
        min-height: initial
    }

    .uqc .call-option .page-box-basic .page-box01-title {
        flex-basis: 200px
    }

    .uqc .call-option .page-box-basic .page-box01-stitle {
        margin: 0;
        padding: 15px 0 .5em 0
    }

    .uqc .call-option .text-link {
        padding: 10px 0 10px 0;
        font-size: 14px
    }

    .uqc .call-option .text-link_bold {
        font-size: 15px
    }
}

/* データ繰越 */
.uqc .sc-kurikoshi {
    padding: 20px 0 0;
}
.uqc .sc-kurikoshi .info {
    margin: 0 auto;
    max-width: 740px;
}
.uqc .sc-kurikoshi .info .row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 10px 0 0 0;
    max-width: 600px;
    justify-content: center;
}
.uqc .sc-kurikoshi .info .h-sp {
    display: none;
}
.uqc .sc-kurikoshi .info .image {
    flex-basis: 52%;
}
.uqc .sc-kurikoshi .info .text {
    flex: 1;
    padding: 0 15px 0 0;
}
.uqc .sc-kurikoshi .info .text .h {
    margin-right: -1em;
    font-size: 23px;
    line-height: 1.4;
}
.uqc .sc-kurikoshi .info .text .note, .uqc .sc-kurikoshi .info .text .tip-btn {
    margin: 10px 0 0;
}
.note-tip-balloon .monospace, .uqc .monospace {
    font-family: monospace;
}
.uqc .tip-btn-note a {
    background-image: url(../img/tip-btn-note.svg);
}
.uqc .tip-btn a {
    display: block;
    overflow: hidden;
    width: 51px;
    height: 0;
    padding-top: 26px;
    background-size: contain;
    white-space: nowrap;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .uqc .section-other .ac-head {
        height:11.2vw
    }

    .uqc .section-other .ac-head h2 {
        padding: 0 0 0 4vw;
        font-size: 4vw
    }

    .uqc .section-other .ac-head i {
        right: 15px
    }
}
@media screen and (max-width: 768px) {
    .uqc .sc-kurikoshi {
        padding:10px 0 0
    }

    .uqc .sc-kurikoshi .info {
        padding: 0 8px;
        max-width: 100%
    }

    .uqc .sc-kurikoshi .info .row {
        display: block;
        max-width: 100%
    }

    .uqc .sc-kurikoshi .info .h-sp {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .uqc .sc-kurikoshi .info .image {
        margin: 0
    }

    .uqc .sc-kurikoshi .info .text {
        display: flex;
        align-items: center;
        padding: 10px 0 0 0
    }

    .uqc .sc-kurikoshi .info .text .h {
        display: none
    }

    .uqc .sc-kurikoshi .info .text .note {
        margin: 0;
        flex: 1
    }

    .uqc .sc-kurikoshi .info .text .tip-btn {
        justify-content: flex-end;
        margin: 0
    }
}
/* データくりこし */




  /* ↓データ消費0 */
.uqc .sc-data .info02 .row {
	flex-direction: column;
}
.uqc .content .section-data .head {
	height: 115px;
}
.uqc .content-feature .section .head .h .main h2 {
	transform-origin: 0 50%;
}
.uqc .content-feature .section .head .h .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 180px;
	flex-shrink: 0;
}
.uqc .content .section .head .h {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1.1;
}
.uqc .sc-data {
	margin: 0 auto;
	max-width: 670px;
}
.uqc .head-data .h .main .catch {
	font-size: 20px;
	color: #000 !important;
}
.uqc .head-data .h .main h2 {
	margin: 0.06em 0 0;
	font-size: 35px;
	color: #e4007f !important;
}
.uqc .jp-bold-ex {
	font-weight: 900;
}
.uqc .jp-bold-ex.ttl-tab {
	align-items: end;
}

.uqc .sc-data .catch {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}
.uqc .sc-data .catch h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.note-tip-balloon .jp-bold, .uqc .jp-bold {
	font-weight: 700;
}
.uqc .sc-data .zero {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0 0;
}
.uqc .sc-data .zero .image {
	max-width: 300px;
}
.uqc .sc-data .zero .h {
	font-size: 22px;
	line-height: 1.3;
}
.uqc .sc-data .zero .title {
	display: flex;
	align-items: center;
}
.uqc .sc-data .zero .title .tip-btn {
	padding: 2px 0 0 5px;
}
.uqc .tip-btn-note a {
	background-image: url(../img/tip-btn-note.svg);
}
.uqc .tip-btn a {
	display: block;
	overflow: hidden;
	width: 51px;
	height: 0;
	padding-top: 26px;
	background-size: contain;
	white-space: nowrap;
	text-decoration: none;
}
.uqc .sc-data .info02 .app {
	display: flex;
	justify-content: flex-end;
	margin: 40px 0 0 0;
}
.uqc .sc-data .app .mode {
	flex-basis: 50%;
	padding: 0 20px 0 0;
}
.uqc .sc-data .app .mode > div {
	position: relative;
}
.uqc .sc-data .app .mode > p { 
	font-size: 13px;
}
.uqc .sc-data .app .mode a {
	display: block;
	position: absolute;
	top: 27.9%;
	left: 87.66%;
	width: 6.66%;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .sc-data .app .widget {
	flex-basis: 50%;
	padding: 0 0 0 15px;
}
.uqc .sc-data .app .widget .frame {
	display: flex;
	align-items: center;
	padding: 0 5px 0 0;
	background-color: #f9e6f0;
	border-radius: 5px;
}
.uqc .sc-data .app .widget .frame h4 {
	flex: 1;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.uqc .sc-data .app .widget .frame h4 .small {
	font-size: 12px;
}
.uqc .sc-data .app .widget .frame h4 span {
	display: block;
}
.uqc .sc-data .app .widget .frame .image {
	padding: 10px 0 0 0;
	flex-basis: 130px;
}
.uqc .sc-data .app .widget .notes {
	margin: 20px 0 0 0;
}
@media screen and (max-width: 980px) {
	.uqc .content .section .head .h .icon {
		flex-basis: 120px;
	}
  .uqc .content .section .head .h-cmn .icon {
		flex-basis: unset !important;
	}
}
@media screen and (max-width: 768px) {
	.uqc .content .section .head .h .main h2 {
		transform-origin: 0 50%;
	}
  .uqc .content .section .head .h-cmn .main h2 {
		font-size: 25px;
	}
	.uqc .head-data .h .main h2 {
		font-size: 7.4vw;
	}
	.uqc .head-data .h .main .catch {
		font-size: 3.4vw;
    line-height: 1.3;
	}
	.uqc .head-data .h .main .catch > span {
		display: block;
    padding: 0;
    font-size: 3.7vw;
	}
	.uqc .sc-data {
		padding: 0 20px;
    max-width: 100%;
	}
	.uqc .sc-data .catch {
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.uqc .sc-data .catch h3 {
		margin: 0 0 5px 0;
		font-size: 19px;
	}
	.uqc .sc-data .catch p {
		text-align: left;
	}
	.uqc .sc-data .zero {
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .zero .h {
		text-align: center;
		font-size: 24px;
	}
	.uqc .sc-data .zero .image {
		position: static;
		max-width: 100%;
	}
	.uqc .sc-data .zero .title {
		justify-content: center;
	}
	.uqc .sc-data .zero .title h3 {
		font-size: 30px;
	}
	.uqc .sc-data .zero .title .tip-btn {
		padding: 2px 0 0 5px;
	}
	.uqc .sc-data .zero .graph {
		margin: 20px auto 0 auto;
		max-width: 96%;
	}
	.uqc .sc-data .app {
		display: block;
		margin: 20px 0 0 0;
	}
	.uqc .sc-data .app .mode {
		padding: 0;
	}
	.uqc .sc-data .app .widget {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.uqc .sc-data .app .widget .frame {
		padding: 0 10px 0 0;
	}
	.uqc .sc-data .app .widget .frame h4 {
		font-size: 4.2vw;
	}
	.uqc .sc-data .app .widget .frame h4 .small {
		font-size: 3.2vw;
	}
	.uqc .sc-data .app .widget .frame .image {
		padding: 10px 0 0 0;
		flex-basis: 32vw;
	}
	.uqc .content .section > .detail .close {
		margin: 25px 0 0;
		padding: 0 0 25px;
	}
	.uqc .content .section > .detail .close a {
		font-size: 15px;
		color: #717171;
	}
	.uqc .content .section > .detail .close a i {
		width: 26px;
		height: 26px;
	}
}
/* ↑データ0 */



/* 通話オプション */

.notice-center-text{
	text-align: center;
	font-size: 12px;
	margin-top: 20px;

}
.page-box01-ntitle{
	padding: 1em 0 0.2em 0;
  font-weight: 700;
}
.mini-table{
	border: 1px solid #000;
	width: 100%;
  line-height: 1.2;
	font-size: 14px;
}
.mini-table th,.mini-table td {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
	padding: 10px;
}
.mini-table td {
	background: #fff;
}
.page-box-basic .page-box01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 200px;
  padding: 10px;
  background: #f4f4f4;
  font-size: 14px
}
.page-box-basic .page-box01-note , .page-box-basic .page-box01-ntitle {
  text-align: left;
}
.page-box-basic .page-box01__cont {
    padding: 0 20px 20px 20px;
}
.page-box-basic .page-box01__stitle {
  display: block;
  margin: 0;
  padding: 1.5em 0 0.5em 0;
  min-height: 1em;
  border-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
	.page-box-basic{
    display: block !important;
	}
}

.uqc .head-sup {
  font-size: 30%;
  transform-origin: 16% -240%;
}

.plan-tokutoku .plan-detail-tekiyou {
  color: #e4007f;
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.plan-tip-block a {
  display: block;
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  background-color: #ea6094;
  background-image: url(../img/tip-hatena.svg);
  background-size: contain;
  border-radius: 5px;
  transition: opacity .2s cubic-bezier(.39,.575,.565,1);
}

.plan-tip-block {
  margin: 20px 0 0 0;
}
.plan-tip-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: 14px;
}
.plan-tip-block ul li:nth-child(2) {
  margin-left: 20px;
}

.plan-tip-block ul li {
  display: flex;
}

.plan-tip-block ul li.full {
    margin: 15px 0 0 0;
}


/* 6/5 */

/* tip-plan */
.tip-plan-setwari img {
  display: block;
}
.tip-plan-setwari .head h3 {
  position: relative;
  padding: 0 0 0 55px;
  font-size: 20px;
  color: #e4007f;
}
.tip-plan-setwari .head h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-image: url(../img/tip-setwari-icon.svg);
}
.tip-plan-setwari .head p {
  padding: 0 0 0 55px;
}
.tip-plan-setwari .head p sup {
  margin: 0 -0.2em;
}
.tip-plan-setwari .note {
  margin: 20px 0 0 0;
  font-size: 12px;
}
.tip-plan-setwari .courses {
  display: flex;
  margin: 0 -8px;
}
.tip-plan-setwari h4 {
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  border: 2px solid #000;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
}
.tip-plan-setwari h4::before {
  content: "";
  display: block;
  margin: 0 5px 0 0;
  width: 36px;
  height: 36px;
  background-size: contain;
}
.tip-plan-setwari .course-net {
  margin: 20px 0 0 0;
  padding: 0 8px;
  flex-basis: 64%;
}
.tip-plan-setwari .course-net .wrap {
  display: flex;
  margin: 10px 0 0 0;
}
.tip-plan-setwari .course-net .box01 {
  flex-basis: 100px;
  text-align: center;
  margin: 35px 0 0 0;
  font-size: 12px;
}
.tip-plan-setwari .course-net .box01 .notes > li {
	font-size: 10px;
}
.tip-plan-setwari .course-net .box01 img {
  margin: 0 auto 2px auto;
  width: 40px;
}
.tip-plan-setwari .course-net .box01 .logo img {
  margin: 5px auto 4px auto;
  width: 82px;
}
.tip-plan-setwari .course-net .plus {
  flex-basis: 30px;
}
.tip-plan-setwari .course-net .plus img {
  margin: 46px 0 0 -12px;
  width: 30px;
}
.tip-plan-setwari .course-net .service {
  flex: 1;
}
.tip-plan-setwari .course-net .service .title {
  position: relative;
  display: flex;
  justify-content: center;
}
.tip-plan-setwari .course-net .service .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  border: 1px solid #000;
  border-bottom: 0;
}
.tip-plan-setwari .course-net .service .title span {
  display: block;
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}
.tip-plan-setwari .course-net .boxes {
  display: flex;
  white-space: nowrap;
}
.tip-plan-setwari .course-net .boxes .box {
  flex-basis: 33.333%;
  font-size: 12px;
}
.tip-plan-setwari .course-net .boxes .box ul {
  font-size: 10px;
}
.tip-plan-setwari .course-net .boxes .box .logo img {
  margin: 0 auto 4px auto;
  width: 80px;
}
.tip-plan-setwari .course-denki {
  margin: 20px 0 0 0;
  padding: 0 8px;
  flex: 1;
}
.tip-plan-setwari .course-denki .boxes {
  display: flex;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.tip-plan-setwari .course-denki .boxes .plus {
  flex-basis: 30px;
}
.tip-plan-setwari .course-denki .boxes .plus img {
  margin: 46px 0 0 -12px;
  width: 30px;
}
.tip-plan-setwari .course-denki .boxes .box01 {
  margin: 35px 0 0 0;
  font-size: 12px;
}
.tip-plan-setwari .course-denki .boxes .box01 img {
  margin: 0 auto 2px auto;
  width: 40px;
}
.tip-plan-setwari .course-denki .boxes .box01 .logo img {
  margin: 5px auto 4px auto;
  width: 82px;
}
.tip-plan-setwari .course-denki .boxes .box02 {
  margin: 15px 0 0 0;
}
.tip-plan-setwari .course-denki .boxes .box02 img {
  margin: 0 auto;
  width: 78px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo {
  margin: 5px auto 0 auto;
  width: 86px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tip-plan-setwari-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari .head h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2.6vw 0;
    padding: 0;
    font-size: 5vw;
  }
  .tip-plan-setwari .head h3::before {
    position: static;
    margin: -2.4vw 1.3vw 0 0;
    width: 10.6vw;
    height: 10.6vw;
  }
  .tip-plan-setwari .head p {
    padding: 0;
  }
  .tip-plan-setwari .note {
    margin: 5.3vw 0 0 0;
    font-size: 3.2vw;
  }
  .tip-plan-setwari .courses {
    display: block;
    margin: 0;
  }
  .tip-plan-setwari h4 {
    padding: 0 0 0 1.3vw;
    font-size: 4vw;
  }
  .tip-plan-setwari h4::before {
    margin: 0 1.3vw 0 0;
    width: 9.6vw;
    height: 9.6vw;
  }
  .tip-plan-setwari .course-net {
    margin: 5.3vw 0 0 0;
    padding: 0;
  }
  .tip-plan-setwari .course-net .wrap {
    display: block;
    margin: 2.6vw 0 0 0;
  }
  .tip-plan-setwari .course-net .box01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4vw 0 1vw 0;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .tip-plan-setwari .course-net .box01 .notes > li {
    margin-top: 5px;
    font-size: 2.0vw;
  }
  .tip-plan-setwari .course-net .box01 img {
    margin: 0 2.6vw 0 0;
    width: 10.6vw;
  }
  .tip-plan-setwari .course-net .box01 .logo img {
    margin: 0 0 0.5vw 0;
    width: 21.3vw;
  }
  .tip-plan-setwari .course-net .plus {
    margin: 0 auto;
    width: 30px;
  }
  .tip-plan-setwari .course-net .plus img {
    margin: 0;
    width: 8vw;
  }
  .tip-plan-setwari .course-net .service {
    margin: 1.3vw 0 0 0;
  }
  .tip-plan-setwari .course-net .boxes .box {
    font-size: 2.9vw;
  }
  .tip-plan-setwari .course-net .boxes .box ul {
    font-size: 2.6vw;
  }
  .tip-plan-setwari .course-net .boxes .box .logo img {
    margin: 0.4vw auto 1vw auto;
    width: 21.3vw;
  }
  .tip-plan-setwari .course-denki {
    margin: 5.3vw 0 0 0;
    padding: 0;
  }
  .tip-plan-setwari .course-denki .boxes {
    margin: 1.3vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari .course-denki .boxes .box {
    flex-basis: 43%;
  }
  .tip-plan-setwari .course-denki .boxes .plus {
    flex: 1;
  }
  .tip-plan-setwari .course-denki .boxes .plus img {
    margin: 10.1vw auto 0 auto;
    width: 8vw;
  }
  .tip-plan-setwari .course-denki .boxes .box01 {
    margin: 6.6vw 0 0 0;
    font-size: 3.2vw;
  }
  .tip-plan-setwari .course-denki .boxes .box01 img {
    margin: 0 auto 1.3vw auto;
  }
  .tip-plan-setwari .course-denki .boxes .box01 .logo img {
    margin: 0 0 0.5vw 0;
    width: 21.3vw;
  }
  .tip-plan-setwari .course-denki .boxes .box02 {
    margin: 0;
  }
  .tip-plan-setwari .course-denki .boxes .box02 img {
    width: 21.8vw;
  }
  .tip-plan-setwari .course-denki .boxes .box02 .logo {
    margin: 3.7vw auto 0 auto;
    width: 25vw;
  }
}
.tip-plan-setwari .course-net h4 {
  background-color: #79e5f1;
}
.tip-plan-setwari .course-net h4::before {
  background-image: url(../img/tip-setwari-net-icon00.svg);
}
.tip-plan-setwari .course-denki h4 {
  background-color: #f3f146;
}
.tip-plan-setwari .course-denki h4::before {
  background-image: url(../img/tip-setwari-denki-icon00.svg);
}
.tip-plan-setwari-condition .head h3 {
  position: relative;
  padding: 0 0 0 55px;
  font-size: 18px;
}
.tip-plan-setwari-condition .head h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-image: url(../img/tip-setwari-icon.svg);
}
.tip-plan-setwari-condition .head p {
  padding: 0 0 0 55px;
}
.tip-plan-setwari-condition .table {
  margin: 20px 0;
}
.tip-plan-setwari-condition .note {
  font-size: 13px;
}
.tip-plan-setwari-condition .note li {
  display: inline;
}
@media screen and (min-width: 769px) {
  .tip-plan-setwari-condition-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-condition .head h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2.6vw 0;
    padding: 0;
    font-size: 5vw;
  }
  .tip-plan-setwari-condition .head h3::before {
    position: static;
    margin: -2.4vw 1.3vw 0 0;
    width: 10.6vw;
    height: 10.6vw;
  }
  .tip-plan-setwari-condition .head p {
    padding: 0;
  }
  .tip-plan-setwari-condition .table {
    margin: 2vw 0 4vw 0;
  }
  .tip-plan-setwari-condition .note {
    font-size: 3.2vw;
  }
}
.tip-plan-setwari-kazoku .row {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.tip-plan-setwari-kazoku .head {
  position: relative;
  padding: 10px 30px 0 20px;
  text-align: center;
  line-height: 1.3;
}
.tip-plan-setwari-kazoku .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #000;
}
.tip-plan-setwari-kazoku .head .catch {
  font-size: 16px;
}
.tip-plan-setwari-kazoku .head .catch sup {
  margin: 0 -0.1em;
}
.tip-plan-setwari-kazoku .head h3 {
  font-weight: inherit;
  font-size: 32px;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .note {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 13px;
}
.tip-plan-setwari-kazoku .head .text {
  margin: 7px 0 2px 0;
  font-size: 20px;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price-block {
  display: flex;
  justify-content: center;
  margin: 0 0 -14px 0;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price {
  display: flex;
  justify-content: center;
  font-size: 26px;
  line-height: 1.1;
}
.tip-plan-setwari-kazoku .head .price div {
  margin: 27px 0 0 0;
}
.tip-plan-setwari-kazoku .head .price .num {
  margin: 0 0.04em 0 0;
  font-size: 70px;
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.tip-plan-setwari-kazoku .head .waribiki {
  margin: 17px 0 0 0;
  font-size: 32px;
}
.tip-plan-setwari-kazoku .setwari-detail {
  position: relative;
  padding: 0 5px 0 25px;
  font-size: 14px;
  line-height: 1.7;
}
.tip-plan-setwari-kazoku .setwari-detail ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.tip-plan-setwari-kazoku .foot {
  margin: 25px 0 0 0;
}
.tip-plan-setwari-kazoku .foot .note {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .tip-plan-setwari-kazoku-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-kazoku .row {
    display: block;
    padding: 0;
  }
  .tip-plan-setwari-kazoku .head {
    padding: 2vw 0 4.6vw 0;
    border-bottom: 1px solid #000;
  }
  .tip-plan-setwari-kazoku .head::before {
    content: none;
  }
  .tip-plan-setwari-kazoku .head .catch {
    font-size: 4.4vw;
  }
  .tip-plan-setwari-kazoku .head h3 {
    font-weight: inherit;
    font-size: 8.4vw;
  }
  .tip-plan-setwari-kazoku .head .note {
    margin: 1.3vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .head .text {
    margin: 1.8vw 0 1vw 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price-block {
    display: block;
    margin: 0;
  }
  .tip-plan-setwari-kazoku .head .price {
    margin: 0 0 -15px 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price div {
    margin: 7vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .head .price .num {
    margin: 0 0.04em 0 0;
    font-size: 15.8vw;
  }
  .tip-plan-setwari-kazoku .head .waribiki {
    margin: 0;
    font-size: 7.4;
  }
  .tip-plan-setwari-kazoku .setwari-detail {
    padding: 4vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .foot {
    margin: 4vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .foot .note {
    font-size: 3.4vw;
  }
}
.tip-plan-aupay .row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.tip-plan-aupay .head {
  position: relative;
  padding: 10px 30px 0 20px;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0;
}
.tip-plan-aupay .head .catch {
  font-size: 16px;
}
.tip-plan-aupay .head .catch sup {
  margin: 0 -0.1em;
}
.tip-plan-aupay .head h3 {
  font-weight: inherit;
  font-size: 32px;
  color: #e4007f;
}
.tip-plan-aupay .head .text {
  margin: 7px 0 2px 0;
  font-size: 18px;
  color: #e4007f;
}
.tip-plan-aupay .head .price-block {
  display: flex;
  justify-content: center;
  margin: 0 0 -14px 0;
  color: #e4007f;
}
.tip-plan-aupay .head .price {
  display: flex;
  justify-content: center;
  font-size: 26px;
  line-height: 1.1;
}
.tip-plan-aupay .head .price div {
  margin: 27px 0 0 0;
}
.tip-plan-aupay .head .price .num {
  margin: 0 0.04em 0 0;
  font-size: 70px;
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.tip-plan-aupay .head .waribiki {
  margin: 17px 0 0 0;
  font-size: 32px;
}
.tip-plan-aupay .setwari-detail {
  position: relative;
  padding: 0 20px 0 30px;
  font-size: 14px;
  line-height: 1.7;
}
.tip-plan-aupay .setwari-detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #000;
}
.tip-plan-aupay .foot {
  margin: 25px 0 0 0;
}
.tip-plan-aupay .foot .note {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .tip-plan-aupay-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-aupay .row {
    display: block;
    padding: 0;
  }
  .tip-plan-aupay .head {
    padding: 2vw 0 4.6vw 0;
    border-bottom: 1px solid #000;
  }
  .tip-plan-aupay .head .catch {
    font-size: 4.4vw;
  }
  .tip-plan-aupay .head h3 {
    font-weight: inherit;
    font-size: 8.4vw;
  }
  .tip-plan-aupay .head .note {
    margin: 1.3vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-aupay .head .text {
    margin: 1.8vw 0 1vw 0;
    font-size: 4.4vw;
  }
  .tip-plan-aupay .head .price-block {
    display: block;
    margin: 0;
  }
  .tip-plan-aupay .head .price {
    margin: 0 0 -15px 0;
    font-size: 5.2vw;
  }
  .tip-plan-aupay .head .price div {
    margin: 7vw 0 0 0;
  }
  .tip-plan-aupay .head .price .num {
    margin: 0 0.04em 0 0;
    font-size: 15.8vw;
  }
  .tip-plan-aupay .head .waribiki {
    margin: 0;
    font-size: 7.4;
  }
  .tip-plan-aupay .setwari-detail {
    padding: 4vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-aupay .setwari-detail::before {
    content: none;
  }
  .tip-plan-aupay .foot {
    margin: 4vw 0 0 0;
  }
  .tip-plan-aupay .foot .note {
    font-size: 3.4vw;
  }
}
.tip-plan-setwari-condition .head h3 {
  position: relative;
  padding: 0 0 0 55px;
  font-size: 18px;
}
.tip-plan-setwari-condition .head h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-image: url(../img/tip-setwari-icon.svg);
}
.tip-plan-setwari-condition .head p {
  padding: 0 0 0 55px;
}
.tip-plan-setwari-condition .table {
  margin: 20px 0;
}
.tip-plan-setwari-condition .note {
  font-size: 13px;
}
.tip-plan-setwari-condition .note li {
  display: inline;
}
@media screen and (min-width: 769px) {
  .tip-plan-setwari-condition-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-condition .head h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2.6vw 0;
    padding: 0;
    font-size: 5vw;
  }
  .tip-plan-setwari-condition .head h3::before {
    position: static;
    margin: -2.4vw 1.3vw 0 0;
    width: 10.6vw;
    height: 10.6vw;
  }
  .tip-plan-setwari-condition .head p {
    padding: 0;
  }
  .tip-plan-setwari-condition .table {
    margin: 2vw 0 4vw 0;
  }
  .tip-plan-setwari-condition .note {
    font-size: 3.2vw;
  }
}
.tip-plan-setwari-kazoku .row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.tip-plan-setwari-kazoku .head {
  position: relative;
  padding: 10px 30px 0 20px;
  text-align: center;
  line-height: 1.3;
}
.tip-plan-setwari-kazoku .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #000;
}
.tip-plan-setwari-kazoku .head .catch {
  font-size: 16px;
}
.tip-plan-setwari-kazoku .head .catch sup {
  margin: 0 -0.1em;
}
.tip-plan-setwari-kazoku .head h3 {
  font-weight: inherit;
  font-size: 32px;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .note {
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 13px;
}
.tip-plan-setwari-kazoku .head .text {
  margin: 7px 0 2px 0;
  font-size: 20px;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price-block {
  display: flex;
  justify-content: center;
  margin: 0 0 -14px 0;
  color: #e4007f;
}
.tip-plan-setwari-kazoku .head .price {
  display: flex;
  justify-content: center;
  font-size: 26px;
  line-height: 1.1;
}
.tip-plan-setwari-kazoku .head .price div {
  margin: 27px 0 0 0;
}
.tip-plan-setwari-kazoku .head .price .num {
  margin: 0 0.04em 0 0;
  font-size: 70px;
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.tip-plan-setwari-kazoku .head .waribiki {
  margin: 17px 0 0 0;
  font-size: 32px;
}
.tip-plan-setwari-kazoku .setwari-detail {
  position: relative;
  padding: 0 5px 0 25px;
  font-size: 14px;
  line-height: 1.7;
}
.tip-plan-setwari-kazoku .setwari-detail ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.tip-plan-setwari-kazoku .foot {
  margin: 25px 0 0 0;
}
.tip-plan-setwari-kazoku .foot .note {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .tip-plan-setwari-kazoku-opened {
    width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-kazoku .row {
    display: block;
    padding: 0;
  }
  .tip-plan-setwari-kazoku .head {
    padding: 2vw 0 4.6vw 0;
    border-bottom: 1px solid #000;
  }
  .tip-plan-setwari-kazoku .head::before {
    content: none;
  }
  .tip-plan-setwari-kazoku .head .catch {
    font-size: 4.4vw;
  }
  .tip-plan-setwari-kazoku .head h3 {
    font-weight: inherit;
    font-size: 8.4vw;
  }
  .tip-plan-setwari-kazoku .head .note {
    margin: 1.3vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .head .text {
    margin: 1.8vw 0 1vw 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price-block {
    display: block;
    margin: 0;
  }
  .tip-plan-setwari-kazoku .head .price {
    margin: 0 0 -15px 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price div {
    margin: 7vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .head .price .num {
    margin: 0 0.04em 0 0;
    font-size: 15.8vw;
  }
  .tip-plan-setwari-kazoku .head .waribiki {
    margin: 0;
    font-size: 7.4;
  }
  .tip-plan-setwari-kazoku .setwari-detail {
    padding: 4vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .foot {
    margin: 4vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .foot .note {
    font-size: 3.4vw;
  }
}
/* tip-plan */
@media screen and (min-width: 769px) {
  .uqc .visible-sp {
    display: none !important;
  }
  .uqc .hidden-pc {
    display: none !important;
  }
  .table .visible-sp {
    display: none !important;
  }
  .table .hidden-pc {
    display: none !important;
  }
  .link-block .visible-sp {
    display: none !important;
  }
  .link-block .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .visible-pc {
    display: none !important;
  }
  .uqc .hidden-sp {
    display: none !important;
  }
  .table .visible-pc {
    display: none !important;
  }
  .table .hidden-sp {
    display: none !important;
  }
  .link-block .visible-pc {
    display: none !important;
  }
  .link-block .hidden-sp {
    display: none !important;
  }
}

.note-tip-balloon .link-block {
  margin: 20px 0 0 0;
  text-align: center;
}

.plan-otoku-heading h2 .lg sup {
  position: relative;
  top: -0.2em;
  margin: 0 -0.16em;
  font-size: 18px;
  transform-origin: 50% 0%;
}

@media screen and (max-width: 1179px) {
  .ac-foot-fixed, .ac-foot {
      margin-left: -57px !important;
  }
}

.plan-detail-items table .caption th {
  padding: 5px;
  background-color: #fce5f2;
  text-align: center;
  font-size: 14px;
}

.plan-detail-items table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 11px;
}

.plan-detail-items table td .price {
  display: flex;
  margin-bottom: -5px;
  justify-content: center;
}

.plan-detail-items table td .null {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan-tip-block ul {
      display: block;
      font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .plan-tip-block ul li {
      justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .plan-detail-notes {
      padding: 4vw 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .plan-tip-block {
      margin: 0;
  }
}

.plan-tuuwahoudai .row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .plan-komikomi .plan-detail-price .catch {
    display: block;
    position: absolute;
    bottom: 6.6vw;
    left: 29vw;
    right: 6vw;
    font-size: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .plan-tuuwahoudai .row {
      display: block;
  }
}

@media screen and (max-width: 768px) {
  .plan-tuuwahoudai .block {
      display: block;
  }
}

@media screen and (max-width: 768px) {
  .plan-tuuwahoudai .waribiki {
      display: flex;
      justify-content: space-between;
      padding: 0 0 0 2vw;
  }
  .plan-tuuwahoudai .block .text {
    padding: 1vw 0 0 0;
    font-size: 3.2vw;
  }
  .plan-tuuwahoudai .waribiki .price .num {
    font-size: 15vw;
  }
  .plan-tuuwahoudai .total {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 2.2vw 0 0 2vw;
    border-top: 1px dashed #d8232a;
  }
}

.plan-minimini .plan-detail-tekiyou {
  color: #008ec4;
}
.plan-detail-tekiyou {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.plan-detail-items table {
  width: 290px;
  line-height: 1.2;
  white-space: nowrap;
  margin-left: 30px;
}
.plan-detail-items table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 11px;
}
.plan-detail-items table td {
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 10px;
  padding: 7px 5px;
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan-detail-items table {
      width: 100%;
      margin-left: 0;
  }
}

.section-price {
  border: none !important;
  padding-bottom: 20px;
}

.stay {
  margin: 0 0 10px;
  background-color: #fff;
  border: 3px solid #e4007f;
  border-radius: 10px;
  margin-top: 20px;
}

.section-price .head {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 950px;
}

.uqc .content .section .head .h {
  cursor: default;
}
.uqc .content .section .head .h-cmn {
  justify-content: center;
}

.uqc .content .section .head .h::after {
  content: '';
  position: absolute;
  top: 90px;
  left: 30px;
  right: 30px;
  display: block;
  border-top: 2px dashed #8dc5b2;
}

.uqc .content .section .head .h-high::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .uqc .content .section .head .h::after {
    top: 70px;
  }
  .plan-tip-block ul li:nth-child(2) {
    margin-left: 0;
  }
}
.uqc .application-fixed {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 10px 0 0 180px;
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  letter-spacing: .03em;
  transform: translateY(100%);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .application-fixed .btn-fill-icon:after,
.uqc .application-fixed .btn-outline-icon:after {
  content: "　";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  width: 30px;
  height: auto;
  font-size: 30px;
  line-height: 1;
  background-size: cover;
}
.application-fixed-show .uqc .application-fixed {
  transform: translateY(0);
}
.uqc .application-fixed ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 46pc;
  text-align: center;
}
.uqc .application-fixed ul li {
  flex-basis: 50%;
  padding: 0 13px;
}
.uqc .application-fixed ul li .text {
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 1.3;
}
.uqc .application-fixed ul li .text.hidden {
	visibility: hidden;
}
.uqc .application-fixed ul li .text br {
  display: none;
}
.uqc .application-fixed ul li a {
  height: 58px;
  border-width: 1px;
  font-size: 16px;
}
.uqc .application-fixed ul li a:before {
  left: 20px;
  margin-top: -20px;
  padding-top: 40px;
  width: 40px;
}
.uqc .application-fixed ul li a br {
  display: none;
}
.has-application-fixed .uq-pagetop {
	bottom: 120px;
}
@media screen and (max-width: 1179px) {
  .uqc .application-fixed {
    padding: 10px 0 9pt;
  }
}
@media screen and (max-width: 768px) {
  .uqc .application-fixed {
    padding: 5px 4.66667vw 0;
    height: 84px;
  }
  .uqc .application-fixed ul {
    margin: 0 -5px;
  }
  .uqc .application-fixed ul li {
    padding: 0 5px;
  }
  .uqc .application-fixed ul li a {
    height: 50px;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
  }
  .uqc .application-fixed ul li a:before {
    left: 6px;
    margin-top: -15px;
    padding-top: 30px;
    width: 30px;
  }
  .uqc .application-fixed ul li a br {
    display: block;
  }
  .uqc .application-fixed ul li a:after,
  .uqc .application-fixed .btn-fill-icon:after,
  .uqc .application-fixed .btn-outline-icon:after {
    right: 0;
    margin-top: -13px;
    width: 26px;
    font-size: 26px;
  }
  .uqc .application-fixed ul li a.blank:after {
    right: 8px;
  }
  .uqc .application-fixed ul li .text {
    margin: 0 -5px 5px -5px;
    font-size: 11px;
    line-height: 1.3;
  }
  .has-application-fixed .uq-pagetop {
		bottom: 100px;
	}
}
.uqc .btn-fill-icon,
.uqc .btn-outline-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 1em;
  height: 80px;
  border: 2px solid #e4007f;
  border-radius: 20px;
  box-shadow: 0 5px 0 #000;
  font-weight: 700;
  font-size: 18px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none !important;
}
.uqc .btn-outline-icon {
  box-shadow: 0 5px 0 #e4007f;
  background-color: #fff;
  color: #000;
}
.uqc .btn-fill-icon {
  background-color: #e4007f;
  color: #fff;
}
.uqc .btn-fill-icon.no-icon,
.uqc .btn-outline-icon.no-icon {
  padding: 0;
}
.os-pc .uqc .btn-fill-icon.hover-link,
.os-pc .uqc .btn-outline-icon.hover-link {
  opacity: 0.7;
}
.uqc .btn-fill-icon:before,
.uqc .btn-outline-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  padding-top: 40px;
  width: 50px;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.uqc .btn-outline-icon.btn-tel:before {
	content: "\e929";
	position: absolute;
	padding-top: 0;
	top: 50%;
	left: 20px;
	color: #e4007f;
	font-family: uq-icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-align: center;
	text-transform: none;
	font-size: 42px;
	z-index: 1;
}
.uqc .btn-outline-icon.btn-simulation:before {
  background-image: url(../img/icon-btn-simulation.svg);
}
.uqc .btn-outline-icon.btn-online:before {
  background-image: url(../img/icon-btn-online.svg);
}
.uqc .btn-fill-icon.btn-online:before {
  background-image: url(../img/icon-btn-online-w.svg);
}
.uqc .btn-outline-icon.btn-shop:before {
  background-image: url(../img/icon-btn-shop.svg);
}
.uqc .btn-fill-icon.btn-shop:before {
  background-image: url(../img/icon-btn-shop-w.svg);
}
.uqc .btn-outline-icon:after {
  background-image: url(../img/icon-btn-arrow.svg);
}
.uqc .btn-outline-icon.blank:after {
  background-image: url(../img/icon-btn-blank.svg);
}
.uqc .btn-fill-icon:after {
  background-image: url(../img/icon-btn-arrow-w.svg);
}
.uqc .btn-fill-icon.blank:after {
  background-image: url(../img/icon-btn-blank-w.svg);
}
.uqc .btn-outline-icon:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
  .uqc .btn-outline {
    height: 55px;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .btn-outline:after {
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  .uqc .btn-simple {
    padding: 0.8em 0.3em;
    min-width: 290px;
  }
  .uqc .btn-simple span {
    padding: 0 30px 0 25px;
  }
  .uqc .btn-fill-icon,
  .uqc .btn-outline-icon {
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .btn-outline-icon {
    box-shadow: 0 4px 0 0 #e4007f;
  }
  .uqc .btn-fill-icon:before,
  .uqc .btn-outline-icon:before {
    left: 10px;
    margin-top: -15px;
    padding-top: 30px;
    width: 36px;
  }
  .uqc .btn-fill-icon:after,
  .uqc .btn-outline-icon:after {
    right: 10px;
  }
}
#tip-plan-kurikoshi-box > ul > li {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .tip-plan-kurikoshi-box-opened {
    width: 680px;
  }
}



/* データもっと増量キャンペーン */
.pc-only {
  display: block !important;
}
.pc-only-inline {
  display: inline !important;
}
.sp-only {
  display: none !important;
}
#zouryou {
  margin-top: -1px;
  padding-top: 1px;
}
.btn-center-wrap {
  display: flex;
  justify-content: center;
  --main: #e4007f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-center-wrap *{
  box-sizing: border-box;
}
.radius-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid var(--main);
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 104px;
  font-family: "Noto Sans JP", sans-serif;
}
.radius-btn.hover-link {
  opacity: 0.7;
}
.radius-btn .hd {
  padding: 4px 38px;
  line-height: 1.25;
  background: var(--main);
  color: #fff;
  font-size: 18px;
  font-feature-settings: "palt";
}
.radius-btn.zouryou-btn {
  border: 3px solid #e4007f;
  border-top: 2px solid #e4007f;
  border-bottom: 6px solid #e4007f;
}
.radius-btn.zouryou-btn .con {
  display: flex;
  flex-direction: column;
  color: var(--main);
  padding: 6px 56px;
  line-height: 1.25;
  gap: 7px;
  
  font-feature-settings: "palt";
}
.radius-btn.zouryou-btn .con .txt01 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.radius-btn.zouryou-btn .con .link {
  text-decoration: underline;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 2px;
  color: #000;
}
.zouryou-box {
  margin-top: 60px;
  --main: #e4007f;
  background: #fff;
  border: 2px solid var(--main);
  border-radius: 6px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.zouryou-box strong {
  color: var(--main);
  font-weight: bold;
}
.zouryou-box sup {
  vertical-align: super;
}
.zouryou-mv {
  padding: 30px;
  background: url(../img/bg_zouryou_mv@2x.png) no-repeat center /cover;
  border-radius: 6px 6px 0 0 ;
}
.zouryou-mv-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
  margin: 0 auto;
  font-weight: 700;
  width: 560px;
  padding: 0 45px;
  background: url(../img/img_zouryou_ill_left@2x.png) no-repeat left 30% /30px auto, url(../img/img_zouryou_ill_right@2x.png) no-repeat right 30%/30px auto;
}
.zouryou-mv-ttl .ttl {
  font-size: 20px;
  margin-bottom: 12px;
}
.zouryou-mv-ttl .txt01 {
  font-size: 30px;
}
.zouryou-mv-ttl .txt02 {
  font-size: 28px;
}
.zouryou-mv-ttl .txt02 strong {
  font-size: 36px;
  font-weight: 900;
}
.zouryou-mv-ttl .txt03 {
  font-size: 16px;
  margin-top: 25px;
  font-weight: normal;
}
.zouryou-mv-img {
  text-align: center;
  margin: 15px auto 20px;
}
.zouryou-mv-img img {
  margin-left: 20px;
  width: inherit;
  display: inline;
}
.zouryou-mv-notice {
  margin: 0 auto;
  border: 1px solid var(--main);
  width: fit-content;
  padding: 6px 30px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.zouryou-mv-notice em {
  font-size: 26px;
}
.zouryou-mv-notice em.txt01 {
  font-size: 30px;
}
.zouryou-mv-notice sup {
  font-size: 16px;
  margin-left: -0.2em;
}
.zouryou-contents {
  padding: 45px 90px 50px;
}
.zouryou-price {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
}
.zouryou-price .text-box {
  padding: 10px 0 10px 10px;
}
.zouryou-price .text-box .ttl {
  border: 1px solid #000;
  padding: 5px 8px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: bold;
}
.zouryou-price .tax-in {
  height: 70px;
  color: var(--main);
}
.zouryou-price .tax-in .num {
  height: 0.76em;
  font-weight: 700;
}
.zouryou-price .tax-in .unit {
  font-size: 24px;
}
.zouryou-price .tax-ex {
  vertical-align: middle;
  width: fit-content;
  line-height: 1;
  margin-top: 26px;
  color: var(--main);
}
.zouryou-price .tax-ex:before,
.zouryou-price .tax-ex:after {
  font-size: 32px;
}
.zouryou-price .tax-ex:before {
  content: "(";
  margin-right: -5px;
}
.zouryou-price .tax-ex:after {
  content: ")";
  margin-left: -7px;
}
.zouryou-price .tax-ex .num {
  font-size: 38px;
  font-weight: 600;
  font-family: "din-2014", sans-serif !important;
}
.zouryou-price .tax-ex .unit {
  font-weight: bold;
  font-size: 20px;
}
.price-col-wrap {
  display: grid;
  grid-template: "num tax" 1fr
    "num unit" 22px;
  align-items: end;
  text-align: right;
  gap: 0 5px;
}
.price-col-wrap .num {
  grid-area: num;
  font-size: 90px;
  line-height: 1;
  font-family: "din-2014", sans-serif !important;
}
.price-col-wrap .tax {
  grid-area: tax;
  font-weight: bold;
}
.price-col-wrap .unit {
  grid-area: unit;
  font-weight: bold;
  line-height: 1;
}
.zouryou-lead {
  text-align: center;
  margin-top: 3px;
  font-size: 18px;
}
.zouryou-detail-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 15px;
}
.zouryou-detail-hd {
  text-align: center;
}
.zouryou-detail-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 1.25;
}
.zouryou-detail-box .sum {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 7px 0;
}
.zouryou-detail-box .txt {
  
  margin: 5px 8px 5px auto;
}
.zouryou-detail-box .price {

  line-height: 1;
}
.zouryou-detail-box .price .num {
  font-weight: normal;
  margin-right: 2px;
  font-family: inherit;
}

.zouryou-notice-wrap {
  margin-top: 24px;
  font-size: 13px;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.zouryou-btn-wrap {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
.zouryou-btn-wrap>a {
  width: 338px;
}
.zouryou-notice-wrap .notes-ac-space {
  height: 70px;
}
.zouryou-notice-wrap .notes-ac-wrap {
  line-height: 1.5;
}
.zouryou-notice p:nth-child(2) {
  margin: 16px auto 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .radius-btn.zouryou-btn{
    height: 90px;
  }
  .radius-btn .hd {
    font-size: 11px;
    font-weight: bold;
    padding: 6px 30px;
  }
  .radius-btn.zouryou-btn .con {
    padding: 5px 40px;
  }
  .radius-btn.zouryou-btn .con .txt01 {
    font-size: 18px;
  }
  .radius-btn.zouryou-btn .con .link {
    font-size: 11px;
    font-weight: bold;
  }
  #zouryou {
    margin-top: -90px;
    padding-top: 90px;
  }
  .zouryou-box {
    margin-top: 22px;
  }
  .zouryou-mv-img {
    margin: 8px auto 12px;
  }
  .zouryou-mv {
    padding: 22px;
    background: url(../img/bg_zouryou_mv_sp@2x.png) no-repeat center / cover;
  }
  .zouryou-mv-ttl {
    width: 100%;
    padding: 0;
    background: url(../img/img_zouryou_ill_left@2x.png) no-repeat left 16% / 30px auto, url(../img/img_zouryou_ill_right@2x.png) no-repeat right 20% / 34px auto;
  }
  .zouryou-mv-ttl .ttl {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .zouryou-mv-ttl .txt01 {
    font-size: 22px;
  }
  .zouryou-mv-ttl .txt02 {
    font-size: 22px;
    text-align: center;
  }
  .zouryou-mv-ttl .txt02 strong {
    font-size: 29px;
  }
  .zouryou-mv-ttl .txt03 {
    font-size: 14px;
    margin-top: 14px;
  }
  .zouryou-mv-img img {
    width: 100%;
    margin: auto;
  }
  .zouryou-mv-notice {
    font-size: 14px;
    padding: 6px 14px;
  }
  .zouryou-mv-notice em.txt01 {
    font-size: 23px;
  }
  .zouryou-mv-notice em {
    font-size: 20px;
  }
  .zouryou-detail-wrap {
    grid-template-columns: unset;
    gap: 0;
  }
  .zouryou-contents {
    padding: 0 22px 36px;
  }
  .zouryou-price .text-box .ttl {
    font-size: 11px;
  }
  .price-col-wrap .num {
    font-size: 64px;
  }
  .price-col-wrap .tax {
    font-size: 12px;
  }
  .zouryou-price .tax-in .unit {
    font-size: 20px;
  }
  .zouryou-price .tax-ex .num {
    font-size: 32px;
  }
  .zouryou-price .tax-ex .unit {
    font-size: 16px;
  }
  .zouryou-lead {
    margin-top: 12px;
    font-size: 14px;
  }
  .zouryou-price {
    gap: 8px;
  }
  .zouryou-price {
    align-items: center;
  }
  .zouryou-price .text-box {
    padding: 0 0 10px 10px;
  }
  .zouryou-notice-wrap {
    margin-top: 14px;
  }
  .zouryou-notice p:nth-child(2) {
    margin: 16px auto 8px;
    font-weight: bold;
  }
  .zouryou-detail-hd {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
  }
  .zouryou-price .tax-ex {
    margin-top: 14px;
  }
}





.notice-area{
  margin: 25px auto 0;
  max-width: 640px;
  font-size: 12px;
}
.notice-inner{
  position: relative;
  height: 74px;
  overflow: hidden;
  transition: .2s;
}
.notice-inner .next-more {
  margin: 10px 0;
}
.notice-inner .text-link {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  color: #e4007f;
  text-decoration: underline;
  cursor: pointer;
}
.notice-inner .text-link[target="_blank"]:before {
  content: "\e90b";
  font-family: uq-icomoon!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  speak: none;
  text-align: center;
  text-transform: none;
}
.notice-inner .text-link.pdf[target="_blank"]:before {
  content: "\e912";
}
.notice-inner .text-link:before {
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 1;
}
.notice-inner > p > span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.46;
}
.notice-inner > p > span.strong {
  font-weight: bold;
  margin: 26px 0 4px;
}
.notice-inner .next-more {
  display: block;
}
.notice-inner::after {
  content: "";
  height: 4em;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  transition: bottom 0.4s ease;
}
.notice-btn-wrap {
  padding-top: 10px;
  text-align: center;
}
.notice-space {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.notice-btn-wrap .notice-btn,
.notice-btn-wrap .notice-btn-close {
  font-size: 14px;
  color: #fff;
  background: #969696;
  padding: 5px 10px;
  width: 180px;
  height: 40px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.notice-area.open .notice-btn {
  width: 114px;
}
.notice-btn-wrap .notice-btn::before{
  content:"";
  background: url(/mobile/beginner/point/img/icon_notice_plus.svg) no-repeat center /cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.notice-area.open .notice-btn-wrap .notice-btn::before{
  background: url(/mobile/beginner/point/img/icon_notice_minus.svg) no-repeat center /cover;
} 
.notice-btn-wrap .notice-btn-close::before{
  content:"";
  background: url(/mobile/beginner/point/img/icon_notice_minus.svg) no-repeat center /cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.notice-area.open .notice-inner::after {
  transform: scaleY(0);
}


@media screen and (max-width: 768px) {
  .notice-area{
    font-size: 13px;
    margin-top: 15px;
  }
}


.plan-heading .campaign {
  position: absolute;
  left: 15px;
  background: #fff;
  color: #d8232a;
  border-radius: 10px;
  font-weight: bold;
  padding: 6px 14px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.plan-heading .campaign:hover {
  opacity: .7;
}
.zouryou-link-wrap {
	text-align: center;
	margin-bottom: 34px;
  }
  .zouryou-link-wrap > a {
	padding: 12px 44px;
	display: inline-block;
	border: 2px solid #e4007f;
	border-bottom: 6px solid #e4007f;
	border-radius: 20px;
	transition:all 0.3s ease;
  }
  .zouryou-link-wrap > a:hover {
	opacity: .7;
  }
  .zouryou-link-wrap > a > span {
	display: block;
	color: #e4007f;
	font-weight: bold;
  }
  .zouryou-link-wrap > a > span.ttl {
	font-size: 20px;
	line-height: 1.3;
  }
  .zouryou-link-wrap > a > span.under-line {
	border-bottom: 1px solid #e4007f;
	display: inline;
	font-size: 14px;
  }
  .layoutC {
    text-align: center;
  }
  .zouryou-detail-box .under-line , .zouryou-detail-col .under-line{
    border-bottom: 1px solid #000;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank {
    padding-left: 0;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank br {
    display: block !important;
  }
@media screen and (max-width: 768px) {
  .radius-btn.zouryou-btn {
    border: 3px solid #e4007f;
    border-top: 2px solid #e4007f;
    border-bottom: 6px solid #e4007f;
  }
  .plan-heading .campaign {
    font-size: 10px;
    text-align: center;
    left: 6px;
    padding: 6px 4px;
    border-radius: 6px;
  }
  .zouryou-link-wrap > a {
		padding: 8px 28px;
		padding-top: 12px;
	}
	.zouryou-link-wrap > a > span.ttl {
		font-size: 18px;
		margin-bottom: -6px;
	}
	.zouryou-link-wrap > a > span.under-line {
		font-size: 11px;
	}
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.7;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank {
    font-size: 15px;
    padding-left: 0;
    line-height: 1.7;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank::after {
    width: 30px;
    right: 10px !important;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank::before {
    width: 36px;
    left: 10px !important;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank::after {
    width: 30px;
    right: 10px !important;
  }
  .uqc .zouryou-contents ul {
    display: block !important;
  }
  .uqc .zouryou-contents ul li .text {
    font-size: 15px !important;
    margin-bottom: 12px !important;
  }
  .uqc .zouryou-contents .link-block {
    letter-spacing: 0 !important;
    font-size: 15px;
    margin-bottom: 33px;
  }
  .uqc .zouryou-contents ul li:nth-child(2) {
    margin-top: 31px !important;
  }
  .uqc .zouryou-contents .application {
    margin-bottom: 0;
  }
}

/* ↓ feature_250603 */
.plan-section {
  padding: 35px 0 0 0;
}

.uqc .plan-section .num {
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  .plan-section {
    padding: 24px 0 30px 0;
  }
  .plan-wrap {
    padding: 0 4vw;
  }
}
.plan-tab {
  padding: 0 0 20px 0;
}

.plan-tab ul {
  display: flex;
  padding: 0 100px;
  align-items: end;
}

.plan-tab ul li {
  flex: 1;
  padding: 0 8px;
  text-align: center;
}

.plan-tab ul li a {
  display: block;
  position: relative;
}

.plan-tab ul li .new {
  font-size: 22px;
  color: var(--komikomi_color);
}
@media screen and (max-width: 768px) {
  .plan-tab ul li .new {
    font-size: 14px;
  }
}

.plan-tab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plan-tab ul li a.current {
  cursor: default;
}

.plan-tab ul li a.current::after {
  opacity: 1;
}

.plan-tab ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1.5;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plan-tab ul li a > span > span {
  display: block;
}

.plan-tab ul li a i {
  display: block;
  margin: 0 10px 0 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan-tab ul li a i::after {
  content: "";
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.plan-tab ul li a.current i::after {
  opacity: 1;
}

.plan-tab ul li.tokutoku a::after {
  border-color: #ef66b2 transparent transparent transparent;
}

.plan-tab ul li.tokutoku a > span {
  border-color: #e4007f;
  box-shadow: 0 4px 0 #e4007f;
  color: #e4007f;
}

.plan-tab ul li.tokutoku a i {
  width: 26px;
  background-image: url(../img/icon-tab-tokutoku.svg);
}

.plan-tab ul li.tokutoku a i::after {
  background-image: url(../img/icon-tab-tokutoku-on.svg);
}

.plan-tab ul li.tokutoku a.current > span {
  background-color: #e4007f;
  box-shadow: 0 4px 0 #ef66b2;
  color: #fff;
}

.plan-tab ul li.komikomi a::after {
  border-color: #e87b7f transparent transparent transparent;
}

.plan-tab ul li.komikomi a > span {
  border-color: #d8232a;
  box-shadow: 0 4px 0 #d8232a;
  color: #d8232a;
}

.plan-tab ul li.komikomi a i {
  width: 22px;
  background-image: url(../img/icon-tab-komikomi.svg);
}

.plan-tab ul li.komikomi a i::after {
  background-image: url(../img/icon-tab-komikomi-on.svg);
}

.plan-tab ul li.komikomi a.current > span {
  background-color: #d8232a;
  box-shadow: 0 4px 0 #e87b7f;
  color: #fff;
}

.plan-tab ul li.minimini a::after {
  border-color: #66bbdc transparent transparent transparent;
}

.plan-tab ul li.minimini a > span {
  border-color: #008ec4;
  box-shadow: 0 4px 0 #008ec4;
  color: #008ec4;
}

.plan-tab ul li.minimini a i {
  width: 40px;
  background-image: url(../img/icon-tab-minimini.svg);
}

.plan-tab ul li.minimini a i::after {
  background-image: url(../img/icon-tab-minimini-on.svg);
}

.plan-tab ul li.minimini a.current > span {
  background-color: #008ec4;
  box-shadow: 0 4px 0 #66bbdc;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .plan-tab {
    padding: 0 0 20px 0;
  }
  .plan-tab ul {
    margin: 0 -0.8vw;
    padding: 0 2vw;
  }
  .plan-tab ul li {
    padding: 0 0.8vw;
    text-align: center;
  }
  .plan-tab ul li a::after {
    margin: 0 0 0 -10px;
    border-width: 12px 10px 0 10px;
  }
  .plan-tab ul li a > span {
    height: 9.4vw;
    border-width: 1px;
    border-radius: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .plan-tab ul li a > span > span > span {
    display: block;
  }
  .plan-tab ul li a i {
    margin: 0 1.5vw 0 0;
  }
  .plan-tab ul li.tokutoku a::after {
    border-color: #e4007f transparent transparent transparent;
  }
  .plan-tab ul li.tokutoku a > span {
    box-shadow: 0 3px 0 #e4007f;
    letter-spacing: 0.08em;
  }
  .plan-tab ul li.tokutoku a i {
    width: 5.6vw;
    margin-right: 1.2vw;
  }
  .plan-tab ul li.tokutoku a.current > span {
    box-shadow: 0 3px 0 #ef66b2;
  }
  .plan-tab ul li.komikomi a::after {
    border-color: #d8232a transparent transparent transparent;
  }
  .plan-tab ul li.komikomi a > span {
    box-shadow: 0 3px 0 #d8232a;
    letter-spacing: -0.01em;
  }
  .plan-tab ul li.komikomi a i {
    width: 4.6vw;
  }
  .plan-tab ul li.komikomi a.current > span {
    box-shadow: 0 3px 0 #e87b7f;
  }
  .plan-tab ul li.minimini a::after {
    border-color: #008ec4 transparent transparent transparent;
  }
  .plan-tab ul li.minimini a > span {
    box-shadow: 0 3px 0 #008ec4;
  }
  .plan-tab ul li.minimini a i {
    width: 8vw;
  }
  .plan-tab ul li.minimini a.current > span {
    box-shadow: 0 3px 0 #66bbdc;
  }
}
.plan-komikomi .plan-heading {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: relative;
  gap: 40px;
  height: auto;
  padding-bottom: 0;
}

.plan-heading h2 {
  font-size: 20px;
}

.plan-heading h2 img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .plan-komikomi .plan-heading {
    padding: 0;
  }
  .plan-heading h2 img {
    width: 100%;
  }
}
.plan-komikomi .plan-heading h2 span {
  display: block;
  font-size: 19px;
  letter-spacing: normal;
}

.plan-komikomi .plan-heading h2 .lg {
  font-size: 37px;
}

@media screen and (max-width: 768px) {
  .plan-heading {
    text-align: left;
  }
  .plan-heading.new {
    padding: 0;
  }
  .plan-heading img {
    width: 100%;
    height: auto;
  }
  .plan-heading .campaign {
    font-size: 10px;
    text-align: center;
    left: 6px;
    padding: 6px 4px;
    border-radius: 6px;
  }
  .plan-heading i {
    margin: 0 4vw 0 0;
  }
  .plan-heading h2 {
    font-size: 4.4vw;
    height: auto;
  }
  .plan-heading h2 .lg {
    font-size: 7vw;
  }
  .plan-tokutoku .plan-heading i {
    margin: 0 2vw 0 0;
  }
  .plan-tokutoku .plan-heading i img {
    width: 19vw;
  }
  .plan-minimini .plan-heading i img {
    width: 12vw;
  }
}
.plan-tokutoku .plan-heading {
  background-color: #e4007f;
  position: relative;
  overflow: hidden;
  height: auto;
}

.plan-tokutoku .plan-heading i {
  margin: 0;
}

.plan-tokutoku .plan-heading i img {
  width: 90px;
}

.plan-komikomi .plan-detail {
  padding: 16px 20px 30px;
  width: min(700px, 100%);
  margin: 0 auto;
}

.plan-detail-lead {
  display: flex;
  margin-inline: auto;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead {
    gap: 0;
    margin-inline: -8px;
  }
}
.plan-detail-lead .lead {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead .lead {
    font-size: 21px;
    background-size: 20px auto;
    background-position: left 65%;
    letter-spacing: normal;
    padding-left: 5vw;
  }
}
.plan-detail-lead .lead:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/icon_tel_komi.svg) no-repeat left center/24px auto;
  width: 32px;
  height: 32px;
}
.plan-detail-lead .lead sup {
  transform-origin: 0 20%;
}
.plan-detail-lead .lead span em {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .plan-detail-lead .lead span em {
    font-size: 30px;
  }
}

.plan-detail-price {
  display: flex;
  justify-content: center;
  gap: 70px;
  white-space: nowrap;
  padding: 0;
}

.plan-detail-price .block {
  display: flex;
  position: relative;
  padding: 0;
}

.plan-detail-price .block-lg,
.plan-detail-price .block-sm {
  color: #303030;
}

.plan-detail-price .block .gb {
  width: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan-detail-price .block .gb {
    margin-top: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.plan-komikomi .plan-detail-price .block .gb {
  width: 250px;
}

.plan-detail-price .block .price {
  padding: 0 0 0 10px;
}

.plan-detail-price .block .price .lead {
  background: #303030;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  padding: 1px 13px;
  font-size: 14px;
  margin-bottom: 10px;
}

.plan-komikomi .plan-detail-price .block .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
}

.plan-detail-price .block .tax-out {
  display: flex;
  margin: 0 0 -12px 0;
  line-height: 1.1;
}

.plan-komikomi .plan-detail-price {
  margin-top: 10px;
}
.plan-komikomi .plan-detail-price .block .tax-out .num {
  font-size: 70px;
}
.plan-komikomi .plan-detail-price .block .tax-out dl {
  margin-top: 20px;
}
.plan-komikomi .plan-detail-price .block .tax-out dt {
  font-size: 13px;
  text-align: center;
}
.plan-komikomi .plan-detail-price .block .tax-out dd {
  font-size: 22px;
  margin-top: 0;
}
.plan-komikomi .plan-detail-price .block .tax-in {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .plan-komikomi .plan-detail-price .block .tax-in {
    justify-content: center;
  }
}
.plan-komikomi .plan-detail-price .block .tax-in .num {
  font-size: 35px;
}
.plan-komikomi .plan-detail-price .block .tax-in .yen {
  font-size: 18px;
  margin-top: 16px;
}

.plan-tokutoku .plan-detail-price .block .tax-out .num {
  font-size: 56px;
}

.plan-detail-price .block .tax-out dl {
  margin: 8px 0 0 5px;
}

.plan-detail-price .block .tax-out dt {
  font-size: 12px;
}

.plan-detail-price .block .tax-out dd {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.plan-detail-price .block .tax-in {
  display: flex;
  line-height: 1.1;
  font-size: 26px;
  margin-top: 5px;
  justify-content: flex-start;
}

.plan-detail-price .block .tax-in .num {
  margin: 0 0 0 2px;
  font-size: 28px;
  line-height: 1.4;
}

.plan-detail-price .block .tax-in .yen {
  margin: 8px 0 0 2px;
  font-size: 17px;
}

.plan-detail-price .block {
  gap: 0px;
  justify-content: start;
  align-items: center;
}

.plan-komikomi .plan-detail-price .block-lg {
  color: #d8232a;
}

.plan-minimini .plan-detail-price .block-lg {
  color: #008ec4;
}

.plan-komikomi .plan-detail-price .catch {
  display: none;
}

@media screen and (max-width: 768px) {
  .plan-detail-price {
    display: block;
    padding: 4vw 3vw 0 3vw;
  }
  .plan-detail-price .block {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
  }
  .plan-detail-price .block + .block {
    margin-top: 20px;
  }
  .plan-tokutoku .plan-detail-price .notes {
    color: #000;
    white-space: normal;
  }
  .plan-komikomi .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-minimini .plan-detail-price .block .gb {
    width: 19vw;
  }
  .plan-detail-price .block .price {
    display: flex;
    padding: 0 0 0 2vw;
  }
  .plan-tokutoku .plan-detail-price .block .price {
    padding: 0 0 0 3vw;
    flex-direction: column;
    margin: 0;
    margin-right: -2rem;
  }
  .plan-komikomi .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 3vw;
  }
  .plan-minimini .plan-detail-price .block .price {
    display: block;
    padding: 0 0 0 2vw;
  }
  .plan-detail-price .block-sm .price {
    margin: 0 0 0 0;
  }
  .plan-detail-price .block .tax-out {
    margin: 1vw 0 0 0;
  }
  .plan-komikomi .plan-detail-price .block .tax-out {
    justify-content: center;
  }
  .plan-detail-price .block .tax-out .num {
    font-size: 74px;
  }
  .plan-detail-price .block .tax-out dl {
    margin: 3.6vw 0 0 0.5vw;
  }
  .plan-detail-price .block .tax-out dt {
    font-size: 3.4vw;
  }
  .plan-detail-price .block .tax-out dd {
    margin: 1vw 0 0 0;
    font-size: 5.4vw;
  }
  .plan-tokutoku .plan-detail-price .block .price .lead {
    background: #303030;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.25;
    padding: 1px 13px;
    font-size: 3.4vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out .num {
    font-size: 14vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dl {
    margin: 1vw 0 0 0.8vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dt {
    font-size: 3.2vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-out dd {
    margin: 0.5vw 0 0 0;
    font-size: 4.2vw;
  }
  .plan-detail-price .block .tax-in {
    margin: -2vw 0 0 0;
    font-size: 7.4vw;
  }
  .plan-detail-price .block .tax-in .num {
    margin: 0 0 0 0;
    font-size: 45px;
  }
  .plan-detail-price .block .tax-in .yen {
    margin: 1.2vw 0 0 1vw;
    font-size: 5vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in {
    margin: -3vw 0 0 1vw;
    font-size: 6vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .num {
    margin: -0.2vw 0 0 0.2vw;
    font-size: 7vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .yen {
    margin: 1vw 0 0 0.5vw;
    font-size: 4.2vw;
  }
  .plan-komikomi .plan-detail-price {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .plan-komikomi .plan-detail-price .catch {
    display: block;
    position: absolute;
    bottom: 6.6vw;
    left: 29vw;
    right: 6vw;
    font-size: 4vw;
    text-align: center;
  }
}
.notes.mini {
  margin-top: 15px;
  grid-column: 1/-1;
}

.notes.mini li {
  font-feature-settings: normal;
}
.notes.mini li a {
  color: #E4007F;
  text-decoration: underline;
}
.notes.mini li.space-top {
  margin-top: 20px;
}

.notes.mini.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .notes.mini.sp-left {
    text-align: left;
  }
}
.notes-ac:has(.notes.mini) {
  margin-top: 20px;
  grid-column: 1/-1;
}
.notes-ac:has(.notes.mini) .notes.mini {
  margin-top: 0;
}

.plan-detail-setwari {
  margin: 0 0 30px 0;
}

.plan-detail-setwari .setwari {
  margin: 0 25px 0 0;
  width: 260px;
}

.plan-detail-setwari .price {
  display: flex;
  justify-content: center;
  margin: 5px 0 0 0;
  line-height: 1.1;
}

.plan-detail-setwari .price .text {
  margin: 12px 0 0 0;
  font-size: 13px;
}

.plan-detail-setwari .price .num {
  margin: 0 3px;
  font-size: 33px;
}

.plan-detail-setwari .price .yen {
  margin: 8px 0 0 0;
  font-size: 17px;
}

.plan-detail-figure {
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  width: auto;
}
.plan-detail-figure img {
  width: auto;
}

.plan-detail-figure-wrap {
  width: min(665px, 100%);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .plan-detail-figure-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

.plan-otoku-detail .plan-detail-figure-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .plan-otoku-detail .plan-detail-figure-wrap {
    padding: 0;
    margin-top: 4.6vw;
  }
}
.plan-otoku-detail .link-block {
  grid-column: 1/-1;
  font-size: 14px;
}

.plan-detail-figure-hd {
  grid-column: 1/-1;
  background: #FCE5F2;
  font-size: 12px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
}

.plan-detail-figure > .notes {
  margin-top: 5px;
}

.plan-tokutoku .kurikoshi-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(464px, 100%);
  background: #e4007f;
  text-align: center;
  border-radius: 10px;
  padding: 8px 25px;
  margin: 24px auto 0;
  max-width: none;
}
.plan-tokutoku .kurikoshi-box > .txt {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0;
}
.plan-tokutoku .kurikoshi-box > a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transition: 0.2s;
  background-color: #fff;
  background-image: url(../img/tip-hatena-pink.svg);
}
@media screen and (max-width: 768px) {
  .plan-tokutoku .plan-detail-setwari {
    display: block;
    margin: 0;
  }
  .plan-tokutoku .plan-detail-setwari .setwari {
    margin: 3vw auto 0 auto;
    width: 70vw;
  }
  .plan-tokutoku .plan-detail-setwari .price {
    justify-content: center;
    margin: 0 4vw 3vw 4vw;
    padding: 2vw 0 0 0;
  }
  .plan-tokutoku .plan-tokutoku .plan-detail-setwari .price {
    background-repeat: no-repeat;
    background-image: url(../img/line-dashed-tokutoku.svg);
    background-size: 100% auto;
  }
  .plan-tokutoku .plan-minimini .plan-detail-setwari .price {
    margin: 0 0 2vw 0;
  }
  .plan-tokutoku .plan-detail-setwari .price .text {
    margin: 3vw 0 0 0;
    font-size: 3.4vw;
  }
  .plan-tokutoku .plan-detail-setwari .price .num {
    margin: 0 1vw;
    font-size: 8.8vw;
  }
  .plan-tokutoku .plan-detail-setwari .price .yen {
    margin: 2vw 0 0 0;
    font-size: 4.5vw;
  }
  .plan-tokutoku .plan-detail-figure {
    padding: 1.4vw 4vw 0 4vw;
    width: 100%;
    margin: 0;
  }
  .plan-tokutoku .kurikoshi-box {
    margin: 3.4vw auto 0;
    max-width: none;
    gap: 3vw;
    padding: 3vw;
  }
  .plan-tokutoku .kurikoshi-box > .txt {
    font-size: 4.5vw;
    flex: 1;
    padding-left: 3vw;
  }
  .plan-tokutoku .kurikoshi-box > a {
    width: 6vw;
    height: 6vw;
    margin-left: auto;
  }
}

.plan-detail-row {
  display: flex;
  margin: 30px auto 0 auto;
  padding: 0 0 50px 0;
  width: 660px;
}

@media screen and (max-width: 768px) {
  .plan-detail-row {
    display: block;
    margin: 0;
    padding: 0 4vw 6vw 4vw;
    width: auto;
  }
}
.plan-detail-items {
  padding: 0 12px 0 0;
  flex-basis: 50%;
}

.plan-detail-items h4 {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 13px;
}

.plan-detail-items table {
  width: 290px;
  line-height: 1.2;
  white-space: nowrap;
}

.plan-detail-items table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  font-size: 11px;
}

.plan-detail-items table .caption th {
  padding: 5px;
  background-color: #fce5f2;
  text-align: center;
  font-size: 14px;
}

.plan-detail-items table th sup {
  color: red;
}

.plan-detail-items table td {
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 10px;
  padding: 7px 5px;
  width: 40%;
  text-align: center;
}

.plan-detail-items table td .price {
  display: flex;
  margin-bottom: -5px;
  justify-content: center;
}

.plan-detail-items table td .price .num {
  padding-right: 1px;
  font-weight: 500;
  font-size: 24px;
}

.plan-detail-items table td .price .num span {
  letter-spacing: -0.1em;
}

.plan-detail-items table td .price .yen {
  margin: 9px 0 0 0;
}

@media screen and (max-width: 768px) {
  .plan-detail-items {
    padding: 0 0;
  }
  .plan-detail-items h4 {
    margin: 0 0 2vw 0;
    font-size: 3.4vw;
  }
  .plan-detail-items table {
    width: 100%;
  }
  .plan-detail-items table th {
    padding: 1.2vw;
    font-size: 2.8vw;
  }
  .plan-detail-items table .caption th {
    padding: 1vw;
    font-size: 3.7vw;
  }
  .plan-detail-items table td {
    padding: 1vw 0.8vw;
    font-size: 2.4vw;
  }
  .plan-detail-items table td .price {
    margin-bottom: -1vw;
  }
  .plan-detail-items table td .price .num {
    padding-right: 0.5vw;
    font-size: 6.4vw;
  }
  .plan-detail-items table td .price .yen {
    margin: 2.5vw 0 0 0;
  }
}
.plan-detail-notes {
  padding: 23px 0 0 12px;
  flex-basis: 50%;
}

.plan-detail-notes .link-block {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .plan-detail-notes {
    padding: 4vw 0 0 0;
  }
  .plan-detail-notes .link-block {
    text-align: center;
  }
}
.plan-tip-block {
  margin: 24px 0 0 0;
  grid-column: 1/-1;
}

.plan-tip-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  gap: 25px;
}

.plan-tip-block ul li {
  display: flex;
}

.plan-tip-block a {
  display: block;
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  background-color: #ea6094;
  background-image: url(../img/tip-hatena.svg);
  background-size: contain;
  border-radius: 5px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.os-pc .plan-tip-block a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .plan-tip-block {
    margin: 22px 0 0;
  }
  .plan-tip-block ul {
    display: block;
    font-size: 14px;
  }
  .plan-tip-block ul li {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .plan-tip-block ul li + li {
    margin-top: 10px;
  }
}
.plan-komikomi .benefits-wrap {
  --_color:var(--komikomi_color);
}

.plan-tokutoku .benefits-wrap {
  --_color:var(--tokutoku_color);
}

.benefits-wrap {
  margin-top: 18px;
  width: min(660px, 100%);
  margin-inline: auto;
}
.benefits-wrap .hd {
  margin: 0 auto;
  font-size: 18px;
  width: min(320px, 100%);
  padding: 5px 38px 5px 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .hd {
    font-size: 4.2vw;
  }
}
.benefits-wrap .hd:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--_color);
  -webkit-mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
          mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
}
.benefits-wrap .benefits-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list {
    flex-direction: column;
    gap: 11px;
  }
}
.benefits-wrap .benefits-list li {
  width: min(212px, 100%);
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list li {
    width: 100%;
  }
}
.benefits-wrap .benefits-list li a {
  border-radius: 9px;
  border: 2px solid var(--_color);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list li a {
    flex-direction: row;
  }
}
.benefits-wrap .benefits-list .ttl {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  padding: 0px 8px 4px;
  background: var(--_color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list .ttl {
    width: 23%;
    align-items: center;
    padding: 4px;
  }
}
.benefits-wrap .benefits-list .ttl .unit-txt {
  font-size: 13px;
}
.benefits-wrap .benefits-list .ttl .num-txt {
  font-size: 19px;
  margin-left: 4px;
}
.benefits-wrap .benefits-list .con {
  padding: 6px 16px 6px 10px;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefits-wrap .benefits-list .con {
    flex: 1;
    padding: 7px 30px 7px 16px;
  }
}
.benefits-wrap .benefits-list .con:after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  background: var(--_color);
  -webkit-mask: url(../img/icon_bottom.svg) no-repeat center;
          mask: url(../img/icon_bottom.svg) no-repeat center;
  width: 16px;
  height: 16px;
}
.benefits-wrap .benefits-list .txt01 {
  font-size: 9px;
}
.benefits-wrap .benefits-list .txt02 {
  font-size: 16px;
}
.benefits-wrap .benefits-list .txt03 {
  font-size: 8px;
}

.kurikoshi-col-wrap {
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  place-items: center;
  gap: 40px;
  margin-top: 24px;
  line-height: 1.46;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .kurikoshi-col-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .kurikoshi-col-wrap img {
    width: 240px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .col {
    display: contents;
  }
}
.kurikoshi-col-wrap .ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .ttl {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .kurikoshi-col-wrap .notes.mini {
    order: 3;
    margin-top: 5px;
  }
}

.plan-frame:has(.plan-frame-inner) {
  border: none !important;
}

.plan-komikomi .plan-frame-inner {
  --_color:var(--komikomi_color);
}

.plan-tokutoku .plan-frame-inner {
  --_color:var(--tokutoku_color);
}

.plan-frame-inner {
  border: 2px solid var(--_color);
  border-radius: 6px;
}

.plan-frame-inner + .plan-frame-inner {
  margin-top: 40px;
}

.plan-tokutoku .benefits-detail .benefits-detail-list {
  grid-template-columns: 1fr;
}

.hd.benefits{
	font-size: 17px;
	color: #fff;
	background-color: var(--_color);
	text-align: center;
	margin-bottom: 26px;
	line-height: 1.25;
	font-family: Noto Sans JP,sans-serif;
	font-weight: 800;
	span{
		position: relative;
		display: block;
		width: fit-content;
		padding: 10px 44px 9px  36px;
		margin-inline:  auto;
		@media screen and (max-width: 767px) {
			padding: 4px 40px 4px  32px;
		}
		&:before{
					content:"";
					position: absolute;
					inset: 0;
					background: #fff;
					mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
				}
	}
	
	@media screen and (max-width: 767px) {
		margin-bottom: 0;
	}
	
}

.benefits-detail{
	@media screen and (max-width: 767px) {
		padding: 0;
	}
	.benefits-detail-list{
		display: grid;
		gap: 20px 30px;
		@media screen and (max-width: 767px) {
			grid-template-columns: 1fr;
			gap: 10px;
		}
		li:last-child{
			grid-column: 1 / -1;
		}
		li.border {
			background-image : linear-gradient(to right, var(--_color), var(--_color) 4px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
			background-size: 8px 1px;
			background-position: left bottom;
			background-repeat: repeat-x;
			width: 100%;
			padding-bottom: 2px!important;
		}
		&>li{
			padding: 0 20px 0px;
			width: min(700px, 100%);
			margin-inline: auto;
			@media screen and (max-width: 767px) {
				padding: 20px 20px 0;
			}
			&>.hd{
				background: var(--_color);
				color: #fff;
				font-size: 15px;
				padding: 5px;
				text-align: center;
			}
			.con{
				img{
					height: auto;
				}
			}
			.tokuten-box {
				position: absolute;
				left: 0;
				top: 0;
				font-size: 16px;
				color: #fff;
				background-color: #010101;
				display: inline-block;
				text-align: center;
				line-height: 1.45;
				padding: 3px 10px;
				.num {
					font-size: 22px;
					line-height: 1;
					font-weight: 400;
					font-family: "Noto Sans JP", sans-serif !important;
				}
			}
			.con.con1{
				@media screen and (max-width: 767px) {
					padding-top: 0px;
				}
				.benefits-ttl-01{
					position: relative;
					width: fit-content;
					margin-inline: auto;
					text-align: center;
					font-family: Noto Sans JP, sans-serif;
					font-weight: bold;
					@media screen and (max-width: 767px) {
							margin-inline: 50px auto;
							width: auto;
					}

					.icon{
						position: absolute;
						left: -93px;
						top: 0;
						@media screen and (max-width: 767px) {
							left: -50px;
						}
					}
					.lead{
						font-size: 17px;
						color: #f00;
					}
					.hd{
						font-size: 31px;
						line-height: 1;
						position: relative;
						width: fit-content;
						margin-inline:  auto;
						@media screen and (max-width: 767px) {
							margin-top: 2px;
						}
						.tip-q{
							position: absolute;
							right: 0;
							bottom: 0;
							line-height: 1;
							transform: translateX(calc(100% + 10px));
							.uqc-tip-opener{
							width: 20px;
							height: 20px;
							background: #E4007F;
							}
						}
					}
					.req{
						font-size: 9px;
						border: 1px solid #000;
						display: inline-block;
						padding: 1px 5px;
						font-weight: normal;
						@media screen and (max-width: 767px) {
							margin-top: 12px;
							font-size: 10px;
						}
					}
					.logo{
						margin-top: 16px;
						@media screen and (max-width: 767px) {
							margin-top: 28px;
						}
					}
					.text{
						font-size: 14px;
						margin-top: 6px;
						font-feature-settings: normal;
						@media screen and (max-width: 767px) {
							font-size: 16px;
						}

					}

				}
				[class^="coupon"]{
					padding: 16px 4px;
					border-bottom: 1px solid #737373;
				}
				.coupon01{
					position: relative;
					padding: 8px 6px;
					text-align: center;
					border-bottom: none;
          @media screen and (max-width: 767px) {
            padding: 0;
          }
					img{
						display: inline;
					}
					.ponta-pass {
						position: absolute;
						right: calc(50% - 230px);
						top: 4px;
					}
				}

				.happy-up-wrap {
					margin-top: 16px;
					margin-inline: auto;
					width: fit-content;
					text-align: center;
					font-family: Noto Sans JP, sans-serif;
					font-weight: bold;
					@media screen and (max-width: 767px) {
						margin-top: 28px;
					}
					.text{
						font-size: 14px;
						margin-top: 6px;
						font-feature-settings: normal;
						@media screen and (max-width: 767px) {
							font-size: 16px;
						}
					}
				}

				.tokuten-wrap {
					display: grid;
					grid-template-columns: 1fr 1fr;
					column-gap: 30px;
					margin-top: 10px;
					@media screen and (max-width: 767px) {
						grid-template-columns: 1fr;
					}
				}
				.txt-wrap{
					padding: 0 10px;
					line-height: 1.5;
					display: grid;
					grid-template-columns: 1fr auto;
					grid-template-rows: auto 1fr;
					gap: 0 12px;
					@media screen and (max-width: 767px) {
						padding-left: 0;
						padding-right: 0;
					}
					.txt{
						height: auto;
					}

					.logo{
						margin-top: 8px;
						@media screen and (max-width: 767px) {
							margin-top: 12px;
						}
						img+img{
							margin-top: 7px;

						}

					}
					.img{
						grid-column: -2 / -1;
						grid-row: 1 / -1;
						align-content: center;
						img {
							margin-left: auto;
						}
						.note {
							font-size: 11px;
							font-weight: normal;
						}
					}
				}
				.tokuten-box {
					top: 11px;
				}
				.coupon02 {
					border-top: 1px solid #737373;
					padding-bottom: 12px;
					@media screen and (max-width: 767px) {
						padding-bottom: 26px;
					}
				}
				.coupon02 .txt{
					font-size: 12px;
					@media screen and (max-width: 767px) {
						font-size: 12px;
					}
				}
				.coupon03 {
					border-top: 1px solid #737373;
					padding-bottom: 12px;
					@media screen and (max-width: 767px) {
						border-top: none;
						padding-bottom: 20px;
					}
					.tip-q-wrap {
						display: block;
						text-align: center;
						margin-top: 6PX;
						.uqc-tip-opener {
							background: #E4007F;
							width: 20px;
							height: 20px;
						}
					}
				}
				.tip-q-wrap.bene {
					display: block;
					text-align: center;
					margin-top: 6PX;
					.uqc-tip-opener {
						background: #E4007F;
						width: 20px;
						height: 20px;
					}
				}
				.ponta-pass-wrap {
					margin-top: 8px;
					display: flex;
					justify-content: center;
					align-items: center;
					gap: 12px;
					span.txt {
						font-size: 13px;
						color: #E4007F;
						border-bottom: 1px solid #E4007F;
					}
				}
				.coupon03 .txt01{
					font-size: 11px;
					display: block;
					@media screen and (max-width: 767px) {
						font-size: 12px;
					}
				}
				.coupon03 .logo{
					margin-top: 2px;
				}
				.coupon04 {
					@media screen and (max-width: 767px) {
						padding-bottom: 14px;
					}
				}
				.coupon04 .txt01{
					font-size: 12px;
					line-height: 1.2;
					display: block;
					@media screen and (max-width: 767px) {
						font-size: 12px;
					}
				}
				.coupon04 .txt02{
					line-height: 1.2;
					display: block;
					font-size: 14px;
					@media screen and (max-width: 767px) {
						font-size: 14px;
					}
					em{
						font-size: 17px;
						@media screen and (max-width: 767px) {
							font-size: 17px;
						}
					}
				}
				.coupon05 {
					@media screen and (max-width: 767px) {
						padding-bottom: 10px;
					}
				}
				.coupon05 .txt{
					font-size: 12px;
					@media screen and (max-width: 767px) {
						font-size: 12px;
					}
				}
				.coupon06 .txt{
					font-size: 12px;
					.txt01{
						display: block;
					}
					.txt02{
						display: block;
					}
				}
				.coupon06 .note {
					padding-left: 0.7rem;
					font-size: 12px;
					font-weight: normal;
					@media screen and (max-width: 767px) {
						font-size: 11px;
					}
				}
			}
			.con.con2{
				padding: 20px 0;
				text-align: center;
				@media screen and (max-width: 767px) {
					padding: 10px 0 10px;
				}
				.ttl-wrap {
					position: relative;
					font-family: Noto Sans JP, sans-serif;
					font-weight: bold;
					.lead{
						font-size: 17px;
						color: #f00;
					}
					.hd{
						margin-top: 4px;
						font-size: 31px;
						line-height: 1;
						@media screen and (max-width: 767px) {
							font-size: 25px;
						}
					}
				}
				img{
					display: inline-block;
				}
				dl{
					margin-top: 20px;
					@media screen and (max-width: 767px) {
						padding: 0;
					}
					dt{
						font-size: 15px;
						@media screen and (max-width: 767px) {
							font-size: 13px;
              text-align: left;
						}
						em{
							font-size: 20px;
							@media screen and (max-width: 767px) {
								font-size: 18px;
							}
						}
					}
					dt.txt {
						font-size: 12px;
						@media screen and (max-width: 767px) {
							text-align: left;
							margin-top: 4px;
						}
					}
					dd{
						background: #fff;
						border-radius: 0;
						padding: 20px;
						margin-top: 10px;
						border: 1px solid #000;
						@media screen and (max-width: 767px) {
							padding: 30px 20px;
						}
						.logo{
							display: flex;
							flex-wrap: wrap;
							justify-content: center;
							align-items: center;
							gap: 12px 30px;
							@media screen and (max-width: 767px) {
								gap: 10px 20px;
							}
						}
					}
				}
				.notes.mini {
					font-size: 11px;
					margin-top: 12px;
				}
				.notes{
					@media screen and (max-width: 767px) {
						font-size: 12px;
						margin:23px 0 10px;
					}
					
				}
			}
			.con.con3{
				padding: 8px 0 20px;
				@media screen and (max-width: 767px) {
					padding: 10px 0 0;
				}
				.lead-wrap{
					position: relative;
					font-size: 12px;
					text-align: center;
					@media screen and (max-width: 767px) {
						font-size: 14px;
					}
				}
				.hd{
					font-size: 25px;
					line-height: 1.25;
					margin-bottom: 6px;
				}
				.text-red{
					margin-top: 20px;
					text-align: center;
					font-size: 14px;
					font-weight: bold;
					color: #f00;
					@media screen and (max-width: 767px) {
						font-size: 17px;
						text-align: left;
					}
				}
				.text-black{
					text-align: center;
					font-size: 14px;
					color: #000;
					@media screen and (max-width: 767px) {
						font-size: 14px;
						text-align: left;
					}
				}
				.notes.mini{
					margin-top: 0;
					@media screen and (max-width: 767px) {
						font-size: 14PX;
						margin-top: 0px;
					}
					LI {
						@media screen and (max-width: 767px) {
							padding: 0;
							text-align: left;
						}
					}
				}
				.img-wrap{
					margin-top: 0px;
					display: flex;
					gap: 10px;
					margin-top: 20px;
					@media screen and (max-width: 767px) {
						flex-direction: column;
						gap: 0;
						margin-top: 30px;
					}
					img{
						
						@media screen and (max-width: 767px) {
							width: 100% !important;
							height: auto !important;
							max-width: 240px;
							margin: auto;
						}
					}
					.img-wrap-txt{
						flex: 1;
						padding: 14px 8px;
						@media screen and (max-width: 767px) {
							padding: 10px 0 8px;
						}
						.ttl{
							font-size: 18px;
						}
						.txt{
							margin-top: 10px;
							font-size: 13px;
							@media screen and (max-width: 767px) {
								font-size: 14px;
								font-weight: normal;
								line-height: 1.58;
							}
						}
					}
				}
				.img-wrap+.notes.mini{
					margin-top: 24px;
				}
				.notes.mini .p0 {
					padding: 0;
				}

			}
			.plan-link-block{
				margin-top: 30px;
				@media screen and (max-width: 767px) {
					margin-top: 26px;
				}
				.link{
					font-size: 13px;
					@media screen and (max-width: 767px) {
						font-size: 14px;
					}
				}
			}
			.plan-link-block.left {
				text-align: left;
				margin-top: 20px;
			}
		}
		> li:last-child {
			padding-bottom: 40px;
		}
	}
}
.uqc .section-other .section-ac.ponta .increase-option {
	padding: 36px 56px 110px;
	@media screen and (max-width: 767px) {
		padding: 20px 4.66667vw 70px 4.66667vw;
	}
}
.uqc .section-other .section-ac.ponta .note {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
  padding: 0;
	@media screen and (max-width: 767px) {
		font-size: 13px;
	}
}
.uqc .section-other .section-ac.ponta .note li:nth-child(n + 2) {
	margin-top: 30px;
	@media screen and (max-width: 767px) {
		margin-top: 20px;
	}
}

.plan-detail {
  padding: 24px 0 50px;
}

@media screen and (max-width: 768px) {
  .plan-komikomi .plan-detail,
  .plan-detail {
    padding: 10px 4vw 20px;
  }
}
.next-lead {
  text-align: center;
  margin: 0 auto 0;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .next-lead {
    margin-bottom: 15px;
  }
}

.plan-otoku-detail > div {
  position: relative;
  padding: 0 0 80px 0;
  border-bottom: 2px solid #000;
}

.plan-tokutoku .plan-detail-price .block-lg {
  color: #303030;
}

.plan-after-detail {
  font-size: 12px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .plan-after-detail {
    margin: 30px 0 0;
  }
}
.plan-after-detail .plan-after-detail-head {
  background: #FCE5F2;
  padding: 2px 0;
  text-align: center;
}
.plan-after-detail .plan-after-detail-body {
  display: grid;
  grid-template-columns: 1fr auto max-content;
  line-height: 1.6;
}
.plan-after-detail .plan-after-detail-body dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
  padding: 4px;
  border-bottom: 1px solid #A4A4A4;
  gap: 20px;
}
.plan-after-detail .plan-after-detail-body dl:has(small) {
  background: #F3F3F3;
}
.plan-after-detail .plan-after-detail-body dl:has(small) dt {
  grid-column: 1/2;
}
.plan-after-detail .plan-after-detail-body dl dt {
  grid-column: 1/3;
}
.plan-after-detail .plan-after-detail-body dl dd:last-child {
  text-align: right;
  grid-column: -2/-1;
}
.plan-after-detail .plan-after-detail-body dl dd:has(small) {
  line-height: 1.14;
}
.plan-after-detail .plan-after-detail-body dl dd small {
  font-size: 10px;
}

.plan-notes {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  max-width: 660px;
}
.plan-notes .link-block:first-child {
  margin-top: 0;
}

.plan-tokutoku .plan-otoku-detail > div {
  border-color: transparent;
  padding: 24px 24px 80px;
}
@media screen and (max-width: 767px) {
  .plan-tokutoku .plan-otoku-detail > div {
    padding: 24px 4vw 60px;
  }
}

.plan-otoku-detail .plan-detail-price {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .plan-otoku-heading h2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 4.66667vw;
    height: 18.6vw;
  }
  .plan-otoku-heading h2 .sm {
    margin: 0;
    font-size: 4vw;
  }
  .plan-otoku-heading h2 .lg {
    font-size: 6.6vw;
  }
  .plan-otoku-heading h2 .lg sup {
    top: -0.25em;
    font-size: 4.8vw;
  }
  .plan-otoku-heading i {
    right: 15px;
  }
  .plan-otoku-detail > div {
    padding: 0 0 80px 0;
  }
  .plan-otoku-detail .plan-detail-price {
    padding-top: 0;
  }
  .plan-minimini .plan-otoku-detail .plan-detail-price {
    padding-top: 1vw;
  }
  .plan-komikomi .plan-otoku-detail .plan-detail-price {
    display: none;
  }
  .plan-wrap.plan-tokutoku .plan-detail-price .block {
    justify-content: center;
  }
  .plan-tokutoku .plan-detail-price .block .price {
    padding: 0 0 0 3vw;
    flex-direction: column;
    margin-right: -2rem;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in {
    margin: -3vw 0 0 1vw;
    font-size: 6vw;
  }
  .plan-tokutoku .plan-otoku .plan-detail-price .block-lg .tax-in {
    margin: -3vw 0 0 1vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .num {
    margin: -0.2vw 0 0 0.2vw;
    font-size: 7vw;
  }
  .plan-tokutoku .plan-detail-price .block .tax-in .yen {
    margin: 1vw 0 0 0.5vw;
    font-size: 4.2vw;
  }
  .plan-otoku.opened.limit .ac-foot {
    bottom: 0;
  }
}
.tip-plan-setwari-kazoku .head {
  position: static;
  padding: 10px 30px 0 20px;
  text-align: center;
  line-height: 1.3;
}

.tip-plan-setwari-kazoku .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #000;
}

.tip-plan-setwari-kazoku .head .catch {
  font-size: 16px;
}

.tip-plan-setwari-kazoku .head .catch sup {
  margin: 0 -0.1em;
}

.tip-plan-setwari-kazoku .head h3 {
  font-weight: inherit;
  font-size: 32px;
  color: #e4007f;
}

.tip-plan-setwari-kazoku .head .note {
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 13px;
}

.tip-plan-setwari-kazoku .head .text {
  margin: 7px 0 2px 0;
  font-size: 20px;
  color: #e4007f;
}

.tip-plan-setwari-kazoku .head .price-block {
  display: flex;
  justify-content: center;
  margin: 0 0 -14px 0;
  color: #e4007f;
}

.tip-plan-setwari-kazoku .head .price {
  display: flex;
  justify-content: center;
  font-size: 26px;
  line-height: 1.1;
}

.tip-plan-setwari-kazoku .head .price div {
  margin: 27px 0 0 0;
}

.tip-plan-setwari-kazoku .head .price .num {
  margin: 0 0.04em 0 0;
  font-size: 70px;
  font-family: Price;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tip-plan-setwari-kazoku .head .waribiki {
  margin: 17px 0 0 0;
  font-size: 32px;
}

@media (min-width: 769px) {
  .tip-plan-setwari-kazoku .head {
    padding-left: 30px;
  }
}
.tip-plan-setwari-kazoku .setwari-detail {
  position: relative;
  padding: 0 5px 0 25px;
  font-size: 14px;
  line-height: 1.7;
  flex: 1;
}

.frame .color-attention,
.uqc .color-attention {
  color: red;
}

.uqc .call-option .page-box-basic .page-box01-cont {
  flex: 1;
  padding-top: 20px;
  text-align: left;
}

.uqc .call-option .page-box-basic .page-box01-cont .page-box01-stitle {
  padding-top: 0;
}

.uqc .call-option .page-box01-plan-boxes {
  margin: 0 0 10px 0;
  width: 100%;
}

.uqc .call-option .page-box01-plan-boxes th,
.uqc .call-option .page-box01-plan-boxes td {
  vertical-align: middle;
  padding: 8px 10px;
  border: 1px solid #000;
  font-size: 16px;
}

.uqc .call-option .page-box01-cont .text-link {
  padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
  .uqc .call-option {
    padding: 20px 4.66667vw 70px 4.66667vw;
  }
  .uqc .call-option .uqv2-parts-ul--none {
    font-size: 13px;
  }
  .uqc .call-option .uqv2-parts-flex3clm {
    display: block;
    margin: 0;
  }
  .uqc .call-option .uqv2-parts-flex3clm-li {
    margin: 0 0 10px 0 !important;
    padding: 0;
  }
  .uqc .call-option .page-box-basic {
    display: block;
  }
  .uqc .call-option .page-box-basic .page-box01-title {
    padding: 1.2em 0;
  }
  .uqc .call-option .page-box-basic .page-box01-plan-box {
    padding: 0.4em 0;
  }
  .uqc .call-option .page-box-basic .page-box01-plan-title {
    padding: 0 0 0.2em 0;
    text-align: center;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle {
    text-align: center;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle br {
    display: block;
  }
  .uqc .call-option .page-box-basic .page-box01-stitle sup {
    margin: 0 -1em 0 0;
  }
  .uqc .call-option .text-link {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .uqc .call-option .text-link_bold {
    font-size: 15px;
  }
  .uqc .call-option .page-box01-plan-boxes th,
  .uqc .call-option .page-box01-plan-boxes td {
    padding: 8px 8px;
    font-size: 15px;
  }
  .uqc .call-option .page-box01-plan-boxes th {
    white-space: nowrap;
  }
  .uqc .increase-option .option {
    padding: 20px 17px 80px 17px;
  }
}
.uqc .call-option .page-box-basic .page-box01-title {
  flex-basis: 150px;
}

.uqc .section-ac .section-ac-wrap.bottom {
  padding-bottom: 0;
}

.uqc .sc-kurikoshi .info .h-sp {
  font-size: 20px;
  margin-bottom: 0;
}

.uqc .link-block.zouryou-option {
  margin-top: 20px;
}
.uqc .sc-kurikoshi .info .row {
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .tip-plan-setwari-kazoku .head .price-block {
    display: block;
    margin: 0;
  }
  .tip-plan-setwari-kazoku .head .price {
    margin: 0 0 -15px 0;
    font-size: 5.2vw;
  }
  .tip-plan-setwari-kazoku .head .price .num {
    margin: 0 0.04em 0 0;
    font-size: 15.8vw;
  }
  .tip-plan-setwari-kazoku .head .price div {
    margin: 7vw 0 0 0;
  }
  .tip-plan-setwari-kazoku .head .waribiki {
    margin: 0;
  }
  .tip-plan-setwari-kazoku .setwari-detail {
    padding: 4vw 0 0 0;
    font-size: 3.4vw;
  }
  .tip-plan-setwari-kazoku .head::before {
    content: none;
  }
  .tip-plan-setwari-kazoku .head {
    padding: 2vw 0 4.6vw 0;
  }
}
.benefits-detail .benefits-detail-list li .con.con1 .txt-wrap .img img {
  margin-left: auto;
}
.benefits-detail .benefits-detail-list li .con.con1 .txt-wrap .note {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .benefits-detail .benefits-detail-list li .con.con1 .txt-wrap .note {
    padding: 0;
  }
}
.benefits-detail .benefits-detail-list li .con.con1 .coupon05 .note {
  padding-left: 0.7rem;
  font-size: 12px;
  font-weight: normal;
}
.tip-plan-setwari .course-denki .box01 .notes > li {
	font-size: 10px;
}
.benefits-wrap .benefits-list li {
  width: min(210px, 100%);
}
@media screen and (max-width: 768px) {
  .benefits-wrap .benefits-list li {
    width: 100%;
  }
}
.benefits-wrap .benefits-list li a {
  height: 100%;
}
.benefits-wrap .benefits-list .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.plan-link-block.txt-left {
	text-align: left;
}
.uqc .section-starlink .main-contents .merit-wrap .col {
	align-items: center;
}
.plan-tab ul {
	padding-inline: 0;
	justify-content: center;
}
.plan-tab ul li {
	max-width: 290px;
}
.plan-tab ul li a i {
	margin-right: 1.1vw;
}
@media screen and (max-width: 768px) {
	.plan-tab ul li {
		max-width: none;
	}
}
.plan-heading h2 {
  width: 100%;
}
.plan-heading h2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 170/21;
}
@media screen and (max-width: 768px) {
  .plan-heading h2 img {
    aspect-ratio: auto;
  }
  
}
.uqc .increase-option .option .gb .img img {
  max-height: 280px;
  margin-inline: auto;
}

.con.con3 .coupon01 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.con.con1 .ponta-pass-wrap {
  position: absolute;
  top: 31px;
  right: calc(50% - 148px);
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  @media screen and (max-width: 767px) {
    margin-top: 0;
    top: 4%;
    right: 5%;
    .tip-q-wrap.bene{
      margin-top: 0;
    }
  }
}
/* ↑ feature_250603 */

/* ↓ feature_250630 */
.plan-tuuwahoudai-mini h3 {
  padding-top: 8px;
  line-height: 1;
}
.plan-tuuwahoudai-mini .note {
  color: var(--tokutoku_color);
  text-align: right;
  padding-bottom: 8px;
  padding-inline: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .plan-tuuwahoudai-mini h3 {
    padding-bottom: 0;
  }
  .plan-tuuwahoudai-mini .note {
    padding-top: 0;
    padding-inline: 29px;
  }
}
.notes.mini .txt-indent {
  padding-left: 0.5rem;
}
.uqc .increase-option .option .txt-wrap {
  text-align: left;
  font-size: 13px;
}
.uqc .increase-option .option .txt-wrap p {
  margin: 0;
}
.uqc .increase-option .option .uqv2-parts-ul--none {
  margin-top: 10px;
}
.uqc .increase-option .option .uqv2-parts-ul--none li + li {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .uqc .call-option {
    padding-inline: 0;
  }
}

.uqc .call-option .page-box01-plan-boxes th,
.uqc .call-option .page-box01-plan-boxes td {
  padding-inline: 2px;
}
.plan-tuuwahoudai-mini .note sup {
	font-size: 80%;
  transform-origin: 10% -50%;
}
/* ↑ feature_250630 */
/* ↓ feature_250707 */
.uqc .content .section-starlink {
	position: relative;
	background: #E4007F;
	margin-top: 10px;
	padding: 10px 38px 6px;
	border-width: 4px;
	border-radius: 14px;
}

.uqc .content .section-starlink.opened {
	background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 90%);
}
.uqc .content .section-starlink::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 13px;
	width: 824px;
	height: 114px;
	background: url(/mobile/norikae/assets/img/starlink_bg.svg) no-repeat center;
	background-size: cover;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink.opened {
		max-height: none;
		background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 50%);
	}
}
.uqc .content .section-starlink .head {
	padding-right: 0;
	font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.uqc .content .section-starlink .head h2 {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: auto 50px;
	padding-top: 2px;
	font-size: 41px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	line-height: 1.2;
	
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .head h2 {
		margin: 0;
		font-size: 23px;
		padding:0 9% 0 2%;
	}
}
.uqc .content .section-starlink .head h2 .end {
	margin-top: -10px;
	color: #E4007F;
	width: min(408px ,100%);
	margin-inline: auto;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 4px;
	font-feature-settings: normal;
	@media screen and (max-width: 767px) {
		margin-top: -12px;
		font-size: 12px;
		padding: 2px;
	}
	em{
		font-weight: 900;
		font-size: 21px;
		@media screen and (max-width: 767px) {
			font-size: 16px;
		}
	}
}
.uqc .content .section-starlink .head h2 .min {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .head h2 .min {
		font-size: 12px;
	}
}
.uqc .content .section-starlink .head h2 .label {
	display: inline-block;
	padding: 4px 17px;
	font-size: 19px;
	line-height: 1;
	color: #E4007F;
	background-color: #fff;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-starlink .main-contents > .lead sup {
  transform-origin: 0% 4%;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .head h2 .label {
		padding-inline: 7px;
		font-size: 11px;
	}
}
.uqc .content .section-starlink .head h2 .txt {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-inline: auto;
	width: fit-content;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .head h2 .txt {
		margin-right: 0;
		gap: 9px;
		width: min(408px ,100%);
	}
}
.uqc .content .section-starlink > .ac-head i {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	margin-top: 0;
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink > .ac-head i {
		right: -1px;
		width: 23px;
		height: 23px;
	}
}
.uqc .content .section-starlink > .ac-head i::before,
.uqc .content .section-starlink > .ac-head i::after {
	background-color: #e4007f;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink > .ac-head i::before {
		margin: -1px 0 0 -7px;
		width: 13px;
		height: 3px;
	}
	.uqc .content .section-starlink > .ac-head i::after {
		margin: -6px 0 0 -2px;
		width: 3px;
		height: 13px;
	}

}

@media screen and (max-width: 768px) {
	.uqc .content .section-starlink > .detail {
		margin-top: 10px;
		padding-inline: 0;
	}
}
.uqc .content .section-starlink.opened .ac-head i::after {
	transform: rotate(90deg);
}
.uqc .content .section-starlink .main-contents {
	margin-top: 12px;
	padding: 24px 5px 40px;
	background-color: #fff;
	border-radius: 16px;
}
.uqc .content .section-starlink .main-contents .ttl {
	position: relative;
}
.uqc .content .section-starlink .main-contents .ttl .img-wrap {
	max-width: 416px;
	margin-inline: auto;
}
.uqc .content .section-starlink .main-contents > .ttl::after {
	position: absolute;
	content: "";
	background: url(/mobile/norikae/assets/img/starlink_gachamuku.png);
	background-size: contain;
	width: 101px;
	height: 125px;
	right: 21px;
	top: -2px;
}
.uqc .content .section-starlink .main-contents .ttl .img-wrap > img {
	margin: auto;
}
.uqc .content .section-starlink .main-contents .ttl h3 {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 23px;
	line-height: 1.4;
}
.uqc .content .section-starlink .main-contents .ttl h3 .main {
	font-size: 26px;
	color: #E4007F;
}
.uqc .content .section-starlink .main-contents .ttl h3 .sub {
	margin-top: 3px;
	font-size: 20px;
	font-weight: bold;
}
.uqc .content .section-starlink .main-contents .note {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}
.uqc .content .section-starlink .main-contents > .lead {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-top: 17px;
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.uqc .content .section-starlink .main-contents .merit-wrap {
	display: grid;
	grid-template-columns: repeat(3, auto);
	margin-top: 28px;
	padding-inline: 24px;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col {
	display: flex;
	flex-direction: column;
	padding-inline: 16px;
}

.uqc .content .section-starlink .main-contents .merit-wrap .col .img-wrap + picture{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	height: 84px;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(1) {
	padding-left: 0;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(3) {
	padding-right: 0;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(1) .img-wrap + picture {
	padding-top: 6px;
  padding-left: 24px;
}

.uqc .content .section-starlink .main-contents .merit-wrap .col + .col {
	border-left: 1px dashed #000;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col picture > * {
	margin: auto;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col .txt {
	margin-top: 9px;
	padding-left: 5px;
	min-height: 78px;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
}
.uqc .content .section-starlink .main-contents .merit-wrap .col .tip-btn {
	margin: auto;
}
.uqc .content .section-starlink .main-contents .campaign {
	margin-top: 28px;
	margin-inline: 25px;
	padding-top: 30px;
	border-top: 3px solid #E4007F;
}
.uqc .content .section-starlink .main-contents .campaign .ttl {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.uqc .content .section-starlink .main-contents .campaign .price-wrap {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin-top: 20px;
	margin-inline: auto;
	margin-right: 39%;
	align-items: center;
	width: fit-content;
	position: relative;
	.after{
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/img_starlink_end_pc.png) no-repeat center /contain;
		width: 120px;
		height: 89px;
		transform: translate(120%, -24px);

	}
}
.uqc .content .section-starlink .main-contents .campaign .price-wrap .main {
	margin-top: -5px;
	font-size: 25px;
	font-weight: bold;
	color: #e4007f;
	line-height: 1;
}
.uqc .content .section-starlink .main-contents .campaign .price-wrap .sub {
	text-align: right;
	font-weight: bold;
}
.uqc .content .section-starlink .main-contents .campaign .price-wrap .main .highlight {
	font-size: 99px;
}
.uqc .content .section-starlink .main-contents .campaign .note {
	margin-top: 0;
	font-size: 13px;
	text-align: center;
}
.uqc .content .section-starlink .main-contents .campaign .box {
	display: grid;
	grid-template-columns: max-content auto;
	margin-top: 13px;
	border: 2px solid #e4007f;
	line-height: 1;
}
.uqc .content .section-starlink .main-contents .campaign .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #e4007f;
	padding: 10px;
	min-width: 160px;
	text-align: center;
}
.uqc .content .section-starlink .main-contents .campaign .right {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 5px 34px 0;
}
.uqc .content .section-starlink .main-contents .campaign .right .note {
	margin-top: 0;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
.uqc .content .section-starlink .main-contents .campaign .highlight {
	font-family: Price;
}
.uqc .content .section-starlink .main-contents .campaign .slash {
	font-family: Price;
	font-size: 30px;
}
.uqc .content .section-starlink .main-contents .campaign .right .highlight {
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.uqc .content .section-starlink .main-contents .campaign .labels {
	display: grid;
	grid-template-columns: repeat(3, 213px);
	gap: 12px;
	margin-top: 13px;
}
.uqc .content .section-starlink .main-contents .campaign .labels .label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #e4007f;
}
.uqc .content .section-starlink .main-contents .campaign .notes {
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.4;
}
.uqc .section-starlink .section-ac {
	position: relative;
	border: 1px solid #000;
	border-radius: 14px;
	overflow: hidden;
}
.uqc .content .section-starlink .section-ac.attention {
	margin-top: 30px;
}
.uqc .content .section-starlink .section-ac.starlink {
	margin-top: 12px;
}
.uqc .content .section-starlink .section-ac.attention .head {
	background-color: #fff;
}
.uqc .content .section-starlink .section-ac .head {
	padding: 10px 23px;
}
.uqc .content .section-starlink .section-ac .head h3 {
	font-weight: bold;
	line-height: 1;
}
.uqc .content .section-starlink .section-ac .head i {
	background-color: transparent;
}
.uqc .content .section-starlink .section-ac .head i::before,
.uqc .content .section-starlink .section-ac .head i::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 54px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .content .section-starlink .section-ac .head i::after {
	top: 30px;
	left: 45px;
	transform: rotate(90deg);
}
.uqc .content .section-starlink .section-ac.is-open .head i::after{
	transform: rotate(0deg);
}
.uqc .content .section-starlink .section-ac {
	background-color: #fff;
}
.uqc .content .section-starlink .section-ac .note {
	font-size: 11px;
	line-height: 1.4;
}
.uqc .content .section-starlink .section-ac .note + .note {
	margin-top: 17px;
}
.uqc .content .section-starlink .section-ac .section-ac-wrap {
	margin-top: 20px;
	padding-bottom: 90px;
}
.uqc .content .section-starlink .section-ac .section-ac-wrap .txt-link {
	padding-left: 0.9em;
} 
.uqc .content .section-starlink a {
	color: #e4007f;
	text-decoration: underline;
}
.uqc .content .section-starlink .txt-b {
	font-weight: bold;
}
.uqc .content .section-starlink .btn-fill-icon {
	margin-inline: auto;
	padding-right: 60px;
	max-width: 413px;
	min-height: 55px;
	height: auto;
	font-size: 17px;
	background-color: #fff;
	border: 3px solid #E4007F;
	box-shadow: 0px 5px 0px #E4007F;
	border-radius: 20px;
	line-height: 1.5;
}
.uqc .content .section-starlink .btn-wrap {
	margin-top: 30px;
	margin-bottom: 54px;
}
.uqc .content .section-starlink .btn-fill-icon::before {
	display: none;
}
.uqc .content .section-starlink .btn-fill-icon::after {
	right: 35px;
	background-image: url(../img/icon-btn-blank-p.svg);
}
#tip-starlink-02 .txt-link {
	padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink {
		margin-top: 18px;
		padding-inline: 6px;
		border-radius: 14px;
		letter-spacing: 0.02em;
	}
	.uqc .content .section-starlink .head {
		padding-top: 12px;
	}
	.uqc .content .section-starlink .head span:last-child {
		font-size: 23px;
		margin-inline: auto;
	}
	.uqc .content .section-starlink::before {
		top: 0;
		left: 0;
		width: 100%;
		height: 64px;
		background-image: url(/mobile/norikae/assets/img/starlink_bg_sp.svg);
		background-size: contain;
	}
	.uqc .content .section-starlink .main-contents {
		padding-top: 24px;
		padding-bottom: 23px;
	}
	.uqc .content .section-starlink .main-contents .ttl .img-wrap {
		max-width: 170px;
	}
	.uqc .content .section-starlink .main-contents > .ttl::after {
		display: none;
	}
	.uqc .content .section-starlink .main-contents .note {
		font-size: 10px;
	}
	.uqc .content .section-starlink .main-contents .img-wrap.visible-sp {
		margin-top: 30px;
		margin-inline: auto;
		max-width: 130px;
	}
	.uqc .content .section-starlink .main-contents > .lead {
		margin-top: 8px;
		margin-inline: 12px;
		font-size: 15px;
	}
	.uqc .content .section-starlink .main-contents .ttl h3 .sub {
		margin-top: 9px;
		font-size: 18px;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap {
		grid-template-columns: 1fr;
		padding-inline: 9px;
		margin-top: 38px;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .img-wrap {
		margin:0 10px 10px;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col {
		padding-inline: 0;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col .img-wrap picture{
		img{
			width: 280px;
			height: auto;
		}
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col .img-wrap + picture{
		height: auto;

	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col >  picture img{
		width: auto;
		height: 52px;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(1) .img-wrap + picture {
		margin-top: 7px;
		margin-inline: auto;
		padding: 0;
		max-width: 100%;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(2) .img-wrap + picture {
		margin-top: 0;
		margin-inline: auto;
		/* max-width: 204px; */
		max-width: 100%;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col:nth-child(3) .img-wrap + picture {
		margin-top: 10px;
		margin-inline: auto;
		/* max-width: 121px; */
		max-width: 100%;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col .txt {
		margin-top: 24px;
		margin-bottom: 10px;
		font-size: 14px;
		min-height: auto;
		line-height: 1.4;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col + .col {
		margin-top: 60px;
		border-left: none;
	}
	.uqc .content .section-starlink .main-contents .campaign {
		margin-top: 53px;
		margin-inline: 0;
		padding-top: 55px;
		line-height: 1.1;
	}
	.uqc .content .section-starlink .main-contents .campaign .ttl {
		position: relative;
		font-size: 28px;
	}
	.uqc .content .section-starlink .main-contents .campaign .ttl::before,
	.uqc .content .section-starlink .main-contents .campaign .ttl::after {
		content: "";
		position: absolute;
		top: 0;
		width: 2px;
		height: 96%;
		background-color: #000;
	}
	.uqc .content .section-starlink .main-contents .campaign .ttl::before {
		left: 21px;
		transform: rotate(-16deg);
	}
	.uqc .content .section-starlink .main-contents .campaign .ttl::after {
		right: 23px;
		transform: rotate(20deg);
	}
	.uqc .content .section-starlink .main-contents .campaign .price-wrap {
		grid-template-columns: 1fr;
		margin: 27px auto 0;
		.after{
			  background: url(../img/img_starlink_end_sp.png) no-repeat center / contain;
        width: 100px;
				height: 72px;
        transform: translate(68%, -40px);
		}
	}
	.uqc .content .section-starlink .main-contents .campaign .price-wrap .main,
	.uqc .content .section-starlink .main-contents .campaign .price-wrap .sub {
		text-align: center;
	}
	.uqc .content .section-starlink .main-contents .campaign .price-wrap .sub {
		font-size: 17px;
		line-height: 1.5;
	}
	.uqc .content .section-starlink .main-contents .campaign .price-wrap .main {
		font-size: 40px;
	}
	.uqc .content .section-starlink .main-contents .campaign .price-wrap .main .highlight {
		font-size: 113px;
	}
	.uqc .content .section-starlink .main-contents .campaign .note {
		padding-inline: 20px;
		font-size: 14px;
	}
	.uqc .content .section-starlink .main-contents .campaign .box {
		grid-template-columns: 1fr;
		margin-top: 15px;
		margin-inline: 10px;
	}
	.uqc .content .section-starlink .main-contents .campaign .left {
		padding: 5px;
	} 
	.uqc .content .section-starlink .main-contents .campaign .right {
		display: block;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-inline: 0;
	}
	.uqc .content .section-starlink .main-contents .campaign .right > p {
		text-align: center;
	}
	.uqc .content .section-starlink .main-contents .campaign .right .txt-wrap {
		display: flex;
		align-items: center;
		margin-top: 3px;
		margin-inline: 7px;
		padding-top: 9px;
		padding-inline: 13px;
		border-top: 1px dashed #000;
	}
	.uqc .content .section-starlink .main-contents .campaign .right .note {
		flex: 1;
		padding-inline: 0;
		font-size: 12px;
	}
	.uqc .content .section-starlink .main-contents .campaign .labels {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 17px;
		margin-inline: 10px;
	}
	.uqc .content .section-starlink .main-contents .campaign .labels .label {
		min-height: 42px;
	}
	.uqc .content .section-starlink .main-contents .campaign .notes {
		margin-inline: 10px;
	}
	.uqc .content .section-starlink .section-ac .head i::before,
	.uqc .content .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
	}
	.uqc .content .section-starlink .section-ac.attention .head i::before,
	.uqc .content .section-starlink .section-ac.attention .head i::after {
		top: 16px;
	}
	.uqc .content .section-starlink .section-ac.starlink .head i::before,
	.uqc .content .section-starlink .section-ac.starlink .head i::after {
		top: 26px;
	}
	.uqc .content .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
		transform: rotate(90deg);
	}
	.uqc .content .section-starlink .section-ac .section-ac-wrap {
		padding-inline: 10px;
	}
	.uqc .content .section-starlink .btn-fill-icon {
		padding-right: 40px;
		max-width: 263px;
		text-align: center;
		line-height: 1.37;
		font-size: 16px;
		min-height: 60px;
	}
	.uqc .content .section-starlink .btn-wrap {
		margin-bottom: 0;
	}
	.uqc .content .section-starlink .btn-fill-icon::after {
		right: 12px;
	}
	.uqc .content .section-starlink .section-ac .note {
		text-align: left;
	}
}
.uqc .content .section-starlink .head h2 {
	position: relative;
	max-width: 776px;
}

.uqc .content .section-starlink .head h2 .lead {
	font-size: 30px;
	line-height: 1.2;
}
.uqc .content .section-starlink .head h2 .txt {
	margin-top: 8px;
	gap: 12px;
	padding-right: 66px;
}
.uqc .content .section-starlink .head h2 .txt .img {
	padding-bottom: 8px;
	line-height: 0;
}
.uqc .content .section-starlink .head h2 .note {
	text-align: left;
	line-height: 1.454545;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	font-size: 11px;
	font-weight: 400;
}
.uqc .content .section-starlink __heading {
	min-height: auto !important;
}
.uqc .content .section-starlink .ac-head i::before,
.uqc .content .section-starlink .ac-head i::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #e4007f;
}

.uqc .content .section-starlink .ac-head i::before {
	margin: -3px 0 0 -12px;
	width: 23px;
	height: 5px;
}

.uqc .content .section-starlink .ac-head i::after {
	margin: -12px 0 0 -3px;
	width: 5px;
	height: 23px;
}
.uqc .content .section-starlink .starlink-price-box {
	margin-top: 25px;
	border: 2px solid #E4007F;
  margin-inline: 25px;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.uqc .content .section-starlink .starlink-price-box * {
	font-feature-settings: normal !important;
}
.uqc .content .section-starlink .starlink-price-box .ttl {
	background-color: #E4007F;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	height: 30px;
}
.uqc .content .section-starlink .starlink-price-wrap {
	padding: 14px 9px 9px;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap {
	display: flex;
	justify-content: space-around;
  align-items: start;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .right {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap div .txt {
	font-weight: bold;
	font-size: 11px;
  margin-top: -6px;
	line-height: 1.454545;

}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .num {
	font-size: 38px;
	font-family: Price;
  letter-spacing: -0.05em;
	padding-right: 2px;
	line-height: 1;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .price {
	font-weight: bold;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .left .price {
	color: #E4007F;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .slash {
  font-family: auto;
	font-size: 29px;
	margin-right: -30px;
	line-height: 1;
  padding-top: 0;
}
.uqc .content .section-starlink .starlink-price-wrap .note {
	margin-top: 0;
	text-align: left;
	font-size: 10px;
}
.uqc .content .section-starlink .starlink-price-wrap .labels {
  display: grid;
  grid-template-columns: repeat(3, 207px);
  gap: 11px;
	margin: auto;
  margin-top: 19px;
	justify-content: center;
}
.uqc .content .section-starlink .starlink-price-wrap .labels .label {
  display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3333333;
	color: #e4007f;
	background-color: #fff;
	border: 1px solid #e4007f;
}
.uqc .content .section-starlink .starlink-price-wrap .labels .label sup {
  transform-origin: 0% -26%;
  font-size: 80%;
}
.uqc .content .section-starlink .starlink-price-wrap .flex-wrap div .txt sup {
  transform-origin: 0% -26%;
  font-size: 80%;
	margin-right: -4px;
}
.uqc .content .section-starlink .notes.starlink {
	margin-top: 20px;
  font-size: 11px;
  line-height: 1.363636;
	margin-inline: 25px;
}

@font-face {
	font-family: 'Price';
	src: url(../fonts/font.woff) format('woff');
	font-weight: 700;
}

.uqc .content .section-starlink.is-open .ac-head i::after {
	transform: rotate(90deg);
}
.uqc .content .section-starlink __heading:after {
	display: none;
}
.uqc .content .section-starlink {
	background-color: #e4007f;
	padding: 10px 38px 6px;
	border: 4px solid #e4007f;
	border-radius: 14px;
}
.uqc .content .section-starlink .head h2 .lead sup {
	display: inline-block;
	font-size: 80%;
	transform-origin: 16% -60%;
	transform: scale(0.66);
	vertical-align: baseline;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink {
		margin-top: 18px;
		padding-inline: 6px;
    max-height: 150px;
		border-radius: 14px;
		letter-spacing: 0.02em;
		border-width: 2px;
	}
	.uqc .content .section-starlink > .ac-head i {
		right: 2px;
		width: 23px;
		height: 23px;
	}
	.uqc .content .section-starlink > .ac-head i::before {
		margin: -1px 0 0 -6.5px;
		width: 13px;
		height: 3px;
	}
	.uqc .content .section-starlink > .ac-head i::after {
		margin: -6px 0 0 -1.5px;
		width: 3px;
		height: 13px;
	}
	.uqc .content .section-starlink::before {
		left: 0;
		width: 100%;
		height: 50px;
		background-image: url(/mobile/norikae/assets/img/starlink_bg_sp.svg);
	}
	.uqc .content .section-starlink .head {
		margin-top: 6px;
		margin-bottom: 4px;
		padding-top: 0;
		padding-right: 0;
	}
	.uqc .content .section-starlink .head h2 {
		gap: 2px;
		padding: 0;
	}
	.uqc .content .section-starlink .head h2 .lead {
		font-size: 18px;
		letter-spacing: -0.05em;
		padding-left: 30px;
	}
	.uqc .content .section-starlink .head h2 .txt {
		padding-right: 34px;
		margin: auto;
		gap: 7px;
		justify-content: center;
		width: min(408px, 100%);
	}
	.uqc .content .section-starlink .head h2 .img {
		max-width: 244px;
		margin: unset;
	}
	.uqc .content .section-starlink .head h2 .note {
		margin-top: 4px;
    padding: 0;
		padding-right: 27px;
	}
	.uqc .content .section-starlink .head h2 .label {
		font-size: 12px;
		padding: 4px 6px;
		display: inline-block;
	}
	.uqc .content .section-starlink __body {
		padding: 0;
	}
	.uqc .content .section-starlink .main-contents .ttl .img-wrap {
		max-width: 306px;
		margin-inline: auto;
	}
	.uqc .content .section-starlink .main-contents .merit-wrap .col > picture img {
		width: auto;
		height: 52px;
	}
	.uqc .content .section-starlink .starlink-price-box {
		margin-top: 50px;
		margin-inline: 12px;
	}
	.uqc .content .section-starlink .starlink-price-box .ttl {
		height: 43px;
		line-height: 41px;
		font-size: 18px;
	}
	.uqc .content .section-starlink .starlink-price-box .starlink-price-wrap {
		padding: 24px 10px 20px;
	}
	.uqc .content .section-starlink .starlink-price-box .starlink-price-wrap .flex-wrap {
		flex-direction: column;
		font-size: 20px;
	}
	.uqc .content .section-starlink .starlink-price-box .starlink-price-wrap .flex-wrap .left {
		margin: auto;
	}
	.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
		flex-direction: column;
		margin: auto;
		text-align: center;
		gap: 18px;
	}
	.uqc .content .section-starlink .starlink-price-box .starlink-price-wrap .flex-wrap .right {
		flex-direction: column;
		margin: auto;
		text-align: center;
		margin-top: 28px;
		gap: 18px;
	}
	.uqc .content .section-starlink .starlink-price-box .starlink-price-wrap .note {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 6px;
	}
	.uqc .content .section-starlink .starlink-price-wrap .flex-wrap div .txt {
		font-size: 18px;
	}
	.uqc .content .section-starlink .starlink-price-wrap .flex-wrap .num {
		font-size: 42px;
	}
	.uqc .content .section-starlink .starlink-price-wrap .labels {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 22px;
		margin-inline: 0;
	}
	.uqc .content .section-starlink .starlink-price-wrap .labels .label {
		min-height: 51px;
		font-size: 15px;
	}
	.uqc .content .section-starlink .notes.starlink {
		margin-inline: 10px;
	}
	.uqc .content .section-starlink .section-ac.attention .head {
		margin-top: 6px;
		margin-bottom: 4px;
		padding: 10px 23px;
		background-color: #fff;
	}
	.uqc .content .section-starlink .section-ac .head h3 {
		font-size: 16px;
	}
	.uqc .content .section-starlink .section-ac.attention .detail {
		padding-inline: 0 !important;
	}
	.uqc .content .section-starlink .btn-wrap {
		margin-bottom: 0;
	}
	.uqc .content .section-starlink .btn-fill-icon {
		padding-right: 40px;
		max-width: 263px;
		text-align: center;
		line-height: 1.37;
		font-size: 16px;
		min-height: 60px;
	}
	.uqc .content .section-starlink .btn-fill-icon::after {
		right: 12px;
	}
	.uqc .content .section-starlink > .detail .close {
		margin-top: 60px;
		padding-bottom: 0;
	}

}
.uqc .content .section-starlink.is-open {
	background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 90%);
}
.section-starlink __body {
	max-height: none !important;
}
.visible-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
}
.uqc .content .color-attention {
	color: red;
}
.uqc .content .section-starlink.is-open .ac-foot {
	display: block;
	position: absolute;
	bottom: 20px;
	bottom: 20px;
	left: 50%;
	width: 114px;
	margin-left: -57px;
}
.uqc .content .section-starlink.limit .ac-foot {
	position: absolute;
	bottom: 20px;
	margin-left: -57px;
}

.uqc .content .section-starlink.hide .ac-foot {
	display: none;
}

.uqc .content .section-starlink .ac-foot a {
	text-decoration: none;
}

.uqc .content .section-starlink .ac-foot a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: rgba(150, 150, 150, .9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
}
.uqc .content .section-starlink .ac-foot a i {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #fff;
}
.uqc .content .section-starlink .ac-foot a i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: rgba(150, 150, 150, 1);
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px;
}

.uqc .content .section-starlink .detail .close {
	display: flex;
	justify-content: center;
	padding: 0 0 15px;
}
.uqc .content .section-starlink .detail .close a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: #F1559A;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	cursor: pointer;
}
.uqc .content .section-starlink .detail .close a:hover {
	color: #fff;
	opacity: .7;
}
.uqc .content .section-starlink .detail .close a:hover i {
	background-color: #fff;
}
.uqc .content .section-starlink .detail .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: #F1559A;
}
.uqc .content .section-starlink .detail .close span {
	padding-top: 2px;
	letter-spacing: 0.1em;
	text-decoration: none !important;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .detail .close span {
		color: #fff;
	}
}
.uqc .content .section-starlink .detail .close a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: #F1559A;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a:hover {
	color: #fff;
	opacity: .7;
}
.uqc .content .section-starlink .detail .close a:hover i {
	background-color: #fff;
}
.uqc .content .section-starlink .detail .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: #F1559A;
}

.uqc .content .section-starlink .section-ac.attention {
	position: relative;
	border: 1px solid #000;
	border-radius: 14px;
	overflow: hidden;
}
.uqc .content .section-starlink .section-ac.attention .ac-head i {
	display: block;
	position: absolute;
	right: 0;
	width: 80px;
	height: 100%;
	background-color: transparent;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .section-ac.attention .ac-head i::before,
.uqc .content .section-starlink .section-ac.attention .ac-head i::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 54px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .content .section-starlink .section-ac.attention .ac-head i::before {
	margin: -3px 0 0 -12px;
}
.uqc .content .section-starlink .section-ac.attention .ac-head i::after {
	display: block;
	top: 29px;
	left: 45px;
	transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink .section-ac.attention .ac-head i {
		width: 40px;
	}
	.uqc .content .section-starlink .section-ac.attention .head i::before,
	.uqc .content .section-starlink .section-ac.attention .head i::after {
		top: 16px;
		left: 4px;
		margin: 0;
	}
}

.uqc .content .section-starlink .section-ac.attention.opened .ac-head i::after {
	display: none;
}
.uqc .content .section-starlink .section-ac.attention .detail {
	padding: 0 30px;
}
.uqc .content .section-starlink .section-ac .section-ac-wrap {
	margin-top: 20px;
}
.uqc .content .section-starlink .btn-fill-icon::before {
	display: none;
}
.uqc .content .section-starlink .btn-fill-icon::after {
	right: 35px;
	background-image: url(../img/icon-btn-blank-p.svg);
}
.uqc .content .section-starlink .btn-fill-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 1em;
	margin-inline: auto;
	padding-right: 60px;
	max-width: 413px;
	min-height: 55px;
	height: auto;
	font-size: 17px;
	font-weight: 700;
	color: #e4007f;
	background-color: #fff;
	border: 3px solid #E4007F;
	box-shadow: 0px 5px 0px #E4007F;
	border-radius: 20px;
	line-height: 1.5;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	text-decoration: none !important;
}
.uqc .content .section-starlink .btn-fill-icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	background-size: cover;
	background-image: url(../img/icon-btn-blank-p.svg);
}
@media screen and (max-width: 768px) {
  .uqc .content .section-starlink .btn-fill-icon {
    padding-right: 40px;
    max-width: 263px;
    text-align: center;
    line-height: 1.37;
    font-size: 16px;
    min-height: 60px;
  }
  .uqc .content .section-starlink .btn-fill-icon::after {
    right: 12px;
  }
}
@media screen and (min-width: 769px) {
	.uqc .content .section-starlink .btn-fill-icon:hover {
			opacity: .7;
	}
}
.uqc .content .section-opensignal-award {
	margin-top: 10px;
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section {
		border-width: 4px;
		border-radius: 14px;
		@media screen and (max-width: 767px) {
      border-width: 2px;
			border-radius: 14px;
		}
	}
	.section-opensignal-award-top {
		border: none;
	}
	.mv {
		border-radius: var(--kado) var(--kado) 0 0;
		overflow: hidden;
	}
	.award-area {
		padding: 30px 20px 16px;
		background: #f16aaa;
		@media screen and (max-width: 768px) {
			padding: 22px;
		}
	}
	.award-btn-wrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		font-size: 12px;
		@media screen and (max-width: 768px) {
			max-width: 292px;
			margin-inline: auto;
			gap: 18px;
			font-size: 11px;
		}
		.square-btn {
			background: #fff;
			border-radius: 8px;
			height: 52px;
			width: 148px;
			display: grid;
			grid-template-columns: auto 1fr auto;
			align-items: center;
			padding: 7px;
			line-height: 1.375;
			@media screen and (max-width: 768px) {
				padding: 6px;
				height: 51px;
			}
			&:before {
				content: "";
				background: url(../img/icon_graph@2x.png) no-repeat center /contain;
				width: 25px;
				height: 25px;
				margin-right: 6px;
			}
			&:after {
				content: "";
				background: url(../img/icon_pink_info@2x.png) no-repeat center /contain;
				width: 22px;
				height: 22px;
				margin-left: 6px;
			}
			@media screen and (max-width: 768px) {
				&:before {
					width: 22px;
					height: 19px;
					margin-right: 8px;
				}
				&:after {
					width: 20px;
					height: 20px;
					margin-left: 9px;
				}
			}
			em {
				color: var(--pink);
			}
		}
	}
	.award-item-list {
		margin-top: 20px;
		display: flex;
		gap: 47px;
		justify-content: center;
		color: #fff;
		@media screen and (max-width: 768px) {
			flex-direction: column;
			gap: 16px;
			margin-top: 20px;
			margin-bottom: -4px;
		}
		li {
			position: relative;
			padding-left: 56px;
			&:before {
				position: absolute;
				top: 5px;
				left: 2px;
				content: "";
				background: url(../img/icon_white_award.svg) no-repeat center /contain;
				width: 39px;
				height: 36px;
			}
			.lead {
				font-size: 14px;
				line-height: 1.41;
				font-weight: bold;
			}
			.hd {
				font-size: 17px;
				line-height: 1.3;
				font-weight: bold;
				em {
					line-height: 1;
				}
			}
			.txt {
				font-size: 12px;
				line-height: 1.41;
				margin-top: 5px;
				margin-right: -5px;
			}
		}
	}
	.award2025 {
		display: flex;
		justify-content: center;
		padding-right: 50px;
		@media screen and (max-width: 768px) {
			padding-left: 16px;
			padding-right: 16px;
		}
	}
	.award2025-modal-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 52px;
		@media screen and (max-width: 768px) {
			gap: 0;
		}
	}
	.award2025-box {
		margin-top: 7px;
		@media screen and (max-width: 768px) {
			margin-top: 20px;
		}
	}
	.award2025-modal > a {
		display: inline-block;
    overflow: hidden;
    width: 318px;
    height: 0;
    padding-top: 158px;
    background-size: cover;
	}
	.award2025-modal-wrap .award2025-modal.col1{
		width: 100%;
		text-align: center;
	}
	@media screen and (max-width: 768px) {
		.award2025-modal-wrap .award2025-modal.col1{
			width: auto;
		}
	}
	.award2025-modal-wrap .award2025-modal:nth-child(1) a {
		background-image: url(../img/img_award2025_01@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(2) a {
		background-image: url(../img/img_award2025_02@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(3) a {
		background-image: url(../img/img_award2025_03@2x.png);
	}
	.award2025-note {
		padding: 30px 40px 32px;
		font-size: 13px;
		line-height: 1.4;
		background-color: #F16AAA;
		color: #fff;
		@media screen and (max-width: 768px) {
			margin-top: -1px;
			padding: 26px 24px;
		}
	}
	.award2025-note > p {
		font-feature-settings: normal;
	}
	.section-opensignal-award-top.award2025-top {
		padding-top: 20px;
	}
	.award-note {
		padding: 10px 88px 20px;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		gap: 15px;
		justify-content: center;
		@media screen and (max-width: 768px) {
			padding: 10px 25px 20px;
			line-height: 1.4;
			font-size: 12px;
			flex-direction: column;
			align-items: end;
			gap: 0;
		}
	}
	.area-ex-head {
		position: relative;
		@media screen and (max-width: 768px) {
			&:after {
				width: 15px;
				height: 12px;
				bottom: 2px;
			}
		}
		&::after {
			display: none;
		}
		.uqc .content .section & {
			padding-right: 0;
			h2 {
				position: relative;
				margin-inline: auto;
				width: fit-content;
			&::before {
				content: "";
				position: absolute;
				top: 5px;
				left: -6.2vw;
				width: 64px;
				height: 64px;
				background: url(/mobile/norikae/assets/img/icon_opensignal_01.svg) no-repeat center/cover;

			}
			@media screen and (max-width: 1100px) {
				&::before {
				top: 50%;
				transform: translateY(-50%);
				left: -12vw;
				}
			}
			@media screen and (max-width: 768px) {
				&::before {
					top: 28px;
					left: -8px;
					width: 40px;
					height: 40px;
					}
				}
			}
		}
		.area-ex {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			margin: 20px auto;
			padding-bottom: 0;
			width: fit-content;
			line-height: 1.2;
			transition: all 0.3s ease;
			@media screen and (max-width: 768px) {
				& {
					position: relative;
					gap: 4px;
					margin: 10px auto;
				}
			}
			.opened & {
				padding-bottom: 0;
			}
			.ttl {
				font-size: 20px;
				display: inline grid;
				grid-template: "ttl em" /1fr auto;
				gap: 13px;
				margin-right: 65px;
				color: #000;
				@media screen and (max-width: 768px) {
					& {
						grid-template: "ttl em" /max-content auto;
						gap: 16px;
						align-items: center;
						margin-left: 42px;
						margin-right: 0;
						font-size: 13px;
					}
				}
				.txt01 {
					grid-area: ttl;
					font-size: 23px;
					font-weight: bold;
					@media screen and (max-width: 768px) {
						font-size: 16px;
					}
				}
				em {
					grid-area: em;
					font-size: 48px;
					font-weight: bold;
					line-height: 1;
					margin-left: 5px;
					color: #E4007F;
					@media screen and (max-width: 768px) {
						font-size: 27px;
					}
				}
			}
			.lead {
				margin-top: 7px;
				font-size: 16px;
				color: #000;
        font-weight: normal;
				@media screen and (max-width: 768px) {
					position: relative;
					margin-top: 0;
					left: -10px;
					font-size: 12px;
				}
			}
		}

		&.ac-head i {
			display: block;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 24px;
			margin-top: 0;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			background-color: #e4007f;
			transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
			@media screen and (max-width: 768px) {
				right: 10px;
				width: 23px;
				height: 23px;
				&::before {
					margin: -1px 0 0 -6.5px;
					width: 13px;
					height: 3px;
				}
				&::after {
					margin: -6px 0 0 -1.5px;
					width: 3px;
					height: 13px;
				}
			}

		}

	}
	.detail.sc {
		background: none;
		padding: 0 30px !important;
	}
	@media screen and (max-width: 768px) {
		.detail.sc {
			padding: 0 20px !important;
		}
	}
	.sc-area {
		padding-top: 43px;
		@media screen and (max-width: 768px) {
			padding: 40px 0 0;
		}
		.sub6-mv {
			text-align: center;
			@media screen and (max-width: 768px) {
				margin-inline: auto;
				max-width: 267px;
			}
			img {
				display: inline;
        height: auto;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
				text-align: left;
				font-size: 13px;
				line-height: 1.5;
			}
		}
		>.h {
			margin-top: 20px;
			@media screen and (max-width: 768px) {
				margin-top: 17px;
				font-size: 16px;
				line-height: 1.25;
			}
		}
		@media screen and (max-width: 768px) {
			.img-area-01 {
				margin-top: 7px;
			}
			.img-area-02 {
				margin-top: 26px;
				margin-bottom: 16px;
			}
			.img-area-03 {
				max-width: 100% !important;
        height: auto;
			}
			.sub {
				margin-top: 16px;
				font-size: 16px;
			}
		}
	}
}
.award-modal {
	padding: 10px;
	@media screen and (max-width: 768px) {
		padding: 0;
	}
	.award-modal-hd {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.33;
		@media screen and (max-width: 768px) {
			font-size: 18px;
			margin-bottom: 10px;
		}
		em {
			color: #e3027d;
		}
	}
	.award-modal-text {
		font-size: 16px;
		max-width: 470px;
		margin-inline: auto;
		@media screen and (max-width: 768px) {
			font-size: 12px;
			max-width: 90%;
		}
	}
	.award-modal-img {
		margin-top: 26px;
		img {
			.note-tip-balloon .frame & {
				max-width: 430px;
				margin-inline: auto;
				@media screen and (max-width: 768px) {
					max-width: 220px;
				}
			}
		}
	}
	.award-modal-notice {
		margin-top: 26px;
		line-height: 1.41;
		@media screen and (max-width: 768px) {
			margin-top: 15px;
			font-size: 12px;
			max-width: 90%;
		}
	}
}
.section-opensignal-award .section {
	margin: 0 0 10px;
	background-color: #fff;
	border: 4px solid #e4007f;
	border-radius: 14px;
	overflow: hidden;
}

.section-opensignal-award .section.individual .note-wrap {
	padding: 16px 30px 0 41px !important;
	color: #303030;
}
.section-opensignal-award .section.individual h2  {
	margin-left: 94px;
}
.section-opensignal-award .section.individual .head {
  padding: 25px 0 16px !important;
}
.section-opensignal-award .section.area {
	position: relative;
}
.section-opensignal-award .section.individual .head .area-head i {
  right: -138px !important;
	top: unset;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award .section.individual .head .area-head i {
	right: 8px !important;
	bottom: 47%;
	}
}
@media screen and (min-width: 769px) {
	.section-area.section-opensignal-award .head .area-head i::before {
		margin: -3px 0 0 -12px;
		width: 23px;
		height: 5px;
	}
	.section-area.section-opensignal-award .head .area-head i::after {
		margin: -12px 0 0 -3px;
		width: 5px;
		height: 23px;
	}
	.uqc .content .section-opensignal-award .area-ex-head.ac-head i::before {
		margin: -3px 0 0 -12px;
		width: 23px;
		height: 5px;
	}
	.uqc .content .section-opensignal-award .area-ex-head.ac-head i::after {
		margin: -12px 0 0 -3px;
		width: 5px;
		height: 23px;
	}
}
.section-area.section-opensignal-award .individual .head h2::before {
	content: unset !important;
}
.section-area.section-opensignal-award .individual .note-wrap * {
	font-feature-settings: initial !important;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.section-opensignal-award .section.individual .note-wrap {
	padding: 16px 30px 0 41px !important;
	color: #303030;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award .section.individual .note-wrap {
		padding: 14px 16px 0 !important;
	}
}
.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .content .section-opensignal-award __heading {
	display: block;
	min-height: auto;
}
.uqc .content .section-opensignal-award __heading::after {
	display: none;
}
.uqc .content .section-opensignal-award __body {
	padding: 0 10px;
	padding-bottom: 0;
	max-height: none !important;
	overflow: hidden;
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 16px 0 0;
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close a {
  display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: #F1559A;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close a:hover {
  color: #fff;
  opacity: .7;
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close a:hover i {
	background-color: #fff;
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: #F1559A;
}
.uqc .content .section-opensignal-award-top.award2025-top.individual .close span {
  padding-top: 2px;
  letter-spacing: 0.1em;
  text-decoration: none !important;
	color: #fff;
}
.section-opensignal-award-top.award2025-top.individual img.end-img {
	margin-top: -64px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box {
	margin-top: 42px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap {
	gap: 0 62px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap .tip-btn {
	display: block;
}
.section-area.section-opensignal-award .ac-head .area-head i {
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #e4007f;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-opensignal-award .ac-head i::before,
.uqc .content .section-opensignal-award .ac-head i::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
	padding-right: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-opensignal-award __body {
		background: none;
		padding-inline: 10px !important;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
		font-size: 11px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
		margin-top: 30px;
		padding-left: 16px;
	}
}
.uqc .content .section.is-open:not(.section-starlink) .ac-head i::after {
	display: none;
}
.uqc .content .sc-area {
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 700px;
}

.uqc .content .sc-area .h {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.uqc .content .sc-area .sub {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

.uqc .content .sc-area .txt {
	text-align: center;
}

.uqc .content .sc-area > img {
	margin: auto;
	display: block;
}

.uqc .content .sc-area .img-area-02 {
	max-width: 312px;
	margin-top: 24px;
}

.uqc .content .sc-area .img-area-03 {
	max-width: 590px;
	margin-top: 12px;
}

.uqc .content .sc-area > .notes {
	margin: 12px 30px 0;
}

.uqc .content .sc-area .notes {
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

.uqc .content .sc-area .notes > li {
	margin-left: 1em;
    text-indent: -1em;
}

.uqc .content .sc-area .box {
	border: 1px solid #969696;
	margin-top: 36px;
}

.uqc .content .sc-area .box > div.ttl {
	background-color: #969696;
	color: #fefef8;
	text-align: center;
	font-size: 16px;
}

.uqc .content .sc-area .box .notes-wrap {
	padding: 16px;
}

.uqc .content .sc-area .application {
	margin-top: 40px;
  margin-bottom: 0;
}

.uqc .content .sc-area .link-block {
    margin: 30px 0 4px;
    text-align: center;
}

.uqc .content .sc-area .notes-wrap .txt {
    text-align: left;
}

@media screen and (max-width: 768px) {
	.uqc .content .section .head h2.ttl-ac-9 .sp > img {
		padding-top: 20px;
	}

	.uqc .content .section .head h2.ttl-ac-9 .notes {
		font-size: 12px;
		padding: 8px 22px 18px;
		line-height: 1.46;
	}

	.uqc .content .detail.sc {
		background: url(/mobile/norikae/assets/img/bg_ttl_ac_9_contents_sp.png);
		background-repeat: repeat-y;
		background-position: center;
		background-size: contain;
	}

	.uqc .content .sc-area {
		padding: 30px 5px 0;
	}

	.uqc .content .sc-area .h {
		line-height: 1.35;
	}

	.uqc .content .sc-area .img-area-01 {
		max-width: 190px;
		margin-top: 2px;
	}
	
	.uqc .content .sc-area .img-area-02 {
		max-width: 232px;
		margin-top: 20px;
	}

	.uqc .content .sc-area .notes {
		font-size: 12px;
		margin: auto;
		margin-top: 12px;
	}

	.uqc .content .sc-area .link-block {
		margin: 28px 0 0;
		text-align: center;
	}

	.uqc .content .sc-area .box .notes-wrap {
		padding: 10px 16px;
	}

	.uqc .content .sc-area .box .notes-wrap .txt {
		font-size: 14px;
		text-align: left;
		margin-top: 0;
	}

	.uqc .content .sc-area .box {
		margin-top: 28px;
	}

	.uqc .content .sc-area .txt {
		line-height: 1.43;
		font-size: 12px;
		margin-top: 4px;
	}

	.uqc .content .sc-area .sc-area .sub {
		font-size: 16px;
		margin-top: 16px;
	}

}
.visible-pc {
	display: block !important;
}
.visible-sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
}
.uqc .content a.link {
    text-decoration: underline;
    line-height: 1.5;
    color: #e4007f;
}
.uqc .content .section.area .application ul {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
.uqc .content .section.area .application ul li {
	position: relative;
	flex-basis: 50%;
	margin: 30px 0 0;
	padding: 0 12px 5px 12px;
	width: 50%;
	font-weight: 700;
	font-size: 17px;
}
@media screen and (max-width: 768px) {
	.uqc .content .section.area .application h2 {
		font-size: 16px;
	}
	.uqc .content .section.area .application ul {
		display: block;
		margin: 0;
	}
	.uqc .content .section.area .application ul li {
		padding: 0 0 5px 0;
		width: 100%;
		font-size: 16px;
	}
}
.uqc .content .section.area .btn-fill-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 1em;
	height: 80px;
	background-color: #e4007f;
	color: #fff;
	border: 2px solid #e4007f;
	border-radius: 20px;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 18px;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	text-decoration: none !important;
}
.uqc .content .section.area .btn-fill-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	padding-top: 40px;
	width: 50px;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .content .section.area .btn-fill-icon i {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	width: 50px;
}
.uqc .content .section.area .btn-fill-icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	background-size: cover;
}
.uqc .content .section.area .btn-fill-icon:after {
	background-image: url(../img/icon-btn-arrow-w.svg);
}
.uqc .content .section.area .btn-fill-icon.blank:after {
	background-image: url(../img/icon-btn-blank-w.svg);
}
@media screen and (max-width: 768px) {
	.uqc .content .section.area .btn-fill-icon {
		height: 60px;
		border-radius: 22px;
		box-shadow: 0 4px 0 0 #000;
		font-size: 15px;
	}
}
.uqc .content .section.area .detail .close {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
@media screen and (max-width: 768px) {
	.uqc .content .section.area .detail .close {
		margin: 25px 0 0;
		padding: 0 0 25px;
	}

}
.uqc .content .section.area .detail .close a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: silver;
	transition: color .2s cubic-bezier(.39, .575, .565, 1);
	user-select: none;
	cursor: pointer;
}
.uqc .content .section.area .detail .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: silver;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section.area .detail .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 9px;
	width: 12px;
	height: 2px;
	background-color: #fff;
}
.uqc .content .section.area .detail .close span {
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.uqc .content a {
		cursor: pointer;
	}
	.uqc .content .section .detail .application a:hover {
		opacity: .7;
	}
	.uqc .content .section.area .detail .close a:hover {
		color: #e4007f;
	}
	.uqc .content .section.area .detail .close a:hover i {
		background-color: #e4007f;
	}
	
}
.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 720px;
	margin: 20px 0 0;
	z-index: 98;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}

.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.note-tip-balloon .frame .block {
	display: none;
}

.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}

.note-tip-balloon .frame .block .h {
	margin: 0 0 .7em;
	font-size: 18px;
	color: #e73079;
}
.note-tip-balloon .frame img {
	width: 100%;
}

.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}

.note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}

.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}

.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}
.uqc .content .note-tip-btn a {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
}

.uqc .content .note-tip-btn a i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
	width: 18px;
	height: 18px;
	background: #e04191 url(../img/hatena.svg);
	background-size: contain;
	border-radius: 100%;
	color: #fff;
}

.uqc .content .note-tip-overlay {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
	.uqc .content .note-tip-btn a {
		height: 26px;
		font-size: 13px;
	}

	.uqc .content .note-tip-btn a i {
		width: 16px;
		height: 16px;
		font-size: 12px;
	}
	.note-tip-balloon {
		padding: 0 40px;
		width: 680px;
	}

	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}

	.note-tip-balloon .frame .tail {
		margin-left: -40px;
	}

	.note-tip-balloon .frame .note-tip-close a {
		width: 30px;
		height: 30px;
	}
}
.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 720px;
	margin: 20px 0 0;
	z-index: 98;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}

.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.note-tip-balloon .frame .tail {
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
}

.note-tip-balloon .frame .tail::before,
.note-tip-balloon .frame .tail::after {
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-style: solid;
	border-width: 0 8px 18px;
}

.note-tip-balloon .frame .tail::before {
	border-color: transparent transparent #000;
}

.note-tip-balloon .frame .tail:after {
	top: 5px;
	border-color: transparent transparent #fff;
}

.note-tip-balloon .frame .block {
	display: none;
}

.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}

.note-tip-balloon .frame .block .h {
	margin: 0 0 .7em;
	font-size: 18px;
	color: #e73079;
}

.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}

.note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}

.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}

.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
@media screen and (max-width: 768px) {
	.note-tip-balloon {
		padding: 0 40px;
		width: 100% !important;
	}
	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}
}
.note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-guide {
		padding: 0 3.666%;
	}
	#size-check {
		display: none;
	}
}

.section-opensignal-award .area-ex-head {
	background-color: #fff;
}
.section-opensignal-award.section-area-default .section.individual h2 {
	margin-left: 94px !important;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award.section-area-default .section.individual h2 {
		margin-left: 0 !important;
	}
	.section-opensignal-award.section-area-default .section.individual .head .area-head img {
		width: 88.857%;
		margin-left: 4%;
		margin-right: auto;
	}
  .hover , *:hover , .hover * {
		opacity: 1 !important;
	}
}
@media screen and (min-width: 769px) {
  .uqc .content .section .head.hover {
    opacity: 0.7;
  }
}
.uqc .content .section-starlink .section-ac.attention .ac-foot {
  position: fixed;
  left: 50%;
  bottom: 120px;
  margin-left: 33px;
  width: 114px;
  z-index: 3;
}
.uqc .content .section-starlink .section-ac.attention.limit .ac-foot {
  position: absolute;
  bottom: 20px;
  margin-left: -57px;
}
.section-opensignal-award .section.individual .note-wrap {
  padding-right: 65px !important;
}
.uqc .content .section-opensignal-award .section.individual .ac-head.area-ex-head i {
  top: 60px;
}
@media screen and (max-width: 950px) {
  .section-opensignal-award.section-area-default .section.individual h2 {
    margin-left: 3vw !important;
  }
  .uqc .content .section-starlink .head h2 .txt {
    padding-right: 1vw;
  }
  .uqc .content .section-starlink::before {
    left: 0;
    width: 100%;
    background-size: contain;
  }
  .uqc .content .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: 17vw !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .content .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .content .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .content .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: auto !important;
  }
  .section-opensignal-award .section.individual .note-wrap {
    padding: 14px 16px 0 !important;
  }
}
.uqc .content .section-starlink .detail .close,
.uqc .content .section.individual .detail .close,
.uqc .content .section.area .detail .close {
  display: flex;
  justify-content: center;
}
.uqc .content .section.individual .detail .close {
	padding: 40px 0;
}
.uqc .content .section.individual .detail .close {
	padding-top: 16px;
	padding-bottom: 0;
}
.uqc .content .section.individual .detail .close {
	padding-top: 16px;
	padding-bottom: 0;
}
.uqc .content .section-starlink .detail .close a,
.uqc .content .section.individual .detail .close a,
.uqc .content .section.area .detail .close a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: silver;
  background-color: transparent;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
  user-select: none;
  cursor: pointer;
}
.uqc .content .section-starlink .detail .close span,
.uqc .content .section.individual .detail .close span,
.uqc .content .section.area .detail .close a span {
  color: silver;
  text-decoration: underline !important;
  letter-spacing: normal;
  padding-top: 0 !important;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i,
.uqc .content .section.individual .detail .close a i,
.uqc .content .section.area .detail .close a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: silver;
  border-radius: 3px;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .content .section-starlink .detail .close a i::before,
.uqc .content .section.individual .detail .close a i::before,
.uqc .content .section.area .detail .close a i::before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  transform: none;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .uqc .content .section-starlink .detail .close a:hover,
  .uqc .content .section.individual .detail .close a:hover,
  .uqc .content .section.area .detail .close a:hover {
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover span,
  .uqc .content .section.individual .detail .close a:hover span,
  .uqc .content .section.area .detail .close a:hover span {
    color: #e4007f;
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover i,
  .uqc .content .section.individual .detail .close a:hover i,
  .uqc .content .section.area .detail .close a:hover i {
    background-color: #e4007f;
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover i::before,
  .uqc .content .section.individual .detail .close a:hover i::before,
  .uqc .content .section.area .detail .close a:hover i::before {
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .uqc .content .section-starlink .detail .close a,
  .uqc .content .section.individual .detail .close a,
  .uqc .content .section.area .detail .close a {
    font-size: 15px;
    height: auto;
  }
  .uqc .content .section-starlink .detail .close a i,
  .uqc .content .section.individual .detail .close a i,
  .uqc .content .section.area .detail .close a i {
    width: 26px;
    height: 26px;
  }
  .uqc .content .section-starlink .detail .close a i::before,
  .uqc .content .section.individual .detail .close a i::before,
  .uqc .content .section.area .detail .close a i::before {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
  .uqc .content .section-starlink .detail .close a span,
  .uqc .content .section.individual .detail .close a span,
  .uqc .content .section.area .detail .close a span {
    display: inline-block;
    padding-top: 3px !important;
    color: #717171;
    letter-spacing: -0.07em;
  }
  .uqc .content .section-starlink .detail .close,
  .uqc .content .section.individual .detail .close {
    padding: 0;
  }
  .uqc .content .section.area .detail .close {
    padding-top: 0;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .uqc .content .section-starlink .detail .close {
    margin-top: 25px;
  }
}
.benefits-wrap{
	
	margin-top: 18px;
	width: min(660px, 100%);
	margin-inline: auto;
	.hd{
		font-family: Noto Sans JP,sans-serif;
		margin: 0 auto;
		font-size: 17px;
		line-height: 1.4;
		width: fit-content;
		padding: 5px 44px 5px 34px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 800;

		&:before{
			content:"";
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--_color);
			mask: url(../img/icon_kira_left.svg) left center no-repeat, url(../img/icon_kira_right.svg) right center no-repeat;
		}
	}
	.benefits-list{
		margin-top: 10px;
		display: flex;
		justify-content: center;
		gap: 13px;
		@media screen and (max-width: 767px) {
			flex-direction: column;
			gap: 11px;
		}
		li{
			width: min(212px,100%);
			@media screen and (max-width: 767px) {
				width: 100%;
			}
			a{
				border-radius: 9px;
				border: 2px solid var(--_color);
				overflow: hidden;
				display: flex;
				flex-direction: column;
				height: 100%;
				@media screen and (max-width: 767px) {
					flex-direction: row;
				}
			}
		}
		.ttl{
			font-size: 11px;
			display: flex;
			justify-content: center;
			align-items: baseline;
			line-height: 1;
			padding: 0px 8px  4px;
			background: var(--_color);
			color: #fff;
			@media screen and (max-width: 767px) {
				width: 23%;
				align-items: center;
				padding: 4px;
			}
			.unit-txt{
				font-size: 13px;
			}
			.num-txt{
				font-size: 19px;
				margin-left: 4px;
			}
		}
		.con{
			padding: 4px 16px 4px 10px;
			line-height: 1.25;
			position: relative;
			margin-block: auto;
      letter-spacing: .04em;
			@media screen and (max-width: 767px) {
				flex: 1;
				padding: 7px 30px 7px 16px;
			}
			&:after{
				position: absolute;
				right: 8px;
				top: 50%;
				transform: translate(0%,-50%);
				content:"";
				background: var(--_color);
				mask: url(../img/icon_bottom.svg) no-repeat center ;
				width: 16px;
				height: 16px;

			}
		}
		.txt01{
			font-size: 10px;
		}
		.txt02.big{
			font-size: 17px;
		}
		.txt02{
			margin-top: 2px;
			font-size: 15px;
			color: var(--_color);
			font-weight: 900;
			line-height: 1.2;
			small{
				font-size: 12px;
				margin-top: -1px;
				display: block;
				@media screen and (max-width: 767px) {
					display: inline;
				}
			}
		}
		.txt03{
			font-size: 9px;
			@media screen and (max-width: 767px) {
				font-size: 10px;
			}
			small{
				font-size: 8px;
				@media screen and (max-width: 767px) {
				font-size: 10px;
				}
			}
		}
	}
}
/* ↑ feature_250707 */