/* 文字サイズ関係 */
html {
	font-size: 62.5%;
}
p,span,a,li,td,th,h1,h2,h3,h4,h5,h6,label {
	color: #000000;
	font-family: "Noto Sans JP", serif;
	font-size: clamp(1.3rem, calc(1.32vw), 1.7rem);
	line-height: 3.4rem;
	margin: 2px auto;
}
@media screen and (max-width: 768px) {
	p,span,a,li,td,th,h1,h2,h3,h4,h5,h6,label {
		line-height: 2.6rem;
	}
}
.drawer-menu-item {
	font-size: clamp(1.3rem, calc(1.32vw), 1.7rem) !important;
}
h1 {
	font-weight: bold;
	font-size: clamp(2.8rem, calc(2.5vw), 3.2rem);
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
		margin-bottom: 0.5rem;
	}
}
h2 {
	font-weight: bold;
	font-size: clamp(2.0rem, calc(1.87vw), 2.4rem);
	margin-bottom: 1.6rem;
	padding-bottom: 0.5rem;
}
.container.ins h2 {
	color: #0f1478;
	margin-top: 6rem;
	border-bottom: solid 1px #0f1478;
}
.container.ins h2 span {
	text-align: center;
	color: #ffffff;
	margin-right: 1rem;
	padding: 0 1.2rem;
	border-radius: 50%;
	background: #0f1478;
	display: inline-block;
}
.container.ins h2.nml {
	color: #333333;
	margin-top: 0;
	border-bottom: none;
}
.container.ins h3 {
	margin-top: 3rem;
	padding: 0.5rem 2rem;
	background: #f2f2f2;
}
.contents.header a,
.contents.header a span {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.contents .bigblue {
	color: #0f1478;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.6rem, calc(2.4vw), 3.0rem);
	font-weight: 500;
	padding: 4rem 0 5rem;
}
.contents .overview span {
	color: #0f1478;
	font-size: clamp(2.6rem, calc(2.4vw), 3.0rem);
	font-weight: bold;
}
.contents .overview span.kana {
	font-size: clamp(2rem, calc(1.8vw), 2.4rem);
}
.contents .rev_point {
	font-weight: bold;
	font-size: clamp(4rem, calc(3vw), 5rem);
}

@media screen and (max-width: 1280px) {
	.contents.header a,
	.contents.header a span {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.contents.header a,
	.contents.header a span {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.contents .bigblue {
		padding: 1rem 0 1.5rem;
		line-height: 1.7;
	}
}

/* 文字色、配置等 */
a {
	color: #0f1478;
/*	text-decoration: none;*/
}
a:hover {
/*	text-decoration: none;*/
}

.ac {
	text-align: center;
}
.mgt {
	margin-top: 2rem;
}
.mgt3 {
	margin-top: 3rem;
}
.mgt4 {
	margin-top: 4rem;
}
.mgt100 {
	margin-top: 10rem;
}
.mgt50 {
	margin-top: 5rem;
}
.mgb {
	margin-bottom: 2rem;
}
.fbd {
	font-weight: bold;
}
.w100 {
	width: 100%;
}

.flex_sb {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sp {
	display: none;
}
.pc {
	display: block;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
	.spal {
		text-align: left;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* メインコンテンツ */
.container {
	width: 100%;
	margin: 0 auto;
}
.container img {
	max-width: 100%;
	vertical-align: top;
}
.contents {
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10rem 1% 0;
}
.contents.full {
	width: 100%;
	max-width: 100%;
	padding: 10rem 0 0;
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 780px;
	}
	.contents {
		max-width: 88%;
		padding: 5rem 6% 0 6%;
	}
	.contents.full {
		padding: 2.5rem 0 0 0;
	}
}

/* ドロワーメニュー */
.drawer-hamburger {
	background-color: #3b3b3b !important;
	width: 3rem !important;
	padding: 1.8rem 1.5rem 3rem !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #ffffff !important;
}
.drawer-open .drawer-hamburger {
	background-color: transparent !important;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	background-color: #222222 !important;
}
.drawer-menu li {
	border-bottom: solid 1px #cccccc;
}
.drawer--left .drawer-nav {
	left: -25rem !important;
}
.drawer--left.drawer-open .drawer-nav {
	left: 0 !important;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 25rem !important;
}
.drawer-nav {
	width: 25rem !important;
}

@media screen and (max-width: 768px) {
	.drawer-hamburger {
		width: 2rem !important;
		padding: 1.3rem 1.5rem 2.3rem !important;
	}
}

/* ヘッダー */
.contents.header {
	position: relative;
}
.contents.header img {
	width: 910px;
	max-width: 70%;
}
.container.ins .contents.header img {
	width: 480px;
	max-width: 50%;
}
.contents.header.sc a {
	width: 16rem;
	height: 11.5rem;
	padding-top: 4.5rem;
	display: block;
	background: #0f1478;
	border-radius: 50%;
	border: solid 1px #0f1478;
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.contents.header.sc a:hover {
	background: #575aa0;
	border: solid 1px #575aa0;
}
.contents.header.sc a span {
	display: inline-block;
	transform: rotate(90deg) scale(1, 2.5);
}
@media screen and (max-width: 1280px) {
	.contents.header img {
		width: 60%;
	}
	.contents.header.sc a {
		width: 12rem;
		height: 8.5rem;
		padding-top: 3.5rem;
		top: 1rem;
		right: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.contents.header img {
		width: 50%;
	}
	.contents.header.sc a {
		width: 7rem;
		height: 5.5rem;
		padding-top: 1.5rem;
		top: 0.5rem;
		right: 0.5rem;
	}
}

/* コンテンツ - 共通 */
.bdt {
	width: 100%;
	border-top: solid 1px #0f1478;
	margin-top: 7vw;
	padding: 0;
}
.bdt p {
	width: 244px;
	margin: -5px auto 0;
	height: 10px;
	display: block;
	background: #0f1478;
}
@media screen and (max-width: 768px) {
	.bdt p {
		margin: -3px auto 0;
		height: 5px;
	}
}

/* コンテンツ - TOP - ナビゲーター */
.contents .navigator {
	padding: 6rem;
	background: #f6f6f6;
}
.contents .navigator h2 {
	width: 100%;
}
.contents .navigator .navigator_text {
	width: 70%;
	order: 1;
}
.contents .navigator .navigator_photo {
	width: 25%;
	order: 2;
}

@media screen and (max-width: 768px) {
	.contents .navigator {
		padding: 2rem;
	}
	.contents .navigator .navigator_inner {
		display: block;
	}
	.contents .navigator .navigator_text {
		width: 100%;
	}
	.contents .navigator .navigator_photo {
		width: 40%;
		float: right;
	}
	.contents .navigator p {
		line-height: 2.8rem;
	}
}

/* コンテンツ - TOP - アコーディオン */
.toggle {
	display: none;
}
.acc_option {
	margin-bottom: 1.5rem;
	position: relative;
	margin-left: 15px;
}
.acc_title,
.acc_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_title {
	color: #ffffff;
	font-weight: bold;
	width: calc(100% - 4.5rem);
	margin-left: 2.5rem;
	padding: 5px 1rem;
	display: block;
	background: #0f1478;
	line-height:1.7;
}
.acc_title::after,
.acc_title::before {
	width: 1.5px;
	height: 1.5rem;
	content: "";
	position: absolute;
	left: -1.5rem;
	top: 1.2rem;
	background-color: #333333;
	transition: all 0.3s;
}
.acc_title::after {
	transform: rotate(90deg);
}
.acc_content {
	/*text-align: left;*/
	max-height: 0;
	overflow: hidden;
}
.acc_content p {
	text-align: left;
	margin: 0;
	padding: 10px 0 15px 1.6rem;
	line-height: 1.8;
}
.acc_content img {
	width:94%;
	text-align: center;
}
.toggle:checked + .acc_title + .acc_content {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .acc_title::before {
	transform: rotate(90deg) !important;
}

/* コンテンツ - TOP - 特徴 */
.contents .feature_left {
	width: 23%;
	padding-top: 5rem;
}
.contents .feature_center {
	width: 42%;
}
.contents .feature_center>p {
	width: 75%;
}
.contents .feature_right {
	width: 26%;
}
@media screen and (max-width: 768px) {
	.contents .feature_inner {
		display: block;
	}
	.contents .feature_center {
		width: 88%;
		margin: 0 auto 5em;
	}
	.contents .feature_center>p {
		width: 100%;
	}
	.contents .feature_center .acc_title {
		width: calc(100% - 2rem);
		margin-left: 0;
		padding: 5px 1rem;
	}
	.acc_content p {
		padding: 10px 0;
	}
}

/* コンテンツ - TOP - メソッド */
.contents .method {
	text-align: center;
	width: 30%;
	margin: 5rem auto 0;
}
.contents .method img {
	width: 312px;
	max-width: 90%;
	margin: 0 auto 2rem;
}
.method .acc_title {
	color: #333333;
	font-size: clamp(1.2rem, calc(1.11vw), 1.5rem);
	font-weight: normal;
	width: 100%;
	margin-left: 0;
	padding: 5px 0;
	background: #ffffff;
	border-bottom: solid 1px #8789bb;
}
.method .acc_title::after,
.method .acc_title::before {
	left: 0.5em;
}
.method .acc_content p {
	padding: 10px 0 20px 0;
	border-bottom: solid 1px #0f1478;
}
@media screen and (max-width: 768px) {
	.contents .method_inner {
		display: block;
		margin-bottom: 5em;
	}
	.contents .method {
		width: 73%;
	}
}

/* コンテンツ - TOP - 概要 */
.contents .overview {
	width: calc(18% - 2rem);
	height: auto;
	aspect-ratio: 1.1 / 1;
	border: solid 5px #e8e8e8;
	padding: 1rem 1rem 2rem;
}

@media screen and (max-width: 768px) {
	.contents .overview_inner {
		flex-wrap: wrap;
		margin-bottom: 5em;
	}
	.contents .overview {
		width: calc(45% - 2rem);
		margin-bottom: 1rem;
	}
}

/* コンテンツ - TOP - スケジュール */
.contents .schedule_inner {
		flex-wrap: wrap;
}
.contents .schedule {
	width: 31%;
	margin: 0 auto 5rem;
}
.contents .schedule img {
	margin: 0 0 10px 0;
}
.schedule .acc_option {
	margin-top: 2rem;
}
.schedule .acc_title {
	text-align: center;
	font-size: clamp(1.2rem, calc(1.11vw), 1.5rem);
	font-weight: normal;
	color: #333333;
	background: #ffffff;
}
.schedule .acc_option {
	margin-bottom: 0;
}
.schedule .acc_content td {
	font-size: clamp(1.2rem, calc(1.11vw), 1.5rem);
	margin: 0;
	padding: 5px 10px;
	line-height: 1.5;
}
.schedule a.offer {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: calc(100% -20px);;
	padding: 5px 10px;
	display: block;
	background: #0f1478;
}
.schedule a.offer:hover {
	text-decoration: none;
	background: #575aa0;
}
.schedule a.offer.off {
	pointer-events: none;
	background: #696969;
}
.schedule a.offer2 {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: calc(100% -20px);;
	padding: 15px 10px;
	display: block;
	background: #0f1478;
	border-radius: 10px;
}
.schedule a.offer2:hover {
	text-decoration: none;
	background: #575aa0;
}
.schedule a.offer2.off {
	pointer-events: none;
	background: #696969;
}
.schedule table {
	width: 100%;
	border-spacing: 0;
}
.schedule table tr:nth-child(odd) td {
	background: #f2f2f2;
}
.schedule table td {
	padding: 5px 10px;
}

@media screen and (max-width: 768px) {
	.contents .schedule {
		width: 100%;
	}
}

/* コンテンツ - TOP - レビュー */
.contents .review {
	width: calc( 100% - 34px);
	margin-bottom: 18px;
	padding: 16px;
	border: solid 1px #dfdfdf;
	border-radius: 4px;
}
.contents .review.total {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.tot_point {
	width: 30%;
}
.tot_graph {
	width: 200px;
	text-align: right;
}
.tot_graph table {
	width: 200px;
}
.tot_graph table th p {
	font-size: 70%;
	line-height: 0.5rem;
}
.tot_graph table td .bar {
	height: 6px;
	margin-top: 2px;
}
.tot_graph table td  .bar.red {
	background: #ff6469;
}
.tot_graph table td  .bar.gray {
	background: #dadbdd;
}


.review .rev_name {
	font-weight: bold;
}
.review .rev_txt {
	line-height: 2.6rem;
	margin-top: 10px;
}
.review .rev_date {
	font-size: clamp(1.1rem, calc(1.12vw), 1.5rem);
	margin-top: 10px;
}
.rev_link {
	text-align: center;
}
.rev_link a {
	text-decoration: none;
	border-bottom: 1px solid #0f1478;
	padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
	.review .rev_txt {
		line-height: 2.3rem;
	}
}

.star-rating {
	margin-top: 15px;
	float: right;
	display: flex;
	justify-content: right;
	gap: 4px;
}
.star-rating.big {
	float: none;
	justify-content: left;
}
.c-star {
	width: var(--size, 9px);
	height: var(--size, 9px);
	fill: lightgrey;
	&.active {
		fill: #ffc240;
	}
}
.star-rating.big .c-star {
	width: var(--size, 15px);
	height: var(--size, 15px);
}

/* コンテンツ - 中ページ - ヘッダー */
.container.ins .contents.header {
	padding: 5rem 0 0;
}
@media screen and (max-width: 768px) {
	.container.ins .contents.header {
		padding: 2.5rem 0 0 0;
	}
}

/* コンテンツ - 中ページ - タイトル */
.container.ins .contents.title {
	margin-top: 5rem;
	padding: 7rem 0;
	background: #f6f6f6;
}
@media screen and (max-width: 768px) {
	.container.ins .contents.title {
		margin-top: 2.5rem;
		padding: 2.5rem 0;
	}
}
/* コンテンツ - 中ページ - ヘッダー */
.container.ins .contents.header {
	padding: 5rem 0 0;
}
@media screen and (max-width: 768px) {
	.container.ins .contents.header {
		padding: 2.5rem 0 0 0;
	}
}

/* コンテンツ - 中ページ - お問合せ先 */
.container.ins .contents.inquiry {
	margin-top: 5rem;
	padding: 5rem 0;
	background: #f6f6f6;
}
.contents.inquiry .inquiry_inner {
	padding: 3rem 4rem 0 4rem;
	flex-wrap: wrap;
}
.contents.inquiry .inquiry_inner div {
	text-align: left;
	word-break: break-all;
	width: 30%;
}
.contents.inquiry .inquiry_inner img {
	max-width: 48px;
	margin-top: 1rem;
}
.contents.inquiry .inquiry_inner p {
	width: calc(100% - 80px);
}
.contents.inquiry .inq_phone {
	margin-left: 10%;
}
.contents.inquiry .inq_phone a {
	font-size: clamp(1.8rem, calc(1.7vw), 2.2rem);
}
.contents.inquiry .inq_time span {
	font-size: clamp(1.2rem, calc(1.11vw), 1.5rem);
}

@media screen and (max-width: 768px) {
	.container.ins .contents.inquiry {
	padding: 5rem 0 2rem 0;
}
	.contents.inquiry .inquiry_inner {
	padding: 3rem 2rem 0 2rem;
}
	.contents.inquiry .inquiry_inner div {
		width: 100%;
		margin-bottom: 2rem;
	}
	.contents.inquiry .flex_sb {
	display: block;
		text-align: center !important;
		margin: 0 auto;
}
	.contents.inquiry .inq_phone {
	margin-left: 0;
	}
}

/* コンテンツ - 中ページ - 特定商取引法 */
table.legal {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse
}
table.legal tr {
	border-bottom: solid 1px #cccccc;
}
table.legal th {
	text-align: left;
	vertical-align: top;
	width: 21%;
	padding: 2rem 5rem 1.2rem 0;
}
table.legal td {
	vertical-align: top;
	padding: 2rem 1rem 1.2rem 0;
}

@media screen and (max-width: 768px) {
	table.legal th,
	table.legal td {
		width: 100%;
		float: left;
		padding: 0;
	}
	table.legal th {
		padding-top: 1.5rem;
	}
	table.legal td {
		padding-bottom: 1rem;
	}
}

/* フッター */
.contents.footer {
	margin-top: 5rem;
	padding: 5rem 0;
	background: #f2f2f2;
}
.fooer_inner {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.fooer_inner a {
	text-align: center;
	text-decoration: none;
	color: #333333;
	width: calc(40% - 10px);
	padding: 5px;
	display: block;
	background: #ffffff;
}
.fooer_inner a:hover {
	text-decoration: none;
	background: #d7d7d7;
}

@media screen and (max-width: 768px) {
	div.footer p {
		width: 88%;
	}
	.fooer_inner a {
		width: calc(100% - 10px);
		margin-bottom: 1rem;
	}
}


.container.ins span {
	font-size: clamp(1.2rem, calc(1.11vw), 1.5rem);
}
