@charset "utf-8";
/* CSS Document */
/****************/
/* トップページ */
/****************/
/* win-size 100%*/
.home .beige{
	margin-right: calc(50% - 50vw) !Important;
	margin-left: calc(50% - 50vw) !Important;
	padding-right: calc(50vw - 50%) !Important;
	padding-left: calc(50vw - 50%) !Important;
	background-color: #f7f6f2;
	padding-top:40px;
	padding-bottom:40px;
}

@media screen and (max-width:767px) {
	.home .beige{
		padding-top:40px;
		padding-bottom:20px;
	}
}



.green-waku{
	border:3px solid #5db058;
	border-radius: 20px;
	padding:10px 0px 10px 13px;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	height: 240px;
	line-height: 150%;
}

.green-waku .green{
	color: #00743f;
	font-family: '新ゴ B';
}

@media screen and (min-width: 768px){
	.green-waku{
		font-size: min(22px,1.8vw);
	}
}


@media screen and (max-width: 767px){
	.green-waku{
		font-size: 20px;
	}
	
	.green-waku2{
		height: 220px;
	}
}

ul.top li {
    list-style-type: none!Important; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
ul.top li:before {
    border-radius: 50%; /*丸くする*/
    width: 10px; /*点の幅*/
    height: 10px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -15px; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #5db159; /*点の色*/
}

@media screen and (max-width: 767px){
	ul.top li {
		padding-left: 0;
	}
}

.topbg1{
	background: url("../img/car.png") no-repeat bottom 10px right 15px;
	background-size: 60%;	
}

.topbg2{

}

.topbg3{
	background: url("../img/woman.png") no-repeat bottom 10px right 15px;
	background-size: 30%;
}

@media screen and (max-width: 767px){
	.topbg1{
		background-size: 50%;	
	}
}

.maru {
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background-color: #009156;
	color: white;
	margin-top:-35px;
	font-family: '新ゴ B';
}

#OUTLINE{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	border:1px solid #51ad56;
	margin-top:60px;
	padding:10px;
	background:#f7fbf3;
}

#OUTLINE h1{
	color:#51ad56;
	background:none;
	font-size:16px;
	margin:0 0 0px 0;
	padding:0;
	line-height:110%;
	border:none;
}

#OUTLINE h1::after{
	content: none;
}

#OUTLINE h2{
	color:#666666;
	background:none;
	border:none;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	font-size:14px;
	font-weight:normal;
	color:#51ad56;
	line-height: 150%;
	border: none!Important;
}

#OUTLINE p{
	font-size:12px;
	margin:0;
	padding:5px 0 0 20px;
}
