.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-page--item-close {
		margin-top: 15px;
	}
	.maindesign .p-section-imitation {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .c-pc-only {
	display: block;
}
.maindesign .c-sp-only {
	display: none;
}
.maindesign .c-pc-only__inline {
	display: inline;
}

@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		display: none;
	}
	.maindesign .c-sp-only {
		display: block;
	}
	.maindesign .c-pc-only__inline {
		display: none;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
font-weight: bold;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-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);
}


.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .c-breadcrumb {
	margin-bottom: 5px;
}
.maindesign .c-breadcrumb,
.maindesign .c-breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 22%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	width: 95%;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 28%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	width: 95%;
	line-height: 1.5;
}}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 10vw;
	}
}


.maindesign .c-lead-text__catch {
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

.maindesign .p-item-section {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-item-section--unit__large {
	width: 60%;
}
.maindesign .p-item-section--unit__small {
	width: 36%;
}
.maindesign .p-item-section--heading {
	font-weight: bold;
	font-size: 1.25rem;
	padding-bottom: 15px;
	border-bottom: 1px solid #4bacc6;
}
.maindesign .p-item-section--table {
	font-size: 1.0rem;
}
.maindesign .p-item-section--table dl {
	display: flex;
	flex-wrap: wrap;
}
.maindesign .p-item-section--table dt,
.maindesign .p-item-section--table dd {
	line-height: 1.15;
	padding: 10px;
	display: flex;
	align-items: center;
}
.maindesign .p-item-section--table dt {
	font-weight: bold;
	font-size: 1.05em;
	width: 35%;
	background-color: #ccc;
	justify-content: center;
}
.maindesign .p-item-section--table dd {
	width: 65%;
	text-align: left;
}

/* pcテーブル境界線(重複なし)start */
.maindesign .p-item-section--table dt:first-of-type {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.maindesign .p-item-section--table dd:first-of-type {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.maindesign .p-item-section--table dt:not(:first-of-type) {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.maindesign .p-item-section--table dd:not(:first-of-type) {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
/* pcテーブル境界線(重複なし)end*/

.maindesign .p-item-section--thumbnail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-item-section--thumbnail::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-item-section--thumbnail-item {
	width: 31%;
}
.maindesign .p-item-section--thumbnail-text {
	margin-top: 5px;
	font-size: 0.85rem;
	text-align: center;
}


@media screen and (max-width:767px) {
	.maindesign .p-item-section {
		flex-wrap: wrap;
	}
	.maindesign .p-item-section--unit__large {
		width: 100%;
	}
	.maindesign .p-item-section--unit__small {
		width: 100%;
		margin-top: 30px;
	}
	.maindesign .p-item-section--table dt {
		width: 100%;
	}
	.maindesign .p-item-section--table dd {
		width: 100%;
	}

	/* spテーブル境界線(重複なし)start */
	.maindesign .p-item-section--table dt:first-of-type {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
	}
	.maindesign .p-item-section--table dt:not(:first-of-type),
	.maindesign .p-item-section--table dd {
		border-top: none !important;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
	}
	/* spテーブル境界線(重複なし)end*/

	.maindesign .p-item-section--table dd {
		justify-content: center;
	}
}

.maindesign .p-item-section--detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #000;
	margin-top: 15px;
	padding: 15px 10px;
}
.maindesign .p-item-section--detail-img {
	width: 52%;
}
.maindesign .p-item-section--detail-text {
	width: 45%;
	font-size: 0.95rem;
	line-height: 1.15;
}
.maindesign .p-item-section--detail-text__catch {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .p-item-section--detail {
		flex-wrap: wrap;
	}
	.maindesign .p-item-section--detail-img {
		width: 100%;
	}
	.maindesign .p-item-section--detail-text {
		width: 100%;
		margin-top: 15px;
	}
}

.maindesign .p-item-section--lead {
	margin-top: 15px;
	font-size: 0.95rem;
	line-height: 1.3;
}

.maindesign .p-item-section--color-list {
	margin-top: 15px;
}
.maindesign .p-color-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-color-list::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-color-list__wide > .p-color-list--item {
	width: 80%;
}
.maindesign .p-color-list__wide > .p-color-list--item:not(:first-child) {
	margin-top: 20px;
}
.maindesign .p-color-list--item {
	width: 31%;
}
.maindesign .p-color-list--name {
	text-align: center;
	margin-top: 5px;
	font-size: 0.85rem;
}

@media screen and (max-width:767px) {
	.maindesign .p-color-list--item {
		width: 45%;
	}
	.maindesign .p-color-list .p-color-list--item:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .p-color-list__wide > .p-color-list--item {
		width: 100%;
	}
}


.maindesign .p-lixil-overview {
	border: 3px solid #000;
	padding: 30px 15px;
}
.maindesign .p-lixil-overview--primary {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 3px dashed #000;
}
.maindesign .p-lixil-overview--catch {
	width: 47%;
}
.maindesign .p-lixil-overview--detail {
	width: 52%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-lixil-overview--detail-item {
	display: flex;
	flex-direction: column;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:not(:last-child) {
	width: 49%;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:last-child {
	width: 100%;
}
.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:nth-child(n+3) {
	margin-top: 10px;
}
.maindesign .p-lixil-overview--detail-item div:not(:first-child) {
	margin-top: 5px;
}
.maindesign .lixil-over-view--detail-item div:last-child {
	flex-grow: 1;
}
.maindesign .p-lixil-overview--name {
	font-weight: bold;
	font-size: 0.85rem;
	white-space: nowrap;
}
.maindesign .p-lixil-overview--img {
	height: 65px;
	width: auto;
	/* 高さ変更する際は スマホの.maindesign .p-lixil-imtx--img も同じ数値に */
}
.maindesign .p-lixil-overview--img img {
	height: 100% !important;
	width: auto !important;
}
.maindesign .p-lixil-overview--text {
	line-height: 1.15;
	font-size: 0.85rem;
}
.maindesign .p-lixil-imtx {
	display: flex;
	justify-content: flex;
	flex-wrap: wrap;
}
.maindesign .p-lixil-imtx--item {
	width: 49%;
	margin-top: 0 !important;
}
.maindesign .p-lixil-imtx--name {
	font-weight: bold;
	font-size: 0.85rem;
	white-space: nowrap;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	.maindesign .p-lixil-overview--primary {
		flex-wrap: wrap;
	}
	.maindesign .p-lixil-overview--catch {
		width: 100%;
	}
	.maindesign .p-lixil-overview--detail {
		width: 100%;
	}
	.maindesign .p-lixil-overview--detail .p-lixil-overview--detail-item:nth-child(n+3) {
		margin-top: 30px;
	}
	.maindesign .p-lixil-imtx--item {
		width: 100%;
	}
	.maindesign .p-lixil-imtx--img {
		height: 65px;
		width: auto;
		/* 高さ変更する際は.maindesign .p-lixil-overview--img も同じ数値に */
		display: flex;
		justify-content: center;
	}
	.maindesign .p-lixil-imtx--img img {
		height: 100% !important;
		width: auto !important;
	}
	.maindesign .p-lixil-imtx .p-lixil-imtx--item:not(:first-child) {
		margin-top: 10px !important;
	}
	.maindesign .p-lixil-imtx--name {
		text-align: center;
	}
}




.maindesign .p-lixil-overview--secondary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-lixil-overview--secondary::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-lixil-overview--secondary .p-lixil-card:nth-child(n+4) {
	margin-top: 30px;
}
.maindesign .p-lixil-card {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.maindesign .p-lixil-card--text {
	line-height: 1.15;
	font-size: 0.85rem;
	margin-top: 10px;
} 
.maindesign .p-lixil-card--name {
	font-weight: bold;
	font-size: 1.1em;
}
.maindesign .p-lixil-card--lead {
	margin-top: 5px;
}

@media screen and (max-width:767px) {
	.maindesign .p-lixil-overview--secondary::after {
		width: 48%;
	}
	.maindesign .p-lixil-overview--secondary .p-lixil-card:nth-child(n+3) {
		margin-top: 30px;
	}
	.maindesign .p-lixil-card {
		width: 48%;
	}
	.maindesign .p-lixil-card--name {
		font-size: 1.0em;
	}
}

.maindesign .c-komeri-btn__alone {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn__alone {
		width: 100%;
	}
}

.maindesign .p-kj-about {
	border: 3px solid #000;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-kj-about--img {
	width: 40%;
}
.maindesign .p-kj-about--text {
	width: 52%;
	font-size: 1.1rem;
	line-height: 1.3;
}
.maindesign .p-kj-about--text__catch {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.25em;
}

@media screen and (max-width:767px) {
	.maindesign .p-kj-about {
		flex-wrap: wrap;
	}
	.maindesign .p-kj-about--img {
		width: 100%;
	}
	.maindesign .p-kj-about--text {
		width: 100%;
		margin-top: 20px;
		font-size: 1.0rem;
	}
}




.maindesign .p-element {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-element::before,
.maindesign .p-element::after {
	content: '';
	display: block;
	height: 0%;
	width: 24%;
}
.maindesign .p-element::before {
	order: 1;
}
.maindesign .p-element--card {
	width: 24%;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .p-element .p-element--card:nth-child(n+5) {
	margin-top: 30px;
}
.maindesign .p-element--link {
	text-decoration: none;
	color: #000;
	transition: .25s;
	width: 100%;
	height: 100%;
}
.maindesign .p-element--link:hover {
	opacity: .75;
}
.maindesign .p-element--inner {
	padding: 10px 5px;
}
.maindesign .p-element--name {
	margin-top: 10px;
	text-align: center;
	font-size: 0.9rem;
}

@media screen and (max-width:767px) {
	.maindesign .p-element::before,
	.maindesign .p-element::after {
		width: 49%;
	}
	.maindesign .p-element--card {
		width: 49%;
	}
	.maindesign .p-element .p-element--card:nth-child(n+3) {
		margin-top: 30px;
	} 
}

.maindesign .p-notes-text {
	font-size: 0.9rem;
	text-align: right;
}

.maindesign .p-plan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-plan::before,
.maindesign .p-plan::after {
	content: '';
	display: block;
	height: 0%;
	width: 48%;
}
.maindesign .p-plan::before {
	order: 1;
}
.maindesign .p-plan--card {
	width: 48%;
	border-radius: 5px;
	border: 1px solid #ccc;
	
}
.maindesign .p-plan--link {
	text-decoration: none;
	color: #000;
	transition: 0.25s;
	width: 100%;
	height: 100%;
}
.maindesign .p-plan--link:hover {
	opacity: 0.75;
}
.maindesign .p-plan--inner {
	padding: 10px 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.maindesign .p-plan .p-plan--card:nth-child(n+3) {
	margin-top: 30px;
}
.maindesign .p-plan--name {
	font-size: 2.0rem;
	line-height: 1.25;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.maindesign .p-plan--img {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .p-plan::before,
	.maindesign .p-plan::after {
		width: 100%;
	}
	.maindesign .p-plan--card {
		width: 100%;
	}
	.maindesign .p-plan .p-plan--card:nth-child(n+2) {
		margin-top: 30px;
	}
}










