﻿.maindesign{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .gotop {
    margin: 1.8em 0;
    text-align: right;
}
.maindesign h1 img {
	width:100%;
}

.maindesign h1 span{
    color: #fff;
    text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
    text-align: left;
    font-weight: bold;
    font-size: 70px;
    margin-left: 20px;
    padding-top: 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0px;
	transform: translateY(-50%);
}	
@media screen and (max-width:767px){

.maindesign h1 span{
	font-size: 12vw;
}
}

.maindesign ul{
	list-style: none;
	padding: 0;
}

.maindesign .botton_box2 li a{
	border:1px solid #B6B6B6;
	color: #333;
}

.maindesign .osusume{
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.maindesign .osusume--img{
	width: 39%;
}
.maindesign .osusume--img img{
	width: 100%;
}

.maindesign .osusume--txt{
	width: 59%;
}
.maindesign .osusume--txt p{
	margin: 0;
	line-height: 1.6;
}
.maindesign .osusume--txt .product{
	font-size: 1.6em;
	font-weight: bold;
}
.maindesign .osusume--txt .cover-btn{
	margin-top: 10px;
}
@media screen and (max-width:767px){
.maindesign .osusume--img{
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .osusume--txt{
	width: 100%;
}

}




.maindesign .ttl-band{
	background-color: #b1c4a5;
	padding: 10px 0 10px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.maindesign .type-betsu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .type-betsu--img{
	width: 22%;
}
.maindesign .type-betsu--img img{
	width: 100%;
}

.maindesign .type-betsu--txt{
	width: 75%;
}
.maindesign .type-betsu--txt p{
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width:767px){
.maindesign .type-betsu--img{
	width: 150px;
}
.maindesign .type-betsu--txt{
	width:calc(100% - 170px);
}
.maindesign .type-betsu--txt p{
	font-size: 0.9em;
}

}







































.maindesign .relation {
    display: flex;
    flex-wrap: wrap;
}
.maindesign a.feature {
    display: block;
    color: #000000;
    text-decoration: none;
	width: calc(50% - 7px);
    height: auto;
    min-height: 75px;
    margin-right:calc(15px / 2);
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}
.maindesign .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20%;
    transform: translateY(-50%);
    transition: 0.6s;
	max-width:100px;
}
.maindesign .feature .feat_title {
    font-size: 1.2em;
    width: calc(80% - 30px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
}
.maindesign .feature .feat_title.h_center{
	display: flex;
    align-items: center;
    height: 100%;
}
.maindesign .feature .feat_text {
    font-size: 0.8em;
    width: calc(80% - 30px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}


@media screen and (max-width: 767px) {
.maindesign .feature .feat_title {
    width: calc(80% - 80px);
}
.maindesign a.feature {
	width:100%;
	margin-right:0;
	min-height:80px;
	display: flex;
    align-items: center;
}
.maindesign .feature img{
	height: 80px;
    width: 93px;
}
.maindesign .feature:nth-child(3n) {
    margin-right: 0;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}

}

