.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		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 .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.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;
	display: inline !important;
}
.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;
	font-size: 1.15rem;
}
.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);
}
@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}

.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 .p-h1-box {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.35;
}
.maindesign .p-h1-box--secondary {
	display: inline-block;
	font-weight: normal;
	font-size: 0.8em;
}

@media screen and (max-width:767px) {
	.maindesign .p-h1-box {
		font-size: 5.5vw;
		margin-left: 5px;
	}
}


.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-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);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .p-cards {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
}
.maindesign .p-cards--link {
	display: contents;
	text-decoration: none;
	color: #000;
}
.maindesign .p-cards--box {
	border: 1px solid #ccc;
	padding: 10px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	align-items: center;
	gap: 0;
}
.maindesign .p-cards--text {
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.95rem;
	line-height: 1.15;
}
.maindesign .p-cards--text__no-break {
	display: inline-block;
}

@media screen and (max-width:767px) {
	.maindesign .p-cards {
		grid-template-columns: repeat(2,1fr);
	}
	.maindesign .p-cards--box {
		align-items: normal;
	}
	.maindesign .p-cards--text {
		font-size: 0.9rem;
	}
}

.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
	line-height:1.15;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.maindesign .p-example > * + * {
	margin-top: 30px;
}
.maindesign .p-example--box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-example--img {
	width: 300px;
}
.maindesign .p-example--text {
	width: calc(100% - 325px);
	display: flex;
	flex-direction: column;
}
.maindesign .p-example--ttl {
	font-size: 1.25rem;
	font-weight: bold;
}
.maindesign .p-example--lead {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .p-example--box {
		flex-direction: column;
		align-items: normal;
	}
	.maindesign .p-example--img {
		width: 100%;
		order: 2;
		margin-top: 10px;
	}
	.maindesign .p-example--text {
		display: contents;
	}
	.maindesign .p-example--ttl {
		font-size: 1.1rem;
		order: 1;
		text-align: left;
	}
	.maindesign .p-example--lead {
		order: 3;
	}
}


.maindesign .p-relation {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}
.maindesign .p-relation--box {
	border: 1px solid #CCC;
    border-radius: 5px;
}
.maindesign .p-relation--box:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .p-relation--link {
	color: #000;
	text-decoration: none;
}
.maindesign .p-relation--inner {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.maindesign .p-relation--text {
	width: 70%;
	font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.3;
}
.maindesign .p-relation--img {
	width: 90px;
}

@media screen and (max-width:767px) {
	.maindesign .p-relation {
		grid-template-columns: repeat(1,1fr);
	}
}

.maindesign .p-solo-btn {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		width: 100%;
	}
}