@charset "UTF-8";

.flexiblebox_description{
	display: none;
}

body.postid-5699 .flexiblebox_description{
	display: block;
	overflow: hidden;
}

.flexiblebox_description dd{
	padding: 0;
	margin: 0;
}

.plan {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .plan {
	margin-top: 90px;
  }
}
.plan__wrap {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .plan__wrap {
	margin-bottom: 60px;
  }
}
.plan__tabs {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 -88px;
  padding: 0;
  border-bottom: 3px solid #c67082;
}
@media screen and (max-width: 767px) {
  .plan__tabs {
	margin: 0 -10px 32px;
	/* margin: 0 -7.729468599vw 32px; */
	border-width: 2px;
  }
}
.plan__tab {
  position: relative;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .plan__tab {
	width: calc(33.3333333333% - 6px);
  }
}
.plan__tab::before, .plan__tab::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.plan__tab::before {
  left: 0;
  border-width: 50px 190px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .plan__tab::before {
	border-width: 30px 15.9420289855vw 0 0;
  }
}
.plan__tab::after {
  right: 0;
  border-width: 0 190px 50px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .plan__tab::after {
	border-width: 0 15.9420289855vw 30px 0;
  }
}
.plan__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 42px 0 14px !important;
  margin: 0 !important;
  font-weight: bold;
  color: #c67082;
  border: none;
  background: #f3e8ea;
}

.plan__btn:hover {
  color: #c67082;
  background: #e1bfc6;
}

.plan__btn:active {
  color: #c67082;
  background: #e1bfc6;
}


@media screen and (max-width: 767px) {
  .plan__btn {
	padding-top: 32px;
  }
}
.plan__btn [lang=en] {
  margin-bottom: 12px;
  padding: 0 8px 2px;
  font-size: 18px;
  line-height: 1.4444444444;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-bottom: 2px solid #c67082;
}
@media screen and (max-width: 767px) {
  .plan__btn [lang=en] {
	margin-bottom: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.4210526316;
	border-width: 1px;
  }
}
.plan__btn [lang=en] span {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan__btn [lang=en] span {
	font-size: 27px;
  }
}
.plan__btn [lang=ja] {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__btn [lang=ja] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(0 0 99.9% 99.9%);
	border: 0;
  }
}
.plan__btn[aria-selected=true] {
  color: #fff;
  background: #c67082;
}
.plan__btn[aria-selected=true] [lang=en] {
  border-color: #fff;
}
.plan__item {
  display: none;
}
.plan__item[aria-hidden=false] {
  display: block;
}
.plan__intro {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .plan__intro {
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .plan__data {
	order: -1;
	width: 100%;
  }
}
.plan__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}
@media screen and (max-width: 767px) {
  .plan__heading {
	position: inherit;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3125;
	font-weight: bold;
	color: #c67082;
	text-align: center;
	overflow: inherit;
	clip: inherit;
	clip-path: none;
	border: none;
  }
}
.plan__lead {
  font-size: 30px;
  line-height: 2.1333333333;
  white-space: nowrap;
  font-weight: 500;
  color: #c67082;
}
@media screen and (max-width: 767px) {
  .plan__lead {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
  }
}
.plan__image {
  order: -1;
  width: 704px;
  height: 340px;
  margin: 0 110px 0 -88px;
}
@media screen and (max-width: 767px) {
  .plan__image {
	width: 100%;
	height: auto;
	margin: 0;
  }
}
.plan__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.plan__note {
  font-size: 14px;
  line-height: 2;
}
.plan__note li {
  display: flex;
}
.plan__note li::before {
  content: "※";
}

.plan-detail {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .plan-detail {
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 35px;
  }
}
.plan-detail__info {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .plan-detail__info {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.plan-detail__fam::before {
  content: "【";
}
.plan-detail__fam::after {
  content: "】";
}
.plan-detail__fam dt {
  display: inline;
}
.plan-detail__fam dt::after {
  content: "/";
  margin: 0 5px;
}
.plan-detail__fam dd {
  display: inline;
}
.plan-detail__types {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .plan-detail__types {
	margin-bottom: 26px;
  }
}
.plan-detail__type {
  position: relative;
  padding-left: 1em;
}
.plan-detail__type::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.plan-detail__type dt {
  display: inline;
}
.plan-detail__type dt::after {
  content: "/";
  margin-left: 5px;
}
.plan-detail__type dd {
  display: inline;
}
.plan-detail__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .plan-detail__txt {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.plan-detail__example {
  flex-shrink: 0;
  width: 424px;
  margin-top: 5px;
  padding: 19px 19px 29px;
  background: #eff3f5;
}
@media screen and (max-width: 767px) {
  .plan-detail__example {
	width: 100%;
	margin-top: 0;
	padding: 19px 4.5893719807vw;
  }
}
.plan-detail__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3px;
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: bold;
  color: #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-detail__heading {
	font-size: 23px;
  }
}
.plan-detail__heading span {
  width: 94px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-detail__heading span {
	width: 80px;
	font-size: 14px;
	line-height: 1.7857142857;
  }
}
.plan-detail__detail {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .plan-detail__detail {
	margin-bottom: 17px;
  }
}
.plan-detail__data {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan-detail__data {
	font-size: 13px;
	line-height: 1.7692307692;
  }
}
.plan-detail__data::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.plan-detail__data dt {
  display: inline;
}
.plan-detail__data dt::after {
  content: "/";
  margin-left: 5px;
}
.plan-detail__data dd {
  display: inline;
}
.plan-detail__price {
  display: flex;
}
@media screen and (max-width: 767px) {
  .plan-detail__price {
	flex-direction: column;
	align-items: flex-start;
  }
}
.plan-detail__price + .plan-detail__price {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .plan-detail__price + .plan-detail__price {
	margin-top: 14px;
  }
}
.plan-detail__price dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #1d6672;
  border: 1px solid #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-detail__price dt {
	width: auto;
	height: 25px;
	padding: 0 10px;
  }
}
.plan-detail__price dd {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  color: #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-detail__price dd {
	flex-direction: row;
	align-items: baseline;
  }
}
.plan-detail__price dd span {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan-detail__price dd span {
	font-size: 14px;
	line-height: 1.3571428571;
  }
}
.plan-detail__price dd span b {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan-detail__price dd span b {
	font-size: 19px;
  }
}
.plan-detail__price dd small {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.plan-flow__item {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 42px;
}
@media screen and (max-width: 767px) {
  .plan-flow__item {
	gap: 29px;
  }
}
.plan-flow__item::after {
  content: "";
  width: 100%;
  height: 98px;
  background: url('http://www.daiichiito.co.jp/site/wp-content/uploads/2024/06/icon-arrow-04.png') no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .plan-flow__item::after {
	height: 49px;
  }
}
.plan-flow__item + .plan-flow__item {
  margin-top: 35px;
}
.plan-flow__item:last-of-type::after {
  content: none;
}
.plan-flow__detail {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .plan-flow__detail {
	width: 100%;
  }
}
.plan-flow__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 2.1666666667;
  font-weight: bold;
  color: #fff;
  background: #c67082;
}
@media screen and (max-width: 767px) {
  .plan-flow__heading {
	display: inline-flex;
	width: auto;
	margin-bottom: 13px;
	padding: 0 14px;
	font-size: 16px;
	line-height: 2.1875;
  }
}
.plan-flow__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .plan-flow__txt {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.plan-flow__txt.-note {
  margin-top: 15px;
  font-size: 14px;
  color: #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-flow__txt.-note {
	margin-top: 28px;
  }
}
.plan-flow__txt.-note::before {
  content: "※";
}
.plan-flow__image {
  order: -1;
  flex-shrink: 0;
  max-width: 680px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .plan-flow__image {
	width: 100%;
  }
}
.plan-flow__image img {
  width: 100%;
}
.plan-flow__price {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .plan-flow__price {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 15px;
  }
}
.plan-flow__price dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #1d6672;
  border: 1px solid #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-flow__price dt {
	height: 25px;
  }
}
.plan-flow__price dd {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  color: #1d6672;
}
@media screen and (max-width: 767px) {
  .plan-flow__price dd {
	flex-direction: row;
	align-items: baseline;
  }
}
.plan-flow__price dd span {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan-flow__price dd span {
	font-size: 14px;
	line-height: 1.3571428571;
  }
}
.plan-flow__price dd span b {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan-flow__price dd span b {
	font-size: 19px;
  }
}
.plan-flow__price dd small {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.option {
  width: 100%;
  margin-top: 32px;
  padding: 0 30px 30px;
  background: #eff3f5;
}
@media screen and (max-width: 767px) {
  .option {
	width: auto;
	margin: 0 -7.729468599vw;
	padding: 0 7.729468599vw 7.2463768116vw;
  }
}
.option + .option {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .option + .option {
	margin-top: 72px;
  }
}
.option.-partition {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .option.-partition {
	margin-top: 150px;
  }
}
.option__intro {
  position: relative;
  padding: 48px 0 32px;
}
@media screen and (max-width: 767px) {
  .option__intro {
	padding: 8.4541062802vw 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .-partition > .option__intro {
	padding-top: 13.0434782609vw;
  }
}
.option__head {
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  color: #1d6672;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .option__head {
	font-size: 20px;
  }
}
.option__head span {
  padding: 0 10px 8px;
  border-bottom: 2px solid #1d6672;
  padding: 0 5px 3px;
}
.option__lead {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 195px;
  top: -68px;
  right: -32px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #1d6672;
}
@media screen and (max-width: 767px) {
  .option__lead {
	width: 163px;
	height: 163px;
	top: -28.0193236715vw;
	right: auto;
	left: 77%;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 1.5;
  }
}
.option__lead::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 15px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 25px 11px 0 11px;
  border-color: #1d6672 transparent transparent transparent;
}

.option-door {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .option-door {
	flex-wrap: wrap;
	gap: 7.2463768116vw;
  }
}
.option-door__item {
  display: flex;
  flex-direction: column;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .option-door__item {
	width: 100%;
  }
}
.option-door__heading {
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  border-left: 6px solid #1d6672;
}
@media screen and (max-width: 767px) {
  .option-door__heading {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6666666667;
  }
}
.option-door__detail {
  list-style: none;
}
.option-door__txt {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .option-door__txt {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.option-door__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.option-door__price {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #c67082;
}
@media screen and (max-width: 767px) {
  .option-door__price {
	flex-direction: row;
	align-items: baseline;
  }
}
.option-door__price span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .option-door__price span {
	font-size: 17px;
	line-height: 1.4705882353;
  }
}
.option-door__price span b {
  font-size: 40px;
  line-height: 0.7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .option-door__price span b {
	font-size: 30px;
	line-height: 1.5;
  }
}
.option-door__price span > small {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .option-door__price span > small {
	font-size: 14px;
	line-height: 1.7857142857;
  }
}
.option-door__price span + small {
  margin-left: auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .option-door__price span + small {
	margin-left: 0;
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.option-door__tax {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .option-door__tax {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.option-door__tax::before {
  content: "【";
}
.option-door__tax::after {
  content: "】";
}
.option-door__image {
  display: block;
  order: -1;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .option-door__image {
	width: 53.1400966184vw;
	margin: 0 auto 20px;
  }
}
.option-door__image img {
  width: 100%;
}

.door-example__image {
  display: block;
  width: 825px;
  margin: 0 0 67px 18px;
}
@media screen and (max-width: 767px) {
  .door-example__image {
	width: 100%;
	margin: 0 0 25px;
  }
}
.door-example__image img {
  width: 100%;
}
.door-example__wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .door-example__wrap {
	flex-wrap: wrap;
	gap: 30px;
	padding-right: 0;
  }
}
.door-example__item {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .door-example__item {
	width: 100%;
  }
}
.door-example__heading {
  margin-bottom: 8px;
  padding-left: 14px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  border-left: 6px solid #1d6672;
}
@media screen and (max-width: 767px) {
  .door-example__heading {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6666666667;
  }
}
.door-example__prices {
  margin-bottom: 29px;
}
.door-example__price {
  font-weight: bold;
}
.door-example__price + .door-example__price {
  margin-top: 15px;
}
.door-example__price dt {
  font-size: 18px;
  line-height: 2.2222222222;
}
.door-example__price dd {
  display: flex;
  align-items: baseline;
  font-size: 26px;
  line-height: 1.1538461538;
  color: #c67082;
}
@media screen and (max-width: 767px) {
  .door-example__price dd {
	font-size: 30px;
	line-height: 1.5;
  }
}
.door-example__price dd small {
  font-size: 20px;
  line-height: 1.5;
  color: #4c4a4c;
}
@media screen and (max-width: 767px) {
  .door-example__price dd small {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.door-example__price dd small::before {
  content: "【";
}
.door-example__price dd small::after {
  content: "】";
}
.door-example__total {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .door-example__total {
	display: flex;
	flex-direction: column;
  }
}
.door-example__total dt {
  display: inline;
  margin-right: 10px;
  font-size: 20px;
  line-height: 1.5;
}
.door-example__total dd {
  display: inline;
}
.door-example__total dd span {
  font-size: 28px;
  line-height: 1.0714285714;
  color: #c67082;
}
.door-example__total dd span b {
  font-size: 40px;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .door-example__total dd span b {
	font-size: 30px;
	line-height: 1.5;
  }
}
.door-example__total dd span > small {
  font-size: 20px;
  line-height: 1.5;
}
.door-example__total dd span + small {
  display: inline-block;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .door-example__total dd span + small {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.door-example__total dd span + small::before {
  content: "【";
}
.door-example__total dd span + small::after {
  content: "】";
}
.door-example__fig {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .door-example__fig {
	width: 100%;
  }
}
.door-example__fig img {
  width: 100%;
}

.option-partition__items {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .option-partition__items {
	flex-wrap: wrap;
	gap: 9.6618357488vw;
  }
}
.option-partition__item {
  display: flex;
  flex-direction: column;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .option-partition__item {
	width: 100%;
  }
}
.option-partition__heading {
  margin-bottom: 16px;
  padding-left: 14px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  border-left: 6px solid #1d6672;
}
@media screen and (max-width: 767px) {
  .option-partition__heading {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6666666667;
  }
}
.option-partition__detail {
  list-style: none;
}
.option-partition__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.option-partition__price {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: bold;
  color: #c67082;
}
.option-partition__price b {
  font-size: 40px;
  line-height: 0.85;
}
@media screen and (max-width: 767px) {
  .option-partition__price b {
	font-size: 30px;
	line-height: 1.5;
  }
}
.option-partition__price small {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .option-partition__price small {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.option-partition__tax {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .option-partition__tax {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.option-partition__tax::before {
  content: "【";
}
.option-partition__tax::after {
  content: "】";
}
.option-partition__note {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .option-partition__note {
	font-size: 14px;
	line-height: 1.4285714286;
  }
}
.option-partition__image {
  order: -1;
  margin-bottom: 22px;
}
.option-partition__image img {
  width: 100%;
}

.partition-example {
  width: 936px;
  margin: 28px auto 12px;
  padding: 40px 40px 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partition-example {
	width: auto;
	margin: 50px -4.1062801932vw;
	padding: 40px 3.8647342995vw 9.6618357488vw;
  }
}
.partition-example__head {
  display: flex;
  justify-content: center;
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: bold;
  color: #1d6672;
}
@media screen and (max-width: 767px) {
  .partition-example__head {
	font-size: 20px;
	text-align: center;
  }
}
.partition-example__head span {
  padding: 0 10px 8px;
  border-bottom: 2px solid #1d6672;
}
.partition-example__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 60px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .partition-example__items {
	gap: 9.6618357488vw;
	margin-top: 40px;
  }
}
.partition-example__item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .partition-example__item {
	width: 100%;
  }
}
.partition-example__item picture {
  display: block;
}
.partition-example__item picture img {
  width: 100%;
}

.price__item + .price__item {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .price__item + .price__item {
	margin-top: 80px;
  }
}
.price__lead {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 3.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__lead {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.price__lead b {
  color: #1d6672;
}
.price__fig {
  margin-bottom: 54px;
}
.price__fig img {
  width: 100%;
}
.price__detail {
  width: 794px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price__detail {
	width: 100%;
  }
}
.price__txt {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 3.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__txt {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.price__txt b {
  color: #1d6672;
}
.price__prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .price__prices {
	flex-wrap: wrap;
	gap: 20px;
  }
}
.price__price {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .price__price {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
  }
}
.price__price dt {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.7727272727;
  color: #fff;
  text-align: center;
  background: #737373;
}
@media screen and (max-width: 767px) {
  .price__price dt {
	width: 65px;
	margin: 17px 0 0;
	font-size: 20px;
	line-height: 1.75;
  }
}
.price__price dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.price__price dd span {
  position: relative;
  font-size: 25px;
  line-height: 2.64;
  color: #c67082;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .price__price dd span {
	font-size: 23px;
	line-height: 1.3043478261;
  }
}
.price__price dd span b {
  margin-right: 4px;
  font-size: 66px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .price__price dd span b {
	font-size: 60px;
  }
}
.price__price dd span > small {
  position: absolute;
  top: 0;
  right: -12px;
  font-size: 18px;
  line-height: 2.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .price__price dd span > small {
	font-size: 18px;
	line-height: 2.2222222222;
  }
}
.price__price dd span + small {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 767px) {
  .price__price dd span + small {
	margin-left: auto;
	font-size: 15px;
	line-height: 1.5333333333;
  }
}
.price__price dd span + small::before {
  content: "【";
}
.price__price dd span + small::after {
  content: "】";
}
.price__note {
  list-style: none;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .price__note {
	font-size: 14px;
	line-height: 1.9285714286;
  }
}
.price__note li {
  display: flex;
}
.price__note li::before {
  content: "※";
}
.price-plan + .price-plan {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .price-plan + .price-plan {
	margin-top: 52px;
  }
}
.price-plan__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.44;
  font-weight: normal;
  color: #fff;
  font-family: Century Gothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: #1d6672;
}
@media screen and (max-width: 767px) {
  .price-plan__head {
	height: 70px;
	margin-bottom: 22px;
	font-size: 31px;
	line-height: 1.1290322581;
  }
}
.price-plan__head b {
  font-size: 72px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 767px) {
  .price-plan__head b {
	font-size: 45px;
  }
}
.price-plan__head span {
  display: flex;
  justify-content: center;
  width: 86px;
  margin: 0 20px 0 30px;
  font-size: 26px;
  line-height: 1.6153846154;
  font-weight: bold;
  color: #1d6672;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price-plan__head span {
	width: 54px;
	margin: 0 12px 0 18px;
	font-size: 16px;
	line-height: 1.65625;
  }
}
.price-plan__intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .price-plan__intro {
	flex-wrap: wrap;
	gap: 32px 0;
	margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan__data {
	display: contents;
  }
}
.price-plan__price {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price-plan__price {
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	flex-grow: 1;
	margin: 0 -6px;
	white-space: nowrap;
  }
}
.price-plan__price span {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 36px;
  line-height: 1.4094444444;
  color: #c67082;
}
@media screen and (max-width: 767px) {
  .price-plan__price span {
	font-size: 23px;
	line-height: 1.3043478261;
  }
}
.price-plan__price span b {
  margin-right: 4px;
  font-size: 86px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price-plan__price span b {
	font-size: 60px;
  }
}
.price-plan__price span > small {
  position: absolute;
  top: 0;
  right: -12px;
  font-size: 24px;
  line-height: 2.1141666667;
}
@media screen and (max-width: 767px) {
  .price-plan__price span > small {
	top: 8px;
	font-size: 18px;
	line-height: 1.3888888889;
  }
}
.price-plan__price span + small {
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 767px) {
  .price-plan__price span + small {
	font-size: 15px;
	line-height: 1.5333333333;
  }
}
.price-plan__price span + small::before {
  content: "【";
}
.price-plan__price span + small::after {
  content: "】";
}
.price-plan__items {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .price-plan__items {
	width: calc(50% - 15px);
	padding-left: 0;
  }
}
.price-plan__item {
  position: relative;
  display: flex;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .price-plan__item {
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.5714285714;
  }
}
.price-plan__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.price-plan__item dt::after {
  content: "/";
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .price-plan__item dd {
	white-space: nowrap;
  }
}
.price-plan__fig {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .price-plan__fig {
	margin-top: 0;
  }
}
.price-plan__fig.-type-1 {
  width: 313px;
}
@media screen and (max-width: 767px) {
  .price-plan__fig.-type-1 {
	width: 42.5120772947vw;
  }
}
.price-plan__fig.-type-2 {
  width: 337px;
}
@media screen and (max-width: 767px) {
  .price-plan__fig.-type-2 {
	width: 42.5120772947vw;
  }
}
.price-plan__fig.-type-3 {
  width: 289px;
}
@media screen and (max-width: 767px) {
  .price-plan__fig.-type-3 {
	width: 42.5120772947vw;
  }
}
.price-plan__fig img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-plan__image {
	display: flex;
	justify-content: center;
	width: 91.7874396135vw;
	max-width: 91.7874396135vw;
	margin: 0 -3.3816425121vw;
  }
}
.price-plan__image img {
  width: 100%;
}



.concept-data {
  width: 100%;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .concept-data {
	margin-top: 32px;
  }
}
.concept-data__table {
  table-layout: fixed;
  border-spacing: 0;
}
.concept-data__table[data-device=pc] {
  width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.625;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
}
@media screen and (max-width: 767px) {
  .concept-data__table[data-device=pc] {
	display: none;
  }
}
.concept-data__table[data-device=pc] th {
  width: 33.3333333333%;
  font-weight: bold;
  color: #1d6672;
  border: 1px solid #AFAFAF;
  border-top: none;
  background: #EFF3F5;
}
.concept-data__table[data-device=pc] thead th {
  padding: 8px 56px;
  color: #4C4A4C;
  text-align: center;
  border-top: 1px solid #AFAFAF;
}
.concept-data__table[data-device=pc] thead th.-recommend {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff;
  text-align: left;
  border: 4px solid #CF7487;
  background: #CF7487;
}
.concept-data__table[data-device=pc] tbody th {
  padding: 6px 20px;
  text-align: left;
}
.concept-data__table[data-device=pc] tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #AFAFAF;
}
.concept-data__table[data-device=pc] tbody td.-recommend {
  padding: 23px 24px;
  font-weight: bold;
  border-left: 4px solid #CF7487;
  border-right: 4px solid #CF7487;
  border-bottom: 1px solid #CF7487;
  background: #F7E2E1;
}
.concept-data__table[data-device=pc] tbody tr:last-of-type td.-recommend {
  border-bottom: 4px solid #CF7487;
}
.concept-data__table[data-device=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  .concept-data__table[data-device=sp] {
	display: table;
	width: 100%;
	border: 1px solid #AFAFAF;
  }
}
.concept-data__table[data-device=sp] + .concept-data__table[data-device=sp] {
  margin-top: 7px;
}
.concept-data__table[data-device=sp] th, .concept-data__table[data-device=sp] td {
  display: block;
  width: 100%;
}
.concept-data__table[data-device=sp] th {
  padding: 10px;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: 1px solid #AFAFAF;
  background: #EFF3F5;
}
.concept-data__table[data-device=sp].-recommend {
  font-weight: bold;
  border: 2px solid #CF7487;
}
.concept-data__table[data-device=sp].-recommend th {
  font-size: 16px;
  line-height: 1.125;
  color: #fff;
  border-bottom: none;
  background: #CF7487;
}
.concept-data__items.-recommend {
  background: #F7E2E1;
}
.concept-data__item {
  padding: 13px 12px 8px;
}
.concept-data__item + .concept-data__item {
  border-top: 1px solid #AFAFAF;
}
.concept-data__item dt {
  margin-bottom: 2px;
}
.concept-data__item dd {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}
.-recommend > .concept-data__item + .concept-data__item {
  border-top: 1px solid #CF7487;
}
.concept-data__heading {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.concept-data__heading li {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.0833333333;
  font-weight: bold;
  color: #1d6672;
  border: 1px solid #1d6672;
  background: #fff;
}