﻿.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.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;
	}
	.one-side  {
		margin: 0 10px;
	}
}

.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;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		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 .lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 85%;
	height: 70%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,0.2);
}
.maindesign .title-txt {
	font-size: 3.75rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.35;
	text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
}
.maindesign .title-txt--sub {
	font-size: 0.5em;
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .title--inner {
		width: 90%;
		height: 60%;
	}
	.maindesign .title-txt {
		font-size: 7.0vw;
	}
}

.maindesign .anchor-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .anchor-column::before,
.maindesign .anchor-column::after {
	content: '';
	width: 24%;
	display: block;
	height: 0;
}
.maindesign .anchor-column::before {
	order: 1;
}
.maindesign .anchor-column--item {
	width: 24%;
}
.maindesign .anchor-column .anchor-column--item:nth-child(n+5) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .anchor-column::before,
	.maindesign .anchor-column::after {
		width: 49%;
	}
	.maindesign .anchor-column--item {
		width: 49%;
	}
	.maindesign .anchor-column .anchor-column--item:nth-child(n+3) {
		margin-top: 30px;
	}
}

.maindesign .anchor-card {
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	padding: 10px 10px 15px 10px;
	height: 100%;
}
.maindesign .anchor-card--name {
	flex-grow: 1;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.35;
	text-align: center;
	margin-top: 10px;
	color: #333;
}

@media screen and (max-width:767px) {
	.maindesign .anchor-card {
		padding: 8px 5px 15px 5px;
	}
	.maindesign .anchor-card--name {
		font-size: 0.9rem;
	}
}

.maindesign .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 .checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign .checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign .checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.maindesign .feature-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.maindesign .feature-col--img {
	width: auto;
	max-width: 400px;
}
.maindesign .feature-col--txt {
	width: calc(100% - 430px);
}

@media screen and (max-width:767px) {
	.maindesign .feature-col {
		flex-wrap: wrap;
	}
	.maindesign .feature-col--img {
		max-width: none;
		width: 100%;
	}
	.maindesign .feature-col--txt {
		width: 100%;
		margin-top: 15px;
	}
}

.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 49%;
}
.maindesign .half-column .half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .half-column--item {
		width: 100%;
	}
	.maindesign .half-column .half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign .rel-heading {
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .rel-heading {
		font-size: 1.0rem;
	}
}

.maindesign .feature-btn {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.maindesign .feature-btn--inner {
	display: flex;
	align-items: center;
	padding: 15px;
}
.maindesign .feature-btn--img {
	width: 80px;
}
.maindesign .feature-btn--txt {
	margin-left: 20px;
	font-size: 1.35rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .feature-btn--inner {
		padding: 10px;
	}
	.maindesign .feature-btn--img {
		width: 70px;
	}
	.maindesign .feature-btn--txt {
		font-size: 1.15rem;
		margin-left: 15px;
	}
}

.maindesign .style-btn {
	position: relative;
    border-radius: 5px;
    border: 1px solid #ababab;
    background: #f1f1f1;
    display: flex;
    overflow: hidden;
}
.maindesign .style-btn--arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.0em;
	height: 100%;
	background: #aaa;
	display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.maindesign .style-btn--link {
	text-decoration: none;
	width: 100%;
	transition: 0.25s;
}
.maindesign .style-btn--link:hover {
	opacity: 0.75;
}
.maindesign .style-btn--inner {
	display: flex;
    align-items: center;
    width: 100%;
    color: #333;
	padding: 15px;
}
.maindesign .style-btn--img {
	width: 6em;
    background: #fff;
    border-right: 1px solid #ababab;
    display: inline-block;
    padding: 5px;
}
.maindesign .style-btn--text {
	margin-left: 15px;
    font-weight: bold;
    line-height: 1.3;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.maindesign .style-btn--inner {
		padding: 10px;
	}
	.maindesign .style-btn--img {
		width: 4.5em;
	}
	.maindesign .style-btn--text {
		font-size: 0.95rem;
		margin-left: 10px;
	}
}


.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;
}
.maindesign .relation--txt {
	width: calc(100% - 110px);
	line-height: 1.15;
	color: #333;
}
.maindesign .relation--ttl {
	font-weight: bold;
	font-size: 1.2rem;
}
.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;
	}
}

.maindesign .menu-btn-remainder {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .menu-btn-remainder {
		margin-top: 0;
	}
}