@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

.keep_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 2.4rem;
	line-height: 3.0rem;

}

.keep_top{
	width: 100%;
	margin: 10px auto 20px;
}


.keep_main{
	width: 70%;
	margin: 40px auto;
	position: relative;
}
.keep_main_item1{
	width: 60%;
	margin: 0 40% 0 0; 
	padding-bottom: 90px;
}

.keep_main_item2{
	position: absolute;
	z-index: 2;
	width: 45%;
	bottom:0;
	right:0;
}
.keep_main img{
	border-radius: 12px;
}
.keep_st{
	font-size: 1.6rem;
	padding-left: 10px;
	border-left: 5px solid #137a4e;
	color: #137a4e;
	line-heigt: 1em;
	margin: 40px 0 10px;
}

@media screen and (max-width:900px) {
	
.keep_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 1.8rem;
	line-height: 2.4rem;

}

.keep_top{
	width: 100%;
	margin: 10px auto 20px;
}


.keep_main{
	width: 80%;
	margin: 30px auto;
	position: relative;
}
.keep_main_item1{
	width: 60%;
	margin: 0 40% 0 0; 
	padding-bottom: 90px;
}

.keep_main_item2{
	position: absolute;
	z-index: 2;
	width: 45%;
	bottom:0;
	right:0;
}
.keep_main img{
	border-radius: 12px;
}
.keep_st{
	font-size: 1.6rem;
	padding-left: 10px;
	border-left: 5px solid #137a4e;
	color: #137a4e;
	line-heigt: 1em;
	margin: 40px 0 10px;
}


}
@media screen and (max-width:480px) {
	
.keep_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 1.5rem;
	line-height: 1.8rem;

}

.keep_top{
	width: 100%;
	margin: 10px auto 20px;
}


.keep_main{
	width: 90%;
	margin: 20px auto;
	position: relative;
}
.keep_main_item1{
	width: 90%;
	margin: 10px auto; 
	padding-bottom: 0;
}

.keep_main_item2{
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 10px auto; 
	bottom:0;
	right:0;
}
.keep_main img{
	border-radius: 12px;
}
.keep_st{
	font-size: 1.6rem;
	padding-left: 10px;
	border-left: 5px solid #137a4e;
	color: #137a4e;
	line-heigt: 1em;
	margin: 40px 0 10px;
}
}

