@charset "UTF-8";
.contents {
	margin: 0;
}

.contents-main {
	padding: 0;
	background-color: #F9E3E9;
}

.u15-section {
	width: 100%;
}
.u15-section.u15-section--bg-white {
	background-color: #FFF;
}

.u15-section__inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 10px;
}


/* ---------------------------------------------
*	u15内 共通パーツ
--------------------------------------------- */
/* ----------タイトル---------- */
.u15-tit-01 {
	margin-bottom: 24px;
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 160%;
}
.u15-tit-01__sub {
	display: inline-block;
	color: #C03;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.u15-tit-02,
.u15-tit-02--label,
.u15-tit-03 {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 200%;
}
.u15-tit-02__sub {
	padding: 4px 8px 3px 8px;
	background-color: #FFF;
	border-radius: 4px;
	color: #C03;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 150%;
}
.u15-tit-02,
.u15-tit-03 {
	margin: 30px 0 20px;
}

/* 見出し横 ラベル */
.u15-tit-02--label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 14px;
}
.u15-tit-02--label span {
	display: inline-block;
}

.u15-label-01 {
	padding: 2px 8px;
	border-radius: 2px;
	background: #EF798F;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
}

/* ----------テキスト---------- */
.u15-txt-01 {
	margin: 30px 0 20px !important;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

/* ----------画像---------- */
.u15-img-area01 {
	margin: 0 auto;
}
.u15-img-area01 img {
	width: 100%;
	text-align: center;
}
.u15-img-area01 a:hover {
	opacity: 0.8;
}

/* ----------ボタン---------- */
.u15-red-btn01,
.u15-white-btn01{
	display: block;
	border-radius: 10px;
	padding: 12px 25px 12px 14px;
	text-decoration: none;
	font-weight: 700;
	position: relative;
}
.u15-red-btn01__icon,
.u15-white-btn01__icon{
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

.u15-red-btn01{
	background: #C03;
	text-align: center;
	color: #fff !important;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.u15-white-btn01{
	background: #FFF;
	color: #000!important;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}

/* ----------カード---------- */
.u15-card-01 .u15-card-01__head {
	padding: 10px;
	background-color: #333;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
}

.u15-card-01 .u15-card-01__link {
	display: block;
	text-decoration: none !important;
	position: relative;
}
.u15-card-01 .u15-card-01__link::before {
	position: absolute;
	content: "";
	top: calc(50% - 5px);
	right: 4px;
	width: 5px;
	height: 10px;
	background: url(/charge/docomo_sumahodebutplan_u15/images/icon_arrow_black.svg) no-repeat center / contain;
}
.u15-card-01 .u15-card-01__link:hover {
	opacity: 0.6;
}

.u15-card-01 .u15-card-01__body {
	padding: 10px;
	border-radius: 0 0 10px 10px;
	background-color: #FFF;
}

.u15-card-01 .u15-card-01__lead {
	margin: 0 0 12px;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 170%;
}
.u15-card-01 .u15-card-01__txt,
.u15-card-01 .u15-card-01__txt-check {
	margin: 0 0 8px;
	color: #333;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}
.u15-card-01 .u15-card-01__txt-check {
	font-weight: 700;
	padding-left:1em;
	text-indent: -1em;
}


/* ----------パネル---------- */
.u15-panel-01-list .u15-panel-01-list__item {
	border-bottom: 1px solid #D5D5D5;
}
.u15-panel-01-list .u15-panel-01-list__item:first-child {
	border-top: 1px solid #D5D5D5;
}

.u15-panel-01 {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 17px 10px 0;
	text-decoration: none;
}
.u15-panel-01__icon{
	display: inline-block;
	position: absolute;
	top: calc(50% - 5.5px);
	right: 0;
}
.u15-panel-01__left {
	width: 60px;
	margin-right: 10px;
}
.u15-panel-01__left img {
	width: 100%;
}
.u15-panel-01__right {
	width: calc(100% - 70px);
}
.u15-panel-01__ttl {
	margin-bottom: 6px !important;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
}
.u15-panel-01__ttl span {
	color: #C03;
	font-size: 13px;
	line-height: 100%;
	margin-left: 10px;
}
.u15-panel-01__txt{
	margin: 0 !important;
	color: #000 !important;
	font-size: 12px;
	line-height: 130%;
}

/* ----------吹き出し---------- */
.u15-balloon-01 {
	position: relative;
	margin: 0 auto;
	width: 300px;
	padding: 16px 20px;
	border-radius: 150px;
	border: 1px solid #C03;
	background-color: #FFF;
	box-shadow: 4px 4px 0 0 #DAD7B7;
	color: #C03;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
}
.u15-balloon-01::before {
	position: absolute;
	z-index: -1;
	left: calc(50% - 8px);
	bottom: -20px;
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 12px solid #C03;
}

.u15-balloon-02__wrap {
	text-align: center;
	margin-bottom: 14px;
}
.u15-balloon-02 {
	display: inline-block;
	position: relative;
	padding: 0 34px;
	color: #000;
	font-size: 13px;
	line-height: 170%;
}
.u15-balloon-02::before,
.u15-balloon-02::after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 1px;
	height: 25px;
	border-left: 1px solid #000;
}
.u15-balloon-02::before {
	left: 7px;
	transform: rotate(-45deg);
}
.u15-balloon-02::after {
	right: 7px;
	transform: rotate(45deg);
}

/* ----------レイアウト---------- */
.u15-flex-col2 {
	display: flex;
	flex-wrap: wrap;
}
.u15-flex-col2__item {
	width: 49%;
	margin-top: 2%;
}
.u15-flex-col2__item:nth-child(-n+2) {
	margin-top: 0;
}
.u15-flex-col2__item:nth-child(2n) {
	margin-left: 2%;
}

/* ----------タブ---------- */
.tab-btn-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tab-01,
.tab-02 {
	margin: 0;
	padding: 0;
	width: 49%;
	border-radius: 10px 10px 0 0;
	padding: 20px 10px 25px;
	background-color: #CCCCCC;
	color: #444444;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 150%;
	cursor: pointer;
}
.tab-01 span,
.tab-02 span {
	font-size: 14px;
}
.tab-01.current,
.tab-02.current {
	position: relative;
	background-color: #fff;
	color:#C03;
}
.tab-01.current::before,
.tab-02.current::before {
	position: absolute;
	left: calc(50% - 8px);
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 12px solid #C03;
}

.tab-contents {
	margin: 0 auto;
	width: 100%;
}

.tab-contents__main {
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.tab-contents__button {
	margin-top: 40px;
}

.tit-tab-noscript{
	margin-bottom: 20px;
}

/* ----------アコーディオン---------- */
.u15-acc-list__item {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.u15-acc-list__head {
	position: relative;
	text-decoration: none;
	display:block;
	padding: 16px 50px 16px 15px;
	color: #000 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}
.u15-acc-list__head.is-active {
	border-bottom: 1px solid #e7e7e7;
}
.u15-acc-list__title {
	font-size: 16px;
	font-weight: 700;
}
.u15-acc-list__state {
	position: absolute;
	top: calc(50% - 9px);
	right: 26px;
	width: 18px;
	height: 18px;
	background: url(/charge/images/common/btn_toggle_open01.png) no-repeat center center;
	background-size: contain;
}
.u15-acc-list__head.is-active .u15-acc-list__state {
	background: url(/charge/images/common/btn_toggle_close01.png) no-repeat center center;
	background-size: contain;
}
.u15-acc-list__body {
	display: none;
}
.u15-acc-list__body .u15-acc-list__body-wrap {
	padding: 15px;
}


/* ---------------------------------------------
*	ナビ エリア
--------------------------------------------- */
.u15-section.nav-area{
	background-color: #CC0033;
}

.u15-section.nav-area .u15-section__inner{
	padding: 16px 14px!important;
}

.nav-pageanchor{
	display: flex;
	flex-wrap: wrap;
}
.nav-pageanchor{
	gap: 8px 12px;
}

.nav-pageanchor__list{
	width: calc((100% - 12px) / 2);
}
.nav-pageanchor__list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 12px;
	border-radius: 4px;
	border: 2px solid #FFF;
	background: #fff;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.30);
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	color: #000;
	line-height: 1.8rem;
}
.nav-pageanchor__list a::after{
	content: "";
	width: 18px;
	height: 18px;
	background: 0 0 no-repeat;
	background-size: contain;
	background-image: url(/charge/docomo_sumahodebutplan_u15/images/icon_nav_arrow.svg);
}

.nav-pageanchor__txt{
	width: calc(100% - 20px);
}


/* ---------------------------------------------
*	ご利用料金・割引 エリア
--------------------------------------------- */
/* 画像上アンカーリンク */
.u15-img-link-pos01-wrap {
	position:relative;
}
.u15-img-link-pos01-wrap .u15-img-link-pos01 a{
	position:absolute;
	top: 55%;
	left:0;
	width: 100%;
	height: 7.8%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* ---------------------------------------------
*	親子割 エリア
--------------------------------------------- */
/* アンカー位置調整 */
.family-area__wrap {
	padding-top: 10px;
	margin-top: -10px;
}

/* 背景半円 */
.u15-section.family-area{
	margin-top: 90px;
	position: relative;
	background-color: #F3F2E8;
}
.u15-section.family-area::before{
	position: absolute;
	top: -50px;
	left: 0;
	content: "";
	width: 100%;
	height: 55px;
	border-radius: 50% 50% 0 0;
	background-color: #F3F2E8;
}

.u15-section.family-area .u15-section__inner{
	padding-top: 30px;
	position: relative;
}

/* 吹き出し位置 */
.u15-balloon-01 {
	position: absolute;
	top: -90px;
	left: calc(50% - 150px);
	z-index: 1;
}


/* ---------------------------------------------
*	オプション エリア
--------------------------------------------- */
/* 料金シミュレーションを確認する ボタン */
.u15-price-sim-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 20px 30px 20px 26px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	background: #FFF;
	color: #000!important;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.u15-price-sim-btn .u15-price-sim-btn__img {
	display: inline-block;
	width: 40px;
	margin-right: 8px;
}
.u15-price-sim-btn .u15-price-sim-btn__img img {
	width: 100%;
}
.u15-price-sim-btn .u15-white-btn01__icon {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

/* my docomo ボタン */
.u15-mydocomo-btn {
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 12px 30px 12px 26px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 180%;
	position: relative;
	background: #FFF;
	color: #000!important;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.u15-mydocomo-btn .u15-mydocomo-btn__txt-s {
	margin-right: 1em;
	font-size: 13px;
	font-weight: 400;
}
.u15-mydocomo-btn .u15-mydocomo-btn__img {
	display: inline-block;
	width: 98px;
}
.u15-mydocomo-btn .u15-mydocomo-btn__img img {
	width: 100%;
}
.u15-mydocomo-btn .u15-white-btn01__icon {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}


/* ---------------------------------------------
*	お申込み手順 エリア
--------------------------------------------- */
.u15-section.u15-apply-method-area {
	background: url(/charge/docomo_sumahodebutplan_u15/images/bg_apply_01.svg);
	background-size: 100.2% auto;
	background-position: center top;
	background-repeat: repeat-y;
	overflow: hidden;
}

.u15-apply-method-area .u15-apply-block-01 {
	padding: 20px 20px 30px 20px;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 20px;
}

.u15-apply-method-area .u15-apply-ttl01 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}
.u15-apply-method-area .u15-apply-ttl01__sub {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}

.u15-apply-method-area .u15-apply-ttl02 {
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}

.u15-apply-method-area .u15-apply-lead01 {
	margin-bottom: 12px !important;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.u15-apply-btn01{
	display: block;
	position: relative;
	padding: 10px 40px;
	background: #C03;
	border-radius: 10px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 200%;
	text-decoration: none;
	text-align: center;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.u15-apply-btn01__icon{
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

.u15-apply-list01 {
	max-width: 590px;
	margin: 0 auto 40px;
}
.u15-apply-list01__item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.u15-apply-list01__item span {
	display: inline-block;
}
.u15-apply-list01__item span img {
	width: 100%;
}
.u15-apply-list01__item .u15-apply-list01__step {
	display: flex;
	align-items: center;
	width: 23px;
	margin-right: 10px;
}
.u15-apply-list01__item .u15-apply-list01__txt {
	width: calc(100% - 91px);
	margin-right: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.u15-apply-list01__item .u15-apply-list01__image {
	width: 58px;
}


/* ---------------------------------------------
*	フローティングエリア
--------------------------------------------- */
/* ----------ページトップボタン---------- */
.btn-pagetop, .btn-pagetop.bottom {
	bottom: 10px;
}
html:has(.float-cv) .btn-pagetop,
html:has(.float-cv) .btn-pagetop.bottom {
	bottom: 70px;
}
html:has(.float-cv:not(.is-show)) .btn-pagetop,
html:has(.float-cv:not(.is-show)) .btn-pagetop.bottom {
	bottom: 10px;
}

/* ----------フローティングボタン---------- */
.float-cv {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 8px;
	opacity: 0;
	z-index: 500;
	transition: 0.2s all;
}
.float-cv.is-show {
	opacity: 1;
}
.float-cv__inner {
	position: relative;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	gap: 2px;
	display: flex;
	width: 100%;
}
.float-cv__inner__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 49%;
	height: 40px;
	padding-right: 21px;
	background-color: #333;
	text-align: center;
	text-decoration: none !important;
	color: #FFF !important;
	font-size: 11px;
	font-weight: 600;
	line-height: 110%;
	transition: 0.2s all;
}
.float-cv__inner__link:nth-of-type(1) {
	border-radius: 10px 0 0 10px;
}
.float-cv__inner__link:nth-of-type(3) {
	border-radius: 0 10px 10px 0;
}
.float-cv__inner__link::after {
  content: "";
  position: absolute;
	top: calc(50% - 5px);
	right: 4%;
	width: 10px;
	height: 10px;
  background: url(/charge/docomo_sumahodebutplan_u15/images/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.float-cv__inner__link:hover {
	opacity: 0.8;
}
.float-cv__inner__link .float-cv__inner__link__icon {
	display: none;
}
.float-cv__close {
	display: none;
}

.float-cv__inner__link.blank::after {
	background-image: url(/charge/docomo_sumahodebutplan_u15/images/icon_blank_white.svg);
}

/* ----------モーダル---------- */
.select-plan-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9997;
}
.select-plan-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9998;
}
.select-plan-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	max-width: 338px;
	height: auto;
	background-color: rgba(0, 0, 0, .9);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.select-plan-modal__content {
	position: relative;
	width: 100%;
	padding: 50px 12px 30px 10px;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 10px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.select-plan-modal__content::-webkit-scrollbar {
	display: none;
}
.select-plan-modal__close--01 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: auto;
	font-size: 180%;
	font-weight: bold;
}
.select-plan-modal__close--02 {
	display: block;
	height: auto;
	margin: 20px auto 0;
	border-bottom: solid 1px #333;
	padding: 0 0 0 20px;
}
.select-plan-modal__close--02 .icon-common--close-image {
	left: 0;
	width: 70px;
	height: 14px;
}
.select-plan-modal__title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


/* ---------------------------------------------
*  共通パーツ上書き用
--------------------------------------------- */
.mod-bg-white {
	background-color: #FFF !important;
}