/*Top page CSS　Ver.1.0.0 */

.sticker-category-btn {
	width: 48%;
}
.sticker-category-btn a.btn-green {
	font-size: 2.0rem;
	line-height: 1.25;
	display: block;
}
.sticker-category-btn a span {
	font-size: 14px;
	font-weight: normal;
}
#point h3 {
	line-height: 1.0;
	text-align: center;
	position: relative;
	top: 20px;
}
.three-point {
	padding: 38px 0 20px;
	background-color: rgba(255, 217, 0, 1.0);
}
.three-point-box {
	width: 33.333%;
}
#about-service h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 4px solid rgb(255, 217, 0);
}
.service-icons li {
	width: 24%;
}


/*=================================
Swiper設定
=================================*/
.main-swiper .swiper-pagination {
	padding: 5px 0 0;
	text-align: center;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	display: inline-block;
	border: 2px solid rgba(150, 150, 150, 1.0);
	border-radius: 50%;
	cursor: pointer;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(150, 150, 150, 1.0);
}
.main-swiper .swiper-pagination .swiper-pagination-bullet:hover {
	opacity: 0.5;
}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	.sticker-category-btn a {
		font-size: 1.6rem;
	}

}



/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	.sticker-category-btn {
		width: 100%;
		text-align: center;
	}
	.sticker-category-btn:first-child {
		margin-bottom: 20px;
	}
	.sticker-category-btn a.btn-green {
		padding: 15px 5px;
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.sticker-category-btn a span {
		font-size: 12px;
	}
	.three-point-box {
		width: 85%;
	}

}
