.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 .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	top: 0;
	left: 50px;
	width: auto;
	height: 100%;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 5px #000000, 2px 3px 8px #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.maindesign .l-title--inner-sub {
	font-size: 0.75em;
	display: block;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		left: 20px;
		font-size: 6.5vw;
	}
	.maindesign .l-title--inner-sub {
		margin-top: 20px;
	}
}

.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--inner {
		min-height: 3.5em;
    	font-size: 0.85rem;
	}
	.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-half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-half-column--item {
	width: 49%;
}
.maindesign .p-half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+3) {
	margin-top: 50px;
}

@media screen and (max-width:767px) {
	.maindesign .p-half-column--item {
		width: 100%;
	}
	.maindesign .p-half-column .p-half-column--item:nth-child(n+2) {
		margin-top: 30px;
	}
}


.maindesign .p-recommend {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .p-recommend--catch {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-recommend--img {
	width: 49%;
}
.maindesign .p-recommend--pop {
	width: 49%;
	height: 100%;
}
.maindesign .p-pop {
	border: 2px solid #b3a48d;
}
.maindesign .p-pop--list {
	padding: 10px 5px;
}
.maindesign .p-pop--list .p-pop--list-item:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-pop--list-item {
	line-height: 1.15;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .p-recommend--name {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.3;
	height: 2.6em;
	display: flex;
	align-items: center;
}
.maindesign .p-recommend--text {
	margin-top: 15px;
	line-height: 1.5;
	flex-grow: 1;
}
.maindesign .p-recommend--overview {
	margin-top: 10px;
}
.maindesign .p-recommend--overview .p-recommend--overview-item:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-recommend--overview-item {
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .p-recommend--btn {
	margin-top: 30px;
}
.maindesign .p-recommend--btn .c-komeri-btn:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-solo-btn {
	width: 50%;
	margin: 30px auto 0;
}

@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		width: 100%;
	}
}

.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-quarter-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-quarter-column--item {
	width: 24%;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .p-quarter-column::before {
	order: 1;
}
.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+5) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-quarter-column--item {
		width: 49%;
	}
	.maindesign .p-quarter-column::before,
	.maindesign .p-quarter-column::after {
		width: 49%;
	}
	.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .p-card {
	border: 1px solid #ccc;
}
.maindesign .p-card--link {
	transition: 0.25s;
	text-decoration: none;
	color: #000;
}
.maindesign .p-card--link:hover {
	opacity: 0.75;
}
.maindesign .p-card--inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.maindesign .p-card--name {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.maindesign .p-card--img {
	margin-top: 20px;
}
.maindesign .p-card--text {
	margin-top: 10px;
	font-size: 0.9rem;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.maindesign .p-card--name {
		font-size: 1.0rem;
	}
	.maindesign .p-card--text {
		font-size: 0.85rem;
	}
}

.maindesign .p-overview-list .p-overview-list--item:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-overview-list--item {
	display: flex;
}
.maindesign .p-overview-list--ttl {
	display: inline-block;
	font-weight: bold;
	width: 8.0em;
	position: relative;
}
.maindesign .p-overview-list--ttl::after {
	content: ':';
	position: absolute;
	top: 0;
	right: 0;
}
.maindesign .p-overview-list--lead {
	display: inline-block;
	width: calc(100% - 8.0em);
	margin-left: 0.5em;
}

@media screen and (max-width:767px) {
	.maindesign .p-overview-list .p-overview-list--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .p-overview-list--item {
		flex-wrap: wrap;
	}
	.maindesign .p-overview-list--ttl {
		width: auto;
	}
	.maindesign .p-overview-list--ttl::after {
		right: -0.5em;
	}
	.maindesign .p-overview-list--lead {
		width: 100%;
		margin-left: 0;
		margin-top: 3px;
	}
}

.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
}
.maindesign .l-relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .l-relation-text > span {
	line-height: 1.15;
} 
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		height: 120px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
	.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}


/*  ↓↓ 241128 更新 ↓↓  */
.maindesign .p-recommend--text p{
	margin-top: 5px;
}
.maindesign .p-recommend--text p:first-child{
	margin-top: 0;
}
.maindesign .p-recommend--text p span {
	font-size: 1.1em;
	font-weight: bold;
}

.maindesign .other-list--item{
	background-color: #b3a48d;
	color: #fff;
	line-height: 1.15;
    font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.maindesign .other-list--item:first-child{
	margin-top: 0;
}
@media screen and (max-width:767px) {
.maindesign .other-list--item{
	font-size: 3.7vw;
	padding: 2vw;
}

/*  ↑↑ 241128 更新 ↑↑  */

