﻿.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 49%;
}
.maindesign .half-column::after {
	content: '';
	display: block;
	height: 0;
	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 .komeri-btn {
	position: relative;
	background-color: #979797;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .komeri-btn > a {
	text-decoration: none;
	display: block;
}
.maindesign .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 .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.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);
}

.maindesign .simple-linkable--btn {
	margin-top: 15px;
}

.maindesign .complex-linkable {
	display: flex;
	justify-content: space-between;
}
.maindesign .complex-linkable--link {
	display: contents;
}
.maindesign .complex-linkable--img {
	width: 43%;
}
.maindesign .complex-linkable--detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 53%;
}
.maindesign .complex-linkable--txt {
	padding: 15px 10px;
	border: 1px solid #ccc;
	font-size: 1.15rem;
	line-height: 1.4;
}
.maindesign .complex-linkable--table {
	display: flex;
	flex-wrap: wrap;
}
.maindesign .complex-linkable--table dd,
.maindesign .complex-linkable--table dt {
	width: 50%;
	padding: 10px 0;
	text-align: center;
}
.maindesign .complex-linkable--table dt {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
}
.maindesign .complex-linkable--table dd {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


@media screen and (max-width:767px) {
	.maindesign .complex-linkable {
		flex-wrap: wrap;
	}
	.maindesign .complex-linkable--img {
		width: 100%;
	}
	.maindesign .complex-linkable--detail {
		width: 100%;
		margin-top: 20px;
	}
	.maindesign .complex-linkable--txt {
		font-size: 0.95rem;
		line-height: 1.5;
	}
	.maindesign .complex-linkable--btn {
		margin-top: 15px;
	}
	.maindesign .complex-linkable--table {
		margin-top: 20px;
	}
}

.maindesign .info-group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.maindesign .info-group--bnr {
	width: 30%;
	margin-right: 15px;
}
.maindesign .info-group--icon {
	width: 35%;
	margin-left: 15px;
}
.maindesign .info-group--img {
	width: 80%;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .info-group--bnr {
		width: 100%;
		margin-right: 0;
	}
	.maindesign .info-group--icon {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.maindesign .info-group--img {
		width: 100%;
		margin-top: 15px;
	}
}