@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 62.5%;
}
.Page_LP{
	max-width: 768px;
	width: 100%;
	margin: auto;
}
.Page_LP img{
	width: 100%;
}
.Page_LP li{
	list-style-type: none;
}
.Page_LP a{
	text-decoration: none;
}

.category .category_ttl a{
	position: relative;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #eff0f1;
	border-bottom: 1px solid #eff0f1;
}
.category .category_ttl a::after{
	position: absolute;
	background-image: url("images/btn_arrow.png");
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.category_img{
	width: 30%;
}
.category .category_name{
	position: relative;
	width: 75%;
	padding: 0 2rem;
	font-size: 2rem;
	color: #675a4d;
	font-weight: bold;
}
.arrow{
	padding: 0 2rem 0 0;
}

.category_list{
	width: 95%;
	margin: 2rem 0 4rem auto;
}
.category_list_item{
	margin-bottom: 2rem;
}
.category_list_item:last-child{
	margin-bottom: 0rem;
}
.category_list_item a{
	font-size: 1.8rem;
	color: #675a4d;
}

.category_list_item a ._blue{
	font-size: 1.8rem;
	color: #2196f3;
}
.category_list_item a ._orange{
	font-size: 1.8rem;
	color: #ff7f50;
}

@media screen and (max-width:768px){
	.category .category_name{
		font-size: 2rem;
	}
	.category_list_item a{
	font-size: 1.8rem;
}

.category_list_item a ._blue{
	font-size: 1.8rem;
}
.category_list_item a ._orange{
	font-size: 1.8rem;
}
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
