﻿#wrap #contents {
    padding: 0 0px !important;
}

#container-all {
	width:860px;
	margin:0 auto;
}
#container-all a {
	text-decoration:none;
}


@media screen and (max-width:767px) {
	#container-all {
		width: 100%;
	}
}
.maindesign p{
	font-size:16px;
	line-height:1.4;
	margin:0;
}
.maindesign .title{
	position:relative;
	margin-bottom:10px;
	margin-bottom:-2px;
}

.maindesign h1 {
	margin:0;
}

.maindesign h1 span{
	display:block;
	left:30px;
	top:110px;
	position:absolute;
/*	font-size:5.2em;*/
	font-size:70px;
	font-weight:bold;
	color:#55809e;
	margin:0;
}
.maindesign .title p{
	display:block;
	left:35px;
	top:60px;
	position:absolute;
	font-size:30px;
	font-weight:bold;
	color:#55809e;
}

.maindesign .description{
	background-color:#D2DCE6;
	margin:0;
	padding:10px 20px;
	text-align:justify;
}

.maindesign .link{
	text-align:center;
	margin:30px 0 50px;
	overflow:hidden;
}

.maindesign .link a{
	width:420px;
	display:block;
	margin:auto;
	float:left;
}

.maindesign .link p{
	font-size:24px;
	font-weight:bold;
	background-color:#55809e;
	padding:15px 0;
	border-radius:30px;
	color:#fff;
}

.maindesign h2{
	font-size:26px;
	font-weight: bold;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-top:30px;
	margin-bottom:20px;
	padding:5px 0;
}
.maindesign .section h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #E5002D;
	bottom: -3px;
	width: 60px;
}



.maindesign .section{
	/*width:820px;*/
	margin:auto;
	margin-bottom:40px;
}

/*.maindesign .section h3{
	font-size:20px;
	border-bottom:1px solid #55809e;
	border-left:10px solid #55809e;
	padding:5px 0 5px 20px;
	margin-top:30px;
}
*/
.maindesign .section h3{
	font-size:22px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:20px;
}


.maindesign h4{
	font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #E5002D;
    /* background-color: #eee; */
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.maindesign .section .spec{
	overflow:hidden;
}

.maindesign .section .spec img,
.maindesign .section .spec p{
	float:left;
}

.maindesign .section .spec .desc,
.maindesign .section .spec .use{
	width:690px;
	margin-left:20px;
	color:#000000;
	text-align:justify;
}

.maindesign .section .spec .use{
	font-weight:bold;
	margin-top:20px;
	font-size:18px;
}


.maindesign .button{
	/*width:820px;*/
	text-align:center;
	overflow:hidden;
}

.maindesign .button a{
	width:207px;
	display:block;
	margin:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.maindesign .button.three a{
	width:280px;
}

.maindesign .button.one {
	margin-top: 30px;
}
.maindesign .button.one a{
	width:100%;
	margin:auto;
	float:none;
}
@media screen and (max-width:767px) {
	.maindesign .button.one {
		margin-top: 20px;
	}
}

.maindesign .button p{
	font-size:16px;
	font-weight:bold;
	background-color:#55809e;
	padding:10px 0;
	border-radius:23px;
	color:#fff;
}



.maindesign .toppage{
	text-align:center;
	margin-top: 50px;
}

.maindesign .toppage a{
	width:50%;
	display:block;
	margin:auto;
}

.maindesign .toppage p{
	font-size:18px;
	font-weight:bold;
	background-color:#eca233;
	padding:10px 0;
	border-radius:30px;
	color:#fff;
}

@media screen and (max-width:767px) {
	.maindesign .toppage {
		margin-top: 30px;
	}
	.maindesign .toppage a {
		width: 100%;
	}
}


#container-all .maindesign .mr0{
	margin-right:0;
}

#container-all .maindesign .ml20{
	margin-left:20px;
}

#container-all .maindesign .mb30{
	margin-bottom:30px;
}


#container-all .maindesign .w500{
	width:500px;
}





.maindesign img {
	display: block;
	width: 100%;
	height: auto;
}
.maindesign .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	left: 30px;
	top: 45px;
	font-weight: bold;
	color: #55809e;
}
.maindesign .l-title--sub {
	font-size: 2.5rem;
        line-height: 1.2;
}
.maindesign .l-title--main {
	margin-top: 5px;
	font-size: 4.0rem;
        line-height: 1.2;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		left: 3%;
        top: 20%;
        width: 72%;
	}
	.maindesign .l-title--sub {
		font-size: 4.5vw;
	}
	.maindesign .l-title--main {
		font-size: 8.5vw;
	}
}


.maindesign .section-info {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.maindesign .section-info--images {
	display: flex;
	margin-right: 15px;
}
.maindesign .section-info--img {
	width: 150px;
}
.maindesign .section-info--img img {
	display: block;
	width: 100%;
	height: auto;
}
.maindesign .section-info--ttl {
	font-size: 1.25em;
	font-weight: bold;
}
.maindesign .section-info--lead {
	margin-top: 15px;
	line-height: 1.5;
}
.maindesign .section-info--use {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.1em;
}
@media screen and (max-width:767px) {
	.maindesign .section-info {
		flex-wrap: wrap;
	}
	.maindesign .section-info--images {
		width: 150px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.maindesign .section-info--txt {
		margin-top: 15px;
	}
}

.maindesign .button-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .button-list--item {
	width: 24%;
}
.maindesign .button-list::before,
.maindesign .button-list::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .button-list::before {
	order: 1;
}
.maindesign .button-list .button-list--item:nth-child(n+5) {
	margin-top: 25px;
}

@media screen and (max-width:767px) {
	.maindesign .button-list--item {
		width: 100%;
	}
	.maindesign .button-list::before,
	.maindesign .button-list::after {
		width: 100%;
	}
	.maindesign .button-list .button-list--item:nth-child(n+2) {
		margin-top: 15px;
	}
}


.maindesign .button-list--btn {
	border: 1px solid #B6B6B6;
	position: relative;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
	height: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}
.maindesign .button-list--btn:hover {
	border-color: #E5002D;
	transition: 0.6s;
}
.maindesign .button-list--btn > a {
	text-decoration: none;
}
.maindesign .button-list--btn > a:hover {
	opacity: 1.0 !important;
}
.maindesign .button-list--inner {
	font-feature-settings: "palt";
	color: #333;
	padding: 0.75rem 1.75rem 0.75rem 1.5rem;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-size: 0.95rem;
}
.maindesign .button-list--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #B6B6B6;
	border-right: 2px solid #B6B6B6;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

.maindesign .komeri-btn {
	position: relative;
	border: 1px solid #B6B6B6;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	transition: 0.6s;
	border-color: #E5002D;
}
.maindesign .komeri-btn > a {
	text-decoration: none;
	display: inline !important;
}
.maindesign .komeri-btn > a:hover {
	opacity: 1.0 !important;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #333;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}
.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 .top-btn {
	margin-top: 50px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px) {
	.maindesign .top-btn {
		margin-top: 30px;
		width: 100%;
	}
}

.maindesign .all-btn {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .all-btn {
		margin-top: 15px;
	}
}



.maindesign .top-btn {
	position: relative;
	background-color: #979797;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
	color: #fff;
}
.maindesign .top-btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .top-btn > a {
	text-decoration: none;
	display: inline !important;
}
.maindesign .top-btn > a:hover {
	opacity: 1.0 !important;
}
.maindesign .top-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 .top-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);
}