@charset "utf-8";
/* CSS Document */

.title{
	background-image:url(../img/title.jpg);
}

.greeting{
	text-align:center;
	margin:100px 0;
}
.greeting h2{
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	font-size:40px;
	color:#179b65;
	margin-bottom:30px;
}
.greeting h3{
	font-family: 'Kiwi Maru', serif;
	font-size:25px;
	letter-spacing:1px;
	line-height:40px;
}

.sign{
	background-color:#FFFFFF;
	padding:120px 0 70px;
	box-sizing:border-box;
	text-align:center;
}
.sticker{
	background-color:#F4F9F3;
}
.sign .box{
	text-align:left;
}
.sign .box h3{
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	font-size:40px;
	color:#179b65;
	margin-bottom:30px;
}
.sign .box p{
	line-height:30px;
	letter-spacing:1px;
}
.sign ul{
	margin:70px auto 80px;
}
.sign ul li{
	width:32%;
	padding:40px 0;
	box-sizing:border-box;
	background-color:#ECECEC;
	border-radius: 0 50px 0 50px / 0 50px 0 50px;
}
.sign ul li.none{
	padding:0;
	background-color:rgba(0,0,0,0);
}
.sign ul li img{
	margin-bottom:40px;
}
.sign ul li h4{
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	font-size:20px;
	margin-bottom:15px;
}
.sign ul li h4:after{
	content:"";
	display:block;
	margin:0 auto;
	border-bottom:2px solid #9C9C9C;
	width:25%;
	margin-top:15px;
}
.sign ul li p{
	letter-spacing:1px;
}

.support{
}
.support > h2{
	text-align:center;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	font-size:40px;
	color:#179b65;
	margin:110px 0 70px;
}
.support > div ul{
	margin-bottom:100px;
}
.support > div ul li{
	width:48.5%;
	text-align:center;
	padding:60px 55px;
	box-sizing:border-box;
	background-color:#ECECEC;
}
.support > div ul li h4{
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	font-size:30px;
	color:#179b65;
	margin:10px 0 30px;
}
.support > div ul li p{
	text-align:left;
	line-height:30px;
	letter-spacing:1px;
}
.support .contact{
	background-image:url(../img/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height:253px;
}
.support .contact a{
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	padding-top:20px;
	margin:0 auto;
}