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

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

.oyakowari-section {
	width: 100%;
}

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


/* ---------------------------------------------
*  親子割内 共通パーツ
--------------------------------------------- */
/* ----------タイトル---------- */
.oyakowari-tit-01 {
	margin-bottom: 24px;
	color: #000;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	line-height: 160%;
}

.oyakowari-tit-02,
.oyakowari-tit-02--fz-s,
.oyakowari-tit-03 {
	margin: 30px 0 20px;
	color: #000;
	text-align: center;
	font-weight: 700;
}
.oyakowari-tit-02{
	font-size: 28px;
	line-height: 180%;
}
.oyakowari-tit-02--fz-s {
	font-size: 16px;
	line-height: 150%;
}
.oyakowari-tit-02__sub {
	border-radius: 4px;
	color: #C03;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.oyakowari-tit-03 {
	font-size: 16px;
	line-height: 150%;
}

/* ----------テキスト---------- */
.oyakowari-lead-txt-01 {
	margin: 0 0 15px !important;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.4px;
}

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

/* ----------ボタン---------- */
/* 料金シミュレーションを確認する ボタン */
.oyakowari-price-sim-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 20px 30px 20px 26px;
	text-decoration: none;
	text-align: center;
	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);
}
.oyakowari-price-sim-btn .oyakowari-price-sim-btn__img {
	display: inline-block;
	width: 40px;
	margin-right: 8px;
}
.oyakowari-price-sim-btn .oyakowari-price-sim-btn__img img {
	width: 100%;
}
.oyakowari-price-sim-btn .oyakowari-white-btn01__icon {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

/* my docomo ボタン */
.oyakowari-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);
}
.oyakowari-mydocomo-btn .oyakowari-mydocomo-btn__txt-s {
	margin-right: 1em;
	font-size: 13px;
	font-weight: 400;
}
.oyakowari-mydocomo-btn .oyakowari-mydocomo-btn__img {
	display: inline-block;
	width: 98px;
}
.oyakowari-mydocomo-btn .oyakowari-mydocomo-btn__img img {
	width: 100%;
}
.oyakowari-mydocomo-btn .oyakowari-white-btn01__icon {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

/* ----------アコーディオン---------- */
.oyakowari-acc-list__item {
	margin-bottom: 20px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.oyakowari-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%;
}
.oyakowari-acc-list__head.is-active {
	border-bottom: 1px solid #e7e7e7;
}
.oyakowari-acc-list__title {
	font-size: 16px;
	font-weight: 700;
}
.oyakowari-acc-list__title .txt-strong {
	font-size: 12px;
}
.oyakowari-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;
}
.oyakowari-acc-list__head.is-active .oyakowari-acc-list__state {
	background: url(/charge/images/common/btn_toggle_close01.png) no-repeat center center;
	background-size: contain;
}
.oyakowari-acc-list__body {
	display: none;
}
.oyakowari-acc-list__body .oyakowari-acc-list__body-wrap {
	padding: 15px;
}


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

.oyakowari-section.nav-area .oyakowari-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_oyakowari/images/icon_nav_arrow.svg);
}

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


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

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

/* ----------タイトル---------- */
.oyakowari-apply-method-area .oyakowari-apply-ttl01 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

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

/* ----------テキスト---------- */
.oyakowari-apply-method-area .oyakowari-apply-lead01 {
	margin-bottom: 12px !important;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
}

/* ----------ボタン---------- */
.oyakowari-apply-btn01,
.oyakowari-apply-btn01--white{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 30px 15px 12px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	text-decoration: none;
	text-align: center;
}
.oyakowari-apply-btn01__icon{
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	align-items: center;
	display: flex;
}

.oyakowari-apply-btn01 {
	background: #C03;
	color: #fff !important;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.oyakowari-apply-btn01--white {
	background: #fff;
	color: #000 !important;
	border: 1px solid #D5D5D5;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.20);
}

/* ----------レイアウト---------- */
.oyakowari-apply-col2--sp,
.oyakowari-apply-col3,
.oyakowari-apply-col4 {
	display: flex;
	flex-wrap: wrap;
}

/* 2カラム（smt only） */
.oyakowari-apply-col2--sp .oyakowari-apply-col2--sp__item,
.oyakowari-apply-col3.sp-col2 .oyakowari-apply-col3__item,
.oyakowari-apply-col4.sp-col2 .oyakowari-apply-col4__item {
	width: 47%;
}
.oyakowari-apply-col2--sp .oyakowari-apply-col2--sp__item:nth-child(2n),
.oyakowari-apply-col3.sp-col2 .oyakowari-apply-col3__item:nth-child(2n),
.oyakowari-apply-col4.sp-col2 .oyakowari-apply-col4__item:nth-child(2n) {
	margin-left: 6%;
}
.oyakowari-apply-col2--sp .oyakowari-apply-col2--sp__item:not(:nth-child(-n+2)),
.oyakowari-apply-col3.sp-col2 .oyakowari-apply-col3__item:not(:nth-child(-n+2)),
.oyakowari-apply-col4.sp-col2 .oyakowari-apply-col4__item:not(:nth-child(-n+2)) {
	margin-top: 6%;
}


/* ---------------------------------------------
*	フローティングエリア
--------------------------------------------- */
/* ----------ページトップボタン---------- */
.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;
	width: 49%;
	height: 40px;
	padding-right: 17px;
	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_oyakowari/images/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.float-cv__inner__link.btm::after {
	transform: rotate(90deg);
}
.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_oyakowari/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: 40px 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;
}


/* ---------------------------------------------
*  共通パーツ上書き用
--------------------------------------------- */
.mod-sp-w-100per {
	width: 100% !important;
}