
/* common */

.sp-main img{
/*	background-image:url(../sp/img/sp-main.jpg);*/
	background-repeat:no-repeat;
	background-size:contain;
}

.sp-tl{
	text-align:center;
		margin:1rem 0;
}

.sp-tl img{
	background-image:url(../sp/img/sp-tl.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.sp-ph{
	text-align:center;
		margin:1rem 0;
}

.sp-ph img{
	margin:1rem 0;
	background-image:url(../sp/img/sp-ph.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}


.kome-set{
	border:2px solid #0050ff;
	border-radius:0px;
	margin:2rem auto;
	padding:1rem 0;
}

.kome-ph01 img{
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:0px;
}

.kome-tx{width:90%;}

.kome-tx p{line-height:1.8rem;}


.kome-set a:link { text-decoration:underline; color:#00f;}
.kome-set a:visited { text-decoration:underline; color:#00f;}
.kome-set a:active { text-decoration:underline; color:#00f;}
.kome-set a:hover { text-decoration:underline; color:#00f;}


.bar1{
	margin-bottom:1rem;
	width:100%;
	height:1px;
}

.bar1{background:linear-gradient(to left, #ff00cd, #12b2fc);}


/* pc */
@media all and (min-width: 768px) {

.sp-tl img{width:700px;}

.sp-tx p{line-height:2rem;}

.sbr{display:none;}

.kome-set{width:900px;}

.kome-ph01{
	text-align:center;
	width:100%;
}

.kome-ph01{margin: 1rem auto 0 auto;}

.kome-ph01 img{width:800px;}

.kome-tx{margin:1rem auto;}


}










/* smp */
@media all and (max-width: 767px) {

.sp-main img{width:100%;}
.sp-tl img{width:100%;}
.sp-ph img{width:70%;}

.sp-tx{
	width:90%;
	margin: 0 auto;
}

.sp-tx p{	line-height:1.8rem;}

.kome-set{width:100%;}

.kome-ph01{margin: 0 auto 0 auto;}

.kome-ph01{
	text-align:center;
	width:100%;
}

.kome-ph01 img{width:100%;}

.kome-tx{margin:1rem auto;}



}

