@charset "UTF-8";
/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 共通 main] ***
------------------------------------------------------------*/

/* = [ 共通 ] ===========================================*/

img {
  max-width: 100%;
	height: auto;
}
.f-color01 { color: #0091D7; }
.f-color02 { color: #E6218F; }

/* = [ レイアウト ] ===========================================*/
.otokuwari-notice-container {
	max-width: 780px;
	margin: 45px auto 0;
	padding: 0 15px;
}
.otokuwari-notice-container--wide {
	margin: 130px auto 0;
}
@media screen and (max-width: 767px) {
	.otokuwari-notice-container {
		margin: 35px auto 0;
	}
	.otokuwari-notice-container--wide {
		margin: 83px auto 0;
	}
}

/* = [ 共通テキスト ] ===========================================*/
.otokuwari-notice__text {
	font-size: 1.5rem;
}
.otokuwari-notice__text-normal {
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: normal;
}
.otokuwari-notice__text-large {
	font-size: 1.9rem;
	line-height: 1.75;
	font-feature-settings: normal;
}
.otokuwari-notice__text-small {
	font-size: 1.4rem;
	line-height: 1.75;
}
.otokuwari-notice__text-normal sup,
.otokuwari-notice__text-large sup {
	font-size: 60%;
}
.otokuwari-notes__text {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.9;
	font-feature-settings: normal;
	text-indent: -1em;
}
.otokuwari-notes__text strong {
	color: #d21;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.otokuwari-notice__text {
		font-size: 1.4rem;
	}
	.otokuwari-notice__text-large {
		font-size: 1.6rem;
	}
	.otokuwari-notice__text-small {
		font-size: 1.2rem;
	}
}

/* = [ リンク ] ===========================================*/
.otokuwari-button-flex {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.otokuwari-button-flex--3 {
	gap: 8px;
}
.otokuwari-button-flex .otokuwari-button {
	width: 100%;
	height: 55px;
}
.otokuwari-button-flex .otokuwari-button__link--02 {
	color: #3f3b39;
	border: 1px solid;
	background-color: #fff;
}
.otokuwari-button-flex .otokuwari-button__link--02::after {
	right: 18px;
	transform: rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 2px solid #3f3b39;
	border-right: 2px solid #3f3b39;
}
.otokuwari-button {
	height: 45px;
	margin: auto;
}
.otokuwari-button--w274 {
	max-width: 274px;
}
.otokuwari-button--w274:last-child {
	margin-top: 13px;
}
.otokuwari-button--w484 {
	max-width: 484px;
	height: 54px;
}
.otokuwari-product-info__right .otokuwari-button__link {
	font-size: 1.4rem;
}
.otokuwari-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.267;
	text-align: center;
	letter-spacing: 0.04em;
}
.otokuwari-button__link::after {
	position: absolute;
	content: "";
}
.otokuwari-button__link--01 {
	border: 1px solid;
	background-color: #fff;
}
.otokuwari-button__link--01::after {
	right: 12px;
	width: 13px;
	height: 13px;
	background: url("../img/otokuwari_icon01_black.svg") no-repeat 0 0 / cover;
}
.otokuwari-button__link--02 {
	border: 1px solid #e2007f;
	background-color: #e2007f;
	color: #fff;
}
.otokuwari-button__link--02::after {
	right: 18px;
	transform: rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.otokuwari-notice__link,
.otokuwari-notes__link {
	position: relative;
	color: #008fd5;
	text-decoration: underline !important;
}
.otokuwari-notice__link:hover,
.otokuwari-notes__link:hover {
	text-decoration: none !important;
}
.otokuwari-notice__link--normal::after {
	display: inline-block;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 0.1em;
	border-top: 2px solid #008fd5;
	border-right: 2px solid #008fd5;
	vertical-align: 2px;
	content: "";
}
.otokuwari-notes__link--external::after {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 0.25em;
	background: url("../img/otokuwari_icon01_blue.svg") no-repeat 0 0 / contain;
	content: "";
}
.otokuwari-notes__link--anchor::after {
	display: inline-block;
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin-left: 0.3em;
	border-right: 2px solid #008fd5;
	border-bottom: 2px solid #008fd5;
	vertical-align: 3px;
	content: "";
}
.otokuwari-notes__link--arrow::after {
	display: inline-block;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
	margin-left: 0.3em;
	border-right: 2px solid #008fd5;
	border-bottom: 2px solid #008fd5;
	vertical-align: 1px;
	content: "";
}
.otokuwari-button__link--large {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.otokuwari-button__link--large::after {
	right: 23px;
	width: 16px;
	height: 16px;
}
@media screen and (max-width: 960px) {
	.otokuwari-button-flex {
		flex-direction: column;
		max-width: 280px;
	}
	.otokuwari-button-flex--3 {
		gap: 15px;
	}
}
@media screen and (max-width: 767px) {
	.otokuwari-button--w274 {
		max-width: 254px;
	}
	.otokuwari-button--w484 {
		max-width: 280px;
		height: 66px;
		line-height: 1.2222;
	}
	.otokuwari-button__link--large {
		font-size: 1.8rem;
	}
	.otokuwari-button__link--large::after {
		right: 20px;
		width: 17px;
		height: 17px;
	}
}

/* = [ タブ ] ===========================================*/
.tab-wrap {
	margin-top: 30px;
}
.p-tab-nav {
	border-bottom: 6px solid #fff;
}
.p-tab-nav__list {
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 780px;
}
.p-tab-nav__item {
	display: flex;
	justify-content: center;
	align-items: center;
  width: calc(100% / 2 - 40px / 2);
	/* width: calc(100% / 3 - 40px / 3); */
	height: 53px;
	padding: 4px 4px 0;
  border-radius: 10px 10px 0 0;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	line-height: 1.176;
	letter-spacing: 0.06em;
	color: #696969;
  cursor: pointer;
	background-color: #fff;
	border-top: 3px solid #D6D6D6;
	border-right: 3px solid #D6D6D6;
	border-left: 3px solid #D6D6D6;
}
.p-tab-nav__text--large {
	position: relative;
	top: -2px;
	font-size: 120%;
}
.p-tab-nav__text--small {
	position: relative;
	top: 4px;
	font-size: 70%;
}
.p-tab-nav__item.is-active {
	position: relative;
	color: #003399;
	background-color: #8EE0F9;
	border-color: #8EE0F9;
}
.p-tab-nav__item.is-active::after {
	position: absolute;
	bottom: -6px;
	left: -3px;
	width: calc(100% + 6px);
	height: 6px;
	background-color: #8EE0F9;
	content: "";
}
.tab-contents {
	background-color: #8EE0F9;
	padding: 0 15px;
}
@media screen and (max-width: 1100px) {
	.p-tab-nav__inner {
		display: block;
	}
	.tab-wrap {
		margin-top: 15px;
	}
	.p-tab-nav {
		border-bottom: 5px solid #fff;
	}
	.p-tab-nav__item {
		width: calc(100% / 2 - 14px / 2);
		/*width: calc(100% / 3 - 14px / 3);*/
		padding: 3px 3px 0;
		font-size: 1.7rem;
		border-top: 2px solid #D6D6D6;
		border-right: 2px solid #D6D6D6;
		border-left: 2px solid #D6D6D6;
	}
	.p-tab-nav__text--large {
		position: relative;
		top: 0;
	}
	.p-tab-nav__text--small {
		top: 0;
	}
	.p-tab-nav__item.is-active::after {
		bottom: -5px;
		left: -2px;
		width: calc(100% + 4px);
		height: 5px;
	}
}

/* = [ kv ] ===========================================*/
.kv {
	padding-bottom: 60px;
	background: repeating-linear-gradient(90deg, rgba(237, 243, 223, 1), rgba(237, 243, 223, 1) 20px, rgba(229, 237, 208, 1) 0, rgba(229, 237, 208, 1) 40px);
}
.kv__bnr {
	max-width: 1126px;
	margin: auto;
}
.grandparents-day {
	max-width: 862px;
	margin: auto;
	padding: 0 15px;
}
.grandparents-day__title {
	margin-top: 45px;
	text-align: center;
}
.grandparents-day__lead {
	margin-top: -10px;
	color: #3c3c3c;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.08em;
}
.grandparents-day__lead-large {
	color: #bf7c0d;
	font-weight: 900;
	font-size: 4.5rem;
}
.grandparents-day__lead-medium {
	color: #bf7c0d;
	font-weight: 900;
	font-size: 3.8rem;
}
.grandparents-day__lead-text01 {
	font-size: 3.2rem;
}
.grandparents-day__lead-text02 {
	font-size: 4rem;
}
.grandparents-day__lead-text03 {
	font-size: 2.6rem;
}
.grandparents-day__lead-text04 {
	font-size: 3.8rem;
}
.grandparents-day__contents {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.grandparents-day__content-text {
	margin-top: 10px;
	color: #3c3c3c;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.08em;
}
.grandparents-day__content-text sup {
	font-size: 60%;
}
.grandparents-day__content-text span {
	border-bottom: 2px dashed #1b7e54;
}
.grandparents-day__content-notes {
	margin-top: 7px;
	font-size: 1.4rem;
	text-align: center;
}
.grandparents-day__banner {
	max-width: 832px;
	margin: 25px -25px 0;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.kv {
		padding-bottom: 123px;
		background: repeating-linear-gradient(90deg, rgba(237, 243, 223, 1), rgba(237, 243, 223, 1) 10px, rgba(229, 237, 208, 1) 0, rgba(229, 237, 208, 1) 20px);
	}
	.kv__bnr {
		max-width: 375px;
		margin: auto;
	}
	.grandparents-day {
		max-width: 375px;
		margin: auto;
		padding: 0 15px;
	}
	.grandparents-day__title {
		margin-top: 15px;
	}
	.grandparents-day__lead {
		margin-top: -5px;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
	.grandparents-day__lead-large {
		font-size: 2.5rem;
	}
	.grandparents-day__lead-medium {
		font-size: 1.9rem;
	}
	.grandparents-day__lead-text01 {
		font-size: 1.8rem;
	}
	.grandparents-day__lead-text02 {
		font-size: 2rem;
	}
	.grandparents-day__lead-text03 {
		font-size: 1.3rem;
	}
	.grandparents-day__lead-text04 {
		font-size: 1.9rem;
	}
	.grandparents-day__contents {
		display: block;
	}
	.grandparents-day__content:not(:first-child) {
		margin-top: 30px;
	}
	.grandparents-day__content-text {
		font-size: 1.7rem;
		line-height: 1.9;
		letter-spacing: 0.04em;
	}
	.grandparents-day__content-notes {
		font-size: 1.1rem;
	}
	.grandparents-day__banner {
		max-width: 375px;
		margin: 25px -15px 0;
	}	
}

/* = [ kv - 安心のサポート体制 ] ===========================================*/
.grandparents-day-tel {
	width: 824px;
	height: 488px;
	margin-top: 50px;
	background: url("/shop/otokuwari/d/common/img/otokuwari-d_img04_pc.png") no-repeat 0 0 / cover;
}
.grandparents-day-tel__title {
	padding-top: 55px;
	font-weight: 700;
	font-size: 3.8rem;
	letter-spacing: 0.04em;
	color: #1b7e54;
	text-align: center;
}
.grandparents-day-tel__title em {
	color: #bf7c0d;
}
.grandparents-day-tel__title span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.grandparents-day-tel__title span::before,
.grandparents-day-tel__title span::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	height: 43px;
	margin: auto;
	background-color: #1b7e54;
	content: "";
}
.grandparents-day-tel__title span::before {
	left: 0;
	transform: rotate(-12deg);
}
.grandparents-day-tel__title span::after {
	right: 0;
	transform: rotate(12deg);
}
.grandparents-day-tel__lead {
	margin: 5px auto 0;
	width: 660px;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.866;
}
.grandparents-day-tel__lead em {
	font-weight: 900;
}
.grandparents-day-tel__wrap {
	position: relative;
	margin: 25px 0 0 130px;
	width: 290px;
}
.grandparents-day-tel__wrap::before {
	position: absolute;
	top: 8px;
	right: -292px;
	width: 262px;
	height: 193px;
	background: url("/shop/otokuwari/d/common/img/otokuwari-d_img05.svg") no-repeat 0 0 / cover;
	content: "";
}
.grandparents-day-tel__wrap p {
	line-height: 1;
}
.grandparents-day-tel__customer {
	font-weight: 700;
	font-size: 1.6rem;
}
.grandparents-day-tel__num {
	display: flex;
	margin-top: 10px;
	column-gap: 12px;
	font-weight: 700;
	font-size: 3.6rem;
}
.grandparents-day-tel__num::before {
	position: relative;
	top: 5px;
	display: block;
	width: 39px;
	height: 30px;
	background: url("/shop/otokuwari/d/common/img/otokuwari-d_icon01.svg") no-repeat 0 0 / cover;
	content: "";
}
.grandparents-day-tel__num a {
	pointer-events: none;
}
.grandparents-day-tel__hour {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
	.grandparents-day-tel {
		position: relative;
		left: 50%;
		width: 100vw;
		max-width: 375px;
		height: 427px;
		margin-top: 15px;
		transform: translateX(-50%);
		background: url("/shop/otokuwari/d/common/img/otokuwari-d_img04_sp.png") no-repeat 0 0 / cover;
	}
	.grandparents-day-tel__title {
		padding-top: 55px;
		font-size: 2.5rem;
	}
	.grandparents-day-tel__title span {
		padding: 0 15px;
	}
	.grandparents-day-tel__title span::before,
	.grandparents-day-tel__title span::after {
		height: 29px;
	}
	.grandparents-day-tel__lead {
		margin: 10px auto 0;
		width: 282px;
		font-size: 1.6rem;
		line-height: 1.708;
	}
	.grandparents-day-tel__wrap {
		margin: 18px auto;
		width: 275px;
	}
	.grandparents-day-tel__wrap::before {
		top: auto;
		right: 0;
		bottom: -159px;
		left: 0;
		margin: auto;
		width: 195px;
		height: 144px;
	}
	.grandparents-day-tel__customer {
		font-size: 1.4rem;
	}
	.grandparents-day-tel__num {
		margin-top: 7px;
		column-gap: 10px;
		font-size: 2.7rem;
	}
	.grandparents-day-tel__num::before {
		top: 3px;
		width: 30px;
		height: 23px;
	}
	.grandparents-day-tel__num a {
		pointer-events: auto;
	}
	.grandparents-day-tel__hour {
		margin-top: 5px;
		font-size: 1.3rem;
	}
}

/* = [ otokuwari-notice ] ===========================================*/
.otokuwari-notice__title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	margin-top: 45px;
	background-color: #707070;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.2em;
}
.otokuwari-notice__content {
	margin-top: 25px;
}
.otokuwari-notes--border {
	padding: 25px 30px;
	border: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
	.otokuwari-notice__title {
		margin-top: 40px;
	}
	.otokuwari-notice__content {
		margin-top: 18px;
	}
	.otokuwari-notes--border {
		padding: 20px 15px;
	}
}

.otokuwari-notice--product .otokuwari-notice__title,
.otokuwari-notice--product .otokuwari-notice__text-small,
.otokuwari-notice--product .p-tab-nav,
.otokuwari-notice--product .otokuwari-product,
.otokuwari-product-bg .otokuwari-notes {
	margin-right: auto;
	margin-left: auto;
	max-width: 780px;
}
@media screen and (max-width: 960px) {
	.otokuwari-notice--product .otokuwari-notice__title {
		margin-right: 15px;
		margin-left: 15px;
	}
	.otokuwari-notice--product .p-tab-nav {
		padding: 0 15px;
	}
}

/* = [ otokuwari-product ] ===========================================*/
.otokuwari-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
	padding-top: 40px;
}
.otokuwari-product__inner {
	position: relative;
	width: calc(50% - 40px / 2);
}
.otokuwari-product-new {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 25px;
	margin: auto;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #fff;
	border-radius: 5px;
	background-color: red;
}
.otokuwari-product__lead {
	font-weight: 900;
	font-size: 2.1rem;
	line-height: 1.33333;
	text-align: center;
}
.otokuwari-product__lead span {
	color: #008fd5;
}
.otokuwari-product-container {
	padding: 30px 0 35px;
	border-radius: 10px;
	background-color: #fff;
}
.otokuwari-product-container__title {
	max-width: 100%;
	height: 26px;
	text-align: center;
}
.otokuwari-product-container__title img {
	height: 100%;;
}
.otokuwari-product-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.otokuwari-product-info__left {
	margin-right: 18px;
}
.otokuwari-product-container__img {
	overflow: hidden;
	max-width: 177px;
	height: auto;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
}
.otokuwari-product-color {
	margin-top: 10px;
}
.otokuwari-product-color__list {
	display: flex;
	justify-content: center;
}
.otokuwari-product-color__item {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	border-radius: 50%;
	border: 1px solid;
}
.otokuwari-product-color__item span {
	display: none;
}
.otokuwari-product-color__item--white {
	background-color: #fff;
}
.otokuwari-product-color__item--black {
	background-color: currentColor;
}
.otokuwari-product-info__5g {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 122px;
	height: 29px;
	border-radius: 6px;
	color: #5C5C5C;
	background-color: #e0e0e0;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
.otokuwari-product-info__date {
	margin-top: 13px;
	font-size: 1.2rem;
	line-height: 1.42;
	text-align: center;
}
.otokuwari-product-bg {
	position: relative;
	padding: 18px 15px 216px;
	background-color: #8EE0F9;
}
.otokuwari-product-bg::after {
	position: absolute;
	bottom: -78px;
	right: 0;
	left: 0;
	width: 100%;
	height: 238px;
	background: url("../img/otokuwari_bg01.svg") repeat-x 0 0 / 334px 238px;
	content: "";
}
.otokuwari-notice-caution__title {
	font-weight: 900;
	font-size: 1.5rem;
	font-feature-settings: normal;
}
.otokuwari-notice-caution__content {
	margin-top: 5px;
}
@media screen and (max-width: 960px) {
	.otokuwari-product {
		flex-direction: column;
		row-gap: 30px;
		padding-top: 21px;
	}
	.otokuwari-product__inner {
		width: 100%;
	}
	.otokuwari-product__lead {
		font-size: 2rem;
		line-height: 1.5;
	}
	.otokuwari-product-container {
		padding: 25px 0 26px;
	}
	.otokuwari-product-container__title {
		height: 23px;
	}
	.otokuwari-product-info {
		align-items: stretch;
	}
	.otokuwari-product-container__lead {
		margin-top: 15px;
	}
	.otokuwari-product-container__img {
		width: 100%;
		max-width: 144px;
		height: auto;
	}
	.otokuwari-product-color__item {
		width: 12px;
		height: 12px;
	}
	.otokuwari-product-info__right {
		padding-top: 10px;
	}
	.otokuwari-product-bg {
		padding: 15px 15px 115px;
	}
	.otokuwari-product-bg::after {
		bottom: -40px;
		height: 120px;
		background: url("../img/otokuwari_bg01.svg") repeat-x 0 0 / 168px 120px;
	}
}

/* = [ otokuwari-price ] ===========================================*/
.otokuwari-price {
	margin-top: 18px;
	padding: 0 27px;
}
.otokuwari-price__list {
	overflow: hidden;
	border: 2px solid #ADE9FB;
	border-radius: 6px;
}
.otokuwari-price__title {
	padding: 8px 0;
	background-color: #ADE9FB;
	color: #333333;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.14em;
	text-align: center;
}
.otokuwari-price__content {
	padding: 17px 19px 0;
}
.otokuwari-price-price-wrap {
	text-align: center;
}
.otokuwari-price-price {
	position: relative;
	display: inline-block;
	margin: 0;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #19AEEC;
}
.otokuwari-price-price__tax {
	position: absolute;
	top: 2px;
	right: -12px;
	font-size: 1.2rem;
}
.otokuwari-price-price__num {
	font-weight: 700;
	font-size: 3.5rem;
	vertical-align: -1px;
}
.otokuwari-price-price__en {
	margin-left: 0.3em;
	font-size: 1.6rem;
}
.otokuwari-price-price-sub {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.otokuwari-price-price-sub strong {
	font-size: 2.3rem;
}
.otokuwari-price-details {
	margin-top: 5px;
	font-weight: 500;
	line-height: 1.32;
}
.otokuwari-price-details__title {
	min-width: 135px;
	margin: 0;
	font-size: 1.3rem;
	color: #7A7A7A;
}
.otokuwari-price-details__title span {
	vertical-align: -5px;
	color: #333333;
}
.otokuwari-price-details__title strong {
	color: #e4007f;
	font-weight: 500;
}
.otokuwari-price-details__list {
	margin-top: 3px;
}
.otokuwari-price-details__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	border-top: 1px solid #ADE9FB;
}
.otokuwari-price-details__ta-right {
	display: inline-block;
	min-width: 100px;
	text-align: right;
}
.otokuwari-price-details__num {
	font-weight: 700;
	font-size: 2.2rem;
}
.otokuwari-price-details__num strong,
.otokuwari-price-details__en strong {
	color: #e4007f;
}
.otokuwari-price-details__num span,
.otokuwari-price-details__en {
	margin-left: 0.3em;
	font-weight: 500;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.otokuwari-price {
		margin-top: 21px;
		padding: 0 26px;
	}
}

/* = [ トップページ　エリア確認 ] ===========================================*/
.p-area {
  max-width: 720px;
  margin: 0 auto;
}
.p-area__lead {
	margin: 0;
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-area__lead {
    font-size: 1.4rem;
  }
}
.p-area__list {
  margin-top: 5px;
  border-top: 1px solid currentColor;
  counter-reset: li;
}
@media screen and (max-width: 767px) {
  .p-area__list {
    margin-top: 0;
  }
}
.p-area__item {
  display: flex;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.5rem;
}
.p-area__item span {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-area__item {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.p-area__item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #0091D7;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  counter-increment: li;
  content: counter(li);
}
@media screen and (max-width: 767px) {
  .p-area__item::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 1.1rem;
    line-height: 14px;
  }
}
.p-area__item-inner {
  margin-top: -4px;
}
.p-area__item-text {
	margin: 0;
}
.p-area__item-notes {
	margin: 0;
  font-weight: 300;
  font-size: 1.2rem;
}
.p-area__content {
  height: 700px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    margin-top: 15px;
    height: 420px;
  }
}
.p-area__content iframe {
  width: 100%;
  height: 100%;
}
.p-area__note {
  margin: 20px 0 0;
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-area__note {
    margin-top: 10px;
  }
}

/* = [ エリア確認 ] ===========================================*/
.bg-color {
	padding: 70px 0 50px;
	background-color: #5c5c5c;
}
.p-area-title {
	color: #fff;
	font-weight: 900;
	font-size: 3.6rem;
	text-align: center;
}
.p-area--plan {
	margin: 15px auto 0!important;
	text-align: center;
}
.p-area--plan .p-area__lead {
	display: inline-block;
	width: 280px;
	height: 52px;
	background-color: #5c5c5c;
	font-weight: 900;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
}
.p-area--plan .p-area__list {
	margin-top: -29px;
	padding: 58px 47px 43px;
	border: 2px solid #fff;
	border-radius: 14px;
	color: #fff;
	text-align: left;
}
.p-area--plan .p-area__item {
	margin-top: 0;
	font-size: 2rem;
}
.p-area--plan .p-area__item:nth-child(n+2) {
	margin-top: 12px;
}
.p-area--plan .p-area__item-inner {
	margin-top: 0;
}
.p-area--plan .p-area__item::before {
	position: relative;
	top: 5px;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	background-color: #fff;
	color: #5c5c5c;
	font-size: 1.7rem;
	line-height: 27px;
}
.p-area--plan .p-area__item-notes {
	font-weight: 400;
	font-size: 1.6rem;
}
.p-area--plan .p-area__content {
	margin-top: 39px;
}
.p-area--plan .p-area__note {
	margin: 35px auto 0;
	text-align: left;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.bg-color {
		padding: 20px 0;
	}
	.p-area-title {
		font-size: 2.5rem;
	}
	.p-area--plan {
		margin: 10px auto 0!important;
		text-align: center;
	}
	.p-area--plan .p-area__lead {
		width: 191px;
		height: 40px;
		font-size: 1.9rem;
	}
	.p-area--plan .p-area__list {
		margin-top: -22px;
		padding: 30px 25px 25px;
		border-radius: 8px;
	}
	.p-area--plan .p-area__item {
		font-size: 1.7rem;
	}
	.p-area--plan .p-area__item:nth-child(n+2) {
		margin-top: 15px;
	}
	.p-area--plan .p-area__item::before {
		width: 24px;
		height: 24px;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.p-area--plan .p-area__item-notes {
		font-size: 1.5rem;
	}
	.p-area--plan .p-area__content {
		margin-top: 21px;
		height: 337px;
	}
	.p-area--plan .p-area__note {
		margin: 17px auto 0;
	}
}

/* = [ バナー ] ===========================================*/
.otokuwari-other-banner {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 60px auto 70px;
}
.otokuwari-other-banner__inner {
	width: calc(50% - 38px / 2);
	margin: auto;
}
@media screen and (max-width: 767px) {
	.otokuwari-other-banner {
		display: block;
		max-width: 100%;
		margin: 22px auto 10px;
	}
	.otokuwari-other-banner__inner {
		width: 345px;
	}
	.otokuwari-other-banner__inner:last-child {
		margin-top: 15px;
	}
}