﻿.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign h1.feature-hdg1 span{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.5em;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
}
@media screen and (max-width:767px) {
.maindesign h1.feature-hdg1 span {
    left: 36%;
    font-size: 8vw;
}
}
.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 15px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
	.maindesign .one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}



.maindesign .ponly {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .ponly {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}

.maindesign .komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .komeri-btn--link {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.2rem;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .komeri-btn__gray {
	background-color: #979797;
}
.maindesign .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 .komeri-btn--inner {
		font-size: 1.0rem;
	}
}



.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}


.maindesign .lr-heading {
	font-size: 1.75rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
	border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
	line-height: 1.35;
}

@media screen and (max-width:767px) {
	.maindesign .lr-heading {
		font-size: 1.25rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(30px - 0.75rem);
		border-left: 4px solid #f00;
    	padding: 0.3rem 1rem;
	}
}

.maindesign .function-table {
	border-collapse: collapse;
	width: 100%;
}
.maindesign .function-table th,
.maindesign .function-table td {
	border: 1px solid #ccc;
	padding: 15px 0;
	text-align: center;
	line-height: 1.3;
}
.maindesign .function-table--col-01 {
	width: 25%;
}
.maindesign .function-table--col-02 {
	width: 75%;
}
@media screen and (max-width:767px) {
	.maindesign .function-table th,
	.maindesign .function-table td {
		font-size: 0.85rem;
		padding: 10px 5px;
	}
	.maindesign .function-table--lead {
		text-align: left !important;
	}
}

.maindesign .kind-heading {
	font-size: 1.25rem;
	padding: 0 3px 8px;
	border-bottom: 1px solid #333;
	display: inline-block;
}

@media screen and (max-width:767px) {
	.maindesign .kind-heading {
		font-size: 1.1rem;
	}
}

.maindesign .product-heading {
	font-size: 1.15rem;
	padding: 0 3px 8px;
	border-bottom: 1px solid #333;
	display: inline-block;
}
.maindesign .product-heading {
	font-size: 1.0rem;
}


.maindesign .quarter-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .quarter-column::before,
.maindesign .quarter-column::after {
	content: '';
	display: block;
	height: 0;
}
.maindesign .quarter-column::before {
	order: 1;
}
.maindesign .quarter-column--item,
.maindesign .quarter-column::before,
.maindesign .quarter-column::after {
	width: 24%;
}
.maindesign .quarter-column .quarter-column--item:nth-child(n+5) {
	margin-top: 30px;
}
.maindesign .quarter-column--link {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .quarter-column--item,
	.maindesign .quarter-column::before,
	.maindesign .quarter-column::after {
		width: 49%;
	}
	.maindesign .quarter-column .quarter-column--item:nth-child(n+3) {
		margin-top: 15px;
	}
}



.maindesign .others-card {
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1)
}
.maindesign .others-card > * {
	margin-top: 10px;
}
.maindesign .others-card--name {
	height: 2.5em;
	line-height: 1.35;
	display: flex;
	align-items: flex-end;
	color: #333;
	font-weight: bold;
}
.maindesign .others-card--lead {
	flex-grow: 1;
	line-height: 1.35;
	color: #333;
}
@media screen and (max-width:767px) {
	.maindesign .others-card--name {
		font-size: 0.9rem;
		text-align: center;
		height: 3.5em;
		align-items: center;
	}
	.maindesign .others-card--lead {
		font-size: 0.9rem;
	}
}




.maindesign .maker-card {
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1)
}
.maindesign .maker-card > * {
	margin-top: 10px;
}
.maindesign .maker-card--txt {
	text-align: center;
	color: #333;
}
.maindesign .maker-card--txt__narrow{
	margin: 0 !important;
}

@media screen and (max-width:767px) {
	.maindesign .maker-card--txt {
		font-size: 0.9rem;
	}
}

.maindesign .relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation--item {
	width: 49%;
}
.maindesign .relation .relation--item:nth-child(n+3) {
	margin-top: 15px;
}
.maindesign .relation--inner {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	height: 100%;
}
.maindesign .relation--txt {
	width: calc(100% - 110px);
	line-height: 1.15;
	color: #333;
}
.maindesign .relation--ttl {
	font-weight: bold;
	font-size: 1.2rem;
	color: #333;
}
.maindesign .relation--lead {
	font-size: 0.95rem;
	margin-top: 10px;
}
.maindesign .relation--img {
	width: 90px;
}

@media screen and (max-width:767px) {
	.maindesign .relation--item {
		width: 100%;
	}
	.maindesign .relation .relation--item:nth-child(n+2) {
		margin-top: 15px;
	}
	.maindesign .relation--inner {
		padding: 15px 10px;
	}
	.maindesign .relation--txt {
		width: calc(100% - 100px);
	}
	.maindesign .relation--ttl {
		font-size: 1.1rem;
	}
	.maindesign .relation--lead {
		font-size: 0.9rem;
		margin-top: 5px;
	}
	.maindesign .relation--img {
		width: 80px;
	}
}