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

.padding_left{
	padding-left: 1rem;
}

.catch1{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #b4deda;
}

.catch2{
	font-size: 1.5rem;
	line-height: 2rem;
	font-family:'Noto Serif JP', serif;
	color: #deca9a;
	margin: 1.5rem auto;
}

.tokuten{
	font-size: 1.0rem;
	font-weight: bold;
	color: #deca9a;
}

.tokuten_text{
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.5rem;
}

.kome{
	color: #7cd5d8;
	font-size: 0.8rem;
	line-height: 0.5rem;
}

.small{
	font-size: 1.2rem;
}


/*---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	
.padding_left{
	padding-left: 0.8rem;
}
	
.catch2{
	font-size: 1.3rem;
	line-height: 1.8rem;
}
	
.left{
	text-align: left;
}	
}
