@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;900&display=swap);
body {
	margin: 0;
}
:root {
	--pink: #E4007F;
	--pink2: #F1559A;
}
@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;
	line-height: inherit;
	color: inherit;
	/* font-feature-settings: "palt"; */
}
.note-tip-balloon,
.note-tip-balloon * {
	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: 0 0;
	transform: scale(.66);
}
.uqc .container.section-box h2 sup,
.uqc .plan-hd sup{
	transform: scale(.5);
}
.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;
	font-family: HiraKakuProN-W3, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, "Noto Sans JP", "Droid Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
.uqc .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 .content-plan {
	background-color: #4EB7F3;
}
.uqc .container {
	overflow: visible;
	position: relative;
	margin: 0 auto;
	max-width: 852px;
	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,
.uqc h2,
.uqc .application {
	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.4;
	text-align: left;
	font-family: HiraKakuProN-W3;
}
#size-check {
	height: 0;
}
.uqc .color-red {
	color: #e4007f;
}
.uqc .sc-plan03 .color-red {
	color: #f00;
}
@media screen and (max-width:768px) {
	.uqc .container {
		margin: 0 4.666%;
		width: auto;
	}
	#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;
	padding-bottom: 15px;
	background: #4EB7F3;
}
.uqc .kv-area h1 {
	position: relative;
	margin: 0 auto;
	z-index: 0;
	text-align: center;
}
.uqc .kv-area h1 img {
	display: inline;
}
.uqc .kv_remarks {
	margin: 15px 0 15px 0;
	font-size: 14px;
	text-align: center;
}
.uqc .tab ul {
	display: flex;
	border: 3px solid #000;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #000;
	justify-content: center;
}
.uqc .tab ul li {}
.uqc .tab ul li a {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	display: block;
}
.uqc .tab ul li span {
	display: grid;
	grid-template: "icon ttl" "arrow arrow" /auto 1fr;
	gap: 3px 10px;
	padding: 12px 14px 8px;
	align-items: center;
	text-align: center;
	line-height: 1.35;
}
.uqc .tab ul li span img {
	grid-area: icon;
}
.uqc .tab ul li span:after {
	grid-area: arrow;
	content: "";
	background: url(../images/icon_bottom.svg) no-repeat center;
	width: 19px;
	height: 19px;
	justify-self: center;
}
.uqc .tab ul li a:hover {
	opacity: .7;
}
.uqc .tab ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	border-right: 1px #000 dashed;
}
.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 {
		padding-bottom: 5px;
		font-feature-settings: "palt";
	}
	.uqc .tab .container {
		margin-inline: 3%;
	}
	.uqc .tab ul {
		border-width: 2px;
		border-radius: 5px;
		box-shadow: 0 5px 0 0 #000;
	}
	.uqc .tab ul li span {
		grid-template: "icon" "ttl" "arrow" /1fr;
		font-size: 11px;
		padding: 12px 0.9vw 8px;
		place-items: center;
		gap: 6px;
	}
	.uqc .tab ul li span img {
		height: 24px;
		width: 24px;
		object-fit: contain;
	}
	.uqc .tab ul li span img[src*="knowledge"] {
		width: 30px;
		margin-top: -3px;
	}
	.uqc .tab ul li span:after {
		width: 16px;
		height: 16px;
		background-size: contain;
	}
	.uqc .tab ul li a::after {
		top: 11px;
		bottom: 11px;
		width: 1px;
	}
}
.uqc .faq {
	margin: 10px 0 50px 0;
}
.uqc .faq .heading {
	padding: 35px 0;
}
.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-top: 24px;
	margin-inline: auto;
	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 {
	position: relative;
	padding: 0 10px 5px 10px;
	font-weight: 700;
	font-size: 17px;
}
.btn-sub-title {
	display: flex;
	gap: 15px;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: -5px;
	font-weight: 400;
}
.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;
}
.uqc .btn-fill-icon.shop:before {
	background: url(../images/icon-btn-shop.svg) no-repeat center;
}
@media screen and (max-width:768px) {
	.uqc .application-wrap {
		padding: 30px 4.666% 45px 4.666%;
	}
	.uqc .application {
		margin-top: 10px;
	}
	.uqc .application .h {
		margin: 0 0 5px 0;
		font-size: 18px;
	}
	.uqc .application ul {
		margin: 0;
		padding: 0 12px;
		gap: 10px;
	}
	.uqc .application-wrap .application ul {
		padding: 0;
	}
	.uqc .application ul li {
		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 1.5em;
	height: 66px;
	background-color: #e4007f;
	border: 2px solid #e4007f;
	border-radius: 20px;
	color: #fff;
	box-shadow: 0 5px 0 #000;
	font-weight: 900;
	font-size: 17px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
	min-width: 333px;
	line-height: 1.4;
}
.uqc .btn-outline-icon {
	height: 86px;
	min-width: 350px;
	background-color: #fff;
	box-shadow: 0 5px 0 var(--pink);
	color: var(--pink);
	padding: 0 0 0 1em;
	font-size: 19px;
}
.uqc .btn-outline-icon.online {
	line-height: 1.1;
}
.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: 28px;
	margin-top: -20px;
	padding-top: 40px;
	width: 42px;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-outline-icon::before {
	left: 20px;
	font-size: 19px;
}
.uqc .btn-fill-icon.online::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-outline-icon::before {
	background-image: url(../images/icon-btn-shop-b.svg);
}
.uqc .btn-outline-icon.online::before {
	background-image: url(../images/icon-btn-online-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);
}
.uqc .btn-outline-icon::after {
	right: 10px;
}
@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: 55px;
		border-radius: 17px;
		box-shadow: 0 4px 0 #000;
		font-size: 14px;
		min-width: 280px;
	}
	.uqc .btn-outline-icon {
		font-size: 16px;
	}
	.uqc .btn-outline-icon {
		box-shadow: 0 6px 0 #e4007f;
		height: 74px;
	}
	.uqc .btn-block-online .btn-fill-icon {
		padding: 0 0 0 .4em;
	}
	.uqc .btn-fill-icon::before,
	.uqc .btn-outline-icon::before {
		left: 20px;
		margin-top: -16px;
		padding-top: 35px;
		width: 40px;
	}
	.uqc .btn-outline-icon::before {
		left: 10px;
	}
	.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 .btn-outline-icon::after {
		right: 4px;
	}
}
.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", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}
.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.note-tip-balloon .frame .tail {
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
}
.note-tip-balloon .frame .tail:after,
.note-tip-balloon .frame .tail:before {
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 8px 18px;
}
.note-tip-balloon .frame .tail:before {
	border-color: transparent transparent #000;
}
.note-tip-balloon .frame .tail:after {
	top: 5px;
	border-color: transparent transparent #fff;
}
.note-tip-balloon .frame .block {
	display: none;
}
.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}
.note-tip-balloon .frame .block .h {
	margin: 0 0 0.7em;
	font-size: 18px;
	color: #e73079;
}
.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
	text-align: center;
	display: block;
}
.os-pc .note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}
.note-tip-balloon .frame .block .links {
	margin: 1em 0 0;
	text-align: center;
}
.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}
.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #a0a0a0 url(../images/icon-close.svg) 50% 50% no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .note-tip-balloon .frame .note-tip-close a:hover {
	opacity: 0.7;
}
.note-tip-balloon .frame img {
	width: 100%;
}
.note-tip-balloon .link-block {
	margin: 20px 0 0 0;
	text-align: center;
}
@media screen and (max-width:768px) {
	.uqc .note-tip-btn a {
		height: 26px;
		font-size: 13px;
	}
	.uqc .note-tip-btn a i {
		width: 16px;
		height: 16px;
		font-size: 12px;
	}
	.note-tip-balloon {
		padding: 0 40px;
		width: 100% !important;
	}
	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}
	.note-tip-balloon .frame .tail {
		margin-left: -40px;
	}
	.note-tip-balloon .frame .note-tip-close a {
		width: 30px;
		height: 30px;
	}
	.note-tip-balloon .link-block {
		margin: 5.3vw 0 0 0;
	}
}
@media screen and (max-width:370px) {
	.note-tip-balloon {
		padding: 0 6vw;
	}
}
.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.2em;
}
.tip-plan-setwari .note {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .courses {
	display: flex;
	margin: 0 -8px;
}
.tip-plan-setwari h4 {
	display: flex;
	align-items: center;
	padding: 0 0 0 5px;
	border: 2px solid #000;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
}
.tip-plan-setwari h4::before {
	content: "";
	display: block;
	margin: 0 5px 0 0;
	width: 36px;
	height: 36px;
	background-size: contain;
}
.tip-plan-setwari .course-net {
	margin: 20px 0 0 0;
	padding: 0 8px;
	flex-basis: 64%;
}
.tip-plan-setwari .course-net .wrap {
	display: flex;
	margin: 10px 0 0 0;
}
.tip-plan-setwari .course-net .box01 {
	flex-basis: 98px;
	text-align: center;
	margin: 35px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .course-net .box01 .notes>li {
	font-size: 10px;
}
.tip-plan-setwari .course-net .box01 img {
	margin: 0 auto 2px auto;
	width: 40px;
}
.tip-plan-setwari .course-net .box01 .logo img {
	margin: 5px auto 4px auto;
	width: 82px;
}
.tip-plan-setwari .course-net .plus {
	flex-basis: 30px;
}
.tip-plan-setwari .course-net .plus img {
	margin: 46px 0 0 -12px;
	width: 30px;
}
.tip-plan-setwari .course-net .service {
	flex: 1;
}
.tip-plan-setwari .course-net .service .title {
	position: relative;
	display: flex;
	justify-content: center;
}
.tip-plan-setwari .course-net .service .title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	border: 1px solid #000;
	border-bottom: 0;
}
.tip-plan-setwari .course-net .service .title span {
	display: block;
	position: relative;
	padding: 0 1em;
	background-color: #fff;
}
.tip-plan-setwari .course-net .boxes {
	display: flex;
	white-space: nowrap;
}
.tip-plan-setwari .course-net .boxes .box {
	flex-basis: 33.333%;
	font-size: 12px;
}
.tip-plan-setwari .course-net .boxes .box ul {
	font-size: 10px;
}
.tip-plan-setwari .course-net .boxes .box .logo img {
	margin: 0 auto 4px auto;
	width: 80px;
}
.tip-plan-setwari .course-denki {
	margin: 20px 0 0 0;
	padding: 0 8px;
	flex: 1;
}
.tip-plan-setwari .course-denki .boxes {
	display: flex;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 13px;
}
.tip-plan-setwari .course-denki .boxes .plus {
	flex-basis: 30px;
}
.tip-plan-setwari .course-denki .boxes .plus img {
	margin: 46px 0 0 -12px;
	width: 30px;
}
.tip-plan-setwari .course-denki .boxes .box01 {
	margin: 35px 0 0 0;
	font-size: 12px;
}
.tip-plan-setwari .course-denki .boxes .box01 img {
	margin: 0 auto 2px auto;
	width: 40px;
}
.tip-plan-setwari .course-denki .boxes .box01 .logo img {
	margin: 5px auto 4px auto;
	width: 82px;
}
.tip-plan-setwari .course-denki .boxes .box02 {
	margin: 15px 0 0 0;
}
.tip-plan-setwari .course-denki .boxes .box02 img {
	margin: 0 auto;
	width: 78px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo {
	margin: 5px auto 0 auto;
	width: 86px;
}
.tip-plan-setwari .course-denki .boxes .box02 .logo img {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari .head h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 2.6vw 0;
		padding: 0;
		font-size: 5vw;
	}
	.tip-plan-setwari .head h3::before {
		position: static;
		margin: -2.4vw 1.3vw 0 0;
		width: 10.6vw;
		height: 10.6vw;
	}
	.tip-plan-setwari .head p {
		padding: 0;
	}
	.tip-plan-setwari .note {
		margin: 5.3vw 0 0 0;
		font-size: 3.2vw;
	}
	.tip-plan-setwari .courses {
		display: block;
		margin: 0;
	}
	.tip-plan-setwari h4 {
		padding: 0 0 0 1.3vw;
		font-size: 4vw;
	}
	.tip-plan-setwari h4::before {
		margin: 0 1.3vw 0 0;
		width: 9.6vw;
		height: 9.6vw;
	}
	.tip-plan-setwari .course-net {
		margin: 5.3vw 0 0 0;
		padding: 0;
	}
	.tip-plan-setwari .course-net .wrap {
		display: block;
		margin: 2.6vw 0 0 0;
	}
	.tip-plan-setwari .course-net .box01 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 4vw 0 1vw 0;
		text-align: left;
		font-size: 3.2vw;
		line-height: 1.3;
	}
	.tip-plan-setwari .course-net .box01 .notes>li {
		margin-top: 5px;
		font-size: 2.0vw;
	}
	.tip-plan-setwari .course-net .box01 img {
		margin: 0 2.6vw 0 0;
		width: 10.6vw;
	}
	.tip-plan-setwari .course-net .box01 .logo img {
		margin: 0 0 0.5vw 0;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-net .plus {
		margin: 0 auto;
		width: 30px;
	}
	.tip-plan-setwari .course-net .plus img {
		margin: 0;
		width: 8vw;
	}
	.tip-plan-setwari .course-net .service {
		margin: 1.3vw 0 0 0;
	}
	.tip-plan-setwari .course-net .boxes .box {
		font-size: 2.9vw;
	}
	.tip-plan-setwari .course-net .boxes .box ul {
		font-size: 2.6vw;
	}
	.tip-plan-setwari .course-net .boxes .box .logo img {
		margin: 0.4vw auto 1vw auto;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-denki {
		margin: 5.3vw 0 0 0;
		padding: 0;
	}
	.tip-plan-setwari .course-denki .boxes {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari .course-denki .boxes .box {
		flex-basis: 43%;
	}
	.tip-plan-setwari .course-denki .boxes .plus {
		flex: 1;
	}
	.tip-plan-setwari .course-denki .boxes .plus img {
		margin: 10.1vw auto 0 auto;
		width: 8vw;
	}
	.tip-plan-setwari .course-denki .boxes .box01 {
		margin: 6.6vw 0 0 0;
		font-size: 3.2vw;
	}
	.tip-plan-setwari .course-denki .boxes .box01 img {
		margin: 0 auto 1.3vw auto;
	}
	.tip-plan-setwari .course-denki .boxes .box01 .logo img {
		margin: 0 0 0.5vw 0;
		width: 21.3vw;
	}
	.tip-plan-setwari .course-denki .boxes .box02 {
		margin: 0;
	}
	.tip-plan-setwari .course-denki .boxes .box02 img {
		width: 21.8vw;
	}
	.tip-plan-setwari .course-denki .boxes .box02 .logo {
		margin: 3.7vw auto 0 auto;
		width: 25vw;
	}
}
.tip-plan-setwari .course-net h4 {
	background-color: #79e5f1;
}
.tip-plan-setwari .course-net h4::before {
	background-image: url(../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-setwari-condition .head h3 {
	position: relative;
	padding: 0 0 0 55px;
	font-size: 18px;
}
.tip-plan-setwari-condition .head h3::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background-size: contain;
	background-image: url(../images/tip-setwari-icon.svg);
}
.tip-plan-setwari-condition .head p {
	padding: 0 0 0 55px;
}
.tip-plan-setwari-condition .table {
	margin: 20px 0;
}
.tip-plan-setwari-condition .note {
	font-size: 13px;
}
.tip-plan-setwari-condition .note li {
	display: inline;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-condition-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari-condition .head h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 2.6vw 0;
		padding: 0;
		font-size: 5vw;
	}
	.tip-plan-setwari-condition .head h3::before {
		position: static;
		margin: -2.4vw 1.3vw 0 0;
		width: 10.6vw;
		height: 10.6vw;
	}
	.tip-plan-setwari-condition .head p {
		padding: 0;
	}
	.tip-plan-setwari-condition .table {
		margin: 2vw 0 4vw 0;
	}
	.tip-plan-setwari-condition .note {
		font-size: 3.2vw;
	}
}
.tip-plan-setwari-kazoku .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
}
.tip-plan-setwari-kazoku .head {
	position: relative;
	padding: 10px 30px 0 20px;
	text-align: center;
	line-height: 1.3;
}
.tip-plan-setwari-kazoku .head::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #000;
}
.tip-plan-setwari-kazoku .head .catch {
	font-size: 16px;
}
.tip-plan-setwari-kazoku .head .catch sup {
	margin: 0 -0.1em;
}
.tip-plan-setwari-kazoku .head h3 {
	font-weight: inherit;
	font-size: 32px;
	color: #e4007f;
}
.tip-plan-setwari-kazoku .head .note {
	margin: 5px 0 0 0;
	font-weight: 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;
}
.tip-plan-setwari-kazoku .setwari-detail {
	position: relative;
	padding: 0 5px 0 25px;
	font-size: 14px;
	line-height: 1.7;
}
.tip-plan-setwari-kazoku .setwari-detail ul li {
	padding-left: 2em;
	text-indent: -1em;
}
.tip-plan-setwari-kazoku .foot {
	margin: 25px 0 0 0;
}
.tip-plan-setwari-kazoku .foot .note {
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.tip-plan-setwari-kazoku-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-setwari-kazoku .row {
		display: block;
		padding: 0;
	}
	.tip-plan-setwari-kazoku .head {
		padding: 2vw 0 4.6vw 0;
		border-bottom: 1px solid #000;
	}
	.tip-plan-setwari-kazoku .head::before {
		content: none;
	}
	.tip-plan-setwari-kazoku .head .catch {
		font-size: 4.4vw;
	}
	.tip-plan-setwari-kazoku .head h3 {
		font-weight: inherit;
		font-size: 8.4vw;
	}
	.tip-plan-setwari-kazoku .head .note {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari-kazoku .head .text {
		margin: 1.8vw 0 1vw 0;
		font-size: 5.2vw;
	}
	.tip-plan-setwari-kazoku .head .price-block {
		display: block;
		margin: 0;
	}
	.tip-plan-setwari-kazoku .head .price {
		margin: 0 0 -15px 0;
		font-size: 5.2vw;
	}
	.tip-plan-setwari-kazoku .head .price div {
		margin: 7vw 0 0 0;
	}
	.tip-plan-setwari-kazoku .head .price .num {
		margin: 0 0.04em 0 0;
		font-size: 15.8vw;
	}
	.tip-plan-setwari-kazoku .head .waribiki {
		margin: 0;
		font-size: 7.4;
	}
	.tip-plan-setwari-kazoku .setwari-detail {
		padding: 4vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-setwari-kazoku .foot {
		margin: 4vw 0 0 0;
	}
	.tip-plan-setwari-kazoku .foot .note {
		font-size: 3.4vw;
	}
}
.tip-plan-aupay .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
}
.tip-plan-aupay .head {
	position: relative;
	padding: 10px 30px 0 20px;
	text-align: center;
	line-height: 1.3;
	flex-shrink: 0;
}
.tip-plan-aupay .head .catch {
	font-size: 16px;
}
.tip-plan-aupay .head .catch sup {
	margin: 0 -0.1em;
}
.tip-plan-aupay .head h3 {
	font-weight: inherit;
	font-size: 32px;
	color: #e4007f;
}
.tip-plan-aupay .head .text {
	margin: 7px 0 2px 0;
	font-size: 18px;
	color: #e4007f;
}
.tip-plan-aupay .head .price-block {
	display: flex;
	justify-content: center;
	margin: 0 0 -14px 0;
	color: #e4007f;
}
.tip-plan-aupay .head .price {
	display: flex;
	justify-content: center;
	font-size: 26px;
	line-height: 1.1;
}
.tip-plan-aupay .head .price div {
	margin: 27px 0 0 0;
}
.tip-plan-aupay .head .price .num {
	margin: 0 0.04em 0 0;
	font-size: 70px;
	font-family: Price;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.tip-plan-aupay .head .waribiki {
	margin: 17px 0 0 0;
	font-size: 32px;
}
.tip-plan-aupay .setwari-detail {
	position: relative;
	padding: 0 20px 0 30px;
	font-size: 14px;
	line-height: 1.7;
}
.tip-plan-aupay .setwari-detail::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: #000;
}
.tip-plan-aupay .foot {
	margin: 25px 0 0 0;
}
.tip-plan-aupay .foot .note {
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.tip-plan-aupay-opened {
		width: 690px;
	}
}
@media screen and (max-width: 768px) {
	.tip-plan-aupay .row {
		display: block;
		padding: 0;
	}
	.tip-plan-aupay .head {
		padding: 2vw 0 4.6vw 0;
		border-bottom: 1px solid #000;
	}
	.tip-plan-aupay .head .catch {
		font-size: 4.4vw;
	}
	.tip-plan-aupay .head h3 {
		font-weight: inherit;
		font-size: 8.4vw;
	}
	.tip-plan-aupay .head .note {
		margin: 1.3vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-aupay .head .text {
		margin: 1.8vw 0 1vw 0;
		font-size: 4.4vw;
	}
	.tip-plan-aupay .head .price-block {
		display: block;
		margin: 0;
	}
	.tip-plan-aupay .head .price {
		margin: 0 0 -15px 0;
		font-size: 5.2vw;
	}
	.tip-plan-aupay .head .price div {
		margin: 7vw 0 0 0;
	}
	.tip-plan-aupay .head .price .num {
		margin: 0 0.04em 0 0;
		font-size: 15.8vw;
	}
	.tip-plan-aupay .head .waribiki {
		margin: 0;
		font-size: 7.4;
	}
	.tip-plan-aupay .setwari-detail {
		padding: 4vw 0 0 0;
		font-size: 3.4vw;
	}
	.tip-plan-aupay .setwari-detail::before {
		content: none;
	}
	.tip-plan-aupay .foot {
		margin: 4vw 0 0 0;
	}
	.tip-plan-aupay .foot .note {
		font-size: 3.4vw;
	}
}
.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;
	}
}
.price .num {
	font-family: 'Price';
	font-weight: 600;
	letter-spacing: -.03em;
}
.plan-detail-wrap {
	margin-top: 28px;
	display: grid;
	grid-template:
		"hd price ."
		"set set set" / 1fr auto 1fr;
	justify-content: center;
	gap: 0 8px;
}
.plan-detail-ttl {
	text-align: center;
	font-size: 20px;
	color: var(--pink);
}
.uqc .plan-detail-hd {
	font-size: 13px;
	line-height: 1.4;
	font-feature-settings: "halt";
	grid-area: hd;
	font-family: HiraKakuProN-W3;
	align-self: center;
	justify-self: center;
}
.plan-detail-price {
	grid-area: price;
	display: flex;
	justify-content: center;
	white-space: nowrap;
	color: var(--pink);
}
.plan-detail-price .block {
	display: flex;
}
.plan-detail-price .block-sm {
	color: #666;
}
.plan-detail-price .block .gb {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Price';
	font-weight: 600;
	letter-spacing: -.03em;
	gap: 2px;
	margin-right: 10px;
}
.plan-detail-price .block .gb .num {
	font-size: 42px;
}
.plan-detail-price .block .gb .unit {
	font-size: 28px;
	margin-top: 0.3em;
}
.plan-komikomi .plan-detail-price {
	margin-top: 10px;
}
.plan-komikomi .plan-detail-price .block .gb {
	width: 250px;
}
.plan-komikomi .plan-detail-price .block .price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 0;
}
.plan-detail-price .block-sm .price {
	margin: 11px 0 0 0;
}
.plan-detail-price .block .tax-out {
	display: flex;
	margin: 0 0 0 0;
	line-height: 1.1;
}
.plan-detail-price .block .tax-out .num {
	font-size: 84px;
}
.plan-detail-price .block .tax-out dl {
	margin: 8px 0 0 8px;
}
.plan-detail-price .block .tax-out dt {
	font-size: 21px;
}
.plan-detail-price .block .tax-out dd {
	margin: 5px 0 0 0;
	font-size: 32px;
}
.plan-detail-price .block-sm .tax-out {
	margin: 0 0 -8px 0;
}
.plan-detail-price .block-sm .tax-out dl {
	margin: 5px 0 0 5px;
}
.plan-detail-price .block-sm .tax-out .num {
	font-size: 62px;
}
.plan-detail-price .block-sm .tax-out dt {
	font-size: 15px;
}
.plan-detail-price .block-sm .tax-out dd {
	margin: 2px 0 0 0;
	font-size: 25px;
}
.plan-detail-price .block .tax-in {
	display: flex;
	justify-content: center;
	line-height: 1.1;
	font-size: 28px;
	font-weight: normal;
}
.plan-detail-price .block .tax-in .num {
	margin: -8px 0 0 2px;
	font-size: 44px;
}
.plan-detail-price .block .tax-in .yen {
	margin: 5px 0 0 2px;
	font-size: 22px;
}
.plan-detail-note {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 80%;
}
.plan-detail-note .notes {
	margin: 0 10%;
}
.plan-detail-note .block:last-child {
	visibility: hidden;
}
.plan-tokutoku .plan-detail-price .block-lg {
	color: var(--tokutoku_color);
}
.plan-tokutoku .plan-detail-price .notes {
	color: #000;
}
.plan-komikomi .plan-detail-price .block-lg {
	color: var(--komikomi_color);
}
.plan-minimini .plan-detail-price .block-lg {
	color: var(--minimini_color);
}
.plan-komikomi .plan-detail-price .catch {
	display: none;
}
.plan-detail-setwari {
	grid-area: set;
	display: flex;
	align-items: center;
	justify-self: center;
	flex-direction: column;
}
.plan-detail-setwari .setwari {
	width: 260px;
}
.plan-detail-setwari .price {
	display: flex;
	line-height: 1.1;
	align-items: baseline;
}
.plan-detail-setwari .price .text {
	margin: 0 12px 0 0;
	font-size: 16px;
	font-weight: 400;
}
.plan-detail-setwari .price .num {
	margin: 0 4px;
	font-size: 42px;
	line-height: 1;
}
.plan-detail-setwari .price .yen {
	margin: 8px 0 0 0;
	font-size: 21px;
}
.plan-detail-figure.kurikoshi {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kurikoshi-next {
	display: flex;
	background: var(--pink);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 288px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	line-height: 1.3;
	text-align: center;
}
.plan-detail-figure.kurikosi-graph {
	margin: 20px auto 0;
}
.plan-detail-figure>.notes {
	margin-top: 7px;
}
.kurikoshi-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 410px;
	background: var(--tokutoku_color);
	text-align: center;
	border-radius: 10px;
}
.kurikoshi-box>.txt {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0.4em;
}
.kurikoshi-box>a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	transition: .2s;
	background-color: #fff;
	background-image: url(../images/tip-hatena-pink.svg);
}
@media screen and (max-width: 768px) {
	.plan-detail-setwari {
		display: block;
		margin: 10px 0 0;
	}
	.plan-detail-setwari .setwari {
		margin: 3vw auto 0 auto;
		width: 70vw;
	}
	.plan-tokutoku .plan-detail-setwari .price {
		background-repeat: no-repeat;
		background-image: url(../images/line-dashed-tokutoku.svg);
		background-size: 100% auto;
	}
	.plan-detail-setwari .price {
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 0;
	}
	.plan-detail-setwari .price .text {
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.plan-detail-setwari .price .num {
		margin: 0 1.4vw;
		font-size: 38px;
	}
	.plan-detail-setwari .price .yen {
		margin: 2vw 0 0 0;
		font-size: 20px;
	}
	.plan-detail-figure {
		padding: 2vw 4vw 0 4vw;
		width: 100%;
	}
	.plan-detail-figure.kurikoshi {
		margin: 10px auto;
	}
	.kurikoshi-box {
		margin: 0 auto;
		max-width: none;
		gap: 3vw;
	}
	.kurikoshi-box>.txt {
		font-size: 4.5vw;
		padding: 3vw 1vw;
	}
	.kurikoshi-box>a {
		width: 7vw;
		height: 7vw;
	}
}
.plan-detail-row {
	display: grid;
	margin: 24px auto 24px auto;
	gap: 0 24px;
	grid-template: ". table ." /auto min(270px, 100%) auto;
	justify-content: center;
}
.plan-detail-info .label-box {
	/* grid-template-columns: repeat(3, 1fr);
	grid-template-columns: repeat(auto-fit, minmax(auto, 115px)); */
	display: flex;
	justify-content: center;
	gap: 12px;
}
.plan-detail-info .label-box li {
	width: 115px;
	height: 110px;
	grid-template-rows: 26px auto;
	border-radius: 4px;
}
.plan-detail-info {
	width: fit-content;
}
.plan-detail-info .label-box .hd {
	font-size: 13px;
	padding: 0;
	background: #8B8B8B;
	margin: 1px;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #000;
}
.plan-detail-info .label-box .inner {
	font-size: 14px;
	padding: 11px 0;
	line-height: 1.4;
}
.color-attention {
	color: #f00;
}
.link-col {
	color: var(--pink);
	display: flex;
	gap: 24px;
	justify-content: end;
	font-size: 15px;
}
.link-col.space {
	margin-top: 16px;
	margin-bottom: 36px;
}
.link-col.center {
	justify-content: center;
}
.link-col.left {
	justify-content: start;
}
.link-col.right {
	justify-content: right;
}
.link-col a {
	text-decoration: underline;
	color: inherit;
}
.link-col a:hover {
	text-decoration: none;
}
.plan-detail-items {
	flex-basis: 50%;
	grid-area: table;
}
.plan-detail-items h4 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 13px;
}
.plan-detail-items .row {
	display: flex;
	margin: 0 -7px;
}
.plan-detail-items .col {
	padding: 0 7px;
	flex-basis: 50%;
}
.plan-detail-items .plan-detail-table-wrap {
	border-radius: 5px;
	border: 1px solid #000;
	overflow: hidden;
}
.plan-detail-items table {
	margin: -1px;
	width: calc(100% + 2px);
	line-height: 1.2;
	white-space: nowrap;
	align-self: baseline;
}
.plan-detail-items table thead th {
	text-align: center;
	padding: 6px;
	font-size: 12px;
	border-bottom: 1px solid #000;
	background-color: #f5f5f5;
	font-weight: bold;
}
.plan-detail-items table tbody {
	display: block;
	padding: 5px 10px;
	font-family: HiraKakuProN-W3;
}
.plan-detail-items table tbody tr {
	display: grid;
	grid-template-columns: 1fr 30%;
}
.plan-detail-items table th sup {
	color: red;
}
.plan-detail-items table th {
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	padding: 3px 0;
}
.plan-detail-items table td {
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
}
.plan-detail-items table td .price {
	display: flex;
	margin-bottom: -5px;
	justify-content: end;
}
.plan-detail-items table td .price .num {
	padding-right: 1px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}
.plan-detail-items table .sum td .price .num {
	font-size: 22px;
}
.plan-detail-items table td .price .num span {
	letter-spacing: -0.1em;
}
.plan-tip-block ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	gap: 8px 24px;
}
.plan-tip-block ul li {
	display: flex;
}
.plan-tip-block a {
	display: block;
	margin: 0 0 0 5px;
	width: 22px;
	height: 22px;
	background-color: #ea6094;
	background-image: url(../images/tip-hatena.svg);
	background-size: contain;
	border-radius: 5px;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .plan-tip-block a:hover {
	opacity: 0.7;
}
.uqc .container.section-box {
	margin-top: 24px;
}
.uqc .container.section-box .white-box {
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.uqc .container.section-box h2 {
	border-radius: 8px 8px 0 0;
	background: var(--pink2);
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
	padding: 10px 20px;
	min-height: 90px;
	font-weight: 900;
	text-align: center;
	gap: 4px;
}
.uqc .container.section-box h2:has(i) {
	flex-direction: row;
	gap: 10px;
}
.uqc .container.section-box h2 i {
	width: fit-content;
	margin-left: -74px;
}
.uqc .container.section-box h2 .square {
	padding: 0 10px;
	background: #fff;
	color: var(--pink2);
	border-radius: 4px;
	margin-left: 10px;
	line-height: 1;
	font-size: 18px;
}
.uqc .container.section-box h2 em {
	font-size: 28px;
	font-weight: 900;
}
.uqc .container.section-box h2 em span {
	font-size: 34px;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.uqc .container.section-box {
		margin-top: 16px;
	}
	.uqc .container.section-box h2 {
		height: auto;
		padding: 10px 8px;
		gap: 4px;
		min-height: 58px;
	}
	.uqc .container.section-box h2 i {
		margin-left: 0;
	}
	.uqc .container.section-box h2 i img {
		width: 30px;
	}
	.uqc .container.section-box h2 .mini {
		font-size: 14px;
	}
	.uqc .container.section-box h2 .square {
		border-radius: 8px;
		font-size: 14px;
	}
	.uqc .container.section-box h2 em {
		font-size: 19px;
		line-height: 1;
	}
	.uqc .container.section-box h2 em span {
		font-size: 22px;
		line-height: 1.08;
	}
	.uqc .container.section-box h2 em span.rakuraku {
		font-feature-settings: "palt";
		display: inline-block;
		margin-top: -4px;
	}
}
.uqc .container.section-box .white-box {
	padding: 22px 94px 40px;
}
.uqc .container.section-box .white-box.senior {
	padding: 24px 94px 40px;
}
.uqc .container.section-box .white-box.rakuraku {
	padding: 40px 64px 40px;
}
.uqc .container.section-box .white-box.application-method {
	padding: 22px 60px 60px;
}
@media screen and (max-width: 767px) {
	.uqc .container.section-box .white-box {
		padding: 16px 24px 30px;
	}
	.uqc .container.section-box .white-box.senior {
		padding: 16px 30px 30px;
	}
	.uqc .container.section-box .white-box.rakuraku {
		padding: 24px 30px 30px;
	}
	.uqc .container.section-box .white-box.au-shop {
		padding: 16px 30px 30px;
	}
	.uqc .container.section-box .white-box.application-method {
		padding: 16px 30px 30px;
	}
}
.label-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.label-box:not(:first-child) {
	margin-top: 22px;
}
.label-box>li {
	box-shadow: inset 0 0 0px 1px #000;
	border-radius: 8px;
	overflow: hidden;
	height: 140px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
}
.label-box .hd {
	background: var(--pink);
	color: #fff;
	text-align: center;
	padding: 2px;
	margin: -1px;
	font-weight: 900;
}
.label-box .inner {
	padding: 17px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.label-box .inner .ttl {
	margin-bottom: 5px;
}
.label-box .inner .price-text {
	color: var(--pink);
	font-weight: 900;
	font-size: 40px;
	line-height: 1;
}
.notice-dl {
	font-size: 13px;
	margin-top: 20px;
	font-family: HiraKakuProN-W3;
}
.img-article {
	display: flex;
	gap: 40px;
}
.img-article figcaption {
	font-size: 12px;
	margin-top: 14px;
}
.img-article .text-wrap {
	flex: 1;
}
.img-article .text-wrap .normal-list li+li {
	margin-top: 5px;
}
.img-article.support {
	gap: 24px;
	align-items: center;
}
.img-article.support figure {
	margin-top: 16px;
}
.img-article.support .hd03 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 8px;
}
.img-article.support .text-wrap .normal-list li {
	line-height: 1.3;
}
.img-article.support .text-wrap .normal-list li+li {
	margin-top: 0;
}
.hd03 {
	font-size: 22px;
	color: var(--pink);
	margin-bottom: 8px;
	margin-top: 16px;
}
.hd03.center {
	margin-top: 24px;
	text-align: center;
}
.normal-list li {
	position: relative;
	padding-left: 12px;
	font-size: 15px;
	font-family: HiraKakuProN-W3;
}
.normal-list li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.col3-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.col3-wrap .img {
	border-radius: 8px;
	overflow: hidden;
}
.col3-wrap .ttl {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	font-family: HiraKakuProN-W3;
}
.col3-wrap .txt {
	font-size: 14px;
	line-height: 1.42;
	font-family: HiraKakuProN-W3;
}
.support-box {
	margin-top: 32px;
	border: 1px solid var(--pink);
	border-radius: 8px;
	padding: 14px 24px;
	font-family: HiraKakuProN-W3;
}
.support-notes {
	margin-top: 24px;
	font-family: HiraKakuProN-W3;
}
.support-notes li+li {
	margin-top: 1em;
}
.support-box .hd {
	font-size: 15px;
	display: flex;
	flex-direction: column;
	color: var(--pink);
	padding-left: 56px;
	background: url(../images/icon_support.svg) no-repeat left 2px center;
}
.support-box .hd em span {
	font-size: 22px;
	line-height: 1.4;
}
.support-box .text {
	margin-top: 2px;
}
.notice-num-list-wrap {
	margin-top: 26px;
}
.notice-num-list {
	font-size: 11px;
	list-style: none;
	counter-reset: item;
	line-height: 1.5;
	font-family: HiraKakuProN-W3;
}
.notice-num-list>li {
	counter-increment: item;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px;
}
.notice-num-list>li+li {
	margin-top: 20px;
}
.notice-num-list>li::before {
	content: "※" counter(item);
}
.center-notice {
	font-size: 13px;
	text-align: center;
	font-family: HiraKakuProN-W3;
}
.uqc .calc-img {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: var(--pink);
}
.uqc .calc-img .txt {
	border: 1px solid currentColor;
	border-radius: 4px;
	padding: 4px 8px;
}
.uqc .calc-img .unit {
	font-size: 32px;
	line-height: 1;
}
.tag-list {
	margin-top: 7px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}
.tag-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 14px;
	border-radius: 4px;
	line-height: 1.3;
	font-size: 16px;
	background: var(--pink);
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.tag-list .long {}
.plan-detail-notes {
	display: grid;
	grid-template-columns: auto 1fr;
}
.plan-detail-notes .notes {
	grid-column: span 2;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: HiraKakuProN-W3;
}
.white-bnr {
	border-radius: 8px;
	background: #fff;
	padding: 16px 70px;
	display: grid;
	grid-template:
		"sub btn"
		"hd btn"
		/1fr auto;
	align-items: center;
}
.white-bnr .sub {
	grid-area: sub;
}
.white-bnr .hd {
	grid-area: hd;
	color: var(--pink);
	font-size: 22px;
	line-height: 1.2;
	font-weight: 900;
}
.white-bnr .btn-wrap {
	grid-area: btn;
}
.uqc .btn-wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
}
.uqc .btn-fill-mini {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 13px 20px;
	background-color: #e4007f;
	border: 2px solid #e4007f;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0 5px 0 #000;
	font-size: 15px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	width: min(100%, 760px);
}
.uqc .btn-fill-mini:hover {
	opacity: 0.7;
}
.uqc .btn-fill-mini .txt02 {
	position: relative;
}
.uqc .btn-fill-mini .txt02::after {
	content: '　';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
	width: 20px;
	height: 20px;
	font-size: 30px;
	line-height: 1;
	background-image: url(../images/icon-btn-arrow-w.svg);
	background-size: cover;
}
.uqc .btn-fill-mini .txt02 {
	font-size: 13px;
}
.uqc .content-plan {
	padding-bottom: 40px;
}
.plan-hd {
	text-align: center;
	margin-top: 20px;
	font-size: 32px;
	color: var(--pink);
	line-height: 1.3;
	margin-bottom: -10px;
}
.trial-bnr-wrap {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.trial-bnr-wrap a{
	transition: all 0.3s ease;
}
.trial-bnr-wrap a:hover{
	opacity: 0.7;

}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display: block !important;
	}
	.pc-only {
		display: none !important;
	}
	.uqc .calc-img {
		font-size: 15px;
		text-align: center;
		gap: 8px;
	}
	.uqc .calc-img .txt:only-child,
	.uqc .calc-img .txt {
		padding: 5px;
		place-self: stretch;
		display: flex;
		align-items: center;
	}
	.tag-list span {
		font-size: 15px;
		min-width: auto;
		padding: 6px;
	}
	.tag-list .long {
		font-size: 14px;
		padding-inline: 16px;
	}
	.plan-detail-wrap {
		grid-template:
			"hd" "price" "set" /1fr;
		margin-top: 22px;
	}
	.uqc .plan-detail-hd {
		font-size: 14px;
		text-align: center;
	}
	.plan-detail-price .block .tax-out {
		margin-top: 16px;
	}
	.plan-detail-row {
		grid-template: "table" / 1fr;
		max-width: 280px;
		margin-inline: auto;
		gap: 12px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.label-box,
	.plan-detail-info .label-box {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.plan-detail-info .label-box {
		flex-wrap: wrap;
		gap: 12px;
	}
	.plan-detail-info .label-box li {
		width: calc(50% - 6px);
		height: auto;
		border-radius: 4px;
		grid-template-rows: 28px auto;
	}
	.plan-detail-info .label-box .inner {
		padding: 11px 0;
	}
	.plan-detail-info .label-box li:nth-child(3) {
		width: 100%;
	}
	.label-box:not(:first-child) {
		margin-top: 14px;
	}
	.label-box .hd {
		font-size: 17px;
		padding: 4px;
	}
	.label-box .inner {
		padding: 12px;
	}
	.label-box .inner .ttl {
		margin-bottom: 3px;
	}
	.label-box .inner .price-text img {}
	.plan-tip-block ul {
		gap: 6px;
		font-size: 13px;
		flex-direction: column;
	}
	.plan-detail-notes {
		grid-template-columns: 1fr;
	}
	.plan-detail-notes .notes {
		grid-column: auto;
		font-size: 11px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.btn-sub-title {
		font-size: 15px;
		margin-bottom: 4px;
		gap: 5px;
	}
	.btn-sub-title span {
		margin-inline: 8px;
	}
	.white-bnr {
		padding: 12px 12px 16px;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}
	.white-bnr .sub {
		font-size: 14px;
	}
	.white-bnr .hd {
		font-size: 20px;
		text-align: center;
	}
	.white-bnr .btn-wrap {
		margin-top: 4px;
	}
	.notice-dl {
		margin-top: 10px;
		line-height: 1.5;
	}
	.plan-detail-price {
		justify-content: center;
	}
	.img-article {
		flex-direction: column;
		gap: 8px;
	}
	.img-article figure img{
		width: 100%;
	}
	.hd03 {
		margin-top: 0;
		text-align: center;
		line-height: 1.3;
	}
	.normal-list li {
		font-size: 14px;
	}
	.col3-wrap {
		grid-template-columns: 1fr;
		max-width: 227px;
		margin-inline: auto;
		gap: 16px;
	}
	.col3-wrap .ttl {
		margin-top: 8px;
		margin-bottom: 4px;
	}
	.link-col {
		text-align: center;
		margin-top: 6px;
		justify-content: start;
	}
	.link-col a {
		line-height: 1.3;
		font-size: 14px;
	}
	.link-col.space {
		margin-top: 18px;
		margin-bottom: 24px;
	}
	.link-col.left {
		justify-content: center;
	}
	.support-box {
		margin-top: 30px;
		padding: 10px 8px 10px 16px;
	}
	.support-box .hd {
		font-size: 15px;
		padding-left: 50px;
	}
	.support-box .hd span {
		line-height: 1.3;
		display: inline-block;
		margin-bottom: 3px;
	}
	.support-box .hd em span {
		font-size: 20px;
	}
	.support-box .text {
		font-size: 15px;
		line-height: 1.3;
		margin-top: 10px;
	}
	.img-article.support {
		gap: 18px;
	}
	.img-article.support figure {
		margin-top: -4px;
	}
	.img-article.support .hd03 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.img-article.support .text-wrap .normal-list li+li {
		margin-top: 2px;
	}
	.container.notice-num-list-wrap {
		margin-top: 16px;
		margin-bottom: 30px;
	}
	.notice-num-list {
		font-size: 12px;
		line-height: 1.5;
	}
	.notice-num-list>li+li {
		margin-top: 18px;
	}
	.plan-detail-items table tbody {
		padding-inline: 16px;
	}
	.uqc .btn-fill-mini {
		flex-direction: column;
		padding: 6px 10px;
		gap: 0;
		text-align: center;
	}
	.plan-detail-info {
		width: 100%;
	}
	.uqc .content-plan {
		padding-bottom: 30px;
	}
	.plan-hd {
		font-size: 28px;
	}
	.notes.support-notes {
		font-size: 11px;
	}
	.trial-bnr-wrap {
		max-width: 224px;
		margin-inline: auto;
	}
}
/* スマートフォンスライド */
.uqc .smartphone {
	background: #fff;
	margin-top: 24px;
	border-radius: 8px;
	padding: 30px 60px 68px;
}
.uqc .smartphone .sc-smartphone .slider .slick-track {
	display: flex;
}
.uqc .smartphone .sc-smartphone .slider .slick-slide {
	height: auto !important;
}
.uqc .smartphone .sc-smartphone .slider .slick-next, .uqc .smartphone .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 .smartphone .sc-smartphone .slider .slick-next:before, .uqc .smartphone .sc-smartphone .slider .slick-prev:before {
	content: none;
}
.uqc .smartphone .sc-smartphone .slider .slick-dots {
	display: flex;
	justify-content: center;
	bottom: -42px;
}
.uqc .smartphone .sc-smartphone .slider .slick-dots li {
	display: block;
	margin: 0;
}
.uqc .smartphone .sc-smartphone .slider .slick-dots li button {
	padding: 0;
}
.uqc .smartphone .sc-smartphone .slider .block {
	position: relative;
	padding: 0 0 30px 0;
	text-align: center;
	height: 100%;
}
.uqc .smartphone .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 .smartphone .sc-smartphone .slider .block a:first-child {
	position: relative;
	display: block;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .smartphone .os-pc .sc-smartphone .slider .block a.hover-link {
	opacity: 0.7;
}
.uqc .smartphone .sc-smartphone .slider .block .product {
	margin: 0 auto;
	max-width: 180px;
	position: relative;
}
.uqc .smartphone .sc-smartphone .slider .block .name {
	margin: 0 0 15px 0;
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}
.uqc .btn-fill-icon.btn-online:before {
	background-image: url(/mobile/newplan/img/icon-btn-online-w.svg);
}
@media screen and (min-width: 769px) {
	.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon {
		margin: 0 auto;
		padding: 0 0 0 0.2em;
		max-width: 170px;
		min-width: auto;
		height: 50px;
		font-size: 16px;
		border-radius: 80px;
	}
	.uqc .smartphone .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 .smartphone .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 .smartphone .sc-smartphone .slider .slick-next {
		background-image: url(../images/slick-arrow-color-next.svg);
		right: -30px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-prev {
		background-image: url(../images/slick-arrow-color-prev.svg);
		left: -30px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-dots li {
		width: 25px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-dots li button::before {
		font-size: 14px;
	}
}
.uqc .smartphone .sc-smartphone .wrap.white {
	background: #fff;
	padding: 0 50px 70px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.uqc .smartphone {
		margin-top: 16px;
		padding: 16px 16px 48px;
	}
	.uqc .smartphone .sc-smartphone .wrap.white {
		padding: 0 0 50px 0;
		margin-bottom: 20px;
	}
	.uqc .smartphone .sc-smartphone .wrap .lead {
		bottom: 40px;
		font-size: 16px;
		line-height: 1.3;
	}
	.uqc .smartphone .sc-smartphone .slider {
		height: auto;
	}
	.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon {
		margin: 0 auto;
		padding: 0 0 0 0.2em;
		max-width: 260px;
		min-width: 260px;
		font-size: 16px;
	}
	.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon+.btn-fill-icon {
		margin-top: 20px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-dots {
		bottom: -30px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-next, .uqc .smartphone .sc-smartphone .slider .slick-prev {
		width: 50px;
		height: 50px;
		background-size: 28px 28px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-next {
		background-image: url(../images/slick-arrow-next.svg);
		right: -15px;
	}
	.uqc .smartphone .sc-smartphone .slider .slick-prev {
		background-image: url(../images/slick-arrow-prev.svg);
		left: -15px;
	}
	.uqc .smartphone .sc-smartphone .slider .block .product {
		width: 56%;
	}
	.uqc .smartphone .sc-smartphone .slider .block .name {
		font-size: 16px;
	}
	.uqc .smartphone .sc-smartphone .slider .block.new::before {
		left: 10%;
	}
}
.uqc .smartphone .uqc .btn-fill-icon.btn-online:before {
	background-image: url(/mobile/newplan/img/icon-btn-online-w.svg);
}
.uqc .smartphone .btn-fill-icon.btn-shop.btn-shoplink {
	background-color: #fff;
	color: #303030;
	border-color: #cdcdcd;
}
.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::before {
	background: none;
	padding: 20px 0 0;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.5em;
	left: 4px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	font-family: uq-icomoon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: none;
}
.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::after {
	background-image: url(/mobile/norikae/assets/img/icon-btn-arrow.svg);
}
@media (max-width: 768px) {
	.uqc .smartphone .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::before {
		background: none;
		padding: 0;
		width: 2em;
		height: 2em;
		font-size: 2em;
		left: -2px;
		padding-top: 30px;
	}
}
.uqc .sub-h {
	display: flex;
	width: fit-content;
	position: relative;
	margin-inline: auto;
	padding: 3px 46px;
	font-size: 18px;
}
.uqc .sub-h:before, .uqc .sub-h:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 34px;
	height: 34px;
	background-size: contain;
}
.uqc .sub-h:before {
	background: url(../images/subhead-line-l.svg);
	left: 0;
}
.uqc .sub-h:after {
	background: url(../images/subhead-line-r.svg);
	right: 0;
}
@media screen and (max-width: 767px) {
	.uqc .sub-h {
		padding: 3px 36px;
		text-align: center;
		line-height: 1.5;
	}
}
.uqc .uqv2-bnr {
	margin-top: 24px;
}
.uqc .uqv2-bnr .uqv2-parts-bnr:hover {
	opacity: 0.8;
}
.uqc .application-method {
	text-align: center;
}
.uqc .application-method .hd03 {
	font-size: 20px;
	color: #000;
	margin-top: 0;
}
.uqc .application-method .lead {
	font-family: HiraKakuProN-W3;
}
.uqc .application-method .link-col {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.uqc .application-method .hd03 {
		font-size: 18px;
		margin-inline: -20px;
	}
}
.uqc .shop-col2-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	font-family: HiraKakuProN-W3;
	margin-top: 20px;
}
.uqc .shop-col2-wrap .hd {
	background: var(--pink);
	color: #fff;
	font-size: 17px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	margin-bottom: 15px;
}
.uqc .shop-col2-wrap .hd.blue {
	background: #3579D0;
}
.uqc .shop-col2-wrap .shop-merit-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.uqc .shop-col2-wrap .shop-merit-list figure img {
	margin-inline: auto;
	width: fit-content;
}
.uqc .shop-col2-wrap .shop-merit-list figure figcaption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.42;
	font-family: HiraKakuProN-W3;
}
.uqc .shop-col2-wrap+.notes {
	margin-top: 24px;
}
.uqc .shop-col2-wrap .application {
	margin-top: 50px;
	position: relative;
}
.uqc .shop-col2-wrap .application:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%, -100%);
	display: block;
	background: url(../images/icon_flow_bottom.svg) no-repeat center/contain;
	width: 30px;
	height: 15px;
}
.uqc .shop-col2-wrap .shop-required-list {
	font-family: HiraKakuProN-W3;
	width: fit-content;
	margin-inline: auto;
}
.uqc .shop-col2-wrap .shop-required-list li figure {
	display: flex;
	gap: 12px;
	text-align: left;
	align-items: center;
}
.uqc .shop-col2-wrap .shop-required-list li figure figcaption {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}
.uqc .shop-col2-wrap .shop-required-list li+li {
	margin-top: 24px;
}
.uqc .shop-col2-wrap .shop-required-list li+li figcaption:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 36%;
	transform: translate(0, -100%);
	background: url(../images/icon_plus.svg) no-repeat center/contain;
	width: 12px;
	height: 13px;
}
.uqc .shop-col2-wrap .mnp-text {
	margin-inline: 20px;
}
.uqc .shop-col2-wrap .fig-center {
	display: flex;
	margin-inline: auto;
	width: fit-content;
	align-items: center;
	margin-bottom: 10px;
}
.uqc .shop-col2-wrap .fig-center figcaption {
	font-family: HiraKakuProN-W3;
}
.uqc .shop-col2-wrap .mnp-text01 {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
}
.uqc .shop-col2-wrap .mnp-text02 {
	margin-top: 8px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.uqc .shop-col2-wrap {
		grid-template-columns: 1fr;
		gap: 38px;
		margin-top: 16px;
	}
	.uqc .shop-col2-wrap .hd {
		margin-bottom: 18px;
	}
	.uqc .shop-col2-wrap .shop-merit-list {
		margin-inline: -10px;
	}
	.uqc .shop-col2-wrap .shop-merit-list figure figcaption {
		font-size: 12px;
	}
	.uqc .shop-col2-wrap .application {
		margin-top: 30px;
	}
	.uqc .shop-col2-wrap .application ul {
		padding: 0;
	}
	.uqc .shop-col2-wrap .application ul li {
		padding: 0;
	}
	.uqc .shop-col2-wrap .application:before {
		top: 0;
		height: 12px;
	}
	.uqc .shop-col2-wrap+.notes {
		font-size: 11px;
		margin-top: 14px;
	}
	.uqc .shop-col2-wrap .shop-required-list {
		margin-inline: 14px;
	}
	.uqc .shop-col2-wrap .hd.blue {
		margin-top: -10px;
	}
	.uqc .shop-col2-wrap .mnp-text {
		margin-inline: auto;
	}
}
.uqc .debut-section {
	margin: 50px auto 68px;
}
.uqc .debut-section h2 {
	text-align: center;
	margin-bottom: 24px;
}
.uqc .debut-section h2 img {
	display: inline-block;
	margin-right: 60px;
}
.uqc .debut-section .usage-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 24px;
	align-items: flex-end;
}
.uqc .debut-section .usage-list a {
	transition: all 0.3s ease;
}
.uqc .debut-section .usage-list a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.uqc .debut-section {
		margin: 40px auto 64px;
	}
	.uqc .debut-section h2 {
		margin-inline: 46px;
	}
}
.uqc .use-note-tip-overlay, .uqc .sub-note-tip-overlay, .uqc .note-tip-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
.use-note-tip-balloon {
	width: 852px;
	font-family: HiraKakuProN-W3;
	position: absolute;
	z-index: 6;
	margin: 0;
	left: 26.7%;
}
.use-note-tip-balloon .frame {
	position: relative;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 40px 90px 90px;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
}
.use-note-tip-balloon .frame .block {
	display: none;
}
.use-note-tip-balloon .notes {
	font-size: 11px;
	margin-top: 12px;
}
.use-note-tip-balloon .mini-plan-text {
	font-size: 13px;
	margin-top: 16px;
}
.use-note-tip-balloon .modal-col-wrap {
	display: flex;
	justify-content: center;
	gap: 24px;
	width: fit-content;
	margin-inline: auto;
}
.use-note-tip-balloon .hd {
	font-family: 'Noto Sans JP', 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #000;
}
.use-note-tip-balloon .hd em {
	font-size: 30px;
}
.use-note-tip-balloon .link-col {
	margin-top: 20px;
}
.use-note-tip-balloon .hd-sub {
	margin-bottom: 0;
}
.use-note-tip-balloon .hd-sub, .use-note-tip-balloon .hd-img {
	text-align: center;
}
.use-note-tip-balloon .hd-sub img, .use-note-tip-balloon .hd-img img {
	display: inline;
}
.use-note-tip-balloon .hd {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
	font-feature-settings: "halt";
}
.usage-tips-01 .modal-col-wrap {
	gap: 40px;
}
.usage-tips-01 .col:first-child {
	margin-top: 30px;
	margin-left: -50px;
}
.usage-tips-02 .modal-col-wrap {
	gap: 20px;
}
.usage-tips-02 .col+.col {
	max-width: 282px;
}
.usage-tips-02 .lead-text {
	margin-top: 10px;
}
.usage-tips-02 .price-text {
	margin-top: 10px;
}
.usage-tips-03 .modal-col-wrap {
	gap: 0;
}
.usage-tips-03 .modal-staff-wrap {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 15px;
}
.usage-tips-03 .modal-staff-wrap .txt-wrap {
	max-width: 353px;
}
.usage-tips-03 .modal-staff-wrap .txt-wrap .ttl {
	font-size: 18px;
	font-weight: 700;
}
.usage-tips-03 .support-contents {
	margin-top: 16px;
	text-align: center;
}
.usage-tips-03 .support-contents img {
	display: inline;
}
.usage-tips-04 .hd-sub {
	margin-bottom: 12px;
}
.usage-tips-04 .lead-text {
	margin-top: 16px;
}
.usage-tips-05 .modal-col-wrap {
	align-items: center;
}
.usage-tips-05 .lead-text {
	max-width: 640px;
	margin-inline: auto;
	margin-top: 20px;
}
.use-note-tip-close {
	position: absolute;
	width: fit-content !important;
	bottom: 25px;
	cursor: pointer;
}
.use-note-tip-balloon{
	display: none;
}
.use-note-tip-balloon .frame .use-note-tip-close a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 114px;
	height: 40px;
	background-color: rgba(150, 150, 150, 0.9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s ease;
}
.use-note-tip-balloon .frame .use-note-tip-close a:hover {
	opacity: 0.7;

}
.use-note-tip-balloon .frame .use-note-tip-close a i, .sub-note-tip-balloon .frame .sub-note-tip-close a i, .note-tip-balloon .frame .note-tip-close a i, .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;
}
.use-note-tip-balloon .frame .use-note-tip-close a i:before, .sub-note-tip-balloon .frame .sub-note-tip-close a i:before, .note-tip-balloon .frame .note-tip-close a i:before, .uqc .section-ac .ac-foot a i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: #969696;
	margin: -1px 0 0 -5px;
	width: 10px;
	height: 2px;
}
@media screen and (max-width: 768px) {
	.use-note-tip-balloon {
		left: 0;
		right: 0;
		width: auto;
		padding: 0px 16px;
	}
	.use-note-tip-close {
		left: 50%!important;
		transform: translateX(-50%);
	}
	.use-note-tip-balloon .frame {
		padding: 20px 20px 80px;
		font-size: 14px;
	}
	.use-note-tip-balloon img {
		max-width: 100%;
		height: auto;
	}
	.use-note-tip-balloon .mini-plan-text {
		font-size: 12px;
		text-align: center;
	}
	.use-note-tip-balloon .modal-col-wrap {
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}
	.use-note-tip-balloon .hd {
		font-size: 20px;
	}
	.use-note-tip-balloon .hd em {
		font-size: 25px;
	}
	.use-note-tip-balloon .link-col {
		margin-top: 10px;
	}
	.usage-tips-01 .col:first-child {
		margin: 0;
		text-align: center;
	}
	.usage-tips-02 .modal-col-wrap {
		gap: 10px;
	}
	.usage-tips-02 .hd-sub img {
		margin-right: -20px;
	}
	.usage-tips-02 .hd-img img {
		max-width: 150px;
	}
	.usage-tips-03 .modal-staff-wrap {
		display: grid;
		grid-template: "icon ttl" "txt txt" / auto 1fr;
		align-items: flex-start;
		gap: 16px;
		align-items: center;
	}
	.usage-tips-03 .modal-staff-wrap img {
		grid-area: icon;
	}
	.usage-tips-03 .modal-staff-wrap .txt-wrap {
		display: contents;
	}
	.usage-tips-03 .modal-staff-wrap .ttl {
		grid-area: ttl;
		line-height: 1.3;
	}
	.usage-tips-03 .modal-staff-wrap .text {
		grid-area: txt;
		line-height: 1.4;
	}
}

/* ↓ 0226 3Gとりかえ割 */
.uqc .kv-area .kv-wrap {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.uqc .kv-area h1 {
	margin: 0;
	width: 980px;
}
.uqc .kv-area .norikae-link {
	background: #fff;
	box-shadow: 7px 7px 0 #262626;
	display: block;
	width: 468px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	position: absolute;
	right: 42px;
	top: 19px;
}
.uqc .kv-area .norikae-link .link-label {
	background: #e4007f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	height: 34px;
}
.uqc .kv-area .norikae-link .link-body {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 12px 0 13px;
}
.uqc .kv-area .norikae-link .link-body .img {
	width: 82px;
}
.uqc .kv-area .norikae-link .link-body .ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.05em;
	text-align: center;
}
.uqc .kv-area .norikae-link .link-body .ttl .name {
	display: inline-block;
	font-family: 'Noto Sans JP', 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.15em;
}
.uqc .kv-area .norikae-link .link-body .ttl .name .lite {
	margin-left: 8px;
	letter-spacing: 0;
}
.uqc .kv-area .norikae-link .link-body .price-wrap {
	margin-top: 2px;
	text-align: center;
}
.uqc .kv-area .norikae-link .link-body .price-wrap .txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
}
.uqc .kv-area .norikae-link .link-body .price-wrap .price {
	color: #e4027e;
	font-size: 25px;
	font-weight: bold;
	line-height: .8;
	margin-top: 5px;
}
.uqc .kv-area .norikae-link .link-body .price-wrap .price .num {
	display: inline-block;
	font-family: 'Price';
	font-size: 72px;
}
.uqc .kv-area .norikae-link .link-body .lead {
	background: #e4007f;
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	width: 178px;
	height: 25px;
	margin: 2px auto 0;
}
.section-box#page06 h2 {
	gap: 20px;
	padding: 17px 20px;
	letter-spacing: -0.04em;
}
.section-box#page06 h2 i {
	margin-left: -34px;
}
.section-box#page06 h2 em {
	font-size: 25px;
}
.section-box#page06 .white-box {
	padding: 50px 94px 40px;
}
.section-box#page06 .img-wrap.img_01 {
	margin-top: 11px;
	margin-left: 47px;
}
.section-box#page06 .img-wrap.img_02 {
	margin-top: 19px;
	margin-left: 9px;
}
.section-box#page06 .notes.notes-attention {
	margin-top: 40px;
}
.section-box#page06 .notes {
	font-size: 12px;
	margin-top: 15px;
	line-height: 1.2;
}
.section-box#page06 .link-col {
	font-size: 14px;
	margin-top: 30px;
}
.section-box#page06 .link-col + .link-col {
	margin-top: -3px;
}
.section-box#page06 .btn-wrap.col-01 {
	margin-top: 30px;
}
.section-box#page06 .btn-wrap.col-01 .btn-outline-icon {
	padding-left: 0;
	height: 66px;
}
@media screen and (min-width: 769px) {
	.uqc .kv-area .norikae-link:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
	.uqc .kv-area .kv-wrap {
		width: 100%;
	}
	.uqc .kv-area h1 {
		width: 100%;
	}
	.uqc .kv-area .norikae-link {
		box-shadow: 5px 5px 0 #262626;
		margin: 0 18px 0 13px;
		width: calc(100% - 31px);
		position: static;
	}
	.uqc .kv-area .norikae-link .link-label {
		font-size: calc((13 / 375) * 100vw);
		height: calc((100 / 375) * 1vw * 26);
	}
	.uqc .kv-area .norikae-link .link-body {
		align-items: center;
		gap: 20px;
		padding: 8px 8px 10px;
	}
	.uqc .kv-area .norikae-link .link-body .img {
		width: calc((57 / 375) * 100vw);
	}
	.uqc .kv-area .norikae-link .link-body .ttl {
		font-size: calc((13 / 375) * 100vw);
		line-height: 1.3;
		letter-spacing: -0.1em;
	}
	.uqc .kv-area .norikae-link .link-body .ttl .name {
		font-size: calc((18 / 375) * 100vw);
	}
	.uqc .kv-area .norikae-link .link-body .price-wrap .txt {
		font-size: calc((12 / 375) * 100vw);
	}
	.uqc .kv-area .norikae-link .link-body .price-wrap .price {
		font-size: calc((18 / 375) * 100vw);
	}
	.uqc .kv-area .norikae-link .link-body .price-wrap .price .num {
		font-size: calc((60 / 375) * 100vw);
	}
	.uqc .kv-area .norikae-link .link-body .lead {
		font-size: calc((10 / 375) * 100vw);
		width: calc((145 / 375) * 100vw);
		height: calc((100 / 375) * 1vw * 21);
		margin-top: 2px;
	}
	.section-box#page06 .white-box {
		padding: 26px 25px 30px;
	}
	.section-box#page06 h2 {
		gap: 32px;
		padding: 10px;
	}
	
	.section-box#page06 h2 em {
		font-size: 19px;
	}
	.section-box#page06 h2 em span {
		font-size: 25px;
	}
	.section-box#page06 h2 i {
		margin-left: -13px;
	}
	.section-box#page06 h2 i img {
		width: 15px;
	}
	.section-box#page06 .img-wrap.img_01 {
		margin-top: 6px;
		margin-inline: auto;
		max-width: 290px;
	}
	.section-box#page06 .img-wrap.img_02 {
		margin-top: 36px;
		margin-inline: auto;
		max-width: 290px;
	}
	.section-box#page06 .notes.notes-attention {
		margin-top: 32px;
	}
	.section-box#page06 .notes {
		margin-top: 8px;
	}
	.section-box#page06 .link-col a {
		text-align: left;
	}
	.section-box#page06 .link-col + .link-col {
		margin-top: 5px;
	}

	.section-box#page06 .btn-wrap.col-01 .btn-outline-icon {
		padding-left: 10px;
		height: 55px;
		min-width: 240px;
		font-size: 15px;
		letter-spacing: -0.01em;
	}

	.section-box#page06 .btn-wrap.col-01 .btn-outline-icon::before {
		left: 10px;
		width: 26px;
		
	}
}

.norikae-docomo3G-lead {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto;
	padding: 0 16px;
}
.norikae-docomo3G-lead .label-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	grid-column: 2 / 3;
}
.norikae-docomo3G-lead .label-wrap .label {
	background: #e4027e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 145px;
	height: 30px;
}
.norikae-docomo3G-lead .img-wrap {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
	margin-right: 6px;
	padding: 0 34px;
	width: 158px;
}
.norikae-docomo3G-lead .txt-wrap {
	margin-top: 20px;
	text-align: center;
}
.norikae-docomo3G-lead .txt-wrap h3 {
	font-family: 'Noto Sans JP', 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
.norikae-docomo3G-lead .txt-wrap p {
	font-family: 'Noto Sans JP', 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 12px;
}
.norikae-docomo3G-lead .price-wrap {
	color: #e4027e;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}
.norikae-docomo3G-lead .price-wrap .price {
	font-family: 'Price';
	font-size: 90px;
}
.price-note {
	font-size: 12px;
	margin-top: 25px;
	text-align: center;
}
.norikae-condition {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
}
.norikae-condition .txt-wrap .label {
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 145px;
	height: 30px;
}
.norikae-condition .txt-wrap ul {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 12px;
}
.norikae-condition .txt-wrap ul sup {
	color: #f00;
}
.norikae-condition .img-wrap {
	width: 207px;
}
.norikae-condition .img-wrap picture {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.norikae-docomo3G-lead {
		padding: 0;
	}
	.norikae-docomo3G-lead .label-wrap {
		flex-direction: column;
		gap: 5px;
		grid-column: 1 / 3;
		margin: 0 15px;
	}
	.norikae-docomo3G-lead .label-wrap .label {
		width: 100%;
	}
	.norikae-docomo3G-lead .label-wrap .torikaewari {
		width: 100%;
		margin-top: 4px;
	}
	.norikae-docomo3G-lead .img-wrap {
		grid-row: 2 / 3;
		width: 80px;
		margin: 15px 7px 0 15px;
		padding: 0 23px;
	}
	.norikae-docomo3G-lead .txt-wrap {
		margin-top: 15px;
		text-align: left;
	}
	.norikae-docomo3G-lead .txt-wrap h3 {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.05em;
		white-space: nowrap;
	}
	.norikae-docomo3G-lead .txt-wrap p {
		font-size: 15px;
		margin-top: 3px;
	}
	.norikae-docomo3G-lead .price-wrap {
		grid-column: 1 / 3;
		margin-top: 12px;
		white-space: nowrap;
	}
	.norikae-docomo3G-lead .price-wrap .price {
		letter-spacing: -0.05em;
	}
	.price-note {
		margin-top: 0;
		text-align: left;
	}
	.norikae-condition {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}
	.norikae-condition .txt-wrap .label {
		width: 130px;
		height: 24px;
	}
	.norikae-condition .txt-wrap ul {
		padding-left: 6px;
		letter-spacing: -0.03em;
	}
	.norikae-condition .txt-wrap ul sup {
		letter-spacing: -0.3em;
	}
	.norikae-condition .img-wrap {
		width: 256px;
		margin: 0 auto;
	}
}

/* ↑ 0226 3Gとりかえ割 */


/* ↓ feature_250603 */
.plan-set {
	padding: 25px 0 0 0;
	font-feature-settings: "palt";
}
.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;
	font-feature-settings: "palt";
}
.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: #0091D7;
	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);
	}
	.hd.tokutoku .hd-inner .txt01 {
		font-size: 16px !important;
	}
	.hd.tokutoku .hd-inner .txt02 {
		font-size: 26px !important;
	}
}

/*
*/
.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;
	font-feature-settings: "palt";
}
.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;
	}
}
.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;
	}
}
.hd.tokutoku {
	position: relative;
	margin: 0;
	background: #e4007f;
	height: auto;
	padding: 15px;
	border-radius: 7px 7px 0 0 ;
	color: #fff;
  display: flex;
  justify-content: center;
}
.hd.tokutoku .hd-icon{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.hd.tokutoku .hd-inner{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.hd.tokutoku .hd-inner .txt01{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.hd.tokutoku .hd-inner .txt02{
  font-size: 37px;
  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;
}
.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;
	font-feature-settings: "palt";
}
.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;

}
.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 {
	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;
	font-feature-settings: "palt";
}
.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;
}
.uqc .increase-option .option .notes {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	font-family: inherit;
}
@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 #4EB7F3;
	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
	}
}
.p0 {
	padding: 0;
}
.text-red {
	color: #f00;
}
.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;
	}
	.plan-item .lead {
    font-size: 15px;
	}
	.plan-set .plan-item .set-about .text-link {
		text-align: center;
		margin-top: 10px;
	}
	.uqc .increase-option .option {
		padding: 20px 17px 80px 17px;
		max-width: 100%;
		padding-bottom: 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;
	font-feature-settings: "palt";
}
.uqc .increase-option .option .gb .img h5 span:before {
	right: 100%;
	background-image: url(../images/option-cp-line-l.svg);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	background-size: contain;
}
.uqc .increase-option .option .gb .img h5 span:after {
	left: 100%;
	background-image: url(../images/option-cp-line-r.svg);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	background-size: contain;
}
@media screen and (max-width:768px) {
	.uqc .increase-option .option .gb .img h5 span {
		padding: 0 1vw;
	}
	.uqc .increase-option .option .gb .img h5 {
		margin: 3vw 0 0 0;
		font-size: 4.6vw;
	}
	.uqc .increase-option .option .gb .img img {
		margin: 2vw 0 4vw 0;
		max-width: 100%;
	}
}
/*============================================================
	
*/
.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;
}
.thead01 .bg-minimini {
	background: #008ec4;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
.thead01 .bg-tokutoku {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 5px;
}
.thead01 .thead03 {
	padding: 10px;
	background-color: #f5f5f5 !important;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
}
.thead01 td.none {
	background: none !important;
	border: none !important;
	width: 163px !important;
}
@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;
	}
}
.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;
}
.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;
}
.tip-plan-family-opened {
	width: 680px;
}
.tip-plan-family-opened .frame .block a.link {
	display: inline-block;
}
.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);
}
@media screen and (max-width:768px) {
	.wari-hd .txt{
		font-size: 16px;
	}
	.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;
	}
}
.content-plan .scroll-btn {
	max-width: 706px;
	margin: auto;
}
@media screen and (max-width:768px) {
	.content-plan .scroll-btn > li {
		flex-basis: 25% !important;
	}
}
.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;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
	.uqc .faq .container {
		max-width: 750px;
	}
}
/* ↑ 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 */