﻿.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
@media screen and (max-width: 767px) {
	.maindesign .catchCopy_outer {
		background-color: #d2dce6;
		overflow: hidden;
	}
}
.maindesign {
	padding-block-end: 50px;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .mv {
	position: relative;
}
.maindesign .mv_ttl {
	position: absolute !important;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-weight: 700;
	font-size: 4rem;
	text-shadow: 3px 2px 20px #000000;
}
@media screen and (max-width: 767px) {
	.maindesign .mv_ttl {
		font-size: 9vw;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 8%;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.maindesign .sp_outer {
		padding-inline: 10px;
	}
}
.maindesign .nav_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 10px;
	margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
	.maindesign .nav_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 8px;
		margin-block-start: 30px;
	}
}
.maindesign .nav_list__btn {
	position: relative;
	border: 1px solid #b6b6b6;
	font-size: 1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	text-align: center;
	border-radius: 9999px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}
.maindesign .nav_list__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(135deg);
	z-index: -1;
}
.maindesign .nav_list__btn:hover {
	border-color: #e5002d;
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .nav_list__inner {
	display: flex !important;
	opacity: 1;
	align-items: center;
	justify-content: center;
	height: 3.25em;
	padding-inline: 25px;
	font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
	.maindesign .nav_list__inner {
		font-size: 0.85rem;
	}
}

.maindesign .primary_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .primary_group {
		gap: 30px 10px;
	}
}
.maindesign .primary_group > li,
.maindesign .primary_group a {
	display: contents !important;
}
.maindesign .primary_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .primary_card {
		gap: 10px;
	}
}

.maindesign .primary_card:hover {
	opacity: 0.8;
	transition: 0.6s;
}
.maindesign .card_logo {
	width: 100%;
	max-width: 200px;
}
@media screen and (max-width: 767px) {
	.maindesign .card_logo {
		max-width: 150px;
	}
}
.maindesign .card_name {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .card_name {
		font-size: 1rem;
	}
}
.maindesign .card_txt {
	font-size: 1rem;
	line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.maindesign .card_txt {
		font-size: 0.85rem;
		line-height: 1.5;
	}
}
.maindesign .primary_btn {
	position: relative;
	background-color: #ea6d0d;
	cursor: pointer;
	border-radius: 9999px;
	opacity: 1;
}
.maindesign .primary_btn__inner {
	font-feature-settings: 'palt';
	color: #fff;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	height: 2.5em;
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .primary_btn__inner {
		font-size: 0.9rem;
	}
}
.maindesign .primary_btn__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.maindesign .primary_btn__inner::after {
		right: 12px;
	}
}

.maindesign .num_group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .num_group {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}
}

.maindesign .num_group > li,
.maindesign .num_group a {
	display: contents !important;
}
.maindesign .num_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.maindesign .num_card {
		gap: 15px;
	}
}
.maindesign .lr_heading {
	font-size: 1.5rem;
	padding: 4px 10px 4px 10px;
	border-left: 3px solid #e5002d;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.maindesign .lr_heading {
		font-size: 1.25rem;
	}
}
.maindesign section > .lr_heading {
	margin-block-start: 35px;
}
.maindesign .tag_group > li:not(:first-child) {
	margin-block-start: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .tag_group > li:not(:first-child) {
		margin-block-start: 8px;
	}
}
.maindesign .tag_item {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	padding-block: 8px;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.maindesign .tag_item {
		font-size: 0.9rem;
	}
}
.maindesign .tag_item--one {
	background-color: #fad6d6;
}
.maindesign .tag_item--two {
	background-color: #c2e0b4;
}
.maindesign .tag_item--three {
	background-color: #b4c7e7;
}

.maindesign .secondary_btn {
	position: relative;
	background-color: #979797;
	cursor: pointer;
	border-radius: 9999px;
	opacity: 1;
}
.maindesign .secondary_btn__inner {
	font-feature-settings: 'palt';
	color: #fff;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	height: 2.5em;
	font-size: 1.1rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.maindesign .secondary_btn__inner {
		font-size: 0.9rem;
	}
}
.maindesign .secondary_btn__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.maindesign .secondary_btn__inner::after {
		right: 12px;
	}
}

.maindesign .num_card__btn .secondary_btn__inner {
	font-size: 0.9rem !important;
	height: 2.75em !important;
}
@media screen and (max-width: 767px) {
	.maindesign .num_card__btn .secondary_btn__inner {
		font-size: 0.8rem !important;
		height: 3.5em !important;
	}
}

.maindesign .kind_catch {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_catch {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
.maindesign .kind_catch__txt {
	font-size: 1.15rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_catch__txt {
		font-size: 0.95rem;
	}
}

.maindesign .kind_group {
	margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_group {
		margin-block-start: 30px;
	}
}
.maindesign .kind_group > .lr_heading:not(:first-child) {
	margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_group > .lr_heading:not(:first-child) {
		margin-block-start: 40px;
	}
}
.maindesign .photo_col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .photo_col {
		margin-block-start: 15px;
		gap: 15px;
	}
}
.maindesign .kind_lead {
	margin-block-start: 20px;
	line-height: 1.5;
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_lead {
		font-size: 0.9rem;
		margin-block-start: 10px;
	}
}
.maindesign .kind_btn {
	margin-block-start: 30px;
	width: 100%;
	max-width: 450px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.maindesign .kind_btn {
		margin-block-start: 15px;
		width: 80%;
	}
}
.maindesign .kind_btn:hover {
	opacity: 0.9;
	transition: 0.6s;
}

.maindesign .kind_btn a {
	text-decoration: none;
}

.maindesign .accessories_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .accessories_group {
		grid-template-columns: repeat(1, 1fr);
		margin-block-start: 30px;
		gap: 15px;
	}
}

.maindesign .accessories_card {
	display: flex;
	justify-content: space-between;
	height: 125px;
	padding: 20px 15px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 767px) {
	.maindesign .accessories_card {
		height: 100px;
	}
}
.maindesign .accessories_card__txt {
	width: 65%;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .accessories_card__txt {
		font-size: 1.15rem;
	}
}
.maindesign .accessories_card__img {
	width: 30%;
	display: flex;
	align-items: center;
}

.table_wrapper {
	margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .table_wrapper {
		margin-block-start: 30px;
	}
}
.maindesign .table_group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .table_group {
		grid-template-columns: repeat(2, 1fr);
	}
}
.maindesign .table_group > li,
.maindesign .table_group a {
	display: contents !important;
}
.maindesign .table_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	border: 1px solid #ccc;
	padding: 10px 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .table_card {
		padding: 10px;
	}
}
.maindesign .table_card__name {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.maindesign .table_card__name {
		font-size: 0.9rem;
	}
}
.maindesign .table_btn .secondary_btn__inner {
	font-size: 0.85rem;
}
.maindesign .point_heading {
	margin-block-start: 25px;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.maindesign .point_heading {
		font-size: 1rem;
	}
}

.maindesign .order_box {
	border: 1px solid #666;
	margin-block-start: 20px;
}
.maindesign .order_box > a {
	text-decoration: none;
}
.maindesign .order_box__inner {
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .order_box__inner {
		padding: 20px 10px;
	}
}
.maindesign .order_detail {
	margin-block-start: 10px;
	display: grid;
	grid-template-columns: 5fr 2fr;
	gap: 5px;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.maindesign .order_detail {
		margin-block-start: 5px;
	}
}

.maindesign .order_icons {
	display: flex;
	justify-content: space-evenly;
}
.maindesign .order_icons > li {
	width: 48%;
}
.maindesign .track_column {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 30px;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.maindesign .track_column {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
.maindesign .order_ttl {
	color: #e5002d;
	font-weight: bold;
	font-size: 1.6rem;
	margin-block-end: 20px;
}
@media screen and (max-width: 767px) {
	.maindesign .order_ttl {
		order: 1;
		font-size: 1.15rem;
		text-align: center;
		margin-block-end: 0;
	}
}
.maindesign .order_lead {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
}
@media screen and (max-width: 767px) {
	.maindesign .order_lead {
		font-size: 0.95rem;
		margin-block-start: 15px;
	}
}
.maindesign .order_lead--catch {
	color: #e5002d;
}
.maindesign .lead_group > li:not(:first-child) {
	margin-block-start: 5px;
}
.maindesign .order_guidance {
	font-size: 1.5rem;
	text-decoration: underline;
	color: #1558d6;
}
@media screen and (max-width: 767px) {
	.maindesign .order_guidance {
		font-size: 4vw;
	}
}
.maindesign .kokko_col {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .kokko_col {
		grid-template-columns: 1fr;
	}
}
.maindesign .kokko_head {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.maindesign .kokko_head__logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.maindesign .kokko_head__logo_txt {
	margin-block-start: 20px;
	color: #e5002d;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.maindesign .kokko_head__logo_txt {
		font-size: 1rem;
		margin-block-start: 10px;
	}
}
.maindesign .kokko_lead {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-block-start: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .kokko_lead {
		font-size: 0.85rem;
	}
}

.maindesign .delivery_area {
	border: 1px solid #ccc;
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_area {
		margin-block-start: 20px;
	}
}
.maindesign .accordion__header {
	position: relative;
	border-bottom: 1px solid rgba(205, 205, 205, 0);
	transition: border-bottom 0.5s;
}
.maindesign .area_header:hover {
	cursor: pointer;
}
.maindesign .area_ttl {
	padding-block: 15px;
	text-align: center;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.maindesign .area_ttl {
		font-size: 1.1rem;
	}
}
.maindesign .accordion__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.maindesign .accordion__plus {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.maindesign .accordion__plus::before {
	content: '';
	position: absolute;
	background-color: #000;
	border-radius: 10px;
	transform: rotate(0deg);
	transform-origin: center center;
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.maindesign .accordion__plus::after {
	content: '';
	background-color: #000;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.maindesign .accordion__header.open {
	border-bottom: 1px solid rgba(205, 205, 205, 0.7);
}
.maindesign .accordion__header.open .accordion__icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.maindesign .accordion__header.open .accordion__plus:before {
	content: none;
}
.maindesign .accordion__header.open .accordion__plus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.maindesign .accordion__inner {
	display: none;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .accordion__inner {
		padding: 10px;
	}
}

.maindesign .possible_head {
	position: relative;
	padding-bottom: 0.8em;
	border-bottom: 3px solid #ddd;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 15px 0 20px 0;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.maindesign .possible_head {
		font-size: 1.1rem;
	}
}
.maindesign .possible_head::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 6.5%;
	display: block;
}
.maindesign .possible_ttl {
	font-size: 1.2rem;
	border: 1px solid #3e464a;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.maindesign .possible_ttl {
		font-size: 1rem;
	}
}
.maindesign .possible_group {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	margin-block-start: 20px;
}
@media screen and (max-width: 767px) {
	.maindesign .possible_group {
		grid-template-columns: repeat(2, 1fr);
	}
}
.maindesign .possible_group > li {
	font-size: 1.1rem;
	margin-inline-start: 1.5em;
	list-style-type: disc;
}
@media screen and (max-width: 767px) {
	.maindesign .possible_group > li {
		font-size: 1rem;
	}
}
.notes_mark {
	font-size: 0.75em;
	margin-left: 0.25em;
}

.maindesign .attention_indent {
	font-size: 1rem;
	padding-inline-start: 2em;
	text-indent: -2em;
	margin-block-start: 30px;
	line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.maindesign .attention_indent {
		font-size: 0.9rem;
	}
}
.maindesign .notes_group {
	margin-block-start: 10px;
}
.maindesign .notes_group > li:not(:first-child) {
	margin-block-start: 5px;
}
.maindesign .notes_indent {
	font-size: 1rem;
	padding-inline-start: 1em;
	text-indent: -1em;
	line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.maindesign .notes_indent {
		font-size: 0.9rem;
	}
}
.maindesign .step_box {
	border: 1px solid #666;
	margin-block-start: 20px;
}
.maindesign .step_box > a {
	text-decoration: none;
}
.maindesign .step_box {
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .step_box {
		padding: 15px 5px;
	}
}
.maindesign .advance_step {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .advance_step {
		gap: 5px;
	}
}
.maindesign .advance_step > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 10px;
}
.maindesign .advance_step > li:not(:first-child) {
	position: relative;
}
.maindesign .advance_step > li:not(:first-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translate(-50%, -50%);
	background-image: url('../images/260625/right_arrow.png');
	width: 35px;
	height: 35px;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.maindesign .advance_step > li:not(:first-child)::after {
		left: -2.5px;
		width: 20px;
		height: 20px;
	}
}
.maindesign .advance_box {
	border: 1px solid #ccc;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .advance_box {
		padding: 5px;
	}
}
.maindesign .advance_box__txt {
	border: 1px solid #333;
	border-radius: 5px;
	padding-block: 8px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.maindesign .advance_box__txt {
		font-size: 3vw;
		line-height: 1.3;
	}
}

.maindesign .material_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .material_group {
		grid-template-columns: repeat(1, 1fr);
	}
}
.maindesign .material_group > li {
	display: contents !important;
}
.maindesign .material_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
}
.maindesign .material_card__img {
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .material_card__img {
		margin-block-start: 15px;
	}
}
.maindesign .material_howto {
	margin-block-start: 30px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.maindesign .material_howto {
		font-size: 1.15rem;
		margin-block-start: 20px;
	}
}
.maindesign .material_card__lead {
	font-size: 1rem;
	line-height: 1.5;
	margin-block-start: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .material_card__lead {
		font-size: 0.9rem;
		margin-block-start: 10px;
	}
}

.maindesign .clean_group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .clean_group {
		grid-template-columns: repeat(2, 1fr);
	}
}
.maindesign .clean_group > li,
.maindesign .clean_group a {
	display: contents !important;
}
.maindesign .clean_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 10px;
}
.maindesign .clean_card__name {
	text-align: center;
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .clean_card__name {
		font-size: 0.9rem;
	}
}

.maindesign .relation_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
@media screen and (max-width: 767px) {
	.maindesign .relation_group {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
.maindesign .relation_group > li,
.maindesign .relation_group a {
	display: contents !important;
}
.maindesign .relation_card {
	position: relative;
	font-feature-settings: 'palt';
	display: flex;
	justify-content: space-between;
	padding: 20px 15px;
	height: 110px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 767px) {
	.maindesign .relation_card {
		height: 90px;
	}
}
.maindesign .relation_card__txt {
	width: 70%;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .relation_card__txt {
		font-size: 1.1rem;
	}
}
.maindesign .relation_card__img {
	width: 23%;
	display: flex;
	align-items: center;
}

.maindesign .mt_moderate {
	margin-block-start: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .mt_moderate {
		margin-block-start: 15px;
	}
}

.maindesign .kokko_pop {
	display: flex;
	flex-direction: column;
}
.maindesign .kokko_pop__top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.maindesign .kokko_pop__bottom {
	flex-grow: 1;
}
.maindesign .pop_head {
	container-type: inline-size;
}
.maindesign .pop_head__ttl {
	position: relative;
	font-size: 13cqw;
	font-weight: bold;
}
.maindesign .pop_txt {
	background-color: #e5002d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.maindesign .pop_txt {
		padding-block: 20px;
	}
}
.maindesign .pop_price {
	display: flex;
	font-weight: bold;
	align-items: baseline;
	color: #fff;
	font-size: 3.2rem;
	height: fit-content;
}
.maindesign .pop_price__unit {
	display: inline-block;
	margin-inline-end: 10px;
	font-size: 0.6em;
}
.maindesign .pop_price__yen {
	display: inline-block;
	margin-inline-start: 3px;
	font-size: 0.4em;
}
.maindesign .kokko_supplement {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	margin-inline: 5px;
	margin-block-start: 10px;
	padding-inline: 10px;
	margin-block-start: 15px;
	width: 100%;
}
.maindesign .kokko_supplement__basic {
	color: #fff;
	font-weight: bold;
	font-size: 0.85rem;
}
.maindesign .kokko_supplement__notes {
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
}

.maindesign .subject_card {
	font-size: 1.15rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.maindesign .subject_card {
		font-size: 0.9rem;
	}
}

.maindesign .card_group {
	display: grid;
	grid-template-columns: 1.75fr 1.75fr 1fr 1fr 1fr 1fr;
	gap: 8px;
	margin-block-start: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .card_group {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 15px 5px;
		justify-content: center;
		margin-block-start: 10px;
		grid-template-areas:
			'c_komeri c_komeri c_aqua c_aqua'
			'c_business c_agri c_corporate c_government';
	}
}

@media screen and (max-width: 767px) {
	.maindesign .card_group__komeri {
		grid-area: c_komeri;
	}
	.maindesign .card_group__aqua {
		grid-area: c_aqua;
	}
	.maindesign .card_group__business {
		grid-area: c_business;
	}
	.maindesign .card_group__agri {
		grid-area: c_agri;
	}
	.maindesign .card_group__corporate {
		grid-area: c_corporate;
	}
	.maindesign .card_group__government {
		grid-area: c_government;
	}
	.maindesign .card_group__primary {
		display: flex;
		align-items: flex-end;
		width: 87.5%;
		margin-inline-start: auto;
	}
	.maindesign .card_group__secondary {
		display: flex;
		align-items: flex-end;
		width: 87.5%;
	}
}

.maindesign .card_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.maindesign .card_box__txt {
	text-align: center;
	margin-block-start: 3px;
	font-weight: bold;
	font-size: 0.7rem;
	line-height: 1.15;
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
}
