@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap);
@font-face {
	font-family: Price;
	src: url(../fonts/font.woff) format("woff");
	font-weight: 700;
}
.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 ul {
	list-style-type: none;
}

.uqc table {
	border-collapse: collapse;
}

.uqc a, .uqc button {
	cursor: pointer;
}

.uqc img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.uqc sup,
.note-tip-balloon sup {
	display: inline-block;
	font-size: 100%;
	vertical-align: baseline;
	transform-origin: 50% 20%;
	transform: scale(.66);
}

.uqc button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	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", "Noto Sans JP", "Droid Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}

.uqc .layout-loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #e73079;
	width: 100%;
	height: 100vh;
	z-index: 99;
	transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
}

.uqc.is-loaded .layout-loading {
	opacity: 0;
	pointer-events: none;
}

.uqc section {
	min-width: auto;
	min-width: initial;
}

.uqc .container {
	overflow: visible;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 912px;
	width: 100%;
}

.note-tip-balloon .monospace,
.uqc .monospace {
	font-family: monospace;
}
.note-tip-balloon .jp-bold,
.uqc .jp-bold {
	font-weight: 700;
}
.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-ex,
.uqc .jp-bold-ex {
	font-weight: 900;
}
.note-tip-balloon .en,
.uqc .en {
	font-family: Price;
}
.uqc .notes, .uqc .note {
	font-size: 13px;
	line-height: 1.5;
}

#size-check {
	height: 0;
}

.uqc .color-red {
	color: #e4007f;
}
.uqc .sc-plan03 .color-red {
	color: #f00;
}
.uqc .color-attention {
  color: #ff0000;
}

@media screen and (max-width:768px) {
	.uqc .container {
		padding: 0 4.666%;
		width: 100%;
	}

	#size-check {
		display: none;
	}
}

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

	.note-tip-balloon .hidden-pc, .uq-content .hidden-pc {
		display: none !important;
	}
}

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

	.note-tip-balloon .hidden-sp, .uq-content .hidden-sp {
		display: none !important;
	}
}

.uqc a.link {
	text-decoration: underline;
	line-height: 1.5;
	color: #e4007f;
}

.uqc a.link:hover {
	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 0;
}

.uqc .link-block div:first-child {
	margin: 0;
}

@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::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 {
	position: relative;
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(../images/img_hero_title_02_bg.jpg);
}
.kv-area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	background-color: #fff;
}
.uqc .kv-area h1 {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	z-index: 0;
}
.uqc .kv_remarks {
	margin: 15px 20px;
	font-size: 14px;
	text-align: center;
}

.uqc .kv_bnr{
	margin: 15px 20px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.uqc .kv_bnr a{
	transition: all 0.3s ease;
}
.uqc .kv_bnr a:hover{
	opacity: 0.7;

}


.uqc .tab ul {
	display: flex;
	border: 3px solid #000;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #000;
}

.uqc .tab ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .tab ul li a:hover {
	opacity: .7;
}

.uqc .tab ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	bottom: 11px;
	right: 0;
	width: 2px;
	background-color: #000;
}

.uqc .tab ul li:last-child a::after {
	content: none;
}

.uqc .tab ul li.tab01 {
	flex-basis: calc(196 / 846 * 100%);
}

.uqc .tab ul li.tab01 a {
	padding-top: calc(84 / 196 * 100%);
	background-image: url(../images/tab01.svg);
}

.uqc .tab ul li.tab02 {
	flex-basis: calc(256 / 846 * 100%);
}

.uqc .tab ul li.tab02 a {
	padding-top: calc(84 / 256 * 100%);
	background-image: url(../images/tab02.svg);
}

.uqc .tab ul li.tab03 {
	flex-basis: calc(198 / 846 * 100%);
}

.uqc .tab ul li.tab03 a {
	padding-top: calc(84 / 198 * 100%);
	background-image: url(../images/tab03.svg);
}

.uqc .tab ul li.tab04 {
	flex-basis: calc(196 / 846 * 100%);
}

.uqc .tab ul li.tab04 a {
	padding-top: calc(84 / 196 * 100%);
	background-image: url(../images/tab04.svg);
}

@media screen and (max-width:768px) {
	.uqc .tab ul {
		border-width: 2px;
		border-radius: 5px;
		box-shadow: 0 5px 0 0 #000;
	}

	.uqc .tab ul li {
		flex-basis: 25% !important;
	}

	.uqc .tab ul li a {
		padding-top: 125% !important;
	}

	.uqc .tab ul li a::after {
		top: 11px;
		bottom: 11px;
		width: 1px;
	}

	.uqc .tab ul li.tab01 a {
		background-image: url(../images/tab01-sp.svg);
	}

	.uqc .tab ul li.tab02 a {
		background-image: url(../images/tab02-sp.svg);
	}

	.uqc .tab ul li.tab03 a {
		background-image: url(../images/tab03-sp.svg);
	}

	.uqc .tab ul li.tab04 a {
		background-image: url(../images/tab04-sp.svg);
	}
}

.uqc .faq {
	margin: 0 0 100px 0;
}

.uqc .faq .heading {
	padding: 35px 0;
	border-top: 1px solid #000;
}

.uqc .faq .heading h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}

.uqc .faq .heading h2::before {
	content: '';
	display: block;
	margin: .1em 6px 0 0;
	width: 70px;
	height: 60px;
	background-size: contain;
	background-image: url(../images/icon-faq.svg);
}

.uqc .faq .heading h2 span {
	display: block;
}

.uqc .faq .list {
	border-top: 1px solid #000;
}

.uqc .faq .list>li {
	border-bottom: 1px solid #000;
}

.uqc .faq .list .q {
	position: relative;
	display: flex;
	align-items: center;
	height: 86px;
	font-weight: 700;
	font-size: 17px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .faq .list .q:hover {
	opacity: .7;
}

.uqc .faq .list .q>dl {
	display: flex;
	flex: 1;
	align-items: center;
	padding: 0 30px 0 0;
}

.uqc .faq .list .a>dl {
	display: flex;
}

.uqc .faq .list .q>dl dt, .uqc .faq .list .a>dl dt {
	width: 32px;
}

.uqc .faq .list .q>dl dd, .uqc .faq .list .a>dl dd {
	flex: 1;
	padding-left: 20px;
}

.uqc .faq .list .opened .ac-switching::after {
	display: none;
}

.uqc .faq .list .a {
	overflow: hidden;
	height: 0;
}

.uqc .faq .list .a>dl {
	padding: 0 0 30px 0;
}

.uqc .faq .list .a>dl dd {
	padding-top: .3em;
	line-height: 1.7;
}

.uqc .faq .list .a>dl dd a {
	text-decoration: underline;
	color: #e4007f;
}

.uqc .faq .list .a>dl dd a:hover {
	text-decoration: none;
}

.uqc .faq .list .a>dl dd p {
	margin-top: .7em;
}

.uqc .faq .list .a>dl dd p:first-child {
	margin-top: 0;
}

@media screen and (max-width:768px) {
	.uqc .faq {
		margin: 0 0 40px 0;
		border-top: 1px solid #ccc;
	}

	.uqc .faq .heading {
		padding: 35px 0 15px 0;
		border: 0;
	}

	.uqc .faq .heading h2 {
		font-size: 18px;
	}

	.uqc .faq .heading h2::before {
		margin: .1em 6px 0 0;
		width: 50px;
		height: 43px;
	}

	.uqc .faq .list {
		border-color: #ccc;
	}

	.uqc .faq .list>li {
		border-color: #ccc;
	}

	.uqc .faq .list .q {
		padding: 15px 0;
		height: auto;
		font-size: 15px;
	}

	.uqc .faq .list .q>dl {
		padding: 0 30px 0 0;
	}

	.uqc .faq .list .q>dl dt, .uqc .faq .list .a>dl dt {
		width: 24px;
	}

	.uqc .faq .list .q>dl dd, .uqc .faq .list .a>dl dd {
		padding-left: 10px;
	}

	.uqc .faq .list .a {
		font-size: 14px;
	}
}

.uqc .application-wrap {
	padding: 40px 40px 60px 40px;
}

.uqc .application {
	margin: 50px auto 0 auto;
	max-width: 760px;
	text-align: center;
}

.uqc .application-wrap .application {
	margin-top: 0;
}

.uqc .application .h {
	position: relative;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
}

.uqc .application ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.uqc .application ul li {
	flex-basis: 26%;
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 10px 5px 10px;
	font-weight: 700;
	font-size: 17px;
}

.uqc .application ul li.btn-block-online {
	flex-basis: 48%;
}

.uqc .application ul li.btn-block-online .caption {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/btn-online-caption.svg?v=20220623_2);
	background-size: contain;
	font-size: 16px;
	line-height: 24px;
}

.uqc .application ul li.btn-block-online .btn-fill-icon {
	display: block;
	padding-top: 13px;
	font-size: 19px;
	line-height: 1.5;
}

@media screen and (max-width:768px) {
	.uqc .application-wrap {
		padding: 30px 4.666% 45px 4.666%;
	}

	.uqc .application {
		margin-top: 40px;
	}

	.uqc .application .h {
		margin: 0 0 5px 0;
		font-size: 18px;
	}

	.uqc .application ul {
		margin: 0;
		padding: 0 12px;
	}

	.uqc .application-wrap .application ul {
		padding: 0;
	}

	.uqc .application ul li {
		flex-basis: 50%;
		margin: 13px 0 0 0;
		padding: 0 5px 4px 5px;
		font-size: 16px;
	}

	.uqc .application ul li.btn-block-online {
		flex-basis: 100%;
		margin: 0;
		padding: 15px 5px 5px 5px;
	}

	.uqc .application ul li.btn-block-online .caption {
		display: block;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(../images/btn-online-caption-sp.svg?v=20220623_2);
		background-size: contain;
		font-size: 14px;
		line-height: 20px;
	}

	.uqc .application ul li.btn-block-online .btn-fill-icon {
		display: block;
		padding-top: 16px;
		height: 84px;
		font-size: 18px;
	}
}

.uqc .layout-btn {
	display: flex;
	justify-content: center;
}

.uqc .layout-btn>div {
	padding: 0 10px 5px 10px;
	width: 50%;
}

.uqc .layout-btn.single>div {
	padding: 0 0 5px 0;
	width: 360px;
}

.uqc .btn-layout-single {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:768px) {
	.uqc .layout-btn {
		display: block;
	}

	.uqc .layout-btn>div {
		padding: 0 0 15px 0;
		width: 100%;
	}

	.uqc .layout-btn>div:last-child {
		padding: 0 0 4px 0;
	}

	.uqc .layout-btn.single>div {
		padding: 0 0 4px 0;
		width: 100%;
	}
}

.uqc .btn-outline {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 30px;
	box-shadow: 0 5px 0 0 #000;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}

.uqc .btn-outline:hover {
	opacity: .7;
}

.uqc .btn-outline i {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	width: 50px;
}

.uqc .btn-outline::after {
	content: '　';
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -15px;
	width: 30px;
	font-size: 30px;
	line-height: 1;
	background-image: url(../images/icon-btn-arrow-b.svg);
	background-size: cover;
}

.uqc .btn-outline.blank::after {
	background-image: url(../images/icon-btn-blank-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('../images/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 1em;
	height: 80px;
	background-color: #e4007f;
	border: 2px solid #e4007f;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 17px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}
.uqc .btn-outline-icon {
	background-color: #fff;
	box-shadow: 0 5px 0 #e4007f;
	color: #000;
}

.uqc .btn-fill-icon.no-icon {
	padding: 0;
}

.uqc .btn-fill-icon:hover,
.uqc .btn-outline-icon:hover {
	opacity: .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: 40px;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.uqc .btn-block-online .btn-fill-icon::before {
	background-image: url(../images/icon-btn-online.svg);
}
.uqc .btn-block-shop .btn-fill-icon::before {
	background-image: url(../images/icon-btn-shop.svg);
}
.uqc .btn-block-shop2 .btn-fill-icon::before {
	left: 30px;
	background-image: url(../images/icon-btn-shop2.svg);
}
.uqc .btn-block-tel .btn-fill-icon::before {
	background-image: url(../images/icon-btn-tel.svg);
}

.uqc .btn-block-shop .btn-outline-icon::before {
	background-image: url(../images/icon-btn-shop-b.svg);
}
.uqc .btn-block-shop2 .btn-outline-icon::before {
	left: 30px;
	background-image: url(../images/icon-btn-shop2-b.svg);
}
.uqc .btn-block-tel .btn-outline-icon::before {
	background-image: url(../images/icon-btn-tel-b.svg);
}

.uqc .btn-fill-icon::after,
.uqc .btn-outline-icon::after {
	content: '　';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	width: 30px;
	font-size: 30px;
	line-height: 1;
	background-image: url(../images/icon-btn-arrow-w.svg);
	background-size: cover;
}
.uqc .btn-outline-icon::after {
	background-image: url(../images/icon-btn-arrow.svg);
}

.uqc .btn-fill-icon.blank::after {
	background-image: url(../images/icon-btn-blank-w.svg);
}

@media screen and (max-width:768px) {
	.uqc .btn-outline {
		height: 60px;
		border-width: 1px;
		border-radius: 22px;
		box-shadow: 0 4px 0 0 #000;
		font-size: 15px;
		line-height: 1.4;
	}

	.uqc .btn-outline i {
		left: 14px;
		margin-top: -22px;
		width: 44px;
	}

	.uqc .btn-outline::after {
		right: 10px;
		margin-top: -13px;
		width: 26px;
		font-size: 26px;
	}

	.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 {
		padding: 0 0 0 .8em;
		height: 60px;
		border-radius: 22px;
		box-shadow: 0 4px 0 #000;
		font-size: 16px;
	}
	.uqc .btn-outline-icon {
		box-shadow: 0 4px 0 #e4007f;
	}

	.uqc .btn-block-online .btn-fill-icon {
		padding: 0 0 0 .4em;
	}

	.uqc .btn-fill-icon::before,
	.uqc .btn-outline-icon::before {
		left: 16px;
		margin-top: -16px;
		padding-top: 35px;
		width: 35px;
	}

	.uqc .btn-block-tel a::before {
		background-size: 30px 30px;
	}

	.uqc .btn-fill-icon::after,
	.uqc .btn-outline-icon::after {
		right: 12px;
		margin-top: -13px;
		width: 26px;
		font-size: 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(../images/tip-btn-note.svg);
}

.uqc .tip-btn-outline a {
	background-image: url(../images/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-overlay {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 470px;
	margin: 20px 0 0 0;
	z-index: 98;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", 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 0;
}

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

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

}
.note-tip-balloon .frame .block a.link {
	display: inline-block;

	}

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

.note-tip-balloon .frame .block .links {
	margin: 1em 0 0 0;
	text-align: center;
}

.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 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(../images/icon-close.svg) 50% 50% no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}

.note-tip-balloon .frame img {
	width: 100%;
}

.view-tip-setwari-outline .note-tip-balloon {
	width: 692px;
}

.view-tip-setwari-outline .note-tip-balloon .frame {
	padding-left: 14px;
	padding-right: 14px;
}

#tip-setwari-outline {
	text-align: center;
}

#tip-setwari-outline .head {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	text-align: left;
}

#tip-setwari-outline .head .icon {
	flex-basis: 76px;
}

#tip-setwari-outline .head .text {
	flex: 1;
	padding-left: 5px;
	font-size: 14px;
	line-height: 1.5;
}

#tip-setwari-outline .head .text h3 {
	font-size: 18px;
}

#tip-setwari-outline .row {
	display: flex;
}

#tip-setwari-outline .col01 {
	flex-basis: 34.24%;
}

#tip-setwari-outline .col02 {
	flex: 1;
}

#tip-setwari-outline .d01, #tip-setwari-outline .d02 {
	overflow: hidden;
	height: 0;
	background-size: contain;
}

#tip-setwari-outline .d01 {
	padding-top: 79.64%;
	background-image: url(../images/setwari-outline-d01.png);
}

#tip-setwari-outline .d02 {
	padding-top: 41.47%;
	background-image: url(../images/setwari-outline-d02.png);
}

@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%;
	}

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

	.view-tip-setwari-outline .note-tip-balloon {
		width: 100%;
	}

	.view-tip-setwari-outline .note-tip-balloon .frame {
		padding-left: 0;
		padding-right: 0;
	}

	#tip-setwari-outline .head {
		margin-bottom: 15px;
	}

	#tip-setwari-outline .head .icon {
		flex-basis: 25.58%;
	}

	#tip-setwari-outline .head .text {
		padding-left: 0;
		font-size: 3.4vw;
	}

	#tip-setwari-outline .head .text h3 {
		font-size: 4.2vw;
	}

	#tip-setwari-outline .row {
		display: block;
	}

	#tip-setwari-outline .d01 {
		padding-top: 50.83%;
		background-image: url(../images/setwari-outline-d01-sp.png);
	}

	#tip-setwari-outline .d02 {
		padding-top: 100%;
		background-image: url(../images/setwari-outline-d02-sp.png);
	}
}
@media screen and (max-width:370px) {
	.note-tip-balloon {
		padding: 0 6vw;
	}
}

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

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

.uqc .table table th.cell01 {
	width: 16%;
}

.uqc .table table th.cell02, .uqc .table table th.cell03, .uqc .table table th.cell04 {
	width: 28%;
}

.uqc .table table th .small {
	font-size: 13px;
}

.uqc .table table td {
	padding: 2px;
	height: 58px;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
}

.uqc .table table td.bg {
	background-color: #f5f5f5;
}

.uqc .table table td.cap {
	font-size: 13px;
	line-height: 1.4;
	white-space: nowrap;
}

.uqc .table table .max {
	display: block;
	margin-bottom: -.2em;
	padding-top: .2em;
	font-size: 14px;
}

.uqc .table table .num {
	position: relative;
	bottom: -.04em;
	padding-right: .04em;
	font-family: 'Price';
	font-weight: 700;
	font-size: 33px;
	letter-spacing: -.03em;
}

.uqc .table table .num.lg {
	font-size: 40px;
}

.uqc .table table .bps {
	display: inline-block;
	text-indent: -.1em;
}

.uqc .table table .c1 {
	color: #e4007f;
}

.uqc .table table .c2 {
	color: #0f8cd4;
}

.uqc .table table dl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.uqc .table table dl dt {
	padding-bottom: .2em;
	font-size: 12px;
}

.uqc .table table dl dd {
	font-size: 18px;
}

.uqc .table table dl dt .num {
	font-size: 24px;
}

.uqc .table table dl dd {
	position: relative;
	margin-left: 5px;
	padding-left: 11px;
}

.uqc .table table dl dd::before {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #000;
}

.uqc .table table dl dd .num {
	font-size: 33px;
}
.uqc .table table td.bg2 {
	background: #f5f5f5;
	border-top: none;
	padding: 0px;
	height:auto;
}
.uqc .table table td.bbn {
	border-bottom: none ;
}
.uqc .table table .table-info {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 10px #fff;
	height: 70px;
}

.uqc .table table .table-info p {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}

.uqc .table table .table-info p a {
   color: #e4007f;
   text-decoration: underline;
}
.uqc .table table .table-info p a:hover {
   text-decoration: none;
}

.uqc .table table .table-info dl {
	align-items: center;
	font-size: 18px;
}

.uqc .table table .table-info dl dt {
	padding-bottom: 0;
	padding-top: .24em;
	font-size: 18px;
}

.uqc .table table .table-info dl dt .num {
	font-size: 22px;
}

.uqc .table table .table-info dl dd {
	font-size: 18px;
}

.uqc .table table .table-info dl dd::before {
	top: 30%;
}

@media screen and (max-width:768px) {
	.uqc .table table {
		font-size: 3.2vw;
	}

	.uqc .table table th {
		padding: 1px;
		height: 15vw;
		font-size: 3vw;
	}

	.uqc .table table th .small {
		font-size: 100%;
	}

	.uqc .table table td {
		padding: 1px;
		height: 19vw;
	}

	.uqc .table table th.cell01 {
		width: 16%;
	}

	.uqc .table table th.cell02, .uqc .table table th.cell03, .uqc .table table th.cell04 {
		width: 28%;
	}

	.uqc .table table td.cap {
		font-size: 2.6vw;
	}

	.uqc .table table .num {
		font-size: 6.2vw;
	}

	.uqc .table table .num.lg {
		font-size: 7.7vw;
	}

	.uqc .table table dl {
		display: table;
		margin: 0 auto;
		text-align: right;
	}

	.uqc .table table dl dt {
		padding: 0;
		font-size: 3vw;
	}

	.uqc .table table dl dt .num {
		font-size: 4vw;
	}

	.uqc .table table dl dd {
		margin-left: 0;
		padding-left: 9px;
		font-size: 4vw;
	}

	.uqc .table table dl dd::before {
		top: 50%;
		margin-top: -4px;
		border-width: 4px 0 4px 6px;
	}

	.uqc .table table dl dd .num {
		font-size: 6vw;
	}

	.uqc .table table .max {
		margin-bottom: 0;
		padding-top: 0;
		font-size: 3vw;
	}

	.uqc .table table .table-info p {
		font-size: 3vw;
	}

	.uqc .table table .table-info dl {
		display: block;
		margin: 0;
		text-align: center;
		font-size: 4vw;
	}

	.uqc .table table .table-info dl dt {
		font-size: 3.6vw;
	}

	.uqc .table table .table-info dl dt .num {
		font-size: 4.8vw;
	}

	.uqc .table table .table-info dl dd {
		padding: 0;
		font-size: 3.6vw;
	}

	.uqc .table table .table-info dl dd::before {
		position: static;
		margin: 1vw auto;
		transform: rotate(90deg);
	}

	.uqc .table table .break-sp {
		display: table;
		margin: 0 auto;
		text-align: right;
	}

	.uqc .table table .break-sp .num {
		position: relative;
		bottom: -.2em;
	}

	.uqc .table01 table {
		font-size: 3.6vw;
	}

	.uqc .table01 table th {
		font-size: 3vw;
	}

	.uqc .table01 table td.cap {
		font-size: 2.6vw;
	}

	.uqc .table01 table .num {
		font-size: 7.6vw;
	}

	.uqc .table table .max {
		font-size: 3vw;
	}

	.uqc .table table .bps {
		font-weight: 900;
		font-size: 4.4vw;
	}
}

.uqc .content {
	padding: 40px 0 50px 0;
}

.uqc .content-plan {
	background-color: #bee5d2;
}

.uqc .content-norikae {
	background-color: #b3e6f0;
}

.uqc .content-smartphone {
	background-color: #bee5d2;
}

.uqc .content-procedure {
	background-color: #b3e6f0;
}

.uqc .content-plan .heading {
	padding-top: 45px;
}

.uqc .content .heading .h {
	margin: 0 auto;
	max-width: 630px;
}

.uqc .content .subhead {
	margin: 25px 0 20px 0;
	text-align: center;
}

.uqc .content .subhead-setuyaku {
	padding-top: 20px;
}

.uqc .content .subhead .container {
	display: flex;
	justify-content: center;
}

.uqc .content .subhead .h {
	position: relative;
	padding: 0 10px;
	font-size: 20px;
	letter-spacing: .1em;
}

.uqc .content .subhead .h .lg {
	padding-right: .1em;
	font-size: 33px;
	letter-spacing: 0;
}

.uqc .content .subhead .h::before, .uqc .content .subhead .h::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 34px;
	height: 34px;
	background-size: contain;
}

.uqc .content .subhead .h::before {
	right: 100%;
	background-image: url(../images/subhead-line-l.svg);
}

.uqc .content .subhead .h::after {
	left: 100%;
	background-image: url(../images/subhead-line-r.svg);
}

.uqc .content .section {
	position: relative;
	margin: 0 0 10px 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.uqc .content .section .center {
	text-align: center;
}

.uqc .content .section .head {
	position: relative;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .content .section .head.hover {
	opacity: .7;
}

.uqc .content .section .head .inner {
	position: relative;
}

.uqc .content .section .head .h {
	position: relative;
}

.uqc .content .section .head .h .main h2 {
	font-size: 37px;
	line-height: 1.1;
	transform-origin: 0 50%;
	color: #e4007f;
}

.uqc .content .section .head .h .main h2 .small {
	font-weight: 700;
	font-size: 84%;
}

.uqc .content .section .head .h .main h2 .lg {
	position: relative;
	top: .06em;
	display: inline-block;
	font-size: 114%;
}

.uqc .content .section .head .h p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
}

.uqc .content .section .head .h-row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 42px;
	display: flex;
	align-items: center;
}

.uqc .content .section .head .h-row .icon {
	flex-basis: 120px;
}

.uqc .content .section .head .h-row .icon img {
	margin: 0 auto;
	width: 61.666%;
}

.uqc .content .section .head .h-row .wrap {
	display: flex;
	align-items: center;
	flex: 1;
}

.uqc .content .section .head .h-row .catch {
	margin-bottom: .2em;
	font-size: 20px;
	line-height: 1.25;
	transform-origin: 0 50%;
}

.uqc .content .section .head .h-row .catch span {
	display: block;
	transform-origin: 0 50%;
}

.uqc .content .section .head .h-row .wrap>.catch {
	overflow: hidden;
	margin-bottom: 0;
	flex-basis: 170px;
}

.uqc .content .section .head .h-row>.catch span {
	display: block;
	transform-origin: 0 50%;
	white-space: nowrap;
}

.uqc .content .section .head .h-row .main {
	flex: 1;
}

.uqc .content .section .head .h-img {
	position: relative;
}

.uqc .content .section .head .h-img .pc {
	display: block;
}

.uqc .content .section .head .h-img .sp {
	display: none;
}

.uqc .content .section .head .h-img .h-note {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: contain;
}

.uqc .content .section .head .line {
	display: none;
}

.uqc .content .section .head .condition {
	overflow: hidden;
	display: none;
}

.uqc .content .section .ac-head i {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	width: 9.39%;
	border-radius: 6px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .content-plan .section .ac-head i {
	background-color: #5aa78e;
}

.uqc .content-norikae .section .ac-head i {
	background-color: #1da1c7;
}

.uqc .content .section .ac-head {
	cursor: pointer;
}

.uqc .content .section .ac-head i::before, .uqc .content .section .ac-head i::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
}

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

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

.uqc .content .section.opened .ac-head i::after {
	display: none;
}

.uqc .content .section .ac-head .head-note {
	position: relative;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 95px 8px 1.8%;
	font-size: 12px;
	line-height: 1.5;
}

.uqc .content .section .head .clickable {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uqc .content .section .detail {
	overflow: hidden;
	padding: 0 30px;
	height: 0;
}

.uqc .content .section .detail-opened {
	padding: 0 30px;
}

.uqc .content .section .detail .close {
	display: flex;
	justify-content: center;
	padding: 40px 0 40px 0;
}

.uqc .content .section .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;
}

.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 .2s cubic-bezier(.39, .575, .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:912px) {
	.uqc .content .section .head .h .main h2 {
		font-size: calc(37 / 912 * 100vw);
	}

	.uqc .content .section .head .h p {
		font-size: calc(14 / 912 * 100vw);
	}

	.uqc .content .section .head .h-row {
		padding-left: calc(42 / 912 * 100vw);
	}

	.uqc .content .section .head .h-row .icon {
		flex-basis: calc(120 / 912 * 100vw);
	}

	.uqc .content .section .head .h-row .catch {
		font-size: calc(20 / 912 * 100vw);
	}

	.uqc .content .section .head .h-row>.catch {
		flex-basis: calc(170 / 912 * 100vw);
	}
}

@media screen and (max-width:768px) {
	.uqc .content {
		padding: 35px 0 30px 0;
	}

	.uqc .content-plan {
		padding-top: 20px;
	}

	.uqc .content-plan .heading {
		padding-top: 40px;
	}

	.uqc .content .subhead {
		margin: 15px 0 15px 0;
	}

	.uqc .content .subhead-setuyaku {
		padding-top: 10px;
	}

	.uqc .content .subhead .container {
		padding: 0;
	}

	.uqc .content .subhead .h {
		padding: 0 2vw 1.6vw 2vw;
		font-size: 4.8vw;
		line-height: 1.5;
		letter-spacing: 0;
	}

	.uqc .content .subhead .h .lg {
		padding-right: .1em;
		font-size: 33px;
	}

	.uqc .content .subhead .h::before, .uqc .content .subhead .h::after {
		width: 8.6vw;
		height: 8.6vw;
	}

	.uqc .content .section {
		border-radius: 5px;
		border-width: 4px;
	}

	.uqc .content .section .head {
		padding-right: 0;
	}

	.uqc .content .section .head .h .main h2 {
		font-size: 6.6vw;
	}

	.uqc .content .section .head .h p {
		font-size: 3vw;
	}

	.uqc .content .section .head .h-row {
		padding-left: 0;
	}

	.uqc .content .section .head .h-row .icon {
		flex-basis: 20%;
	}

	.uqc .content .section .head .h-row .icon img {
		width: 86%;
	}

	.uqc .content .section .head .h-row .wrap {
		display: block;
	}

	.uqc .content .section .head .h-row .catch {
		font-size: 4vw;
	}

	.uqc .content .section .head .h-row .wrap>.catch {
		margin-bottom: .2em;
	}

	.uqc .content .section .head .h-row .wrap>.catch br {
		display: none;
	}

	.uqc .content .section .head .h-img {
		max-width: 100%;
	}

	.uqc .content .section .head .h-img .pc {
		display: none;
	}

	.uqc .content .section .head .h-img .sp {
		display: block;
	}

	.uqc .content .section .head .h-img .h-note {
		display: none;
	}

	.uqc .content .section .head .line {
		display: block;
		margin: 0 10px;
		height: 2px;
		background-image: url(../images/line-dashed.svg);
		background-size: contain;
	}

	.uqc .content .section .head .condition {
		display: block !important;
	}

	.uqc .content .section .head .condition p {
		padding: 10px;
		font-size: 12px;
		line-height: 1.375;
	}

	.uqc .content .section .ac-head .head-note {
		display: none;
	}

	.uqc .content .section .ac-head i {
		width: 10.294%;
	}

	.uqc .content .section .ac-head i::before {
		margin: -1px 0 0 -8px;
		width: 17px;
		height: 3px;
	}

	.uqc .content .section .ac-head i::after {
		margin: -8px 0 0 -1px;
		width: 3px;
		height: 17px;
	}

	.uqc .content .section .link-head i::after {
		right: 4px;
		margin-top: -16px;
		width: 28px;
		height: 28px;
	}

	.uqc .content .section .detail {
		padding: 0;
	}

	.uqc .content .section .detail-opened {
		padding: 0;
	}

	.uqc .content .section .detail .close {
		margin: 35px 0 0 0;
		padding: 0 0 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;
	}

	.uqc .content .section .application h2 {
		font-size: 16px;
	}
}

.uqc .content .section .head-data::before, .uqc .content .section .head-speed::before, .uqc .content .section .head-sim::before, .uqc .content .section .head-shop::before, .uqc .content .section .head-area::before, .uqc .content .section .head-jdpower::before, .uqc .content .section .head-support::before, .uqc .content .section .head-option::before {
	content: '';
	display: block;
	position: relative;
	padding-top: 110px;
	width: 100%;
	height: 0;
}

/* .uqc .content .section .head-speed .h .main {
	padding-top: .8em;
}

.uqc .content .section .head-speed .h .main h2 {
	display: flex;
}

.uqc .content .section .head-speed .h .main h2 .max {
	position: relative;
	top: .2em;
	display: block;
	padding-right: .3em;
	font-size: 46%;
	line-height: 1.1;
}

.uqc .content .section .head-speed .h .main h2 .lg {
	top: -.1em;
	display: inline-block;
	font-size: 120%;
}

.uqc .content .section .head-speed .h p {
	margin-top: .3em;
} */

.uqc .content .section .head-sim .h .main {
	padding-top: .8em;
}

.uqc .content .section .head-sim .h .catch span {
	transform: scaleX(94%);
}

@media screen and (max-width:912px) {
	.uqc .content .section .head-data::before, .uqc .content .section .head-speed::before, .uqc .content .section .head-sim::before, .uqc .content .section .head-shop::before, .uqc .content .section .head-area::before, .uqc .content .section .head-jdpower::before, .uqc .content .section .head-support::before, .uqc .content .section .head-option::before {
		padding-top: 12.911%;
	}
}

@media screen and (max-width:768px) {
	.uqc .content .section .head-data::before, .uqc .content .section .head-speed::before, .uqc .content .section .head-sim::before, .uqc .content .section .head-shop::before, .uqc .content .section .head-area::before, .uqc .content .section .head-jdpower::before, .uqc .content .section .head-support::before, .uqc .content .section .head-option::before {
		padding-top: 29.412%;
	}

	.uqc .content .section .head-speed .h .main {
		padding-top: 0;
	}

	.uqc .content .section .head-speed .h .main .small-sp {
		position: relative;
		top: .2em;
		font-size: 90%;
	}

	.uqc .content .section .head-sim .h .main {
		padding-top: 0;
	}

	.uqc .content .section .head-sim .h-row .catch {
		transform: scaleX(96%);
	}

	.uqc .content .section .head-data .h-row .icon img {
		width: 78%;
	}

	.uqc .content .section .head-area .h-row .icon img {
		width: 96%;
	}

	.uqc .content .section .head-shop .h-row .main h2 {
		transform: scaleX(94%);
	}

	.uqc .content .section .head-support .h-row .icon img {
		width: 96%;
	}

	.uqc .content .section .head-support .h-row .main h2, .uqc .content .section .head-option .h-row .main h2 {
		line-height: 1.3;
	}
}

.uqc .section .head h2.ttl-ac-9 .pc > img {
	padding-top: 16px;
}

.uqc .section .head h2.ttl-ac-9 .notes {
	font-size: 13px;
	padding: 12px 40px 12px 48px;
	line-height: 1.46;
	font-weight: normal;
}

.uqc .detail.sc {
	background: url(../images/bg_ttl_ac_9_contents.png);
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}

.uqc .sc-area {
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 700px;
}

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

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

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

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

.uqc .sc-area .img-area-01 {
	max-width: 280px;
	margin-top: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.uqc .sc-area .info .h {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
	color: #e4007f;
	font-size: 24px;
}

.uqc .sc-area .info .h dt img {
	width: 60px;
}

.uqc .sc-area .info .h dd {
	padding: 0 0 0 20px;
}

.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 .note-tip-btn {
	display: inline-block;
	position: relative;
	top: -4px;
}

.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;
	font-size: 14px;
}

.uqc .section .head h2.ttl-ac-9 {
	background: url(../images/bg_ttl_ac_9.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 88px;
}

.uqc .content-feature .section-area .head {
   height: unset;
}

.uqc .section-area .btn-fill-icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  width: 50px;
}

.uqc .section-area .application ul li {
    flex-basis: 50%;
    position: relative;
    margin: 30px 0 0;
    padding: 0 12px 5px 12px;
}

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

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

	.uqc .detail.sc {
		background: url(../images/bg_ttl_ac_9_contents_sp.png);
		background-repeat: repeat-y;
		background-position: center;
		background-size: contain;
	}

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

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

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

	.uqc .sc-area .img-area-03 {
		max-width: 100%;
	}

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

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

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

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

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

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

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

	.uqc .sc-area .info {
		margin: 0 auto;
		max-width: 360px;
	}

	.uqc .sc-area .info .h {
		margin-left: -4px;
		margin-right: -.5em;
		justify-content: flex-start;
		font-size: 17px;
		line-height: 1.5;
	}

	.uqc .sc-area .info .h dt img {
		width: 50px;
	}

	.uqc .sc-area .info .h dd {
		padding: 0 0 0 10px;
	}

	.uqc .sc-area .info .h dd br.pc {
		display: none;
	}

	.uqc .sc-area .info .h dd br.sp {
		display: block;
	}

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

	.uqc .sc-area .info .h .note-tip-btn {
		top: -1px;
	}

  .uqc .section .head h2.ttl-ac-9 {
		background: url(../images/bg_ttl_ac_9_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 12.4%;
	}
	.uqc .section-area .application h2 {
		font-size: 16px;
	}
  .uqc .section-area .application ul {
    display: block;
		padding: 0;
		margin: 0;
  }
	.uqc .section-area .application ul li{
		padding: 0;
		margin: 20px 0 0 0;
	}
	.uqc .section-area .application ul .btn-fill-icon i{
		left: 15px;
    margin-top: -14px;
    width: 40px;
	}
}

.uqc .sc-plan-note {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:768px) {
	.uqc .sc-plan-note {
		font-size: 13px;
	}
}

.uqc .head-plan01 a {
	content: '';
	display: block;
	position: absolute;
	top: calc(44 / 114 * 100%);
	left: calc(525 / 852 * 100%);
	width: calc(210 / 852 * 100%);
}

.uqc .head-plan01 a span {
	display: block;
	overflow: hidden;
	padding-top: 15.238%;
	height: 0;
	background-image: url(../images/plan01-h-more.svg);
	background-size: contain;
	text-indent: -999em;
}

.uqc .sc-plan01 .kurikoshi5g {
	margin: 0 auto;
	max-width: 714px;
	padding: 32px 0 0 0;
}

.uqc .sc-plan01 .kurikoshi5g .h {
	text-align: center;
	font-size: 23px;
}

.uqc .sc-plan01 .kurikoshi5g ul {
	display: flex;
	margin: 25px 15px 0 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
}

.uqc .sc-plan01 .kurikoshi5g ul li {
	position: relative;
	padding: 0 0 5px 0;
	flex-basis: 33.333%;
}

.uqc .sc-plan01 .kurikoshi5g ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #999;
}

.uqc .sc-plan01 .kurikoshi5g ul li:last-child::before {
	content: none;
}

.uqc .sc-plan01 .kurikoshi5g ul li .icon {
	margin: 0 auto;
	width: 80px;
}

.uqc .sc-plan01 .kurikoshi5g ul li .text {
	position: relative;
	min-height: 72px;
}

.uqc .sc-plan01 .kurikoshi5g ul li.list01 .text, .uqc .sc-plan01 .kurikoshi5g ul li.list02 .text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.uqc .sc-plan01 .kurikoshi5g ul li .tip-btn {
	position: absolute;
	bottom: -.1em;
	right: 5px;
}

.uqc .sc-plan01 .kurikoshi5g ul li .small {
	font-size: 14px;
}

.uqc .sc-plan01 .price-list {
	margin: 0 auto;
	padding: 35px 0 0 0;
	max-width: 670px;
}

.uqc .sc-plan01 .price-list .foot {
	display: flex;
	align-items: center;
	margin: 12px 0 0 0;
	font-size: 13px;
}

.uqc .sc-plan01 .price-list .foot .note {
	flex: 1;
}

.uqc .sc-plan01 .option {
	margin: 0 auto;
	padding: 45px 0 0 0;
	max-width: 670px;
	text-align: center;
}

.uqc .sc-plan01 .option .h {
	display: flex;
	justify-content: center;
	font-size: 23px;
	color: #e4007f;
}

.uqc .sc-plan01 .option .h span {
	display: block;
	position: relative;
	padding: 0 35px;
}

.uqc .sc-plan01 .option .h span::before, .uqc .sc-plan01 .option .h span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-size: contain;
}

.uqc .sc-plan01 .option .h span::before {
	right: 100%;
	background-image: url(../images/plan01-option-line-l.svg);
}

.uqc .sc-plan01 .option .h span::after {
	left: 100%;
	background-image: url(../images/plan01-option-line-r.svg);
}

.uqc .sc-plan01 .option .gb {
	margin: 25px 0 0 0;
}

.uqc .sc-plan01 .option .gb h4 {
	font-weight: 700;
	font-size: 18px;
}

.uqc .sc-plan01 .option .gb .img {
	position: relative;
	margin: 12px 0 0 0;
}

.uqc .sc-plan01 .option .gb .img::before, .uqc .sc-plan01 .option .gb .img::after {
	content: '';
	display: block;
	height: 2px;
	background-image: url(../images/line-dashed.svg);
	background-size: contain;
}

.uqc .sc-plan01 .option .gb .img img {
	margin: 0 auto;
	max-width: 580px;
}

@media screen and (max-width:768px) {
	.uqc .head-plan01 a {
		top: auto;
		bottom: 0;
		left: calc(525 / 852 * 100%);
		width: calc(210 / 852 * 100%);
	}

	.uqc .head-plan01 a span {
		padding-top: 15.238%;
		background-image: url(../images/plan01-h-more-sp.svg);
	}

	.uqc .sc-plan01 .kurikoshi5g {
		max-width: 100%;
		padding: 25px 17px 0 17px;
	}

	.uqc .sc-plan01 .kurikoshi5g .h {
		font-size: 5vw;
	}

	.uqc .sc-plan01 .kurikoshi5g ul {
		display: block;
		margin: 2vw 0 0 0;
		padding-bottom: 25px;
		text-align: left;
		font-size: 4.5vw;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li {
		display: flex;
		align-items: center;
		margin: 0 0 2vw 0;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li::before {
		content: none;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li .icon {
		margin: 0;
		width: 26%;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li .icon img {
		width: 90%;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li.list03 .icon img {
		width: 80%;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li .text {
		display: block !important;
		margin-right: -17px;
		min-height: initial !important;
	}

	.uqc .sc-plan01 .kurikoshi5g ul li .tip-btn {
		bottom: auto;
		right: auto;
		top: 100%;
		left: 0;
		margin-top: 5px;
	}

	.uqc .sc-plan01 .price-list {
		padding: 20px 17px 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan01 .price-list .foot {
		margin: 10px 0 0 0;
	}

	.uqc .sc-plan01 .option {
		padding: 45px 17px 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan01 .option .h {
		margin: 0 0 14px 0;
		font-size: 5.2vw;
		line-height: 1.4;
	}

	.uqc .sc-plan01 .option .h span {
		padding: 0 1vw;
	}

	.uqc .sc-plan01 .option .h span::before, .uqc .sc-plan01 .option .h span::after {
		top: auto;
		bottom: 0;
		width: 7.4vw;
		height: 7.4vw;
	}

	.uqc .sc-plan01 .option .gb {
		margin: 20px 0 0 0;
	}

	.uqc .sc-plan01 .option .gb h4 {
		font-size: 16px;
	}

	.uqc .sc-plan01 .option .gb .img {
		margin: 8px 0 0 0;
	}

	.uqc .sc-plan01 .option .gb .img img {
		max-width: 100%;
	}

	.uqc .sc-plan01 .link-block {
		margin-top: 10px;
	}
}

.uqc .sc-plan02 {
	padding: 10px 0 0 0;
}

.uqc .sc-plan02 .price {
	margin: 0 auto;
	max-width: 740px;
	text-align: center;
}

.uqc .sc-plan02 .price::after {
	content: '';
	display: block;
	margin: 15px 0 0 0;
	height: 2px;
	background-image: url(../images/line-dashed.svg);
	background-size: contain;
}

.uqc .sc-plan02 .price .price01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
}

.uqc .sc-plan02 .price .price01 div {
	flex-basis: 190px;
	padding: 10px 0 0 0;
}

.uqc .sc-plan02 .price .price01 h3 {
	font-size: 30px;
	line-height: 1.5;
	color: #e4007f;
}

.uqc .sc-plan02 .price .price01 h3 .num {
	position: relative;
	bottom: -.06em;
	font-size: 65px;
}

.uqc .sc-plan02 .price .price01 h3 .md {
	font-size: 40px;
}

.uqc .sc-plan02 .price .price01 h3 sup {
	position: relative;
	left: -.3em;
}

.uqc .sc-plan02 .price .price01 h3 br {
	display: none;
}

.uqc .sc-plan02 .price02 .box {
	display: flex;
}

.uqc .sc-plan02 .price02 .box div {
	flex: 1;
	padding-top: 14px;
	font-size: 16px;
	line-height: 1.3;
}

.uqc .sc-plan02 .price02 .box .num {
	display: block;
	padding-right: 5px;
	font-size: 61px;
	line-height: 1;
	letter-spacing: -.04em;
	color: #e4007f;
}

.uqc .sc-plan02 .price02 .box dl {
	font-size: 24px;
	line-height: 1.2;
	color: #e4007f;
}

.uqc .sc-plan02 .price02 .box dl dt {
	font-size: 16px;
}

.uqc .sc-plan02 .price02 {
	display: flex;
	justify-content: center;
	padding: 0 40px 0 0;
}

.uqc .sc-plan02 .price02 .block {
	;
}

.uqc .sc-plan02 .price02 .block .text {
	margin: 0 0 6px 0;
	font-weight: 700;
	line-height: 1.3;
}

.uqc .sc-plan02 .price02 .block01 .text {
	font-size: 19px;
}

.uqc .sc-plan02 .price02 .block01 .box .num {
	color: #000;
}

.uqc .sc-plan02 .price02 .block01 .box dl {
	color: #000;
}

.uqc .sc-plan02 .price02 .block01 .tax-in {
	display: flex;
	margin-top: -5px;
	font-size: 26px;
	line-height: 1.2;
}

.uqc .sc-plan02 .price02 .block01 .tax-in span {
	display: block;
}

.uqc .sc-plan02 .price02 .block01 .tax-in .num {
	font-size: 30px;
}

.uqc .sc-plan02 .price02 .block01 .tax-in .yen {
	position: relative;
	top: 0.3em;
	font-size: 18px;
}

.uqc .sc-plan02 .price02 .block02 .text {
	font-size: 25px;
}

.uqc .sc-plan02 .price02 .block02 .box .num {
	font-size: 87px;
}

.uqc .sc-plan02 .price02 .block02 .box dl {
	padding-top: 8px;
	font-size: 27px;
	line-height: 1.3;
}

.uqc .sc-plan02 .price02 .block02 .box dl dt {
	font-size: 18px;
}

.uqc .sc-plan02 .price02 .block02 .tax-in {
	display: flex;
	margin-top: -15px;
	font-size: 36px;
	line-height: 1.2;
	color: #e4007f;
}

.uqc .sc-plan02 .price02 .block02 .tax-in span {
	display: block;
}

.uqc .sc-plan02 .price02 .block02 .tax-in .num {
	font-size: 44px;
}

.uqc .sc-plan02 .price02 .block02 .tax-in .yen {
	position: relative;
	top: 0.3em;
	font-size: 25px;
}

.uqc .sc-plan02 .price02 .arrow {
	flex-shrink: 0;
	flex-basis: 120px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/plan03-arrow.svg);
	background-size: 45px 56px;
}

.uqc .sc-plan02 .price-list {
	margin: 0 auto;
	max-width: 670px;
}

.uqc .sc-plan02 .price-list .title {
	margin: 30px 0 20px 0;
	text-align: center;
	font-size: 23px;
}

.uqc .sc-plan02 .price-list .text {
	margin: 0 auto;
	padding: 0 0 30px 0;
	max-width: 510px;
	font-size: 15px;
}

.uqc .sc-plan02 .price-list .text p {
	margin: 0 0 1em 0;
}

.uqc .sc-plan02 .price-list .text__note {
	margin: 0;
	font-size: 13px;
}

.uqc .sc-plan02 .price-list .h {
	margin: 0 0 16px 0;
	text-align: center;
	font-size: 18px;
}

.uqc .sc-plan02 .price-list .foot {
	margin: 12px 0 0 0;
}

.uqc .sc-plan02 .condition {
	margin: 35px 0 0 0;
	border-top: 1px solid #8dc5b2;
	border-bottom: 1px solid #8dc5b2;
}

.uqc .sc-plan02 .condition__head a {
	position: relative;
	display: block;
	padding: 20px 5px;
	font-weight: 700;
	font-size: 16px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .sc-plan02 .condition__head a br {
	display: none;
}

.uqc .sc-plan02 .condition__head a:hover {
	opacity: .7;
}

.uqc .sc-plan02 .condition__head a i {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background-color: #5aa78e;
}

.uqc .sc-plan02 .condition__head a i::before, .uqc .sc-plan02 .condition__head a i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: #fff;
}

.uqc .sc-plan02 .condition__head a i::before {
	margin: -1px 0 0 -7px;
	width: 14px;
	height: 2px;
}

.uqc .sc-plan02 .condition__head a i::after {
	margin: -7px 0 0 -1px;
	width: 2px;
	height: 14px;
}

.uqc .sc-plan02 .opened .condition__head a i::after {
	content: none;
}

.uqc .sc-plan02 .condition__foot {
	overflow: hidden;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	height: 0;
	display: flex;
	justify-content: center;
}

.uqc .sc-plan02 .opened .condition__foot {
	position: fixed;
	height: auto;
}

@media (min-width:1180px) {
	.uqc .sc-plan02 .opened .condition__foot {
		left: 180px;
	}
}

.uqc .sc-plan02 .limit .condition__foot {
	position: absolute;
	left: 0;
}

.uqc .sc-plan02 .hide .condition__foot {
	height: 0;
}

.uqc .sc-plan02 .condition__close {
	position: relative;
	display: block;
	padding: 5px 15px 5px 40px;
	border: 1px solid #b5b5b5;
	border-radius: 8px;
	font-size: 14px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	background-color: #fff;
}

.uqc .sc-plan02 .condition__close:hover {
	opacity: .7;
}

.uqc .sc-plan02 .condition__close i {
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #5aa78e;
}

.uqc .sc-plan02 .condition__close i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px;
	background-color: #fff;
}

.uqc .sc-plan02 .condition__body {
	overflow: hidden;
	padding: 0 10px;
	height: 0;
	font-size: 15px;
}

.uqc .sc-plan02 .condition__body>div {
	position: relative;
	padding: 0 0 60px 0;
}

.uqc .sc-plan02 .condition__body .block {
	padding: 20px 0;
}

.uqc .sc-plan02 .condition__body .block a {
	text-decoration: underline;
	color: #e4007f;
}

.uqc .sc-plan02 .condition__body .block a:hover {
	text-decoration: none;
}

.uqc .sc-plan02 .condition__body h4 {
	margin: 0 0 .4em 0;
	padding: 0 0 .2em 0;
	border-bottom: 1px solid #8dc5b2;
	font-weight: 700;
}

.uqc .sc-plan02 .condition__body h5 {
	margin: 1.5em 0 0 0;
	font-weight: 700;
}

.uqc .sc-plan02 .condition__body .margin {
	margin: 1em 0 0 0;
}

.uqc .sc-plan02 .condition__body .no-margin {
	margin: 0;
}

@media screen and (max-width:768px) {
	.uqc .sc-plan02 {
		padding: 10px 0 0 0;
	}

	.uqc .sc-plan02 .price {
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan02 .price .price01 {
		display: block;
	}

	.uqc .sc-plan02 .price .price01 div {
		margin: 0 auto;
		padding: 10px 0 10px 0;
		width: 60%;
	}

	.uqc .sc-plan02 .price .price01 h3 {
		font-size: 6.66vw;
		line-height: 1;
	}

	.uqc .sc-plan02 .price .price01 h3 .num {
		bottom: -.06em;
		font-size: 16.66vw;
	}

	.uqc .sc-plan02 .price .price01 h3 .md {
		font-size: 9.33vw;
	}

	.uqc .sc-plan02 .price .price01 h3 sup {
		top: -.2em;
		left: -.3em;
		font-size: 88%;
	}

	.uqc .sc-plan02 .price .price01 h3 br {
		display: block;
	}

	.uqc .sc-plan02 .price02 .box {
		display: flex;
		justify-content: center;
	}

	.uqc .sc-plan02 .price02 .box div {
		padding-top: 14px;
		font-size: 5.6vw;
	}

	.uqc .sc-plan02 .price02 .box .num {
		padding-right: 5px;
		font-size: 14vw;
	}

	.uqc .sc-plan02 .price02 .box dl {
		font-size: 5.6vw;
	}

	.uqc .sc-plan02 .price02 .box dl dt {
		font-size: 3.7vw;
	}

	.uqc .sc-plan02 .price02 {
		display: block;
		padding: 0;
	}

	.uqc .sc-plan02 .price02 .block .text {
		margin: 0 0 6px 0;
		line-height: 1.4;
	}

	.uqc .sc-plan02 .price02 .block01 .text {
		font-size: 5vw;
	}

	.uqc .sc-plan02 .price02 .block01 .tax-in {
		justify-content: center;
		margin-top: -0.1em;
		padding-right: 10vw;
		font-size: 6.9vw;
	}

	.uqc .sc-plan02 .price02 .block01 .tax-in .num {
		font-size: 115%;
	}

	.uqc .sc-plan02 .price02 .block01 .tax-in .yen {
		top: 0.4em;
		padding-left: 0.1em;
		font-size: 63%;
	}

	.uqc .sc-plan02 .price02 .block02 .text {
		font-size: 5vw;
	}

	.uqc .sc-plan02 .price02 .block02 .box .num {
		font-size: 18.6vw;
	}

	.uqc .sc-plan02 .price02 .block02 .box dl {
		padding-top: 8px;
		font-size: 5.6vw;
	}

	.uqc .sc-plan02 .price02 .block02 .box dl dt {
		font-size: 3.7vw;
	}

	.uqc .sc-plan02 .price02 .block02 .tax-in {
		justify-content: center;
		margin-top: -0.4em;
		padding-right: 10vw;
		font-size: 7.86vw;
	}

	.uqc .sc-plan02 .price02 .block02 .tax-in .num {
		font-size: 118%;
	}

	.uqc .sc-plan02 .price02 .block02 .tax-in .yen {
		top: 0.6em;
		padding-left: 0.1em;
		font-size: 56%;
	}

	.uqc .sc-plan02 .price02 .arrow {
		margin: 0 0 3vw 0;
		padding-top: 11.428%;
		background-image: url(../images/plan03-arrow-sp.svg);
		background-size: contain;
	}

	.uqc .sc-plan02 .price-list {
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan02 .price-list .title {
		margin: 25px 0 10px 0;
		font-size: 16px;
	}

	.uqc .sc-plan02 .price-list .text {
		padding: 0 0 20px 0;
		max-width: 100%;
		line-height: 1.5;
	}

	.uqc .sc-plan02 .price-list .text__note {
		font-size: 13px;
	}

	.uqc .sc-plan02 .price-list .h {
		font-size: 16px;
		line-height: 1.4;
	}

	.uqc .sc-plan02 .price-list .foot {
		margin: 10px 0 0 0;
	}

	.uqc .sc-plan02 .condition {
		margin: 25px 0 0 0;
		border-width: 2px;
	}

	.uqc .sc-plan02 .condition__head a {
		line-height: 1.2;
	}

	.uqc .sc-plan02 .condition__head a br {
		display: block;
	}

	.uqc .sc-plan02 .condition__body .block {
		padding: 10px 0 20px 0;
	}
}

.uqc .sc-plan03 {
	padding: 20px 0 0 0;
}

.uqc .sc-plan03 .setwari {
	margin: 0 auto;
	padding: 0 0 30px 0;
	max-width: 740px;
}

.uqc .sc-plan03 .setwari::after {
	content: '';
	display: block;
	height: 2px;
	background-image: url(../images/line-dashed.svg);
	background-size: contain;
}

.uqc .sc-plan03 .setwari .h {
	position: relative;
	margin: 0 auto;
	max-width: 670px;
}

.uqc .sc-plan03 .setwari .h .tip-btn {
	position: absolute;
	top: 34%;
	right: 0;
}

.uqc .sc-plan03 .condition {
	display: none;
}

.uqc .sc-plan03 .price {
	display: flex;
	margin: 0 auto;
	max-width: 670px;
}

.uqc .sc-plan03 .price h3 {
	position: relative;
	padding-left: 50px;
}

.uqc .sc-plan03 .price h3 i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

.uqc .sc-plan03 .price h3 i::before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.uqc .sc-plan03 .price .box {
	display: flex;
	margin: 0 auto;
}

.uqc .sc-plan03 .price .box div {
	flex: 1;
	padding-top: 18px;
	font-size: 16px;
	line-height: 1.3;
}

.uqc .sc-plan03 .price .box .num {
	display: block;
	padding-right: 5px;
	font-size: 70px;
	line-height: 1;
	letter-spacing: -.04em;
	color: #e4007f;
}

.uqc .sc-plan03 .price .box dl {
	padding-top: 8px;
	font-size: 22px;
	line-height: 1.3;
	color: #e4007f;
}

.uqc .sc-plan03 .price .box dl dt {
	font-size: 14px;
}

.uqc .sc-plan03 .price .tax-in {
	display: flex;
	justify-content: flex-end;
	margin-top: -8px;
	margin-bottom: 8px;
	font-size: 28px;
	line-height: 1.2;
	color: #e4007f;
}

.uqc .sc-plan03 .price01 .box {
	max-width: 250px;
}

.uqc .sc-plan03 .price01 .tax-in {
	padding-right: 50px;
}

.uqc .sc-plan03 .price02 .tax-in {
	padding-right: 54px;
}

.uqc .sc-plan03 .price .tax-in span {
	display: block;
}

.uqc .sc-plan03 .price .tax-in .num {
	font-size: 32px;
}

.uqc .sc-plan03 .price .tax-in .yen {
	position: relative;
	top: 0.16em;
	font-size: 22px;
}

.uqc .sc-plan03 .price .text {
	text-align: center;
}

.uqc .sc-plan03 .price .note {
	margin-top: -10px;
	text-align: center;
}

.uqc .sc-plan03 .price .price01, .uqc .sc-plan03 .price .price02 {
	position: relative;
	padding: 0 10px;
	width: 100%;
}

.uqc .sc-plan03 .price .price01 .tip-btn, .uqc .sc-plan03 .price .price02 .tip-btn {
	position: absolute;
	top: 0;
	right: 6%;
}

.uqc .sc-plan03 .price .price01 h3 {
	margin-top: 25px;
	font-size: 21px;
	line-height: 1.3;
}

.uqc .sc-plan03 .price .price01 h3 i {
	top: -8px;
}

.uqc .sc-plan03 .price .price01 h3 i::before {
	background-image: url(../images/plan03-price01.svg);
}

.uqc .sc-plan03 .price .price01 h3 span {
	font-size: 32px;
}

.uqc .sc-plan03 .price .price01 h4 {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 19px;
	line-height: 1.3;
}

.uqc .sc-plan03 .price .price02 h3 {
	font-size: 21px;
	line-height: 1.3;
}

.uqc .sc-plan03 .price .price02 h3 i {
	top: 10px;
}

.uqc .sc-plan03 .price .price02 h3 i::before {
	background-image: url(../images/plan03-price02.svg);
}

.uqc .sc-plan03 .price .price02 h3 span {
	position: relative;
	display: inline-block;
	font-size: 32px;
}

.uqc .sc-plan03 .price .price02 h3 span sup {
	position: absolute;
	top: -.06em;
	left: 100%;
	transform-origin: 10% 0%;
	transform: scale(.4);
}

.uqc .sc-plan03 .price .price02 .text {
	margin: 13px 0 14px 0;
}

.uqc .sc-plan03 .price .arrow {
	flex-shrink: 0;
	flex-basis: 54px;
	background-position: 50% 34%;
	background-repeat: no-repeat;
	background-image: url(../images/plan03-arrow.svg);
	background-size: contain;
}

.uqc .sc-plan03 .price-list {
	margin: 0 auto;
	padding: 40px 0 0 0;
	max-width: 670px;
}

.uqc .sc-plan03 .price-list .h {
	margin: 0 0 16px 0;
	text-align: center;
	font-size: 18px;
}

.uqc .sc-plan03 .price-list .foot {
	margin: 12px 0 0 0;
}

@media screen and (max-width:768px) {
	.uqc .sc-plan03 {
		padding: 0;
	}

	.uqc .sc-plan03 .setwari {
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan03 .setwari .h {
		margin: 3vw 0;
		max-width: 100%;
	}

	.uqc .sc-plan03 .setwari .h .tip-btn {
		top: 1%;
		right: 0;
	}

	.uqc .sc-plan03 .condition {
		display: block;
	}

	.uqc .sc-plan03 .condition p {
		padding: 10px 17px 20px 17px;
		font-size: 12px;
		line-height: 1.375;
	}

	.uqc .sc-plan03 .price {
		display: block;
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan03 .price h3 {
		padding-left: 11.6vw;
	}

	.uqc .sc-plan03 .price h3 i {
		width: 10.4vw;
	}

	.uqc .sc-plan03 .price .text {
		font-size: 3.6vw;
	}

	.uqc .sc-plan03 .price .box {
		padding: 0 8vw;
	}

	.uqc .sc-plan03 .price01 .box {
		padding: 0 13vw;
		max-width: 100%;
	}

	.uqc .sc-plan03 .price .box div {
		padding-top: 3.6vw;
		font-size: 3.6vw;
	}

	.uqc .sc-plan03 .price .box .num {
		padding-right: 1.4vw;
		font-size: 15vw;
	}

	.uqc .sc-plan03 .price .box dl {
		padding-top: 1vw;
		font-size: 5vw;
	}

	.uqc .sc-plan03 .price .box dl dt {
		font-size: 3vw;
	}

	.uqc .sc-plan03 .price .tax-in {
		margin-top: -2vw;
		margin-bottom: 1vw;
		font-size: 6.6vw;
	}

	.uqc .sc-plan03 .price01 .tax-in {
		padding-right: 20vw;
	}

	.uqc .sc-plan03 .price02 .tax-in {
		padding-right: 18vw;
	}

	.uqc .sc-plan03 .price .tax-in .num {
		font-size: 120%;
	}

	.uqc .sc-plan03 .price .tax-in .yen {
		padding-left: 0.2em;
		top: 0.5em;
		font-size: 60%;
	}

	.uqc .sc-plan03 .price .note {
		margin-top: -1vw;
	}

	.uqc .sc-plan03 .price .price01, .uqc .sc-plan03 .price .price02 {
		padding: 0 2vw;
	}

	.uqc .sc-plan03 .price .price01 h3 {
		margin-top: 0;
		font-size: 4.6vw;
	}

	.uqc .sc-plan03 .price .price01 h3 i {
		top: -1vw;
	}

	.uqc .sc-plan03 .price .price01 h3 span {
		font-size: 7vw;
	}

	.uqc .sc-plan03 .price .price01 h4 {
		margin: 5px 0 0 0;
		font-size: 4vw;
	}

	.uqc .sc-plan03 .price .price02 h3 {
		font-size: 4.6vw;
	}

	.uqc .sc-plan03 .price .price02 h3 i {
		top: 2.4vw;
	}

	.uqc .sc-plan03 .price .price02 h3 span {
		font-size: 7vw;
	}

	.uqc .sc-plan03 .price .price02 .text {
		margin: 2vw 0 2vw 0;
	}

	.uqc .sc-plan03 .price .price01 .tip-btn {
		margin-top: -13px;
		top: 14%;
		right: auto;
		left: 82%;
	}

	.uqc .sc-plan03 .price .price02 .tip-btn {
		margin-top: -13px;
		top: 8%;
		right: auto;
		left: 82%;
	}

	.uqc .sc-plan03 .price .arrow {
		margin: 2vw 0;
		padding-top: 11.428%;
		background-position: 50% 50%;
		background-image: url(../images/plan03-arrow-sp.svg);
	}

	.uqc .sc-plan03 .price-list {
		padding: 30px 17px 0 17px;
		max-width: 100%;
	}

	.uqc .sc-plan03 .price-list .h {
		font-size: 16px;
		line-height: 1.4;
	}

	.uqc .sc-plan03 .price-list .foot {
		margin: 10px 0 0 0;
	}
}

.uqc .sc-data {
	padding: 20px 0 0 0;
}

.uqc .sc-data .info01 {
	margin: 0 auto;
	max-width: 740px;
}

.uqc .sc-data .info01 .row {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 670px;
}

.uqc .sc-data .info01 .h-sp {
	display: none;
}

.uqc .sc-data .info01 .image {
	flex-basis: 50%;
}

.uqc .sc-data .info01 .text {
	flex-basis: 50%;
	padding: 0 15px 0 0;
}

.uqc .sc-data .info01 .text .h {
	margin-right: -1em;
	font-size: 23px;
	line-height: 1.4;
}

.uqc .sc-data .info01 .text .note {
	margin: 10px 0 0 0;
}

.uqc .sc-data .info01 .text .tip-btn {
	margin: 10px 0 0 0;
}

.uqc .sc-data .info02 {
	margin: 30px auto 0 auto;
	max-width: 740px;
}

.uqc .sc-data .info02::before, .uqc .sc-data .info02::after {
	content: '';
	display: block;
	height: 2px;
	background-image: url(../images/line-dashed.svg);
	background-size: contain;
}

.uqc .sc-data .info02 .row {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 15px 0 40px 0;
	max-width: 670px;
}

.uqc .sc-data .info02 .zero {
	flex-basis: 47%;
	text-align: center;
}

.uqc .sc-data .info02 .zero .h01 {
	max-width: 270px;
	margin: 30px 0 20px 0;
	font-size: 23px;
	line-height: 1.5;
}

.uqc .sc-data .info02 .zero .h02 {
	position: relative;
	max-width: 270px;
}

.uqc .sc-data .info02 .zero .h02 .tip-btn {
	position: absolute;
	bottom: 6%;
	left: 86%;
	margin-bottom: -13px;
}

.uqc .sc-data .info02 .text {
	flex: 1;
	padding: 0 10px 0 35px;
}

.uqc .sc-data .info02 .mode {
	max-width: 274px;
}

.uqc .sc-data .info02 .app {
	display: flex;
	align-items: center;
	margin: 18px 0 0 0;
	font-size: 15px;
}

.uqc .sc-data .info02 .app dt {
	flex-basis: 62px;
}

.uqc .sc-data .info02 .app dt span {
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.uqc .sc-data .info02 .app dd {
	flex: 1;
	padding: 0 0 0 13px;
}

.uqc .sc-data .notes {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 670px;
}

@media screen and (max-width:768px) {
	.uqc .sc-data {
		padding: 20px 0 0 0;
	}

	.uqc .sc-data .info01 {
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-data .info01 .row {
		display: block;
		padding: 0 10px;
		max-width: 100%;
	}

	.uqc .sc-data .info01 .h-sp {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.5;
	}

	.uqc .sc-data .info01 .image {
		margin: 0 -5px;
	}

	.uqc .sc-data .info01 .text {
		padding: 0;
	}

	.uqc .sc-data .info01 .text .h {
		display: none;
	}

	.uqc .sc-data .info01 .text .note {
		margin: 10px 0 0 0;
	}

	.uqc .sc-data .info01 .text .tip-btn {
		justify-content: flex-end;
		margin: 10px 0 0 0;
	}

	.uqc .sc-data .info02 {
		margin: 30px 0 0 0;
		padding: 0 17px;
		max-width: 100%;
	}

	.uqc .sc-data .info02::before, .uqc .sc-data .info02::after {
		content: none;
	}

	.uqc .sc-data .info02 .row {
		display: block;
		padding: 0;
		max-width: 100%;
	}

	.uqc .sc-data .info02 .zero .h01 {
		max-width: 100%;
		margin: 40px 0 15px 0;
		font-size: 20px;
	}

	.uqc .sc-data .info02 .zero .h02 {
		margin: 0 auto;
		max-width: 96%;
	}

	.uqc .sc-data .info02 .text {
		padding: 20px 0 0 0;
	}

	.uqc .sc-data .info02 .mode {
		max-width: 100%;
	}

	.uqc .sc-data .info02 .app {
		margin: 25px 0 0 0;
	}

	.uqc .sc-data .info02 .app dt {
		flex-basis: 34.38%;
	}

	.uqc .sc-data .info02 .app dt span {
		border-radius: 1.7vw;
	}

	.uqc .sc-data .info02 .app dd {
		padding: 0 0 0 8%;
	}

	.uqc .sc-data .notes {
		padding: 25px 27px 0 27px;
		max-width: 100%;
	}
}

/* .uqc .sc-speed {
	padding: 30px 0 0;
}

.uqc .sc-speed .info {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 670px;
}

.uqc .sc-speed .info .image {
	width: 274px;
}

.uqc .sc-speed .info .text {
	flex: 1;
	font-size: 16px;
}

.uqc .sc-speed .info .text p {
	margin: 5px 0 0;
}

.uqc .sc-speed .info .text h3 {
	font-size: 23px;
	line-height: 1.5;
}

.uqc .sc-speed .price-list {
	margin: 50px auto 0 auto;
	max-width: 670px;
}

.uqc .sc-speed .price-list .foot {
	display: flex;
	align-items: center;
	margin: 12px 0 0 0;
	font-size: 13px;
	line-height: 1.5;
}

.uqc .sc-speed .price-list .foot .note {
	flex: 1;
}

.uqc .sc-speed .notes {
	margin: 20px auto 0 auto;
	max-width: 670px;
}

@media screen and (max-width:768px) {
	.uqc .sc-speed {
		padding: 20px 0 0 0;
	}

	.uqc .sc-speed .info {
		display: block;
		padding: 0 20px;
		max-width: 100%;
		text-align: center;
	}

	.uqc .sc-speed .info .image {
		margin: 0 auto;
		width: 96%;
	}

	.uqc .sc-speed .info .text {
		font-size: 15px;
	}

	.uqc .sc-speed .info .text h3 {
		margin: 10px 0 0 0;
		font-size: 22px;
		line-height: 1.4;
	}

	.uqc .sc-speed .price-list {
		margin: 20px 0 0 0;
		padding: 0 20px;
		max-width: 100%;
	}

	.uqc .sc-speed .price-list .foot {
		margin: 10px 0 0 0;
	}

	.uqc .sc-speed .notes {
		margin: 20px 0 0 0;
		padding: 0 20px;
		max-width: 100%;
	}
} */

.uqc .sc-sim {
	padding: 20px 0 0 0;
}

.uqc .sc-sim .info {
	display: flex;
	margin: 0 auto;
	max-width: 670px;
	text-align: center;
	font-size: 15px;
}

.uqc .sc-sim .info .block {
	width: 50%;
}

.uqc .sc-sim .info .block .h {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	font-size: 23px;
	line-height: 1.43;
}

.uqc .sc-sim .info .block .image {
	margin: 0 auto;
	max-width: 300px;
}

.uqc .sc-sim .info .block .sh {
	display: flex;
	justify-content: center;
}

.uqc .sc-sim .info .block .sh .sh-in {
	position: relative;
	padding-right: 58px;
}

.uqc .sc-sim .info .block .sh h4 {
	font-size: 20px;
}

.uqc .sc-sim .info .block .sh h4 span {
	border-bottom: 1px solid #000;
}

.uqc .sc-sim .info .block .sh h4 sup {
	margin: 0 -.15em;
}

.uqc .sc-sim .info .block .sh .tip-btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}

.uqc .sc-sim .info .block .sh .tip-btn-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.uqc .sc-sim .info .block p {
	margin: 0 0 .5em 0;
}

.uqc .sc-sim .notes {
	margin: 40px auto 0 auto;
	max-width: 670px;
}

@media screen and (max-width:768px) {
	.uqc .sc-sim {
		padding: 10px 0 0 0;
	}

	.uqc .sc-sim .info {
		display: block;
		padding: 0 17px;
		max-width: 100%;
		font-size: 15px;
	}

	.uqc .sc-sim .info .block {
		margin: 0 auto;
		padding: 0 0 40px 0;
		width: 100%;
		max-width: 360px;
	}

	.uqc .sc-sim .info .block:last-child {
		padding: 0;
	}

	.uqc .sc-sim .info .block .h {
		display: block;
		height: auto;
		font-size: 23px;
	}

	.uqc .sc-sim .info .block .image {
		max-width: 100%;
	}

	.uqc .sc-sim .info .block p {
		margin: 0 0 1em 0;
	}

	.uqc .sc-sim .notes {
		margin: 20px 0 0 0;
		padding: 0 30px;
		max-width: 100%;
		font-size: 13px;
	}

	.uqc .sc-sim .notes .link {
		font-size: 100%;
	}
}

.uqc .sc-shop {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 700px;
}

.uqc .sc-shop .image {
	margin: 0 auto;
	max-width: 300px;
}

.uqc .sc-shop .balloon {
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: 180px;
}

.uqc .sc-shop .text {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.uqc .sc-shop .text-lg {
	font-weight: 700;
}

.uqc .sc-shop .btn-block {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	max-width: 340px;
}

.uqc .sc-norikae {
	padding: 0 0 0 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 .image img {
	margin: 0 auto;
	width: 220px;
}
.uqc .sc-norikae .block .text-wrap {
	min-height: 105px;
}
.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 .info .link-box > div {
	margin: 1em 0;
}
.uqc .sc-norikae .block .time {
	font-size: 24px;
	line-height: 1.2;
}
.uqc .sc-norikae .block .time sup {
	margin: 0 -0.16em;
	transform-origin: 50% 10%;
	display: inline-block;
	font-size: 100%;
	vertical-align: baseline;
	transform-origin: 50% 20%;
	transform: scale(.66);
}
.uqc .sc-norikae .block .time .small {
	font-size: 83%;
}
.uqc .sc-norikae .application {
	margin: 0 auto;
}
.uqc .application.single ul {
	display: block;
	margin: 0 auto;
	max-width: 340px;
}
.uqc .sc-norikae .application.single ul li {
	margin: 20px 0 0 0;
	width: 100%;
}
.uqc .application.single ul li {
	padding: 0 0 5px 0;
}
.uqc .application ul li .text {
	margin: 0 0 10px;
	font-size: 15px;
}
.uqc .sc-norikae .application .btn-fill-icon {
	height: 65px;
	font-size: 16px;
	line-height: 1.4;
}
.uqc .sc-norikae .application .btn-fill-icon::before {
	left: 15px;
	width: 30px;
}
.uqc .sc-norikae .application .btn-fill-icon::after {
	right: 15px;
	width: 24px;
}
.uqc .sc-norikae .block .notes {
	margin: 10px 0 0 0;
	text-align: left;
}
.uqc .sc-norikae .notes {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}
.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 .info .link-box-norikae > div {
	margin: 1em 0;
}
.uqc .btn-fill-icon.btn-sim::before {
	background-image: url(../images/icon-btn-sim-w.svg);
}
.uqc .btn-fill-icon.btn-esim::before {
	background-image: url(../images/icon-btn-esim-w.svg);
}
.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::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;
}
@media screen and (max-width: 768px) {
	.uqc .btn-fill-icon::before, .uqc .btn-outline-icon::before {
		left: 16px;
		width: 35px;
	}
}
.uqc .btn-fill-icon.btn-sim, .uqc .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-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 .sc-norikae .btn-fill-icon.btn-sim, .uqc .sc-norikae .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .sc-norikae .foot {
	margin: 20px 0 0 0;
}
.uqc .sc-norikae .foot .notes {
	display: table;
	margin: 0 auto;
}
.note-tip-sim .head:first-child {
	margin: 0;
}
.note-tip-sim .head .icon {
	margin: 0 auto;
	width: 60px;
}

.note-tip-sim .head {
	margin: 20px 0 0 0;
	text-align: center;
}
.note-tip-sim .head h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: 700;
}
.note-tip-sim .image {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
}
.note-tip-balloon .frame img {
	width: 100%;
}
.note-tip-sim .foot {
	margin: 10px 0 0 0;
}

@media screen and (max-width:768px) {
	.uqc .sc-shop {
		padding: 20px 20px 0;
	}

	.uqc .sc-shop .image {
		max-width: 78%;
	}

	.uqc .sc-shop .text {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
	}

	.uqc .sc-shop .text-lg {
		text-align: center;
	}
	.uqc .sc-shop .btn-block {
		padding: 15px 0 15px 0;
		max-width: 100%;
	}
}

.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;
	font-size: 24px;
	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: .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 0;
}

@media screen and (max-width:768px) {
	.uqc .sc-area {
		padding: 20px 25px 0;
	}

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

	.uqc .sc-area .info .h {
		justify-content: flex-start;
		font-size: 4.4vw;
		line-height: 1.7;
	}

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

.uqc .sc-jdpower {
	padding: 40px 0 0;
}

.uqc .sc-jdpower .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.uqc .sc-jdpower .row .image {
	width: 120px;
}

.uqc .sc-jdpower .row .info {
	padding: 0 0 0 40px;
	line-height: 1.4;
}

.uqc .sc-jdpower .row .info h4 {
	font-size: 16px;
}

.uqc .sc-jdpower .row .info ul {
	margin: 10px 0 0;
	font-size: 19px;
	color: #e4007f;
}

.uqc .sc-jdpower .source {
	margin: 20px auto 0;
	max-width: 400px;
	font-size: 12px;
}

@media screen and (max-width:768px) {
	.uqc .sc-jdpower {
		padding: 20px 0 0 0;
	}

	.uqc .sc-jdpower .row {
		padding: 0 20px;
	}

	.uqc .sc-jdpower .row .image {
		width: 100px;
	}

	.uqc .sc-jdpower .row .info {
		padding: 0 0 0 10px;
	}

	.uqc .sc-jdpower .row .info ul {
		font-size: 17px;
	}

	.uqc .sc-jdpower .source {
		padding: 0 20px;
		max-width: 100%;
		font-size: 11px;
	}

	.uqc .sc-jdpower .source p {
		display: inline;
	}
}

@media screen and (max-width:520px) {
	.uqc .sc-jdpower .row .info h4 span {
		display: block;
	}
}

.uqc .sc-support .info {
	display: flex;
}

.uqc .sc-support .info .block {
	position: relative;
	padding: 0 30px;
	width: 33.333%;
	text-align: center;
	font-size: 15px;
}

.uqc .sc-support .info .block::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #999;
}

.uqc .sc-support .info .block:last-child::after {
	content: none;
}

.uqc .sc-support .info .icon {
	margin: 0 auto;
	max-width: 100px;
}

.uqc .sc-support .info .h {
	margin: 10px 0;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}

.uqc .sc-support .info p {
	padding: 0 0 65px 0;
	text-align: left;
}

.uqc .sc-support .info .foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media screen and (max-width:768px) {
	.uqc .sc-support .info {
		display: block;
		padding: 0 25px;
	}

	.uqc .sc-support .info .block {
		padding: 0 0 30px 0;
		width: 100%;
		line-height: 1.5;
	}

	.uqc .sc-support .info .block::after {
		content: none;
	}

	.uqc .sc-support .info .block:last-child {
		padding: 0;
	}

	.uqc .sc-support .info .icon {
		max-width: 30%;
	}

	.uqc .sc-support .info .h {
		margin: 5px 0 10px 0;
	}

	.uqc .sc-support .info .h br {
		display: none;
	}

	.uqc .sc-support .info p {
		padding: 0 0 10px 0;
	}

	.uqc .sc-support .info .foot {
		position: static;
	}
}

.uqc .sc-option .wrap {
	display: flex;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	max-width: 740px;
}

.uqc .sc-option .block {
	padding: 0 35px;
	width: 50%;
}

.uqc .sc-option .block .h {
	font-weight: 700;
	font-size: 18px;
}

.uqc .sc-option .block .list {
	position: relative;
	margin-top: 25px;
	padding-left: 50px;
}

.uqc .sc-option .block .list .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
}

.uqc .sc-option .block .list .sh {
	font-weight: 700;
	font-size: 15px;
}

.uqc .sc-option .block .list ul {
	font-size: 13px;
}

.uqc .sc-option .block .list ul li {
	position: relative;
	padding-left: 1em;
}

.uqc .sc-option .block .list ul li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace;
}

@media screen and (max-width:768px) {
	.uqc .sc-option .wrap {
		display: block;
		padding: 30px 20px 0 20px;
		max-width: 100%;
	}

	.uqc .sc-option .block {
		padding: 0 0 30px 0;
		width: 100%;
	}

	.uqc .sc-option .block:last-child {
		padding: 0;
	}

	.uqc .sc-option .block .h {
		padding-left: 2px;
	}

	.uqc .sc-option .block .list {
		margin-top: 15px;
		padding-left: 55px;
		padding-bottom: 10px;
	}

	.uqc .sc-option .block .list ul {
		font-size: 14px;
	}
}

.uqc .smartphone .row {
	display: flex;
	margin: 0 -15px;
	padding: 40px 0 0 0;
}

.uqc .smartphone .col {
	position: relative;
	padding: 0 15px;
	width: 50%;
}

.uqc .smartphone .col .h {
	position: absolute;
	z-index: 2;
	top: -28px;
	left: 0;
	width: 100%;
}

.uqc .smartphone .col .h span {
	display: block;
	margin: 0 auto;
	max-width: 140px;
}

.uqc .smartphone .inner {
	position: relative;
}

.uqc .smartphone .inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}

/* .uqc .smartphone .slider .slick-track {
	display: flex;
}

.uqc .smartphone .slider .slick-slide {
	height: auto !important;
}

.uqc .smartphone .slider .slick-next, .uqc .smartphone .slider .slick-prev {
	overflow: hidden;
	z-index: 2;
	text-indent: -999em;
	width: 30px;
	height: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.uqc .smartphone .slider .slick-next::before, .uqc .smartphone .slider .slick-prev::before {
	content: none;
}

.uqc .smartphone .slider .slick-next {
	background-image: url(../images/slick-arrow-next.svg);
}

.uqc .smartphone .slider .slick-prev {
	background-image: url(../images/slick-arrow-prev.svg);
}

.uqc .smartphone .slider .slick-prev {
	left: 12px;
}

.uqc .smartphone .slider .slick-next {
	right: 12px;
}

.uqc .smartphone .slider .slick-dots {
	display: flex;
	justify-content: center;
	bottom: 10px;
}

.uqc .smartphone .slider .slick-dots li {
	display: block;
	margin: 0;
}

.uqc .smartphone .slider .slick-dots li button {
	padding: 0;
}

.uqc .smartphone .slider .block {
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 40px 0 35px 0;
	text-align: center;
	height: 100%;
}

.uqc .smartphone .slider .block a {
	position: relative;
	display: block;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.uqc .smartphone .slider .block a:hover {
	opacity: .7;
}

.uqc .smartphone .slider .block .inchi {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 16px;
	width: 82px;
}

.uqc .smartphone .slider .block .product {
	margin: 0 auto;
	max-width: 260px;
}

.uqc .smartphone .slider .block .name {
	text-decoration: underline;
	font-size: 19px;
}

.uqc .smartphone .slider .block p {
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width:768px) {
	.uqc .smartphone .row {
		display: block;
		margin: 0;
		padding: 30px 0 0 0;
	}

	.uqc .smartphone .col {
		margin: 0 0 45px 0;
		padding: 0;
		width: 100%;
	}

	.uqc .smartphone .col:last-child {
		margin: 0;
	}

	.uqc .smartphone .col .h {
		top: -22px;
	}

	.uqc .smartphone .col .h span {
		max-width: 120px;
	}

	.uqc .smartphone .inner::before {
		border-radius: 5px;
	}

	.uqc .smartphone .slider .slick-next, .uqc .smartphone .slider .slick-prev {
		width: 50px;
		height: 50px;
		background-size: 24px 24px;
	}

	.uqc .smartphone .slider .slick-prev {
		left: -3px;
	}

	.uqc .smartphone .slider .slick-next {
		right: -3px;
	}

	.uqc .smartphone .slider .block {
		padding: 20px 0 35px 0;
	}

	.uqc .smartphone .slider .block .inchi {
		right: 16px;
		width: 70px;
	}

	.uqc .smartphone .slider .block .product {
		max-width: 220px;
	}

	.uqc .smartphone .slider .block .name {
		font-size: 16px;
	}

	.uqc .smartphone .slider .block p {
		font-size: 14px;
	}
} */

.uqc .procedure-info {
	overflow: hidden;
	padding: 40px 0 0 0;
	background-color: #fff;
	border-radius: 10px;
}

.uqc .procedure-info ul {
	display: flex;
	margin: 0 auto;
	max-width: 696px;
}

.uqc .procedure-info ul li {
	position: relative;
	width: 100%;
}

.uqc .procedure-info ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #999;
}

.uqc .procedure-info ul li:last-child::after {
	content: none;
}

.uqc .procedure-info ul li span {
	display: block;
	overflow: hidden;
	height: 0;
	background-size: contain;
	text-indent: -999em;
}

.uqc .procedure-info ul li.list01 span {
	padding-top: calc(120 / 218 * 100%);
	background-image: url(../images/procedure-list01.svg);
}

.uqc .procedure-info ul li.list02 {
	flex-basis: 37.356%;
	flex-shrink: 0;
}

.uqc .procedure-info ul li.list02 span {
	padding-top: calc(120 / 260 * 100%);
	background-image: url(../images/procedure-list02.svg);
}

.uqc .procedure-info ul li.list02 a {
	overflow: hidden;
	display: block;
	position: absolute;
	left: calc(48 / 260 * 100%);
	top: calc(76 / 120 * 100%);
	width: calc(166 / 260 * 100%);
	height: calc(32 / 120 * 100%);
	text-indent: -999em;
	opacity: 0;
}

.uqc .procedure-info ul li.list02 a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	background-color: #fff;
}

.uqc .procedure-info ul li.list02 a:hover {
	opacity: 1;
}

.uqc .procedure-info ul li.list03 span {
	padding-top: calc(120 / 218 * 100%);
	background-image: url(../images/procedure-list03.svg);
}

.uqc .procedure-info .image {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 400px;
}

@media screen and (max-width:768px) {
	.uqc .procedure-info {
		padding: 3vw 0 0 0;
		border-radius: 5px;
	}

	.uqc .procedure-info ul {
		display: block;
		width: 74%;
	}

	.uqc .procedure-info ul li {
		padding-top: 1vw;
	}

	.uqc .procedure-info ul li::after {
		content: none;
	}

	.uqc .procedure-info ul li span {
		padding-top: 24% !important;
	}

	.uqc .procedure-info ul li.list01 span {
		background-image: url(../images/procedure-list01-sp.svg);
	}

	.uqc .procedure-info ul li.list02 span {
		background-image: url(../images/procedure-list02-sp.svg);
	}

	.uqc .procedure-info ul li.list02 a {
		left: 0;
		top: 20%;
		left: 30%;
		right: 0;
		width: auto;
		height: 60%;
	}

	.uqc .procedure-info ul li.list02 a::before {
		content: none;
	}

	.uqc .procedure-info ul li.list03 span {
		background-image: url(../images/procedure-list03-sp.svg);
	}

	.uqc .procedure-info .image {
		padding: 0 0 0 0;
		max-width: 98%;
	}
}

.section-recommend {
	padding: 6.66667vw 0 4vw;
	background: rgb(48, 48, 48);
}

.section-recommend__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(241, 127, 191);
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
	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, .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: rgb(180, 180, 180);
	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: rgb(180, 180, 180);
	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: rgb(79, 79, 79);
	opacity: 1;
}

.section-recommend__body .slick-dots li.slick-active button::before {
	color: rgb(180, 180, 180);
}

@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);
	}
}

/*============================================================
	お客さまのクチコミ
*/
.content-review {
	padding: 40px 0 50px 0;
	background-color: #f7c8d9;
}
.content-review .heading h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.content-review .heading h2:before {
	content: '';
	display: block;
	margin: .1em 4px 0 0;
	width: 60px;
	height: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/icon-review.svg);
}
.content-review .heading h2 span {
	display: block;
}
.section-review .uq-review {
	margin: 0 0 -30px 0;
	background-color: transparent !important;
}
.section-review .uq-reviewArea__title {
	display: none;
}
.section-review .uq-reviewSlider {
	padding: 30px 0;
}
.section-review .uq-reviewSlider,
.section-review .slick-list {
	overflow: visible !important;
}
.section-review .uq-reviewSlider__li {
	transition: transform 0.4s ease;
}
.section-review .uq-reviewSlider__li.current {
	transform: translateY(-30px);
}
.section-review .uq-reviewSlider__li .uq-reviewBlock {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	overflow: hidden;
	width: 290px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/review-frame-pink.png);
	background-size: 100% 100%;
}
.section-review .uq-reviewSlider__li .uq-reviewBlock::before,
.section-review .uq-reviewSlider__li .uq-reviewBlock::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100% auto;
}
.section-review .uq-reviewSlider__li .uq-reviewBlock::before {
	background-image: url(../images/review-frame-pink-top.png);
	background-position: 50% 0%;
}
.section-review .uq-reviewSlider__li .uq-reviewBlock::after {
	background-image: url(../images/review-frame-pink-bottom.png);
	background-position: 50% 100%;
}
.section-review .slick-slide:nth-child(odd) .uq-reviewBlock {
	background-image: url(../images/review-frame-blue.png);
}
.section-review .slick-slide:nth-child(odd) .uq-reviewBlock::before {
	background-image: url(../images/review-frame-blue-top.png);
}
.section-review .slick-slide:nth-child(odd) .uq-reviewBlock::after {
	background-image: url(../images/review-frame-blue-bottom.png);
}
.section-review .uq-reviewBlock__icon0,
.section-review .uq-reviewBlock__icon1,
.section-review .uq-reviewBlock__icon2,
.section-review .uq-reviewBlock__icon3,
.section-review .uq-reviewBlock__icon4 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-basis: 50px;
}
.uq-reviewBlock__icon0::before,
.uq-reviewBlock__icon1::before,
.uq-reviewBlock__icon2::before,
.uq-reviewBlock__icon3::before,
.uq-reviewBlock__icon4::before {
	content: '';
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-size: cover;
}
.uq-reviewBlock__icon0::before {
	background-image: url('../images/review-icon00.svg');
}
.uq-reviewBlock__icon1::before {
	background-image: url('../images/review-icon01.svg');
}
.uq-reviewBlock__icon2::before {
	background-image: url('../images/review-icon02.svg');
}
.uq-reviewBlock__icon3::before {
	background-image: url('../images/review-icon03.svg');
}
.uq-reviewBlock__icon4::before {
	background-image: url('../images/review-icon04.svg');
}
.section-review .uq-reviewBlock__user {
	position: relative;
	z-index: 1;
}
.section-review .uq-reviewBlock__userinner {
	padding: 0 0 0 10px;
}
.section-review .uq-reviewBlock__username {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
}
.section-review .uq-reviewBlock__userscreen {
	font-size: 12px;
}
.section-review .uq-reviewBlock__text {
	overflow: visible;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	margin: 20px 0 0 0 !important;
	padding: 15px 15px;
	background-color: #fff;
	border-radius: 25px;
	font-weight: 700;
	word-wrap: break-word;
	word-break: break-all !important;
}
.section-review .uq-reviewBlock__text::after {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 15px;
	background-image: url('../images/review-tail.png');
	background-size: cover;
}
.section-review .uq-reviewBlock__next {
	text-decoration: underline;
	color: #e4007f;
}
.section-review .uq-reviewSlider .slick-next,
.section-review .uq-reviewSlider .slick-prev {
	top: 45%;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.os-pc .section-review .uq-reviewSlider .slick-next:hover,
.os-pc .section-review .uq-reviewSlider .slick-prev:hover {
	opacity: 0.7;
}
.section-review .uq-reviewSlider .slick-next {
	left: 360px;
	background-image: url(../images/slick-arrow-color-next.svg);
}
.section-review .uq-reviewSlider .slick-prev {
	right: 360px;
	background-image: url(../images/slick-arrow-color-next.svg);
}
.section-review .uq-reviewSlider .slick-next::before,
.section-review .uq-reviewSlider .slick-prev::before {
	content: '';
	width: 40px;
	height: 40px;
}

.section-review .review-wrap-pc .uq-reviewSlider__li {
	padding: 30px 0 0 0;
}
.section-review .review-wrap-pc .uq-reviewSlider__li .uq-reviewBlock {
	min-height: 340px;
}
.section-review .review-wrap-pc .uq-reviewBlock__text {
	flex-basis: 194px;
	min-height: 194px;
}

.section-review .review-wrap-sp .uq-reviewSlider__li {
	padding: 0 1vw;
}
.section-review .review-wrap-sp .uq-reviewSlider__li .uq-reviewBlock {
	min-height: 390px;
}
.section-review .review-wrap-sp .uq-reviewBlock__text {
	padding: 5px 15px;
	font-size: 14px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-15 {
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-14 {
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-13 {
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-12 {
	font-size: 15px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-11 {
	font-size: 16px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-10 {
	font-size: 16px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-9 {
	font-size: 17px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-8 {
	font-size: 17px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-7 {
	font-size: 18px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-6 {
	font-size: 19px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-5 {
	font-size: 20px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-4 {
	font-size: 22px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-3 {
	font-size: 24px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-2 {
	font-size: 26px !important;
}
.section-review .review-wrap-sp .uq-reviewBlock__text.size-1,
.section-review .review-wrap-sp .uq-reviewBlock__text.size-0 {
	font-size: 28px !important;
}

@media screen and (min-width:769px) {
	.section-review .review-wrap-sp {
		overflow: hidden;
		height: 0;
	}
	.section-review .uq-reviewSlider__li .uq-reviewBlock {
		transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	}
	.os-pc .section-review .uq-reviewSlider__li .uq-reviewBlock:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:768px) {
	.content-review {
		padding: 30px 0 50px 0;
	}
	.content-review .heading h2 {
		font-size: 25px;
	}
	.content-review .heading h2:before {
		margin: .1em 3px 0 0;
		width: 52px;
		height: 46px;
	}
	.section-review .headline-type02 span {
		padding-left: 6.6vw;
	}
	.section-review .review-wrap-pc {
		overflow: hidden;
		height: 0;
	}
	.section-review .uq-review {
		margin-top: 10px;
	}
}



/*
*/
.plan-headline {
	padding: 20px 0 0 0;
	text-align: center;
}
.plan-headline .frame {
	margin: 0 auto;
	width: 678px;
	height: 300px;
	background-image: url('../images/plan-headline-base-pc.svg?=202303');
	background-size: contain;
}
.plan-headline .head {
	padding: 28px 0 0 0;
}
.plan-headline .head h2 {
	font-size: 27px;
	color: #e4007f;
}
.plan-headline .head h3 {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 20px;
	font-size: 29px;
	line-height: 1.1;
}
.plan-headline .head h3::before,
.plan-headline .head h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	width: 36px;
	height: 36px;
	background-size: contain;
}
.plan-headline .head h3::before {
	left: 20px;
	background-image: url('../images/plan-headline-line-l.svg');
}
.plan-headline .head h3::after {
	right: 20px;
	background-image: url('../images/plan-headline-line-r.svg');
}
.plan-headline .head h3 > span {
	display: flex;
}
.plan-headline .head h3 > span > span {
	display: block;
	padding: 0.36em 0 0 0;
}
.plan-headline .head h3 .num {
	position: relative;
	bottom: -0.01em;
	padding: 0 .04em 0 0;
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
	font-size: 55px;
}
.plan-headline .head h3 .large {
	padding: 0;
	font-size: 40px;
	color: #e4007f;
}
.plan-headline .head h3 sup {
	position: relative;
	top: -10px;
	margin: 0 -2px 0 -8px;
	font-size: 27px;
	color: #000;
}
.plan-headline .head h3 .small {
	padding: 0.84em 0 0 0;
	font-size: 23px;
}
.plan-headline .tokuten {
	display: flex;
	justify-content: center;
}
.plan-headline .tokuten .block {
	display: flex;
	align-items: center;
	margin: 0 7px;
	border: 1px solid #000;
}
.plan-headline .tokuten .block .cap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 62px;
	background-color: #e4007f;
	border-right: 1px solid #000;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}
.plan-headline .tokuten .block .info {
	padding: 0 10px;
}
.plan-headline .tokuten .block h3 {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
.plan-headline .tokuten .block01 h3 {
	font-size: 13px;
}
.plan-headline .tokuten .block01 h3.indent {
	text-indent: -0.5em;
}
.plan-headline .tokuten .block .price {
	display: flex;
	font-size: 18px;
	line-height: 1.1;
	color: #e4007f;
}
.plan-headline .tokuten .block .price span {
	display: block;
	padding: 0.35em 0 0 0;
}
.plan-headline .tokuten .block .price .num {
	margin: 0 0 -0.1em 0;
	padding: 0;
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
	font-size: 32px;
}
.plan-headline .frame .text {
	margin: 10px 43px 0 43px;
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.17em;
	font-weight: bold;
}
.plan-headline .frame .text > div {
	padding: 0 3px;
}
.plan-headline .frame .text span {
	display: block;
}
.plan-headline .note {
	margin: 6px 0 0 0;
	font-size: 11px;
}
@media screen and (max-width:768px) {
	.plan-headline {
		padding: 10px 0 0 0;
	}
	.plan-headline .frame {
		width: 100%;
		height: 132vw;
		background-image: url('../images/plan-headline-base-sp.svg?=202303');
		background-size: 100% 100%;
	}
	.plan-headline .head {
		padding: 9vw 0 0 0;
	}
	.plan-headline .head h2 {
		text-indent: -0.3em;
		font-size: 5.86vw;
	}
	.plan-headline .head h3 {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
		font-size: 8.8vw;
	}
	.plan-headline .head h3::before,
	.plan-headline .head h3::after {
		bottom: -1vw;
		width: 9.6vw;
		height: 9.6vw;
	}
	.plan-headline .head h3::before {
		left: 13.3vw;
	}
	.plan-headline .head h3::after {
		right: 13.3vw;
	}
	.plan-headline .head h3 > span {
		margin: 0 0 -0.8vw 0;
	}
	.plan-headline .head h3 > span:first-child {
		margin: 0 0 -2.1vw 0;
	}
	.plan-headline .head h3 .num {
		font-size: 13.6vw;
	}
	.plan-headline .head h3 .large {
		padding: 0 0 0 4vw;
		font-size: 10.7vw;
	}
	.plan-headline .head h3 sup {
		top: -4vw;
		margin: 0 -0.5vw 0 -2.1vw;
		font-size: 7.2vw;
	}
	.plan-headline .head h3 .small {
		padding: 0.84em 0 0 0;
		font-size: 6.1vw;
	}
	.plan-headline .tokuten {
		display: block;
		margin: 0 auto;
		padding: 1.5vw 0 0 0;
		width: 80vw;
	}
	.plan-headline .tokuten .block {
		margin: 1.3vw 0 0 0;
	}
	.plan-headline .tokuten .block .cap {
		width: 11.7vw;
		height: 16.5vw;
		font-size: 4vw;
	}
	.plan-headline .tokuten .block .info {
		padding: 0 0 0 2.6vw;
	}
	.plan-headline .tokuten .block h3 {
		font-size: 3.2vw;
		line-height: 5.8vw;
	}
	.plan-headline .tokuten .block01 h3 {
		font-size: 3.4vw;
	}
	.plan-headline .tokuten .block .price {
		font-size: 4.8vw;
	}
	.plan-headline .tokuten .block .price span {
		padding: 0.35em 0 0 0;
	}
	.plan-headline .tokuten .block .price .num {
		padding: 0;
		font-size: 8.5vw;
	}
	.plan-headline .frame .text {
		display: block;
		margin: 6px auto 0 auto;
		width: 80vw;
		text-align: left;
		font-size: 3.4vw;
	}
	.plan-headline .frame .text > div:first-child{
		width: 100%;
	}
	.plan-headline .frame .text > div {
		padding: 0;
		font-size: 11px;
	}
	.plan-headline .frame .text span {
		display: inline;
	}
	.plan-headline .note {
		margin: 2.6vw 0 0 0;
		padding: 0 4.666vw;
		text-align: left;
	}
	.plan-headline .frame .note{
		display: block;
		margin: 0 auto;
		width: 80vw;
		text-align: left;
		font-size: 11px;
		padding: 0;
	}
}

/*
*/
.plan-set {
	padding: 25px 0 0 0;
}
.plan-set .tab-plan {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 760px;
}
.plan-set .tab-plan .labels {
	display: flex;
	align-items: flex-end;
}
.plan-set .tab-plan label {
	display: block;
	flex-basis: 50%;
	text-align: center;
	user-select: none;
}
.plan-set .tab-plan label .label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: #90c4b3;
	font-size: 16px;
	line-height: 1.35;
	color: #fff;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.plan-set .tab-plan label .label::before {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 2px dashed #90c4b3;
}
.plan-set .tab-plan label .label > span {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.os-pc .plan-set .tab-plan label .label:hover > span {
	opacity: 0.7;
}
.plan-set .tab-plan label .label > span::before {
	content: '';
	display: block;
	margin: 0 15px 0 0;
	height: 30px;
	background-size: contain;
}
.plan-set .tab-plan label.tab-plan-set01 .label > span::before {
	width: calc(2.06 * 30px);
	background-image: url('../images/plan-tab-set01.svg');
}
.plan-set .tab-plan label.tab-plan-set02 .label > span::before {
	width: calc(2.4 * 30px);
	background-image: url('../images/plan-tab-set02.svg');
	background-repeat: no-repeat;
}
.plan-set .tab-plan label .label .color {
	color: #e4007f;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label,
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label {
	height: 80px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	z-index: 2;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label > span,
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label > span {
	opacity: 1;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set02 .label {
	border-radius: 0 10px 0 0;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set02 .label * {
	color: #fff;
}
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set01 .label {
	border-radius: 10px 0 0 0;
}
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set01 .label * {
	color: #fff;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label > span::before,
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label > span::before {
	margin: 0 12px 0 0;
	height: 38px;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label > span::before {
	width: calc(2.06 * 38px);
}
.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label > span::before {
	width: calc(2.4 * 38px);
}
.plan-set .tab-items .tab-item {
	display: none;
}
.plan-set input.tab-check-plan-set01:checked ~ .tab-items .item-set01,
.plan-set input.tab-check-plan-set02:checked ~ .tab-items .item-set02 {
	display: block;
}
@media screen and (max-width:768px) {
	.plan-set {
		padding: 25px 0 0 0;
	}
	.plan-set .tab-plan {
		padding: 0 20px;
		max-width: 100%;
	}
	.plan-set .tab-plan label .label {
		height: 21.3vw;
		border-radius: 7px 7px 0 0;
		font-size: 3.4vw;
	}
	.plan-set .tab-plan label.tab-plan-set01 .label {
		line-height: 1.2;
	}
	.plan-set .tab-plan label .label::before {
		left: 2.6vw;
		right: 2.6vw;
	}
	.plan-set .tab-plan label .label > span {
		display: block;
	}
	.plan-set .tab-plan label .label > span::before {
		height: 6.4vw;
	}
	.plan-set .tab-plan label.tab-plan-set01 .label > span::before {
		margin: 0 auto 0.5vw auto;
		width: calc(2.06 * 6.4vw);
	}
	.plan-set .tab-plan label.tab-plan-set02 .label > span::before {
		margin: 0 auto 1vw auto;
		width: calc(2.4 * 6.4vw);
	}
	.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label,
	.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label {
		height: 26.6vw;
		font-size: 4.2vw;
	}
	.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label {
		margin-right: -3vw;
	}
	.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set02 .label {
		padding-left: 3vw;
		border-radius: 0 7px 0 0;
	}
	.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set01 .label {
		padding-right: 3vw;
		border-radius: 7px 0 0 0;
	}
	.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label {
		margin-left: -3vw;
	}
	.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label > span::before,
	.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label > span::before {
		margin: 0 auto 0 auto;
		height: 8.5vw;
	}
	.plan-set input.tab-check-plan-set01:checked ~ .tab-plan .tab-plan-set01 .label > span::before {
		width: calc(2.06 * 8.5vw);
	}
	.plan-set input.tab-check-plan-set02:checked ~ .tab-plan .tab-plan-set02 .label > span::before {
		width: calc(2.4 * 8.5vw);
	}
}

/*
*/
.plan-set .plan-items {
	padding: 0 0 50px 0;
	background-color: #fff;
	border-radius: 8px;
}
.plan-set .plan-item {
	margin: 0 auto;
	padding: 0;
}
.plan-set .plan-item .set-info {
	display: flex;
	margin: 0 auto;
	max-width: 545px;
	border: 1px solid #000;
}
.plan-set .plan-item .set-info .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	min-height: 65px;
	background-color: #e4007f;
	border-right: 1px solid #000;
	font-size: 13px;
	color: #fff;
}
.plan-set .plan-item .set-info .info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.plan-set .plan-item .set-info .info .color {
	color: #e4007f;
}
.plan-set .plan-item .set-info .info .large-color {
	text-decoration: underline;
	font-size: 20px;
	color: #e4007f;
}
.plan-set .plan-item .set-info .info .large-color:hover {
	text-decoration: none;
}
.plan-set .plan-item .set-info .info .large {
	font-size: 20px;
}
.plan-set .plan-item .set-price {
	display: table;
	margin: 0 auto;
	padding: 25px 0 0 0;
	line-height: 1.1;
	color: #e4007f;
}
.plan-set .plan-item .set-price .num {
	position: relative;
	padding: 0 0.04em 0 0;
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
}
.plan-set .plan-item .set-price .line {
	margin: 0 0 5px 0;
	padding: 0 0 0 60px;
	font-size: 26px;
}
.plan-set .plan-item .set-price .row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 0 -10px 0;
}
.plan-set .plan-item .set-price .price {
	display: flex;
}
.plan-set .plan-item .set-price .price .num {
	font-size: 87px;
}
.plan-set .plan-item .set-price .price dl {
	padding: 1.2em 0 0 0;
	font-size: 18px;
}
.plan-set .plan-item .set-price .price dd {
	padding: 0 0 0 0.1em;
	font-size: 27px;
}
.plan-set .plan-item .set-price .tax-in {
	display: flex;
	padding: 0 0 10px 0;
	font-size: 33px;
}
.plan-set .plan-item .set-price .tax-in span {
	display: block;
}
.plan-set .plan-item .set-price .tax-in span:first-child,
.plan-set .plan-item .set-price .tax-in span:last-child {
	font-weight: 400;
}
.plan-set .plan-item .set-price .tax-in .num {
	bottom: 0.04em;
	font-size: 46px;
}
.plan-set .plan-item .set-price .tax-in .yen {
	padding: 0.44em 0 0 0;
	font-size: 22px;
}
.set-tips {
	font-size: 14px;
}
.set-tips ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	white-space: nowrap;
}
.set-tips ul li {
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.set-tips ul li a {
	display: block;
	margin: 0 0 0 5px;
	width: 24px;
	height: 24px;
	background-color: #ea6094;
	background-image: url('../images/tip-hatena.svg');
	background-size: contain;
	border-radius: 5px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.set-tips ul li a.tip-price {
	background-image: url('../images/tip-price.svg');
}
.set-tips ul li a.hover-link {
	opacity: 0.7;
}
.plan-set .plan-item .set-row {
	display: flex;
	flex-direction: row-reverse;
	margin: 30px 0 0 0;
}
.plan-set .plan-item .set-about {
	flex-basis: 50%;
	font-size: 13px;
	line-height: 1.5;
}
.plan-set .plan-item .set-about h3 {
	margin: 0 0 5px 0;
	font-weight: 700;
	font-size: 15px;
}
.plan-set .plan-item .set-about .bold {
	font-weight: 700;
}
.plan-set .plan-item .set-about .red {
	color: #f00;
}
.plan-set .plan-item .set-about .box {
	margin: 0 0 1em 0;
}
.plan-set .plan-item .set-about .primary li {
	margin: 0 0 0.4em 0;
}
.plan-set .plan-item .set-about .primary li:last-child {
	margin: 0;
}
.plan-set .plan-item .set-breakdown {
	flex: 1;
	padding: 0 0 0 10px;
}

.plan-set .plan-item .set-breakdown h3 {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 1.3;
}
.plan-set .plan-item .set-breakdown table {
	margin: 0 0 0 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.3;
}
.plan-set .plan-item .set-breakdown table th,
.plan-set .plan-item .set-breakdown table td {
	border: 1px solid #000;
	vertical-align: middle;
}
.plan-set .plan-item .set-breakdown table th {
	padding: 5px 10px;
	background-color: #f5f5f5;
}
.plan-set .plan-item .set-breakdown table th sup {
	transform-origin: 50% 0%;
}
.plan-set .plan-item .set-breakdown table .total th,
.plan-set .plan-item .set-breakdown table th.total {
	background-color: #e4007f;
	font-size: 13px;
	color: #fff;
}
.plan-set .plan-item .set-breakdown table td {
	text-align: right;
	padding: 5px 20px 5px 5px;
}
.plan-set .plan-item .set-breakdown table .total td,
.plan-set .plan-item .set-breakdown table td.total {
	font-size: 13px;
	color: #e4007f;
}
.plan-set .plan-item .set-breakdown table .price {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.plan-set .plan-item .set-breakdown table .price span {
	display: block;
}
.plan-set .plan-item .set-breakdown table .price .num {
	margin: 0 0 -0.2em 0;
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
	font-size: 30px;
}
.plan-set .plan-item .set-breakdown table .price.minus .num {
	color: #0f8cd4;
}
.plan-set .plan-item .set-breakdown table .price .yen {
	padding: 0.6em 0 0 0.1em;
}
.plan-set .plan-item .set-breakdown table .total .price .num {
	font-size: 38px;
}
.plan-set .plan-item .set-breakdown table .total .price .yen {
	padding: 1.5em 0 0 0.3em;
}
.plan-set .plan-item .set-breakdown .table-v table th {
	width: 44%;
}
.plan-set .plan-item .set-breakdown .table-v table td {
	padding: 5px 20px 5px 5px;
}
.plan-set .plan-item .set-breakdown .table-h .set-breakdown {
	margin: 30px auto 0 auto;
	width: 590px;
}
.plan-set .plan-item .set-breakdown .table-h table th {
	width: 25%;
	text-align: center;
}
.plan-set .plan-item .set-breakdown .table-h table td {
	padding: 2px 5px;
}
.plan-set .plan-item .set-breakdown .table-h table td .price {
	justify-content: center;
}
.plan-set .plan-item .set-breakdown .table-v table td.minus .price .num,.section.minimini .detail .table-01  td.minus .price-text .num{
	color: #0f8cd4;
}
.plan-set .plan-item .set-breakdown .table-v table td.total .price .num,.section.minimini .detail .table-01  td.total .price-text .num{
	color: #e4007f;
}
.plan-set .plan-item .set-breakdown .table-v table td.total .price .yen{
	color: #000;
	padding: 0.7em 0 0 0.1em;
}

@media screen and (max-width:768px) {
	.plan-set .plan-items {
		padding: 0 0 50px 0;
		border-radius: 5px;
	}
	.plan-set .plan-item {
		padding: 20px 20px 0 20px;
		max-width: 100%;
	}
	.plan-set .plan-item .set-info {
		display: block;
		max-width: 100%;
	}
	.plan-set .plan-item .set-info .title {
		display: block;
		width: 100%;
		min-height: initial;
		border-right: 0;
		border-bottom: 1px solid #000;
		text-align: center;
		font-size: 13px;
		line-height: 2;
	}
	.plan-set .plan-item .set-info .info {
		padding: 7px 0;
		font-size: 15px;
	}
	.plan-set .plan-item .set-info .info .large,
	.plan-set .plan-item .set-info .info .large-color {
		font-size: 100%;
	}
	.plan-set .plan-item .set-price {
		padding: 15px 0 15px 0;
	}
	.plan-set .plan-item .set-price .line {
		margin: 0 0 5px 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
	}
	.plan-set .plan-item .set-price .line .small {
		font-size: 20px;
	}
	.plan-set .plan-item .set-price .row {
		display: block;
		margin: 0 0 -10px 0;
	}
	.plan-set .plan-item .set-price .price {
		margin: 0 0 -10px 0;
	}
	.plan-set .plan-item .set-price .price .num {
		font-size: 75px;
	}
	.plan-set .plan-item .set-price .price dl {
		padding: 1.2em 0 0 0;
		font-size: 16px;
	}
	.plan-set .plan-item .set-price .price dd {
		padding: 0 0 0 0.1em;
		font-size: 22px;
	}
	.plan-set .plan-item .set-price .tax-in {
		justify-content: center;
		padding: 0;
		font-size: 29px;
	}
	.plan-set .plan-item .set-price .tax-in .num {
		bottom: 0.04em;
		font-size: 40px;
	}
	.plan-set .plan-item .set-price .tax-in .yen {
		padding: 0.44em 0 0 0;
		font-size: 19px;
	}
	.plan-set .plan-item .set-tips {
		font-size: 14px;
	}
	.plan-set .plan-item .set-tips ul li {
		padding: 5px 10px;
	}
	.plan-set .plan-item .set-tips ul li a {
		margin: 0 0 0 5px;
		width: 24px;
		height: 24px;
	}
	.plan-set .plan-item .set-row {
		display: block;
		margin: 0;
	}
	.plan-set .plan-item .set-about {
		line-height: 1.6;
	}
	.plan-set .plan-item .set-about .first {
		font-size: 13px;
	}
	.plan-set .plan-item .set-about .first * {
		/* display: block; */
	}
	.plan-set .plan-item .set-about h3 {
		margin: 0;
		font-size: 100%;
	}
	.plan-set .plan-item .set-about .box {
		margin: 0;
	}
	.plan-set .plan-item .set-about .primary li {
		margin: 0;
	}
	.plan-set .plan-item .set-breakdown {
		margin: 15px 0 0 0;
	}
	.plan-set .plan-item.item-set01 .set-breakdown {
		padding: 0;
	}
	.plan-set .plan-item.item-set02 .set-breakdown {
		margin: 15px 0 0 0;
		padding-left: 0;
	}
	.plan-set .plan-item .set-breakdown h3 {
		margin: 0 0 10px 0;
		font-size: 13px;
	}
	.plan-set .plan-item .set-breakdown table {
		margin: 0 0 0 0;
		font-size: 3.2vw;
	}
	.plan-set .plan-item .set-breakdown table th {
		padding: 1.3vw 2.6vw;
	}
	.plan-set .plan-item .set-breakdown table .total th,
	.plan-set .plan-item .set-breakdown table th.total {
		font-size: 3.4vw;
	}
	.plan-set .plan-item .set-breakdown table td {
		padding: 1.3vw 5.3vw 1.3vw 1.3vw;
	}
	.plan-set .plan-item .set-breakdown table .total td,
	.plan-set .plan-item .set-breakdown table td.total {
		font-size: 3.4vw;
	}
	.plan-set .plan-item .set-breakdown table .price .num {
		font-size: 7vw;
	}
	.plan-set .plan-item .set-breakdown table .price .yen {
		padding: 0.8em 0 0 0.2em;
		font-size: 13px;
	}
	.plan-set .plan-item .set-breakdown table .total .price .num {
		font-size: 10.1vw;
	}
	.plan-set .plan-item .set-breakdown table .total .price .yen {
		padding: 1.5em 0 0 0.2em;
	}
	.plan-set .plan-item .set-breakdown .table-v table th {
		width: 44%;
	}
	.plan-set .plan-item .set-breakdown .table-v table td {
		padding: 1.3vw 5.3vw 1.3vw 1.3vw;
	}
}

/*
*/
.section-other {
	margin: 0 auto;
	padding: 40px 30px 0 30px;
	max-width: 730px;
}
.section-other .section-ac {
	border-bottom: 1px solid #000;
}
.section-other .section-ac:first-child {
	border-top: 1px solid #000;
}
.section-other .section-ac .opener {
	position: relative;
	display: block;
	padding: 20px 0 20px 10px;
	font-size: 15px;
	line-height: 1.3;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.section-other .section-ac .opener.hover-link {
	opacity: 0.7;
}
.section-other .section-ac .opener i {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	width: 17px;
	height: 17px;
}
.section-other .section-ac .opener i:before,
.section-other .section-ac .opener i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
}
.section-other .section-ac .opener i:before {
	margin: -2px 0 0 -9px;
	width: 17px;
	height: 3px;
}
.section-other .section-ac .opener i:after {
	margin: -9px 0 0 -2px;
	width: 3px;
	height: 17px;
}
.section-other .section-ac.opened .opener i:after {
	display: none;
}
.section-other .section-ac .detail {
	overflow: hidden;
	height: 0;
}
.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: 33px;
	width: 114px;
}
.ac-motion .uqc .section-ac .ac-foot {
	display: none !important;
}
@media screen and (max-width:1179px) {
	.uqc .section-ac .ac-foot {
		margin-left: -57px;
	}
}
@media screen and (max-width:768px) {
	.section-other {
		padding: 30px 20px 0 20px;
		max-width: 100%;
	}
	.section-other .section-ac .opener {
		padding: 12px 2em 12px 7px;
		font-size: 15px;
		text-align: left;
	}
	.section-other .section-ac .opener i {
		right: 5px;
		margin-top: -7px;
		width: 14px;
		height: 14px;
	}
	.section-other .section-ac .opener i:before {
		margin: -1px 0 0 -7px;
		width: 14px;
		height: 2px;
	}
	.section-other .section-ac .opener i:after {
		margin: -7px 0 0 -1px;
		width: 2px;
		height: 14px;
	}
	.uqc .section-ac .ac-foot {
		bottom: 20px;
	}
}
.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 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: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.os-pc .uqc .section-ac .ac-foot a:hover span {
	opacity: .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 .increase-option {
	padding: 0 20px;
}
.uqc .increase-option .option {
	padding: 20px 0 0 0;
	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(../images/option-cp-line-l.svg);
}
.uqc .increase-option .option .h span:after {
	left: 100%;
	background-image: url(../images/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(../images/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 {
		padding: 0 7px;
	}
	.uqc .increase-option .option {
		padding: 10px 0 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%;
	}
}

/*============================================================
	
*/
.notes-60years-old {
	padding: 0 20px;
	font-size: 15px
}
.notes-60years-old .block {
	padding: 20px 0
}
.notes-60years-old .block:last-child {
	padding-bottom: 0;
}
.notes-60years-old .block a {
	text-decoration: underline;
	color: #e4007f;
}
.notes-60years-old .block a:hover {
	text-decoration: none
}
.notes-60years-old h4 {
	margin: 0 0 .4em 0;
	padding: 0 0 .2em 0;
	border-bottom: 1px solid #8dc5b2;
	font-weight: 700
}
.notes-60years-old h5 {
	margin: 1.5em 0 0 0;
	font-weight: 700
}
.notes-60years-old .margin {
	margin: 1em 0 0 0
}
.notes-60years-old .no-margin {
	margin: 0
}
@media screen and (max-width:768px) {
	.notes-60years-old {
		padding: 0 7px;
		font-size: 14px
	}
	.notes-60years-old .block {
		padding: 10px 0 20px 0
	}
}

/*============================================================
	
*/
.uqc .call-option {
	padding: 0 20px;
}
.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 5px;
}
.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 10px 20px;
}
.uqc .call-option .page-box01__cont span {
	display: inline-block;
}
.uqc .call-option .page-box01__cont .pink {
	color: #e4007f;
}
.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 .page-box01__text {
	font-size: 14px;
}
.uqc .call-option .page-box01__text2 {
	margin-top: .3em;
	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: 10px 7px 0 7px;
	}
	.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__title br {
		display: block;
	}
	.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;
	}
}

/*============================================================
	
*/
@media screen and (min-width:769px) {
	.tip-plan-5g-opened {
		width: 540px;
	}
	.tip-plan-5g h3 {
		margin: 0 0 10px 0;
		text-align: center;
		font-size: 18px;
	}
	.tip-plan-5g .lead {
		font-size: 15px;
	}
	.tip-plan-5g .list {
		display: flex;
		margin: 15px 0 0 0;
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
	}
	.tip-plan-5g .list li {
		flex-basis: 33.333%;
	}
	.tip-plan-5g .list li:before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 46px;
		height: 46px;
		background-size: contain;
	}
	.tip-plan-5g .list li > div {
		padding: 10px 0 0 0;
	}
	.tip-plan-5g .list li:last-child > div {
		padding: 0;
	}
	.tip-plan-5g .note {
		padding: 20px 0 0 0;
		font-size: 13px;
	}
}
@media screen and (max-width:768px) {
	.tip-plan-5g h3 {
		margin: 0 0 2.6vw 0;
		text-align: center;
		font-size: 4.5vw;
	}
	.tip-plan-5g .lead {
		font-size: 4vw;
	}
	.tip-plan-5g .list {
		margin: 4vw 0 0 0;
		font-size: 4vw;
		line-height: 1.4;
	}
	.tip-plan-5g .list li {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 -1.3vw 4vw 0;
		min-height: 12vw;
		padding: 0 0 0 15vw;
		white-space: nowrap;
	}
	.tip-plan-5g .list li:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12.2vw;
		height: 12.2vw;
		margin-top: -6.1vw;
		background-size: contain;
	}
	.tip-plan-5g .note {
		padding: 1.3vw 0 0 0;
		font-size: 3.2vw;
	}
}
.tip-plan-5g .list .jp-bold-ex {
	color: #e4007f;
}
.tip-plan-5g .list li.list-item01:before {
	background-image: url('../images/tip-5g-icon01.svg');
}
.tip-plan-5g .list li.list-item02:before {
	background-image: url('../images/tip-5g-icon02.svg');
}
.tip-plan-5g .list li.list-item03:before {
	background-image: url('../images/tip-5g-icon03.svg');
}

/*============================================================
	
*/
.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('../images/tip-setwari-icon.svg');
}
.tip-plan-setwari .head p {
	padding: 0 0 0 55px;
}
.tip-plan-setwari .head p sup {
	margin: 0 -0.1em;
}
.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: 98px;
	text-align: center;
	margin: 35px 0 0 0;
	font-size: 12px;
}
.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%;
}
.tip-plan-setwari .foot {
	margin: 20px 0 0 0;
	text-align: center;
}
@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 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 .foot {
		margin: 5.3vw 0 0 0;
	}
}
.tip-plan-setwari .course-net h4 {
	background-color: #79e5f1;
}
.tip-plan-setwari .course-net h4::before {
	background-image: url('../images/tip-setwari-net-icon00.svg');
}
.tip-plan-setwari .course-denki h4 {
	background-color: #f3f146;
}
.tip-plan-setwari .course-denki h4::before {
	background-image: url('../images/tip-setwari-denki-icon00.svg');
}

/*============================================================
	
*/
.tip-plan-price .red {
	color: #f00;
}
.tip-plan-price h3 {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.tip-plan-price table {
	margin: 10px 0;
	width: 100%;
	line-height: 1.4;
}
.tip-plan-price table a {
	cursor: pointer;
}
.tip-plan-price table sup {
	display: inline-block;
	margin: 0 -0.2em 0 -0.1em;
}
.tip-plan-price table .gb,
.tip-plan-price table .num {
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
}
.tip-plan-price table th,
.tip-plan-price table td {
	vertical-align: middle;
	border: 1px solid #000;
}
.tip-plan-price table td {
	text-align: right;
}
.thead01 th,
.thead01 td {
	background-color: #e4007f;
	text-align: center;
}
.thead02 {
	padding: 5px 0;
	background-color: #f5f5f5;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
}
.tip-plan-price table .price {
	display: flex;
	justify-content: flex-end;
}
.tip-plan-price table .price.none{
	position: relative;
}
.tip-plan-price table .price.none:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	background: #000;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 14px;
}
/**/
.tip-plan-price .table01 .thead01 th {
	width: 25%;
}
.tip-plan-price .table01 td {
	height: 40px;
	padding: 0 10px 0 10px;
	font-size: 12px;
}
.tip-plan-price .table01 td .num {
	margin: 0 0 -0.28em 0;
	font-size: 24px;
}
.tip-plan-price .table01 td .yen {
	padding: 0.6em 0 0 0.2em;
}
.tip-plan-price .table01 td.minus .num {
	color: #0f8cd4;
}
.tip-plan-price .table01 td.total {
	padding: 5px 10px 8px 0;
}
.tip-plan-price .table01 td.total .num {
	font-size: 32px;
	color: #e4007f;
}
.tip-plan-price .table01 td.total .yen {
	padding: 1.2em 0 0 0.2em;
}
.tip-plan-price .table01 .waribiki th {
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	background-color: #f5f5f5;
}
/**/
.tip-plan-price .table02 .thead02 {
	
}
.tip-plan-price .table02 td {
	font-size: 10px;
	width: 25%;
}
.tip-plan-price .table02 td .gbs {
	display: flex;
	justify-content: flex-end;
}
.tip-plan-price .table02 td .gb {
	font-size: 14px;
}
.tip-plan-price .table02 td .gb .num {
	font-size: 22px;
}
.tip-plan-price .table02 td .gbs .month {
	display: inline-block;
	position: relative;
	top: -0.1em;
}
.tip-plan-price .table02 td .gb02 {
	margin: -0.5em 0 -0.4em 5px;
	font-size: 14px;
}
.tip-plan-price .table02 td .gb02 .gb::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000;
}
.tip-plan-price .table02 td .gb02 .gb {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 20px;
}
.tip-plan-price .table02 td .gb02 .gb .num {
	font-size: 28px;
}
.tip-plan-price .table02 .no-border-b {
	padding: 15px 5px 0 2px;
	border-bottom: 0;
}
.tip-plan-price .table02 .no-border-t {
	border-top: 0;
}
.tip-plan-price .table02 .option {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.tip-plan-price .table02 .option a {
	display: block;
	padding: 10px 0;
	background-color: #f5f5f5;
}
.tip-plan-price .table02 .option a .sp-sm {
	display: none;
}
.tip-plan-price .note {
	font-size: 13px;
}
@media screen and (min-width:769px) {
	.tip-plan-price01-opened,
	.tip-plan-price02-opened {
		width: 690px;
	}
}
@media screen and (max-width:768px) {
	.tip-plan-price h3 {
		padding: 0;
		font-size: 4vw;
	}
	.tip-plan-price table {
		margin: 2.6vw 0;
	}
	.tip-plan-price table .thead02 {
		padding: 0.5vw 0;
		font-size: 2.6vw;
	}
	.tip-plan-price table .price {
		display: block;
	}
	/**/
	.tip-plan-price .table01 .thead01 th {
		width: 26%;
	}
	.tip-plan-price .table01 .thead02 {
		width: 22%;
		line-height: 1.2;
	}
	.tip-plan-price .table01 .thead02 p {
		transform: scaleX(88%);
	}
	.tip-plan-price .table01 td {
		padding: 0 1.3vw 0 0.5vw;
		height: 14vw;
		font-size: 2.6vw;
	}
	.tip-plan-price .table01 td .num {
		margin: 0 0 -0.28em 0;
		font-size: 5vw;
	}
	.tip-plan-price .table01 td .yen {
		padding: 0;
	}
	.tip-plan-price .table01 td.total {
		padding: 0 1vw 0 0;
	}
	.tip-plan-price .table01 td.total .num {
		font-size: 6.4vw;
	}
	.tip-plan-price .table01 td.total .yen {
		padding: 0;
	}
	.tip-plan-price .table01 .waribiki th {
		padding: 1.3vw 0;
		font-size: 3.4vw;
	}
	/**/
	.tip-plan-price .table02 .thead02 {
		width: 22%;
		line-height: 1.2;
	}
	.tip-plan-price .table02 td {
		font-size: 2.6vw;
		width: 26%;
	}
	.tip-plan-price .table02 td .gbs {
		display: block;
	}
	.tip-plan-price .table02 td .gb {
		font-size: 3.7vw;
	}
	.tip-plan-price .table02 td .gb .num {
		font-size: 4.2vw;
	}
	.tip-plan-price .table02 td .gbs .month {
		top: -0.1em;
	}
	.tip-plan-price .table02 td .gb02 {
		margin: -0.5em 0 -0.4em 0;
		font-size: 2.9vw;
	}
	.tip-plan-price .table02 td .gb02 .gb::before {
		top: 0.1em;
		border-width: 1vw 0 1vw 1.6vw;
	}
	.tip-plan-price .table02 td .gb02 .gb {
		padding: 0 0 0 1.8vw;
		font-size: 4vw;
	}
	.tip-plan-price .table02 td .gb02 .gb .num {
		font-size: 5vw;
	}
	.tip-plan-price .table02 .no-border-b {
		padding: 2.6vw 1.3vw 0 0.5vw;
	}
	.tip-plan-price .table02 .option {
		padding: 2.6vw;
		font-size: 2.9vw;
	}
	.tip-plan-price .table02 .option a {
		padding: 2.6vw 0;
	}
	.tip-plan-price .note {
		font-size: 3.2vw;
	}
}
@media screen and (max-width:339px) {
	.tip-plan-price .table02 .option a .sp-sm {
		display: block;
	}
}

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

/* ↓データ消費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 .content .section .head .h .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 120px;
	flex-shrink: 0;
}
.uqc .content .section .head .h .icon img {
	width: 75pt;
}
.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 {
	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(../images/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;
	font-weight: normal;
}
.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 .icon img {
		width: 98%;
	}
	.uqc .content .section .head .h .icon {
		flex-basis: 19.4%;
	}
	.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 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 {
		flex-direction: column;
		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 .info02 .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;
	}
	.uqc .sc-norikae {
		padding: 0 0 0 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 .image {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.uqc .sc-norikae .block .image img {
		margin: 0 auto;
		width: 80%;
	}
	.uqc .sc-norikae .block .text-wrap {
		min-height: initial;
	}
	.uqc .sc-norikae .block .tip-btn-layout {
		justify-content: center;
		margin: 15px -7px 15px -7px;
		text-align: left;
	}
	.uqc .sc-norikae .block .info .link-box-norikae > div {
		margin: 1em 0;
    text-align: center;
	}
	.uqc .application.single {
		max-width: 340px;
	}
	.uqc .application.single ul {
		display: block;
	}
	.uqc .sc-norikae .application .btn-fill-icon {
		height: 60px;
    font-size: 16px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::before {
		left: 15px;
    width: 26px;
	}
	.uqc .sc-norikae .application .btn-fill-icon::after {
		right: 12px;
    width: 24px;
	}
	.uqc .sc-norikae .foot {
		margin: 10px 0 0 0;
	}
	.uqc .section > .detail {
		padding: 0 20px;
	}
	.uqc .sc-norikae .block .notes {
		margin: 10px 0 0 0;
		text-align: left;
		padding: 0 22px;
	}
	.uqc .sc-norikae .foot .notes {
		display: table;
		margin: 0 auto;
		padding: 0 22px;
	}
}
/* ↑データ消費0 */
/* 端末 */
.uqc .head-smartphone .h .main .catch {
  font-size: 20px;
}
.uqc .head-smartphone .h .main h2 {
  margin: 0.06em 0 0;
  font-size: 35px;
	color: #e4007f !important;
}
@media screen and (max-width: 768px) {
  .uqc .head-smartphone .h .main .catch {
    font-size: 4.2vw;
  }
  .uqc .head-smartphone .h .main h2 {
    margin: 0.06em 0;
    font-size: 6.9vw;
    transform: scaleX(0.92);
  }
}
.uqc .sc-smartphone .wrap {
  position: relative;
  padding: 0 50px 90px 50px;
}
.uqc .sc-smartphone .wrap .lead {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.uqc .sc-smartphone .slider .slick-track {
  display: flex;
}
.uqc .sc-smartphone .slider .slick-slide {
  height: auto !important;
}
.uqc .sc-smartphone .slider .slick-next,
.uqc .sc-smartphone .slider .slick-prev {
  overflow: hidden;
  z-index: 2;
  top: 110px;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.uqc .sc-smartphone .slider .slick-next:before,
.uqc .sc-smartphone .slider .slick-prev:before {
  content: none;
}
.uqc .sc-smartphone .slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -40px;
}
.uqc .sc-smartphone .slider .slick-dots li {
  display: block;
  margin: 0;
}
.uqc .sc-smartphone .slider .slick-dots li button {
  padding: 0;
}
.uqc .sc-smartphone .slider .block {
  position: relative;
  padding: 20px 0 10px 0;
  text-align: center;
  height: 100%;
}
.uqc .sc-smartphone .slider .block.new .product::before{
	content:"NEW";
	position: absolute;
	top: 8px;
	left: 0;
	background: #E4007F;
	color: #fff;
	padding: 4px 8px;
	z-index: 3;
	line-height: 1;
	font-size: 12px;
}


.uqc .sc-smartphone .slider .block a:first-child {
  position: relative;
  display: block;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .uqc .sc-smartphone .slider .block a.hover-link {
  opacity: 0.7;
}
.uqc .sc-smartphone .slider .block .product {
  margin: 0 auto;
  max-width: 180px;
	position: relative;
}
.uqc .sc-smartphone .slider .block .name {
  margin: 0 0 15px 0;
	color: #000;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .uqc .sc-smartphone .slider .block .btn-fill-icon {
    margin: 0 auto;
    padding: 0 0 0 0.2em;
    max-width: 170px;
    height: 50px;
    font-size: 16px;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon::before {
    left: 8px;
    margin-top: -10px;
    padding-top: 20px;
    width: 28px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon::after {
    right: 8px;
    margin-top: -12px;
    width: 24px;
    font-size: 24px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .uqc .sc-smartphone .slider .slick-next {
    background-image: url(../images/slick-arrow-color-next.svg);
    right: -40px;
  }
  .uqc .sc-smartphone .slider .slick-prev {
    background-image: url(../images/slick-arrow-color-prev.svg);
    left: -40px;
  }
  .uqc .sc-smartphone .slider .slick-dots li {
    width: 25px;
  }
  .uqc .sc-smartphone .slider .slick-dots li button::before {
    font-size: 14px;
  }
}

.uqc .sc-smartphone .wrap.white{
	background: #fff;
	padding: 0 50px 70px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .uqc .sc-smartphone .wrap.white {
    padding: 0 0 50px 0;
		margin-bottom: 20px;
  }
  .uqc .sc-smartphone .wrap .lead {
    bottom: 40px;
    font-size: 16px;
    line-height: 1.3;
  }
  .uqc .sc-smartphone .slider {
    height: auto;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon {
    margin: 0 auto;
    padding: 0 0 0 0.2em;
    max-width: 256px;
  }
  .uqc .sc-smartphone .slider .slick-dots {
    bottom: -30px;
  }
  .uqc .sc-smartphone .slider .slick-next,
  .uqc .sc-smartphone .slider .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 28px 28px;
  }
  .uqc .sc-smartphone .slider .slick-next {
    background-image: url(../images/slick-arrow-next.svg);
    right: 0;
  }
  .uqc .sc-smartphone .slider .slick-prev {
    background-image: url(../images/slick-arrow-prev.svg);
    left: 0;
  }
  
  .uqc .sc-smartphone .slider .block .product {
    width: 56%;
  }
  .uqc .sc-smartphone .slider .block .name {
    font-size: 16px;
  }
	.uqc .sc-smartphone .slider .block.new::before{
		left: 10%;
	}
}
/* 端末 */
/* 使い切っても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;
  font-weight: 700;
  font-size: 13px;
}
@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: 700px;
}
.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 .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 .notes {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed {
    padding: 0 20px;
    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 */
/* 全国対面サポート */
.uqc .sc-shop .consultation {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.uqc .sc-shop .consultation .inner {
  position: relative;
  padding: 0 0 0 90px;
}
.uqc .sc-shop .consultation .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 74px;
  height: 90px;
  margin-top: -45px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/shop-consultation.svg);
  background-size: contain;
}
.uqc .sc-shop .consultation h3 {
  font-size: 17px;
  line-height: 1.3;
}
.uqc .sc-shop .consultation h3 br {
  display: none;
}
.uqc .sc-shop .consultation ul {
  margin: 8px 0 0;
  font-size: 14px;
}
.uqc .sc-shop .consultation ul li {
  float: left;
  margin: 0 10px 0 0;
}
.uqc .sc-shop .consultation ul li:last-child {
  clear: both;
}
@media screen and (max-width: 768px) {
  .uqc .sc-shop .consultation h3 br {
    display: block;
  }
  .uqc .sc-shop .consultation ul li {
    float: none;
    margin: 0 10px 0 0;
  }
}
/* 全国対面サポート */
/* 増量オプション */
.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(../images/option-cp-line-l.svg);
}
.uqc .increase-option .option .gb .img h5 span:after {
  left: 100%;
  background-image: url(../images/option-cp-line-r.svg);
}
@media screen and (max-width: 768px) {
  .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 .call-option strong {
	font-weight: 700;
}
.uqc .call-option .notes {
	font-size: 13px;
}
.uqc .call-option .page-box01__text strong {
	font-size: 18px;
}
.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__plan {
	font-weight: 700;
}
.uqc .call-option .page-box01-small {
	font-size: 11px;
}
.uqc .call-option .page-box01-text .optionname {
	font-size: 16px;
	font-weight: 700;
}
/* 通話オプション */
.table-v-wrap{
	display: flex;
	justify-content: center;
	gap:15px;
}
.plan-set .plan-item .set-breakdown h3{
	text-align: center;
}
.plan-set .plan-item .set-breakdown .table-v table thead th{
	text-align: center;
	font-size: 14px;
	padding: 5px;
	background: #fce5f2;
}
.plan-set .plan-item .set-breakdown .table-v table th{
	width: 65px;
	padding: 5px 4px;
	font-size: 11px;
	letter-spacing: -0.06em;
}
.plan-set .plan-item .set-breakdown .table-v table td {
	padding: 5px 4px;
	letter-spacing: -0.06em;
}
.plan-set .plan-item .set-breakdown table .price .num{
	font-size: 21px;
	position: relative;
}
.plan-set .plan-item .set-breakdown table .price.big .num{
	font-size: 25px;
	letter-spacing: -0.06em;
}
.plan-set .plan-item .set-breakdown table .price.none{
	position: relative;
}
.plan-set .plan-item .set-breakdown table .price.none:before{
	content:"";
	position: absolute;
	top: 50%;
	height: 2px;
	background: #000;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 14px;
}
.plan-set .plan-item .set-about .text-link{
	font-size: 15px;
	font-weight: bold;
}
.set-breakdown .set-tips{
	margin-top: 5px;

}
.wari-hd{
	display: flex;

	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.wari-hd .icon{
	margin-right: 20px;

}
.wari-hd .txt{
	font-size: 24px;
	line-height: 1.25;
}
.wari-hd + .note {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	margin-top: 0.5em;
}
.plan-cal{
	display: flex;
  align-items: center;
  justify-content: center;
  color: #e4007f;
  gap: 10px;
	margin-top: 20px;
}

.cal-head{
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}

.plan-cal .box{
  border: 2px solid #e4007f;
  font-size: 13px;
  padding: 2px 5px;
  border-radius: 4px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 114px;
}

.plan-cal .box img{
  margin-right: 5px;
}

.hd{
  background: #e4007f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  height: 90px;
  display: flex;
  justify-content: center;
}
.hd.tokutoku {
	position: relative;
	margin: 0;
	background: #e4007f;
	height: auto;
	padding: 15px;
	border-radius: 7px 7px 0 0 ;
}
.hd.minimini{
	margin: 0;
	background: #008ec4;
	border-radius: 6px 6px 0 0;
}
.hd .hd-icon{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.hd .hd-inner{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.hd .hd-inner .txt01{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.hd .hd-inner .txt02{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.25;
	text-align: center;
}
.lead{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.tokutoku-img{
	text-align: center;
	
}
.tokutoku-img img{
	display: inline;

}

.uqc .content .section.minimini{
	margin-top: 20px;
}
.uqc .content .section.minimini .head-data::before{
	display: none;
}
.uqc .content-plan .section.minimini .ac-head i{
	background: none;
}
.uqc .section.minimini .sc-data{
	max-width:  790px;
}
.uqc .section.minimini .col-wrap{
	display: flex;
}
.uqc .section.minimini .col-wrap .col{
	flex: 1;
	padding: 0 30px;
}
.uqc .section.minimini .col-wrap .col:nth-child(2n+1){
	border-right: 2px dashed #008ec4;

}

.col-wrap .price{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
	margin-top: 30px;
}
.col-wrap .price .price-inner{
  display: grid;
  grid:
    "num tax" 20px
    "num month" 34px
    "in in" 1fr
    / 1fr  70px;
  line-height: 1;
  font-weight: bold;
}

.col-wrap .col .price .price-inner>.num {
  grid-area: num;
  font-size: 76px;
  margin-right: 5px;
  align-self: self-end;
  line-height: 0.5;
}
.col-wrap .col .price .price-inner * {
  vertical-align: middle;
  line-height: 1;

}
.col-wrap .col.max15g .price .price-inner>.num{
  font-size: 62px;

}
.col-wrap .col .price .price-inner .tax-ex {
  grid-area: tax;
  font-size: 17px;
}
.col-wrap .col .price .price-inner .month-yen {
  grid-area: month;
  font-size: 27px;
  margin-top: 5px;
}
.col-wrap .col .price .price-inner .tax-in {
  grid-area: in;
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
}
.col-wrap.col2-box-wrap .col .price .price-inner .tax-in {
  font-size: 27px;
  margin-top: 15px;
}
.col-wrap.col2-box-wrap .col .price .price-inner .tax-in .num{
  font-size: 41px;
}
.col-wrap.col2-box-wrap .col .price .price-inner .tax-in .month-yen{
  font-size: 26px;
}

.col-wrap .col .price .price-inner .tax-in .num{
  font-size: 42px;
  margin-left: 5px;
  margin-right: 5px;
}
.col-wrap .col .price .price-inner .tax-in .month-yen{
  font-size: 26px;
  margin-top: 0;
}
.col-wrap .col .capa{
  width: 84px;
  height: 84px;
  border: 2px solid #e4007f;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #e4007f;
  margin-right: 15px;
}
.col-wrap .col .capa .txt01{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.col-wrap .col .capa .txt01 .num{
  font-size: 34px;
  line-height: 1;

}
.col-wrap .col .capa .txt02{
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.tokutoku .num,
.minimini .num {
    font-family: 'Price';
    font-weight: 700;
    letter-spacing: -.03em;
}

.minimini .col-wrap .col .plan-detail-tekiyou{
	color: #008ec4;
	text-align: center;
	font-size: 25px;
}
.minimini .col-wrap .col .price{
	color: #008ec4;
	margin-top: 8px;
}
.minimini .col-wrap .col .capa{
	color: #008ec4;
	border-color: #008ec4;
}
.minimini .plan-cal {
	justify-content: start;
	flex-wrap: wrap;
	margin-left: 50px;
}
@media screen and (max-width: 768px) {
	.minimini .plan-cal {
		margin-left: 25px;
	}
}
.minimini .plan-cal .box{
	color: #008ec4;
	border-color: #008ec4;
}

.plan-fee{
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-weight: bold;
}
.plan-fee .price{
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  color: #000;
}
.plan-fee .num{
  font-size: 33px;
  margin-right: 5px;
  line-height: 0.5;
}
.minimini .col-wrap .col .plan-fee .price {
	color: #000;
}
.hd-table{
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.table-01{
	font-size: 12px;
	line-height: 1.15;
	margin-left: auto;
	margin-right: auto;
}
.table-01 td {
	text-align: right;
}
.table-01 th,
.table-01 td{
	padding: 5px 4px;
	border: 1px solid #000;
	vertical-align: middle;
}
.table-01 th{
	width: 68px;
	font-size: 11px;
	letter-spacing: -0.06em;
	text-align: left;
}
.table-01 th{
	background: #f5f5f5;
}
.text-red{
	color: #f00;
}
.table-01 .price-text{
	display: inline-block;
	padding-top: 0.5em;
}
.table-01 .price-text .num{
	font-size: 21px;
	position: relative;
}
.table-01 .price-text.big .num{
	font-size: 25px;
	letter-spacing: -0.06em;
	line-height: 0.6;
}
.notice-area{
  margin: 25px auto 0;
  max-width: 640px;
  font-size: 12px;
}
.notice-inner{
  position: relative;

  overflow: hidden;
  transition: .2s;
}
.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{
	margin-top: 15px;
  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;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.notice-area.open .notice-btn {
  width: 114px;
}
.notice-btn-wrap .notice-btn::before{
  content:"";
  background: url(../images/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(../images/icon_notice_minus.svg) no-repeat center /cover;
} 
.notice-btn-wrap .notice-btn-close::before{
  content:"";
  background: url(../images/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);
}

.next-more{
  margin-top: 35px;
  text-align: center;
  font-size: 15px;
}
.next-more a{
  text-decoration: none;
  color: #e4007f;

  background: linear-gradient(#e4007f, #e4007f) 0 100%/100% 1px no-repeat;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.next-more a:hover{
	background: none;

}
.next-more a::after{
  content:">";
  margin-left: 5px;
}
.thead01 td.none{
	background: none!important;
	border: none!important;
	width: 163px!important;
}
.thead01 .bg-tokutoku{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 5px;
}
.thead01 .bg-minimini{
	background: #008ec4;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
.thead01 .thead03{
	padding: 10px;
	background-color: #f5f5f5!important;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
}
.ap-hd{
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.ap-hd span{
	position: relative;
}
.ap-hd span:before{
	content: "";
	position: absolute;
	width: 1px;
	top: 5px;
	bottom: 5px;
	left: 0;
	background: #000;
	transform: translate(-10px, 0) rotate(-30deg);
}
.ap-hd span:after{
	content: "";
	position: absolute;
	width: 1px;
	top: 5px;
	bottom: 5px;
	right: 0;
	background: #000;
	transform: translate(10px, 0) rotate(30deg);
}
.tip-plan-family .wari-hd{
	margin-top: 15px;
}
.tip-plan-family .wari-hd .txt{
	font-size: 32px;
}
.tip-plan-family h5{
	color: #e4007f;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.tip-plan-family .num {
	font-family: 'Price';
	font-weight: 700;
	letter-spacing: -.03em;
}

.tip-plan-family  .price{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
	color: #e4007f;
	margin-top: 20px;
}
.tip-plan-family .price .unit{
	font-size: 20px;
	font-weight: bold;
}
.tip-plan-family  .price .price-inner{
  display: grid;
  grid:
    "num tax" 20px
    "num month" 34px
    /1fr  70px;
  line-height: 1;
  font-weight: bold;
}

.tip-plan-family .price .price-inner>.num {
  grid-area: num;
  font-size: 76px;
  margin-right: 5px;
  align-self: self-end;
  line-height: 0.5;
}
.tip-plan-family .price .price-inner * {
  vertical-align: middle;
  line-height: 1;
}

.tip-plan-family .price .price-inner .tax-ex {
  grid-area: tax;
  font-size: 17px;
}
.tip-plan-family .price .price-inner .month-yen {
  grid-area: month;
  font-size: 27px;
  margin-top: 5px;
}
.tip-plan-family .wari-text{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #e4007f;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tip-plan-family .bd-box{
	border-top: 1px solid #000;
	padding-top: 10px;
}
.tip-plan-family .circle-hd{
	margin-top: 10px;
	margin-bottom: 10px;
}
.tip-plan-family p{
	margin-bottom: 5px;
}


@media screen and (max-width:768px) {
	.wari-hd .txt{
		font-size: 16px;
	}
	.plan-cal{
		flex-wrap: wrap;
		justify-content: start;
		gap:10px 5px;
	}
	.cal-head{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.plan-cal .box{
		width: 121px;
		
	}
	.plan-cal .box{
		width: calc(50% - 20px);
	}
	.tokutoku-img{
		margin-top: 10px;
	}
	

	.hd.tokutoku{
    height: 70px;
		margin: 20px auto ;
  }
  .hd .hd-inner .txt01{
    font-size: 16px;
  }
  .hd .hd-inner .txt02{
    font-size: 26px;
  }
  .hd .hd-icon{
    width: 67px;
  }
	.lead{
		font-size: 15px;
		margin-top: 20px;
	}
	.plan-set .plan-item .set-about .text-link{
		text-align: center;
		margin-top: 10px;
	}
	.uqc .section.minimini .col-wrap{
		flex-direction: column;
	}
.minimini .col-wrap .col .price{
	margin-top: 0;
}
	.col-wrap .col .capa{
    width: 61px;
    height: 61px;
    margin-right: 10px;
  }
  .col-wrap .col .capa .txt01{
    font-size: 18px;
  }
  .col-wrap .col .capa .txt01 .num{
    font-size: 25px;
    letter-spacing: -.08em;
  }
  .col-wrap .col .capa .txt02{
    font-size: 11px;
  }
  .device-detail .col2-wrap{
    flex-direction: column;
    gap: 10px;
  }
  .price{
    justify-content: start;
  }
	.uqc .section.minimini .col-wrap .col{
		padding: 0;
	}
  .col-wrap .col .price .price-inner>*{
    align-self: self-end;
  }
  .col-wrap .col .price .price-inner>.num{
    font-size: 56px;
    line-height: 0.5em;
  }
  .col.max15g .price .price-inner>.num{
    font-size: 35px;
  }
  .col-wrap .col .price .price-inner .tax-ex{
    font-size: 13px;
  }
  .col.max15g .price .price-inner .tax-ex{
    font-size: 9px;
  }
  .col-wrap .col .price .price-inner .month-yen{
    font-size: 21px;
    margin-top: 0;
  }

  .col-wrap .col .price .price-inner .tax-in{
		font-size: 27px;
    margin-top: 15px;
    text-align: left;
  }
  .col-wrap .col .price .price-inner .tax-in .num{
		font-size: 41px;
    margin: 0 ;
    line-height: 0.5em;
  }
  .col-wrap .col .price .price-inner .tax-in .month-yen{
    font-size: 20px;
  }
	.col-wrap .col .price .price-inner{
		grid:
		"num tax" 20px
		"num month" 34px
		"in in" 1fr / 1fr 70px;
  }
	.uqc .section.minimini .col-wrap .col:nth-child(2n+1){
		border-right: none;
		border-bottom: 2px dashed #008ec4;
		padding-bottom: 30px;
	}
	.thead01 .bg-tokutoku,
	.thead01 .bg-minimini{
		font-size: 12px;
	}
	.tip-plan-family .price .price-inner>.num{
		font-size: 56px;
	}
	.tip-plan-family .price .price-inner .month-yen{
		font-size: 26px;
	}
	.tip-plan-family .wari-text{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 24px;
	}
	.tip-plan-family .circle-hd{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.thead01 .thead03{
		font-size: 12px;
		white-space: normal;
	}
}
.note-tip-mark {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.lead-price-wrap{
	display: flex;
	flex-direction: column;
}
.lead-price-wrap .lead-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.p0{
	padding: 0;
}
.notes-60years-old .big{
	font-size: 17px;
}
@media screen and (max-width:768px) {
	.lead-price-wrap .lead-wrap{
		height: auto;
	}
	.notes-60years-old .big{
		font-size: 15px;
	}
}



/* データもっと増量キャンペーン */
.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;
  }
  .radius-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 2px solid var(--main);
	border-radius: calc(1px / 0);
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease;
  }
  .radius-btn.hover-link {
	opacity: 0.7;
  }
  .radius-btn .hd {
	padding: 2px 60px;
	line-height: 1.25;
	background: var(--main);
	color: #fff;
	height: auto !important;
	margin-bottom: 0 !important;
  }
  
  .radius-btn.zouryou-btn .con {
	display: flex;
	flex-direction: column;
	color: var(--main);
	padding: 5px 62px;
	line-height: 1.25;
	font-weight: bold;
  }
  .radius-btn.zouryou-btn .con .txt01 {
	font-size: 24px;
  }
  .radius-btn.zouryou-btn .con .link {
	text-decoration: underline;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
  }
  .zouryou-box {
	margin-top: 60px;
	--main: #e4007f;
	border: 2px solid var(--main);
	border-radius: 6px;
	position: relative;
	background-color: #fff;
  }
  .zouryou-box strong {
	color: var(--main);
	font-weight: bold;
  }
  .zouryou-box sup {
	vertical-align: super;
  }
  .zouryou-mv {
	padding: 30px;
	background: url(../images/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;
	width: 560px;
	padding: 0 45px;
	background: url(../images/img_zouryou_ill_left@2x.png) no-repeat left 30% /30px auto, url(../images/img_zouryou_ill_right@2x.png) no-repeat right 30%/30px auto;
  }
  .zouryou-mv-ttl .ttl {
	font-size: 20px;
	margin-bottom: 10px;
  }
  .zouryou-mv-ttl .txt01 {
	font-size: 30px;
  }
  .zouryou-mv-ttl .txt02 {
	font-size: 28px;
  }
  .zouryou-mv-ttl .txt02 strong {
	font-size: 36px;
  }
  .zouryou-mv-ttl .txt03 {
	font-size: 18px;
	margin-top: 10px;
  }
  .zouryou-mv-img {
	text-align: center;
	margin: 8px auto;
  }
  .zouryou-mv-img img {
	margin-left: 20px;
	width: 463px;
	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;
  }
  .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;
	font-weight: bold;
  }
  .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 {
	font-size: 12px;
	margin: 5px 8px 5px auto;
  }
  .zouryou-detail-box .price {
	font-weight: bold;
	line-height: 1;
  }
  .zouryou-detail-box .price .num {
	font-size: 24px;
	margin-right: 2px;
	font-family: Price;
    letter-spacing: -0.04em;
	font-weight: normal !important;
  }
  .zouryou-detail-box .mini .price {
	font-size: 12px;
  }
  .zouryou-detail-box .mini .price .num {
	font-size: 20px;
	font-weight: normal !important;
  }
  .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(../images/bg_zouryou_mv_sp@2x.png) no-repeat center / cover;
	}
	.zouryou-mv-ttl {
	  width: 100%;
	  padding: 0;
	  background: url(../images/img_zouryou_ill_left@2x.png) no-repeat left 16% / 30px auto, url(../images/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 2px;
	}
	.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;
	
	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: none;
	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/images/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/images/icon_notice_minus.svg) no-repeat center /cover;
  } 
  .notice-btn-wrap .notice-btn-close::before{
	content:"";
	background: url(/mobile/beginner/point/images/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;
	}
  }


.radius-btn.zouryou-btn {
  border: 3px solid #e4007f;
  border-top: 2px solid #e4007f;
  border-bottom: 8px solid #e4007f;
}
.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;
  }
@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;
	}
}

.slick-slide .block a:hover {
	opacity: .7;
}
.slick-slide .block a {
	transition:all 0.3s ease;
}

	/* 増量オブション */
	.uqc .section-other.option .section-ac {
		border: 2px solid #000;
		border-top: 0;
	  }
	  .uqc .section-other.option .section-ac:first-child {
		border-top: 2px solid #000;
		border-radius: 6px 6px 0 0;
	  }
	  .uqc .section-other.option .section-ac:last-child {
		border-radius: 0 0 6px 6px;
	  }
	  .uqc .increase-option .option {
		margin: 0 auto;
		padding: 30px 0 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(../images/option-cp-line-l.svg);
	  }
	  .uqc .increase-option .option .h span:after {
		left: 100%;
		background-image: url(../images/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(../images/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 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(../images/option-cp-line-l.svg);
	  }
	  .uqc .increase-option .option .gb .img h5 span:after {
		left: 100%;
		background-image: url(../images/option-cp-line-r.svg);
	  }
	  .uqc .section-ac .ac-foot, .uqc .plan-section .ac-foot {
		display: none;
		position: fixed;
		z-index: 3;
		bottom: 20px;
		left: 50%;
		margin-left: 33px;
		width: 114px;
	  }
	  /*.uqc .section-ac.opened .ac-foot, */.uqc .plan-section.opened .ac-foot {
		display: block;
	  }
	  .uqc .section-ac .ac-foot a span, .uqc .plan-section .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 .section-ac.limit .ac-foot, .uqc .plan-section.limit .ac-foot {
		position: absolute;
		bottom: 20px;
		margin-left: -57px;
	  }
	  .uqc .section-ac .ac-foot a, .uqc .plan-section .ac-foot a {
		text-decoration: none;
	  }
	  .os-pc .uqc .section-ac .ac-foot a span, .uqc .plan-section .ac-foot a span {
		transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	  }
	  .uqc .section-ac .ac-foot a i, .uqc .plan-section .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, .uqc .plan-section .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 .ac-head.option {
		padding-right: 0;
		padding-left: 18px;
		cursor: pointer;
		height: 60px;
		align-items: center;
		display: flex;
		position: relative;
	  }
	  .uqc .content .section .ac-head.option .inner {
		position: unset;
	}
	  .uqc .section-other.option {
		padding: 0;
		max-width: unset;
	  }
	  .uqc .section-other.option .section-ac {
		border-radius: 6px !important;
		margin-top: 30px;
	  }
	  .uqc .section .ac-head.option i, .uqc .section .link-head i {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		width: 80px;
		height: 100%;
		background-color: #e4007f;
		transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	  }
	  .uqc .section-other .section .ac-head.option i:before {
		margin: -2px 0 0 -10px;
		width: 20px;
		height: 4px;
	  }
	  .uqc .section-other .section .ac-head.option i:after, .uqc .section-other .section .ac-head.option i:before {
		background-color: #000;
	  }
	  .uqc .section-other .section .ac-head.option i {
		width: 48px;
		background-color: transparent;
	  }
	  .uqc .section-other .section .ac-head.option i:after {
		margin: -10px 0 0 -2px;
		width: 4px;
		height: 20px;
	  }
	  .uqc .content .section.opened .ac-head.option i {
		background-color: #fff;
	  }
	  .uqc .content .section.section-ac.section-option-cp .detail {
		overflow: hidden;
		padding: 0 30px;
		height: 0;
		border-top: 2px solid #000;
	  }
	  .uqc .section-other .section-ac.hide .ac-foot{
		display: none;
	  }
	  @media screen and (max-width: 768px) {
		.uqc .increase-option .option {
		  padding: 20px 17px 80px 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 .increase-option .option {
		  padding-bottom: 0;
		}
		.uqc .section-ac .section-ac-wrap {
		  padding: 0 0 70px 0;
		}
		.uqc .content .section .ac-head.option {
		  padding-left: 10px;
		  height: 45px;
		}
		.uqc .ac-head.option .jp-bold {
		  font-weight: 500;
		}
		.uqc .section-other .section .ac-head.option i {
		  width: 28px;
		}
		.uqc .section-other .section .ac-head.option i:before {
		  margin: -1px 0 0 -6px;
		  width: 15px;
		  height: 3px;
		}
		.uqc .section-other .section .ac-head.option i:after {
		  margin: -1px 0 0 -6px;
		  width: 3px;
		  height: 15px;
		}
		.uqc .section .ac-head.option i, .uqc .section .link-head i {
			right: 16px;
		}
		.uqc .section-other .section .ac-head.option i:after {
			margin: -7px 0 0 0px;
			width: 3px;
			height: 15px;
		}
		.section-other.option .section-ac .ac-foot {
			margin-left: 0;
			left: calc(50% - 57px);
		}
		.uqc .section-ac.section-notes-60years-old .ac-foot , .uqc .section-ac.section-increase-option .ac-foot {
			margin-left: -57px;
		}
		.section-area.section-opensignal-award .head.area-ex-head.sub h2 .area-ex {
			padding-bottom: 0;
		}
	  }

.uqc .zouryou-contents ul li {
	flex-basis: 50%;
}
.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;
}
.uqc .zouryou-contents ul li a.btn-outline-icon.blank::after {
  background-image: url(../images/icon-btn-blank.svg);
}
@media screen and (max-width: 768px) {
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank {
    padding-left: 0;
    font-size: 15px;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank {
    font-size: 15px;
  }
  .uqc .zouryou-contents ul {
    display: block !important;
  }
  .uqc .zouryou-contents ul li .text {
    font-size: 15px !important;
  }
  .uqc .zouryou-contents ul {
	padding: 0;
  }
  .uqc .zouryou-contents ul li .text {
	font-size: 9pt;
  }
  .uqc .zouryou-contents ul li a {
	font-size: 9pt;
  }
  .uqc .zouryou-contents ul li {
	padding-left: 0;
	padding-right: 0;
  }
  .uqc .zouryou-contents .application {
    margin-top: 30px;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank {
    padding-left: 0;
  }
  .uqc .zouryou-contents ul li:nth-child(2) {
    margin-top: 31px !important;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank::before {
    left: 10px !important;
	width: 36px;
	padding-top: 31px;
  }
  .uqc .zouryou-contents ul li a.btn-outline-icon.blank::after {
    width: 30px;
	right: 10px !important;
	margin-top: -15px;
  }
  .uqc .zouryou-contents ul li a.btn-fill-icon.btn-online.blank::after {
    width: 30px;
	right: 10px !important;
	margin-top: -15px;
  }
}

/* エリア訴求20241120 */
.section-opensignal-award {
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section-opensignal-award-top {
		border-radius: var(--kado) var(--kado) 0 0;
		border: var(--bd-width) solid var(--pink);
		border-bottom: none;
		@media screen and (max-width: 768px) {
			border-width: calc(var(--bd-width) / 2);
			border-radius: calc(var(--kado) / 2) calc(var(--kado) / 2) 0 0;
		}
		+.section {
			border-width: var(--bd-width);
			border-radius: 0 0 var(--kado) var(--kado);
			border-top: none;
			@media screen and (max-width: 768px) {
				border-width: calc(var(--bd-width) / 2);
				border-radius: 0 0 var(--bd-width) var(--bd-width);
			}
		}
	}
	.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(../images/icon_graph@2x.png) no-repeat center /contain;
				width: 25px;
				height: 25px;
				margin-right: 6px;
			}
			&:after {
				content: "";
				background: url(../images/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(../images/icon_white_award.svg) no-repeat center /contain;
				width: 39px;
				height: 36px;
			}
			.lead {
				font-size: 14px;
				line-height: 1.41;
				font-weight: bold;
				text-align: unset;
				margin-top: unset;
			}
			.hd {
				font-size: 17px;
				line-height: 1.3;
				font-weight: bold;

				background: unset;
				color: unset;
				padding: unset;
				border-radius: unset;
				margin-bottom: unset;
				height: unset;
				display: unset;
				justify-content: unset;
				em {
					line-height: 1;
				}
			}
			.txt {
				font-size: 12px;
				line-height: 1.41;
				margin-top: 5px;
				margin-right: -5px;
			}
		}
	}
	.award-note {
		padding: 10px 88px 20px;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		gap: 15px;
		justify-content: center;
		background-color: #fff;
		@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 {
		background: var(--pink);
		color: #fff;
		position: relative;
		&:after {
			content: "";
			position: absolute;
			bottom: 4px;
			left: 50%;
			transform: translateX(-50%);
			background: url(../images/icon_acc_scroll_bottom@2x.png) no-repeat center /contain;
			width: 16px;
			height: 16px;
		}
		.opened &:after {
			display: none;
		}
		@media screen and (max-width: 768px) {
			&:after {
				width: 15px;
				height: 12px;
				bottom: 2px;
			}
		}
		.uqc .section & {
			padding-right: 0;
			h2 {
				max-width: 100%;
			}
			@media screen and (max-width: 768px) {
				padding-right: 40px;
			}
		}
		.area-ex {
			width: 100%;
			padding-bottom: 14px;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 1.21;
			transition: all 0.3s ease;
			@media screen and (max-width: 768px) {
				& {
					line-height: 1.3;
					height: 80px;
					gap: 4px;
					padding-bottom: 8px;
				}
			}
			.opened & {
				/* padding-bottom: 0; */
			}
			.ttl {
				font-size: 20px;
				display: inline grid;
				grid-template:
					"ttl em"
					"lead em" /1fr auto;
				gap: 5px 10px;
				@media screen and (max-width: 768px) {
					& {
						font-size: 13px;
						grid-template:
							"ttl em"
							"lead lead" /1fr auto;
					}
				}
				.txt01 {
					grid-area: ttl;
				}
				em {
					grid-area: em;
					font-size: 40px;
					font-weight: bold;
					line-height: 1;
					margin-left: 5px;
					@media screen and (max-width: 768px) {
						font-size: 30px;
					}
				}
			}
			.lead {
				grid-area: lead;
				font-size: 14px;
				@media screen and (max-width: 768px) {
					font-size: 11.5px;
					margin-top: unset;
				}
			}
		}
	}
	.detail.sc {
		background: none;
	}
	.sc-area {
		padding-top: 30px;
		@media screen and (max-width: 768px) {
			padding: 24px 0 0;
		}
		.sub6-mv {
			text-align: center;
			@media screen and (max-width: 768px) {
				max-width: 267px;
				margin-inline: auto;
			}
			img {
				display: inline;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
			}
		}
		>.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%;
			}
			.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 !important;
				margin-inline: auto !important;
        display: block;
				@media screen and (max-width: 768px) {
					max-width: 220px !important;
					height: auto !important;
				}
			}
		}
	}
	.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%;
		}
	}
}
.note-tip-balloon {
  width: 680px;
}
@media screen and (max-width: 768px) {
  .note-tip-balloon {
    min-width: 100% !important;
	width: 100% !important;
  }
  .section-opensignal-award .detail {
	padding: 0 20px !important;
  }
}

/* +- */

.section-opensignal-award .ac-head i {
	display: block;
	position: absolute;
  width: 9.39%;
  height: 122px !important;
  top: 41px !important;
  bottom: 4px;
  }

	.section-opensignal-award .section.individual .ac-head i {
		height: 216px !important;
		top: 112px !important;
	}
	.section-opensignal-award .section.individual.opened .ac-head i {
		background-color: #5aa78e !important;
	}
  .section-opensignal-award .ac-head i::before, .section-opensignal-award .ac-head i::after {
	content: '' !important;
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	background-color: #fff !important;
  }
  
  .section-opensignal-award .ac-head i::before {
	margin: -3px 0 0 -12px;
	width: 23px !important;
	height: 5px !important;
  }
  .section-opensignal-award .ac-head i::after {
	margin: -12px 0 0 -3px;
	width: 5px !important;
	height: 23px !important;
  }
  .section-opensignal-award .section.opened .ac-head i {
	background-color: unset !important;
  }
  .section-opensignal-award .section.opened .ac-head i:after {
	content: none !important;
  }
  
  @media screen and (max-width: 768px) {
	.section-opensignal-award .ac-head i {
	  width: 40px;
	}
	.section-opensignal-award .ac-head i::before {
	  margin: -1px 0 0 -8px !important;
	  width: 17px !important;
	  height: 3px !important;
	}
	.section-opensignal-award .ac-head i::after {
	  margin: -8px 0 0 -1px !important;
	  width: 3px !important;
	  height: 17px !important;
	}
	.section-opensignal-award .section.individual .ac-head i {
    height: 98% !important;
    top: 50% !important;
	}
}

/* ↓ feature_250603 */
.notice-left-text {
	max-width: 50%;
	text-align: left;
	font-size: 12px;
	margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
	.notice-left-text {
		max-width: 100%;
	}
	.uqc .sc-data .info01 {
		padding: 0;
	}
	.uqc .sc-data .info01 .row {
		padding: 0;
	}
	.uqc .sc-data .info01 .text {
		display: flex;
		align-items: center;
		padding: 10px 0 0 0;
	}
	.uqc .sc-data .info01 .text .note {
		margin: 0;
		flex: 1;
	}
	.uqc .sc-data .info01 .text .tip-btn {
		justify-content: flex-end;
		margin: 0;
	}
}
.hd.tokutoku::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 80px;
	background: url(../images/icon_new.svg) no-repeat center/cover;
}
.hd.tokutoku .hd-inner .txt02 {
	font-size: 37px;
}
.hd.tokutoku .hd-inner .txt01 {
	position: relative;
}
.hd.tokutoku .hd-inner .txt01::before,
.hd.tokutoku .hd-inner .txt01::after {
	content: "";
	display: block;
	position: absolute;
}
.hd.tokutoku .hd-inner .txt01::before {
	width: 33px;
	height: 33px;
	top: 7px;
	left: -55px;
	background: url(../images/icon_kira_left.svg) no-repeat center/cover;
}
.hd.tokutoku .hd-inner .txt01::after {
	width: 25px;
	height: 25px;
	top: 0;
	right: -38px;
	background: url(../images/icon_kira_right.svg) no-repeat center/cover;
}
.hd.tokutoku .lead {
	margin-top: 18px;
}
.tokutoku-img {
	margin-top: 15px;
}
.plan-set .plan-item .set-row {
	margin-top: 35px;
	padding-inline: 85px;
}
.plan-set .plan-item .set-about {
	margin-top: 30px;
	flex-basis: 46%;
}
.plan-item .lead {
	margin-top: 20px;
}
.note-tip-balloon .link-block {
	margin: 20px 0 0 0;
	text-align: center;
}
.tip-plan-setwari .course-net .box01 .notes > li {
	font-size: 10px;
}
.tip-plan-setwari .course-denki .box01 .notes > li {
	font-size: 10px;
}
.plan-set .item-set02 .set-about .first .box {
	margin-top: 20px;
	margin-bottom: 106px;
}
@media screen and (max-width:768px) {
	.hd.tokutoku {
		height: auto;
		margin: 0;
	}
	.hd.tokutoku .hd-inner .txt02 {
		font-size: 26px;
	}
	.hd.tokutoku .hd-inner .txt01::before {
    top: -8px;
    right: -77px;
		left: auto;
	}
	.hd.tokutoku .hd-inner .txt01::after {
    top: 20px;
    right: -57px;
	}
	.hd .hd-inner .txt01 {
		text-align: center;
	}
	.plan-set .plan-item {
		padding: 0;
	}
	.plan-set .plan-item .set-row {
		padding-inline: 0;
	}
	.plan-set .plan-item .set-about {
		padding-inline: 20px;
	}
	.tokutoku-img {
		padding-inline: 20px;
	}
	.plan-set .item-set02 .set-about .first .box {
		margin-bottom: 10px;
	}
	.plan-headline .frame {
		height: 136vw;
		background-position: center;
		background-size: cover;
	}
}
.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: 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;
}
.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;
  }
}
@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;
  }
}
.uqc .sc-speed {
  padding-top: 10px;
}
.uqc .sc-speed .info01 {
  margin-left: 40px;
  gap: 15px;
}
.uqc .sc-speed .info01 .text {
  flex: 1;
}
.uqc .sc-speed .info h3 {
  margin-top: 20px;
}
.uqc .sc-speed .info01 .text p {
  margin-top: 15px;
  margin-left: 3px;
  letter-spacing: 0.15em;
}
.uqc .sc-speed .info01 .image img {
  max-width: 163px;
	width: 100%;
}
.uqc .sc-speed .info02 {
  margin-top: 76px;
}
.uqc .sc-speed .info02 .graph img {
  max-width: 360px;
  margin-inline: auto;
  margin-right: 172px;
}
@media screen and (max-width: 768px) {
  .uqc .sc-speed .info01 {
    display: flex;
		flex-direction: column-reverse;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .uqc .sc-speed .info01 .image {
    display: block;
		margin-top: 0;
		margin-inline: auto;
		max-width: 140px;
  }
  .uqc .sc-speed {
		padding-top: 0;
		padding-inline: 0;
	}
  .uqc .sc-speed .info01 {
    gap: 0;
    margin-left: 0;
  }
  .uqc .sc-speed .info h3 {
    margin-top: 0;
		padding-inline: 25px;
		font-size: 21px;
  }
	.uqc .sc-speed .info01 .text p {
		margin-left: 0;
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 0.09em;
	}
  .uqc .sc-speed .info01 .image img {
    max-width: none;
  }
  .uqc .sc-speed .info02 {
    margin-top: 56px;
		padding-inline: 20px;
  }
  .uqc .sc-speed .info02 .graph {
    margin-top: 0;
  }
  .uqc .sc-speed .info02 .graph img {
    margin-right: 0;
    max-width: none;
		width: 100%;
  }
	.uqc .sc-speed .notes {
		margin-top: 33px;
		padding-inline: 20px;
	}
}
/* ↑ feature_250603 */
/* ↓ feature_250630 */
.uqc .increase-option {
	padding-inline: 15px;
}
.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;
}
/* ↑ feature_250630 */


/* ↓ feature_250707 */

/* ↓ Starlink Direct */
.uqc .content .section-starlink {
	position: relative;
	background: #E4007F;
  padding: 10px 38px 6px;
	border-width: 4px;
	border-radius: 14px;
}
.uqc .section-starlink.opened {
	background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 90%);
}
.uqc .section-starlink::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 30px;
	width: 754px;
	height: 114px;
	background: url(/mobile/norikae/assets/img/starlink_bg.svg) no-repeat center;
	background-size: cover;
	z-index: 0;
}
.uqc .section .detail.sub-6 .btn-fill-icon:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.uqc .section.section-starlink {
		max-height: 188px;
		margin-top: 18px;
		padding-inline: 6px;
		border-radius: 14px !important;
		letter-spacing: 0.02em;
		padding-bottom: 6px;
		border-radius: 5px;
	}
	.uqc .section.section-starlink.opened {
		max-height: none;
		background: linear-gradient(180deg, #E4007F 0%, #FFFFFF 50%);
	}
	.uqc .content .section.section-starlink > .ac-head i {
		right: 3px !important;
	}
	.uqc .section .detail {
		padding: 0 !important;
	}
	.uqc .section .detail.sub-6 {
		padding: 0 20px !important;
	}
}
.uqc .section-starlink .head {
	padding-right: 0;
	font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.uqc .section-starlink .head h2 {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: auto 50px;
	padding-top: 10px;
	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 .section-starlink .head h2 {
		margin: 0;
		font-size: 23px;
		padding:0 9% 0 2%;
	}
}
.uqc .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 .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 .section-starlink .head h2 .min {
		font-size: 12px;
	}
}
.uqc .section-starlink .head h2 .label {
	display: inline-block;
	padding: 2px 15px;
	font-size: 21px;
	color: #E4007F;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink .head h2 .label {
		padding-inline: 7px;
		font-size: 11px;
	}
}
.uqc .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 .section-starlink .head h2 .txt {
		margin-right: 0;
		gap: 9px;
		width: min(408px ,100%);
	}
}
.uqc .section-starlink > .ac-head i {
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink > .ac-head i {
		right: 2px;
		width: 23px;
		height: 23px;
	}
}
.uqc .section-starlink > .ac-head i::before,
.uqc .section-starlink > .ac-head i::after {
	background-color: #e4007f;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink > .ac-head i::before {
		margin: -1px 0 0 -7px;
		width: 13px;
		height: 3px;
	}
	.uqc .section-starlink > .ac-head i::after {
		margin: -6px 0 0 -2px;
		width: 3px;
		height: 13px;
	}

}

@media screen and (max-width: 768px) {
	.uqc .section-starlink.opened > .detail {
		margin-top: 10px;
		padding-inline: 0;
	}
}
.uqc .section-starlink.opened .ac-head i::after {
	transform: rotate(90deg);
}
.uqc .section-starlink .main-contents {
	background-color: #fff;
	border-radius: 16px;
	padding: 24px 5px 40px;
}
.uqc .section-starlink .main-contents .ttl {
	position: relative;
}
.uqc .section-starlink .main-contents .ttl .img-wrap {
	max-width: 227px;
	margin-inline: auto;
}
.uqc .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: 12px;
	top: 47px;
}
.uqc .section-starlink .main-contents .ttl .img-wrap > img {
	margin: auto;
}
.uqc .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 .section-starlink .main-contents .ttl h3 .main {
	font-size: 26px;
	color: #E4007F;
}
.uqc .section-starlink .main-contents .ttl h3 .sub {
	margin-top: 3px;
	font-size: 20px;
	font-weight: bold;
}
.uqc .section-starlink .main-contents .note {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}
.uqc .section-starlink .main-contents > .lead {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-top: 17px;
}

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

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

.uqc .section-starlink .main-contents .merit-wrap .col + .col {
	border-left: 1px dashed #000;
}
.uqc .section-starlink .main-contents .merit-wrap .col picture > * {
	margin: auto;
}
.uqc .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 .section-starlink .main-contents .merit-wrap .col .tip-btn {
	margin: auto;
}
.uqc .section-starlink .main-contents .campaign {
	margin-top: 28px;
	margin-inline: 25px;
	padding-top: 30px;
	border-top: 3px solid #E4007F;
}
.uqc .section-starlink .main-contents .campaign .ttl {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.uqc .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 .section-starlink .main-contents .campaign .price-wrap .main {
	margin-top: -5px;
	font-size: 25px;
	font-weight: bold;
	color: #e4007f;
	line-height: 1;
}
.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
	text-align: right;
	font-weight: bold;
}
.uqc .section-starlink .main-contents .campaign .price-wrap .main .highlight {
	font-size: 99px;
}
.uqc .section-starlink .main-contents .campaign .note {
	margin-top: 0;
	font-size: 13px;
	text-align: center;
}
.uqc .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 .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 .section-starlink .main-contents .campaign .right {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 5px 34px 0;
}
.uqc .section-starlink .main-contents .campaign .right .note {
	margin-top: 0;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
.uqc .section-starlink .main-contents .campaign .highlight {
	font-family: Price;
}
.uqc .section-starlink .main-contents .campaign .slash {
	font-family: Price;
	font-size: 30px;
}
.uqc .section-starlink .main-contents .campaign .right .highlight {
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.uqc .section-starlink .main-contents .campaign .labels {
	display: grid;
	grid-template-columns: repeat(3, 213px);
	gap: 12px;
	margin-top: 13px;
}
.uqc .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 .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 .section-starlink .section-ac.attention {
	margin-top: 50px;
}
.uqc .section-starlink .section-ac.starlink {
	margin-top: 12px;
}
.uqc .section-starlink .section-ac.attention .head {
	background-color: #fff;
}
.uqc .section-starlink .section-ac .head {
	padding: 10px 23px;
}
.uqc .section-starlink .section-ac .head h3 {
	font-weight: bold;
	line-height: 1;
}
.uqc .section.section-starlink .section-ac .head i {
	background-color: transparent;
}
.uqc .section.section-starlink .section-ac .head i::before,
.uqc .section.section-starlink .section-ac .head i::after {
	content: "";
	position: absolute;
  top: 21px;
  left: 14px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .section.section-starlink .section-ac .head i::after {
	display: block;
  top: 27px;
  left: 8px;
	transform: rotate(90deg);
}
.uqc .section.section-starlink .section-ac.opened .head i::after{
	display: block;
	transform: rotate(0deg);
}
.uqc .section.section-starlink .section-ac {
	background-color: #fff;
}
.uqc .section.section-starlink .section-ac .note {
	font-size: 11px;
	line-height: 1.4;
}
.uqc .section.section-starlink .section-ac .note + .note {
	margin-top: 17px;
}
.uqc .section.section-starlink .section-ac .section-ac-wrap {
	margin-top: 20px;
}
.uqc .section.section-starlink .section-ac .section-ac-wrap .txt-link {
	padding-left: 0.9em;
}
.uqc .section.section-starlink a {
	color: #e4007f;
	text-decoration: underline;
}
.uqc .section-starlink .txt-b {
	font-weight: bold;
}
.uqc .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 .section-starlink .btn-wrap {
	margin-top: 30px;
	margin-bottom: 54px;
}
.uqc .section-starlink .btn-fill-icon::before {
	display: none;
}
.uqc .section-starlink .btn-fill-icon::after {
	right: 35px;
	background-image: url(/mobile/norikae/senior/images/icon-btn-blank-p.svg);
}
#tip-starlink-02 .txt-link {
	padding-left: 0.5em;
}
.uqc .section-starlink .js-starlink-close .close {
  padding: 0 0 15px !important;
}
@media screen and (max-width: 768px) {
	.uqc .section-starlink {
		margin-top: 18px;
		padding-inline: 6px;
		border-radius: 14px;
		letter-spacing: 0.02em;
	}
	.uqc .section-starlink .head {
		padding-top: 12px;
	}
	.uqc .section-starlink .head span:last-child {
		font-size: 23px;
		margin-inline: auto;
	}
	.uqc .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 .section-starlink .main-contents {
		padding-top: 24px;
		padding-bottom: 23px;
	}
	.uqc .section-starlink .main-contents .ttl .img-wrap {
		max-width: 170px;
	}
	.uqc .section-starlink .main-contents > .ttl::after {
		display: none;
	}
	.uqc .section-starlink .main-contents .note {
		font-size: 10px;
	}
	.uqc .section-starlink .main-contents .img-wrap.visible-sp {
		margin-top: 30px;
		margin-inline: auto;
		max-width: 130px;
	}
	.uqc .section-starlink .main-contents > .lead {
		margin-top: 8px;
		margin-inline: 12px;
		font-size: 15px;
	}
	.uqc .section-starlink .main-contents .ttl h3 .sub {
		margin-top: 9px;
		font-size: 18px;
	}
	.uqc .section-starlink .main-contents .merit-wrap {
		grid-template-columns: 1fr;
		padding-inline: 9px;
		margin-top: 38px;
	}
	.uqc .section-starlink .main-contents .merit-wrap .img-wrap {
		margin:0 10px 10px;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col {
		padding-inline: 0;
	}
	.uqc .section-starlink .main-contents .merit-wrap .col .img-wrap picture{
		img{
			width: 280px;
			height: auto;
		}
	}
	.uqc .section-starlink .main-contents .merit-wrap .col .img-wrap + picture{
		height: auto;

	}
	.uqc .section-starlink .main-contents .merit-wrap .col >  picture img{
		width: auto;
		height: 52px;
	}
	.uqc .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 .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 .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 .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 .section-starlink .main-contents .merit-wrap .col + .col {
		margin-top: 60px;
		border-left: none;
	}
	.uqc .section-starlink .main-contents .campaign {
		margin-top: 53px;
		margin-inline: 0;
		padding-top: 55px;
		line-height: 1.1;
	}
	.uqc .section-starlink .main-contents .campaign .ttl {
		position: relative;
		font-size: 28px;
	}
	.uqc .section-starlink .main-contents .campaign .ttl::before,
	.uqc .section-starlink .main-contents .campaign .ttl::after {
		content: "";
		position: absolute;
		top: 0;
		width: 2px;
		height: 96%;
		background-color: #000;
	}
	.uqc .section-starlink .main-contents .campaign .ttl::before {
		left: 21px;
		transform: rotate(-16deg);
	}
	.uqc .section-starlink .main-contents .campaign .ttl::after {
		right: 23px;
		transform: rotate(20deg);
	}
	.uqc .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 .section-starlink .main-contents .campaign .price-wrap .main,
	.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
		text-align: center;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .sub {
		font-size: 17px;
		line-height: 1.5;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .main {
		font-size: 40px;
	}
	.uqc .section-starlink .main-contents .campaign .price-wrap .main .highlight {
		font-size: 113px;
	}
	.uqc .section-starlink .main-contents .campaign .note {
		padding-inline: 20px;
		font-size: 14px;
	}
	.uqc .section-starlink .main-contents .campaign .box {
		grid-template-columns: 1fr;
		margin-top: 15px;
		margin-inline: 10px;
	}
	.uqc .section-starlink .main-contents .campaign .left {
		padding: 5px;
	} 
	.uqc .section-starlink .main-contents .campaign .right {
		display: block;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-inline: 0;
	}
	.uqc .section-starlink .main-contents .campaign .right > p {
		text-align: center;
	}
	.uqc .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 .section-starlink .main-contents .campaign .right .note {
		flex: 1;
		padding-inline: 0;
		font-size: 12px;
	}
	.uqc .section-starlink .main-contents .campaign .labels {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 17px;
		margin-inline: 10px;
	}
	.uqc .section-starlink .main-contents .campaign .labels .label {
		min-height: 42px;
	}
	.uqc .section-starlink .main-contents .campaign .notes {
		margin-inline: 10px;
	}
	.uqc .section-starlink .section-ac.attention {
		margin-top: 50px;
	}
	.uqc .section-starlink .section-ac .head i::before,
	.uqc .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
	}
	.uqc .section-starlink .section-ac.attention .head i::before,
	.uqc .section-starlink .section-ac.attention .head i::after {
		top: 16px;
	}
	.uqc .section-starlink .section-ac.starlink .head i::before,
	.uqc .section-starlink .section-ac.starlink .head i::after {
		top: 26px;
	}
	.uqc .section-starlink .section-ac .head i::after {
		left: 4px;
		margin: 0;
		transform: rotate(90deg);
	}
	.uqc .section-starlink .section-ac .section-ac-wrap {
		padding-inline: 10px;
	}
	.uqc .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 .section-starlink .btn-wrap {
		margin-bottom: 0;
	}
	.uqc .section-starlink .btn-fill-icon::after {
		right: 12px;
	}
	.uqc .section-starlink .section-ac .note {
		text-align: left;
	}
}

/* ↑ Starlink Direct */
.detail.sc.award {
	padding: 0 10px;
}
.detail.sc.award .section-opensignal-award-top {
	border: none !important;
}
.section-area.section-opensignal-award .individual .head {
	padding: 9px 0 10px;
}
.section-area.section-opensignal-award .individual .head h2::before {
	content: unset !important;
}
.section-area.section-opensignal-award .individual .note-wrap {
	padding: 12px 44px 0;
	font-size: 10px;
  line-height: 1.4;
}
.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-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;
}
.section-area.section-opensignal-award .head .area-head i {
	top: unset;
	bottom: -14px;
	right: -117px;
}
.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
	padding-right: 12px ;
	margin-top: 10px;
}
.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: 6px 62px;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close {
	padding: 16px 0 0;
	position: relative;
}
.uqc .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);
	z-index: 1;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover {
  color: #fff;
  opacity: .7;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover i {
	background-color: #fff;
}
.uqc .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 .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 .section-opensignal-award-top.award2025-top.individual .close span {
  padding-top: 2px;
  letter-spacing: 0.1em;
  text-decoration: none !important;
	color: #fff;
}
.uqc .section-opensignal-award-top.award2025-top.individual img.end-img {
	margin-top: -64px;
}
.copy-area.section-area-A {
	margin-top: 0 !important;
}
.copy-area.section-area-A .note-wrap {
	padding: 6px 8px 0;
	font-size: 10px;
  line-height: 1.4;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .note-wrap * {
	color: #303030;
  font-feature-settings: initial !important;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .link-wrap {
	font-size: 10px;
  color: #e4007f;
	padding: 0 8px;
	text-align: right;
}
.copy-area .link-wrap > a {
  text-decoration: underline;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.copy-area .link-wrap > a:hover {
  text-decoration: none;
}
.uqc .section-starlink .head h2 .label {
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-starlink .head h2 {
	gap: 0;
}
.uqc .section-starlink .head h2 .end {
	width: min(490px, 100%);
}
.uqc .section-starlink .head h2 .min {
	margin-top: 9px;
}
/* ------- area-A ------- */
.section-opensignal-award.section-area-A .section.individual h2  {
	margin-left: 86px;
}
.section-opensignal-award.section-area-A .section.individual .head {
  padding: 25px 0 16px !important;
}
.section-opensignal-award.section-area-A .section.individual .head .area-head i {
  right: -114px !important;
	bottom: 0;
}
.section-opensignal-award.section-area-A .section.individual .note-wrap {
	padding: 12px 30px 0 41px !important;
	color: #303030;
}
/* ------- default ------- */
.section-opensignal-award.section-area-default .section.individual h2  {
	margin-left: 93px !important;
}
.section-opensignal-award.section-area-default .section.individual .head {
  padding: 25px 0 16px !important;
}
.section-opensignal-award.section-area-default .section.individual .head .area-head i {
  right: -148px !important;
	bottom: 0 !important;
}
.section-opensignal-award.section-area-default .section.individual .note-wrap {
	padding: 16px 90px 0 41px !important;
	color: #303030 !important;
}
.section-area.section-opensignal-award .head .area-head i::before {
	width: 15px !important;
	height: 3px !important;
	margin: -2px 0 0 -8px !important;
}
.section-area.section-opensignal-award .head .area-head i::after {
	width: 3px !important;
	height: 15px !important;
	margin: -8px 0 0 -2px !important;
}
.section-area.section-opensignal-award .opened .head .area-head i {
  background-color: silver !important;
}
.section-area.section-opensignal-award .opened .head.area-ex-head.sub i {
  background-color: #5aa78e !important;
}
/*.section.area .head.ac-head.area-ex-head.sub h2 .area-ex {
	height: fit-content;
}*/

/* ------- 各パラメータ 注釈下マージン調整 ------- */
.kv-lead-notice.kv-lead-normal {
  margin-bottom: -52px;
  z-index: 1;
  position: relative;
}
.kv-lead-notice.kv-tokutoku {
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
}
.kv-lead-notice.kv-star-link {
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
}

@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;
	}
	.section-opensignal-award .area-ex-head.ac-head i::before {
		margin: -3px 0 0 -12px;
		width: 23px;
		height: 5px;
	}
	.section-opensignal-award .area-ex-head.ac-head i::after {
		margin: -12px 0 0 -3px;
		width: 5px;
		height: 23px;
	}
}
@media screen and (max-width: 768px) {
	.hover , *:hover , .hover * {
		opacity: 1 !important;
	}
	.section-area.section-opensignal-award .individual .head {
		padding: 15px 0 20px;
	}
	.section-area.section-opensignal-award .head .area-head {
		display: block;
		position: relative !important;
	}
	.section-area.section-opensignal-award .head .area-head i {
		top: unset;
		position: absolute !important;
    bottom: 6%;
    right: 8px;
	}
	.section-area.section-opensignal-award .individual .head .area-head img {
		width: 78.24%;
		margin: auto;
		margin-left: auto;
		margin-right: 12%;
	}
	.section-area.section-opensignal-award .individual .note-wrap {
		padding: 16px 16px 0;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
		font-size: 11px;
	}
	.section-opensignal-award-top.award2025-top.individual {
		padding-top: 30px !important;
	}
	.uqc .section-opensignal-award-top.award2025-top.individual img.end-img {
		margin-top: -54px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
		margin-top: 30px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 img {
		width: 263px;
	}
  .copy-area.section-area-A .note-wrap {
		padding: 6px 0 0;
		font-size: 11px;
		line-height: 1.2727272727;
	}
	.copy-area.section-area-A .link-wrap {
		padding: 0;
		font-size: 11px;
		margin-top: 2px;
	}
	.uqc .section-area-A .section:last-child {
		margin-bottom: -8px !important;
	}
	.uqc .section-starlink .head h2 {
		gap: 2px;
	}
	.uqc .section-starlink .head h2 .min {
		margin-top: 6px;
	}
	.section-opensignal-award .section.area .area-ex-head i {
		right: 8px;
	}
	/* ------- area-A ------- */
	.section-opensignal-award.section-area-A .section.individual h2  {
		margin-left: 0;
	}
	.section-opensignal-award.section-area-A .section.individual .note-wrap {
		padding: 20px 14px 0 !important;
	}
	.section-opensignal-award.section-area-A .section.individual .head {
    padding: 16px 0 18px !important;
	}
  .section-opensignal-award.section-area-A .section.individual .head .area-head img {
		width: 83.71%;
		margin-left: 3%;
		margin-right: auto;
	}
	.section-opensignal-award.section-area-A .section.individual .head .area-head i {
    right: 8px !important;
		bottom: 17%;
	}
	/* ------- default ------- */
	.section-opensignal-award.section-area-default .section.individual h2  {
	  margin-left: 0;
	}
	.section-opensignal-award.section-area-default .section.individual .head {
		padding: 29px 0 18px !important;
	}
	.section-opensignal-award.section-area-default .section.individual .head .area-head i {
		right: 12px !important;
		bottom: 40% !important;
	}
	.section-opensignal-award.section-area-default .section.individual .note-wrap {
		padding: 14px 15% 0 16px !important;
	}
	.section-opensignal-award.section-area-default .section.individual .head .area-head img {
		width: 88.857%;
		margin-left: 4%;
		margin-right: auto;
	}
	.section-opensignal-award.section-area-default .section.individual h2 {
		margin-left: 0 !important;
	  padding-right: 8%;
	}
	.section-area.section-opensignal-award .head.area-ex-head.sub i {
		right: 4px !important;
		top: 50% !important;
		height: 115% !important;
	}
	.uqc .content .section.section-starlink > .ac-head i {
		width: 10.294% !important;
    right: -1px !important;
    height: 113% !important;
    top: 48% !important;
	}
	.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap {
  	gap: 0 !important;
	}

	/* ------- 各パラメータ 注釈下マージン調整 ------- */
	.kv-lead-notice.kv-lead-normal {
    margin-bottom: -33px;
	}
	.kv-lead-notice.kv-tokutoku {
    margin-bottom: -3px;
	}
	.kv-lead-notice.kv-star-link {
    margin-bottom: -14px;
	}
}

.uqc .section-starlink::before {
  width: 824px;
	left: 13px;
	top: 7px;
	background: url(/mobile/newplan2025/img/starlink_bg.svg) no-repeat center;
}
.uqc .section-starlink .head h2 .label {
	font-size: 19px;
  padding: 4px 17px;
	line-height: 1;
}
.uqc .section-starlink .head h2 .note {
	font-size: 11px;
	font-weight: 400;
}
.uqc .section-starlink.other .head h2 .note {
	text-align: left;
	line-height: 1.454545;
}
.uqc .section-starlink.origin .head h2 {
	margin-top: 3px;
}
.uqc .section-starlink.origin .head h2 .lead {
	font-size: 19px;
	font-weight: 700;
}
.uqc .section-starlink.origin .head h2 .lead sup {
	font-size: 80%;
  transform-origin: 16% -40%;
  transform: scale(0.66);
}
.uqc .section-starlink .head h2 .txt {
	margin-top: 8px;
	gap: 12px;
	padding-right: 66px;
}
.uqc .section-starlink .head h2 .txt .img {
	padding-bottom: 8px;
}
.uqc .section-starlink.origin .detail {
	margin-top: 16px;
}
.uqc .section-starlink.origin .detail.attention {
	margin-top: 0 !important;
}
.uqc .section-starlink.origin > .ac-head i {
  top: 60%
}
#uq-content.kv-star-link .section-starlink.origin {
	padding-bottom: 0;
}
.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
	max-width: 422px;
}
.uqc .section-starlink.other .main-contents .ttl .img-wrap {
	max-width: 416px;
}
.uqc .section-starlink.origin .main-contents {
	padding-top: 30px;
}
.uqc .section-starlink.origin .main-contents > .ttl::after {
	right: 22px;
	top: -6px;
}
.uqc .section-starlink.other .main-contents > .ttl::after {
  right: 21px;
  top: -2px;
}
.uqc .section-starlink.other .head h2 .lead {
	font-size: 30px;
}
.uqc .section-starlink.other::before {
	top: -2px;
}
.uqc .section-starlink.other .head h2 {
	padding-top: 2px;
}
.uqc .section-starlink.other .head h2 .lead sup {
	font-size: 80%;
	transform-origin: 16% -60%;
  transform: scale(0.66);
}
.uqc .section-starlink.other .main-contents {
	margin-top: 10px;
}
.uqc .section-starlink .main-contents > .lead {
	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%;
}
.uqc .section-starlink .head h2 .note {
  font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .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 .section-starlink .starlink-price-box * {
	font-feature-settings: normal !important;
}
.uqc .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 .section-starlink .starlink-price-wrap {
	padding: 14px 9px 9px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap {
	display: flex;
	justify-content: space-around;
  align-items: start;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
	display: flex;
	align-items: center;
	gap: 24px;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
	font-weight: bold;
	font-size: 11px;
  margin-top: -6px;
	line-height: 1.454545;

}
.uqc .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 .section-starlink .starlink-price-wrap .flex-wrap .price {
	font-weight: bold;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price {
	color: #E4007F;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap .slash {
	font-family: Price;
  font-size: 29px;
  margin-right: -24px;
  line-height: 1;
  padding-top: 3px;
}
.uqc .section-starlink .starlink-price-wrap .note {
	margin-top: 0;
	text-align: left;
	font-size: 10px;
}
.uqc .section-starlink .starlink-price-wrap .labels {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 11px;
	margin: auto;
  margin-top: 19px;
	justify-content: center;
}
.uqc .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 .section-starlink .starlink-price-wrap .labels .label sup {
  transform-origin: 0% -26%;
  font-size: 80%;
}
.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt sup {
  transform-origin: 0% -26%;
  font-size: 80%;
	margin-right: -4px;
}
.uqc .section-starlink .notes.starlink {
	margin-top: 20px;
  font-size: 11px;
  line-height: 1.363636;
	margin-inline: 25px;
}
.uqc .section-starlink .section-ac.attention {
	margin-top: 30px;
}
.plan-tuuwahoudai-mini .note {
	color: var(--tokutoku_color);
	text-align: right;
	padding-bottom: 8px;
	padding-inline: 8px;
	line-height: 1;
	font-size: 13px;
}
.plan-tuuwahoudai-mini .note sup {
	font-size: 80%;
  transform-origin: 10% -50%;
}
.plan-tuuwahoudai-mini h3 {
	line-height: 1;
	padding-top: 8px;
}
.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;
}
.notes.mini .txt-indent {
  padding-left: 0.5rem;
}
.uqc .page-box01-note 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 .section .detail {
	height: 0;
	overflow: hidden;
  padding: 0 30px;
}
.uqc .content-feature .section.section-starlink .head {
	height: unset;
}
.uqc .content .section.section-starlink > .ac-head i {
	background-color: #fff;
	right: -34px;
  top: 48%;
	height: 107%;
	width: 10.3%;
}
.uqc .content .section.section-starlink > .ac-head i::before ,
.uqc .content .section.section-starlink > .ac-head i::after {
	background-color: #e4007f;
}

@media screen and (min-width: 769px) {
  .uqc .section-starlink.origin .head h2 {
    margin: auto 10px;
	}
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .uqc .section-starlink .starlink-price-wrap .labels {
    grid-template-columns: repeat(3, 32%);
		gap: 9px;
    margin-top: 12px;
	}
	.section-opensignal-award.section-area-default .section.individual h2 {
		margin-left: 44px !important;
	}
	.uqc .section-starlink .starlink-price-wrap .labels .label {
		font-size: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
		gap: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
		gap: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
		font-size: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .slash {
		margin-right: 4px;
		font-size: 26px;
    padding-top: 0px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .price {
		font-size: 12px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .num {
		font-size: 30px;
	}
	.uqc .section-starlink .starlink-price-wrap .note {
		font-size: 9px;
	}
	.uqc .section-starlink.other .main-contents > .ttl::after {
		right: 10px;
    top: 19px;
    width: 80px;
    height: 99px;
    background-repeat: no-repeat;
	}
	.uqc .section-starlink.other .main-contents .ttl .img-wrap {
		max-width: 400px;
	}
	.uqc .section-starlink .head h2 .label {
		width: 76px;
	}
	.uqc .section-starlink::before {
    width: 97%;
    background-size: contain;
		left: 4px;
	}
	.uqc .section-starlink.origin .starlink-price-wrap .labels .label {
		font-size: 9px;
	}
	.uqc .section-starlink.origin .starlink-price-wrap .flex-wrap div .txt {
		font-size: 9px;
	}
  .uqc .section-starlink.origin .starlink-price-wrap .flex-wrap .num {
    font-size: 25px;
  }
  .uqc .section-starlink.origin .starlink-price-wrap .flex-wrap .slash {
    margin-left: -20px;
		margin-top: -2px;
	}
	.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
		max-width: 360px;
	}
	.uqc .section-starlink.origin .main-contents > .ttl::after {
		right: 12px;
    top: 12px;
    width: 64px;
    height: 99px;
    background-repeat: no-repeat;
	}
}

@media screen and (max-width: 768px) {
  .uqc .section-starlink::before {
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background-image: url(/mobile/newplan2025/img/starlink_bg_sp.svg);
	}
  .uqc .section-starlink .head {
		padding-top: 0;
	}
	.uqc .section-starlink.origin .head h2 {
		margin-top: -4px;
		padding-right: 0;
		padding-left: 0;
	}
	.uqc .section-starlink.origin .head h2 .lead {
    font-size: 16px;
		line-height: 1.4375;
	}
	.uqc .section-starlink .head h2 .label {
		font-size: 12px;
    padding: 4px 5px;
		display: inline-block;
	}
	.uqc .section-starlink .head h2 .txt {
		margin: auto;
    padding-right: 38px;
		gap: 7px;
		justify-content: center;
	}
	.uqc .section-starlink.other .head h2 .txt {
    padding-right: 34px;
	}
	.uqc .section-starlink .head h2 .txt .img {
		max-width: 244px;
		margin: unset;
	}
	.uqc .section-starlink .head h2 .note {
		line-height: 1.454545;
	}
	.uqc .section-starlink.other .head h2 .note {
		margin-top: 4px;
		padding-right: 8vw;
	}
	.uqc .section-starlink.origin .main-contents .ttl .img-wrap {
		max-width: 302px;
	}
	.uqc .section-starlink.other .main-contents .ttl .img-wrap {
		max-width: 306px;
	}
	.uqc .section-starlink.origin .main-contents {
    padding-top: 39px;
	}
  .uqc .section-starlink .main-contents .img-wrap.visible-sp {
		margin-top: 20px;
	}
  .uqc .section-starlink.other .main-contents {
		padding-top: 16px;
	}
  .uqc .section-starlink.other .main-contents {
		margin-top: 10px;
	}
	.uqc .section-starlink.other .head h2 .lead {
		font-size: 18px;
		padding-left: 30px;
		margin-top: 0;
	}
  .uqc .section-starlink.other .head h2 {
		padding: 0;
		margin-right: 2%;
	}
	.uqc .section-starlink.other .head {
		margin-top: 6px;
		margin-bottom: 4px;
		height: unset;
	}
  .uqc .section-starlink {
		max-height: 150px;
	}
	.uqc .section-starlink.origin .detail {
		margin-top: 0;
		padding-top: 8px;
	}
	.uqc .section-starlink.origin > .ac-head i {
		top: 50%;
	}
  .uqc .section-starlink.other.opened > .detail {
		margin-top: 0;
	}
	.uqc .section-starlink .starlink-price-wrap .labels {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 22px;
		margin-inline: 0;
	}
  .uqc .section-starlink .starlink-price-wrap .labels .label {
		min-height: 51px;
		font-size: 15px;
	}
	.uqc .section-starlink .starlink-price-box {
    margin-top: 50px;
    margin-inline: 12px;
	}
	.uqc .section-starlink .starlink-price-box .ttl {
		height: 43px;
		line-height: 41px;
		font-size: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap {
		flex-direction: column;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left .price-wrap {
		flex-direction: column;
		margin: auto;
		text-align: center;
		gap: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .right {
		flex-direction: column;
		margin: auto;
		text-align: center;
		margin-top: 28px;
		gap: 18px;
	}
	.uqc .section-starlink .starlink-price-wrap {
		padding: 24px 10px 20px;
	}
	.uqc .section-starlink .starlink-price-wrap .note {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 6px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt {
		font-size: 18px;
	}
	.uqc .section-starlink .notes.starlink {
		margin-inline: 10px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap {
		font-size: 20px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .num {
		font-size: 42px;
	}
	.uqc .section-starlink .starlink-price-wrap .flex-wrap .left {
	  margin: auto;
  }
	.uqc .section-starlink .starlink-price-wrap .flex-wrap div .txt sup {
	  margin-right: -6px;
	}
	.plan-tuuwahoudai-mini h3 {
    padding-bottom: 0;
  }
	.uqc .section-starlink.origin .section-ac.attention .head {
		margin-top: 6px;
    margin-bottom: 4px;
	}
	.uqc .section-starlink.origin .section-ac.attention .detail.attention {
		padding-top: 0;
	}
	.uqc .section-ac .ac-foot.attention {
    margin-left: -57px !important;
	}
	.uqc .section.section-starlink .section-ac.attention .head i::after {
		top: 18px !important;
    left: 42px !important;
	}
}
.uqc .section-starlink .detail .close {
	padding: 0 0 15px;
}
.uqc .section.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 .section-starlink .detail .close a:hover {
	color: #fff;
	opacity: .7;
}
.uqc .section.section-starlink .detail .close a:hover i {
	background-color: #fff !important;
}
.uqc .section.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 .section.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 .section-starlink .detail .close span {
	color: #fff;
	padding-top: 2px;
	letter-spacing: 0.1em;
	text-decoration: none !important;
}
@media screen and (max-width: 768px) {
	.uqc .content .section-starlink > .detail .close {
		margin-top: 60px;
		padding-bottom: 0 !important;
	}
	.uqc .section-starlink .detail .close span {
		color: #fff;
	}
}
.section-opensignal-award {
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section {
		border-width: 4px;
		border-radius: 14px;
		@media screen and (max-width: 767px) {
			border-radius: 14px;
		}
	}
	.area-ex-head {
		background-color: #fff !important;
		&:after {
			content: none;
		}
	}
	.section-opensignal-award-top {
		border-radius: var(--kado) var(--kado) 0 0;
		border: var(--bd-width) solid var(--pink);
		border-bottom: none;
		padding-top: 14px;
		@media screen and (max-width: 768px) {
			border-width: calc(var(--bd-width) / 2);
			border-radius: calc(var(--kado) / 2) calc(var(--kado) / 2) 0 0;
		}
		+.section {
			border-width: var(--bd-width);
			border-radius: 0 0 var(--kado) var(--kado);
			border-top: none;
			@media screen and (max-width: 768px) {
				border-width: calc(var(--bd-width) / 2);
				border-radius: 0 0 var(--bd-width) var(--bd-width);
			}
		}
	}
	.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;
		justify-content: center;
	}
	.section-opensignal-award-top.award2025-top .close a:hover i {
		background-color: #fff !important;
	}
	.award2025-modal-wrap .award2025-modal:nth-child(1) a {
		background-image: url(/mobile/newplan2025/img/img_award2025_01@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(2) a {
		background-image: url(/mobile/newplan2025/img/img_award2025_02@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(3) a {
		background-image: url(/mobile/newplan2025/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;
			}
		}
		.uqc .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: -13px;
					width: 40px;
					height: 40px;
					}
				}
			}
		}
		.area-ex {
			width: 100%;
			display: flex;
			flex-direction: column;
			margin: 24px auto 10px;
			width: fit-content;
			line-height: 1.2;
			transition: all 0.3s ease;
			align-items: start;
			@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;
				@media screen and (max-width: 768px) {
					& {
						grid-template: "ttl em" /max-content auto;
						gap: 16px;
						align-items: center;
						margin-left: 32px;
						margin-right: 0;
						font-size: 13px;
					}
				}
				.txt01 {
					grid-area: ttl;
					font-size: 23px;
					font-weight: bold;
					color: #000;
					@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: 400;
				@media screen and (max-width: 768px) {
					position: relative;
					margin-top: 0;
					left: -10px;
					font-size: 12px;
				}
			}
		}

		&.ac-head i {
			top: 50%;
			transform: translateY(-50%);
			right: 24px;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			@media screen and (max-width: 768px) {
				right: 10px;
				width: 23px;
				height: 23px;
			}
			&::before {
				margin: -1px 0 0 -7px;
        width: 13px;
        height: 3px;
			}
			&::after {
				margin: -6px 0 0 -2px;
        width: 3px;
        height: 13px;
			}
		}

	}
	.detail.sc {
		background: none;
	}
	.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) {
				max-width: 267px;
				margin-inline: auto;
			}
			img {
				display: inline;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
			}
		}
		>.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%;
			}
			.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-area.section-opensignal-award.section-area-default .section {
	border-radius: 14px;
}
@media screen and (max-width: 460px) {
  .uqc .section-starlink.other .head h2 .lead {
		padding-left: 0;
		font-size: 17px;
	}
}
.uqc .section-starlink .section-ac.attention .head .inner {
	position: static;
}
.uqc .section.section-starlink .section-ac .head i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section.section-starlink .section-ac .head i::before,
.uqc .section.section-starlink .section-ac .head i::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 54px;
	width: 14px;
	height: 2px;
	background-color: #323232;
}
.uqc .section-starlink .section-ac .head i::before {
	margin: -3px 0 0 -12px;
}
.uqc .section.section-starlink .section-ac .head i::after {
	top: 30px;
	left: 45px;
	transform: rotate(90deg);
}
.uqc .section.section-starlink .section-ac .ac-close {
	text-decoration: none;
}
@media screen and (max-width: 460px) {
	.uqc .section.section-starlink .section-ac .head i {
		width: 40px;
	}
	.uqc .section.section-starlink .section-ac.attention .head i::before ,
	.uqc .section.section-starlink .section-ac.attention .head i::after  {
		top: 16px !important;
		left: 4px !important;
		margin: 0;
	}
}
.uqc .content .section-starlink .detail .close,
.uqc .content .section.individual .detail .close {
  display: flex;
  justify-content: center;
  padding: 40px 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 {
  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 {
  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 {
  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 {
  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 {
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover span,
  .uqc .content .section.individual .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 {
    background-color: #e4007f !important;
    opacity: 1;
  }
  .uqc .content .section-starlink .detail .close a:hover i::before,
  .uqc .content .section.individual .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 {
    font-size: 15px;
    height: auto;
  }
  .uqc .content .section-starlink .detail .close a i,
  .uqc .content .section.individual .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 {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
  .uqc .content .section-starlink .detail .close a span,
  .uqc .content .section.individual .detail .close a span {
    display: inline-block;
    color: #717171;
    letter-spacing: -0.07em;
  }
  .uqc .content .section-starlink .detail .close,
  .uqc .content .section.individual .detail .close {
    padding: 0;
  }
  .uqc .content .section-starlink .detail .close {
    margin-top: 25px;
  }
}
.note-tip-balloon .frame .block.starlink a {
	display: inline-block;
	text-align: left;
}
/* ↑ feature_250707 */