@charset "UTF-8";

.pagettl {
	margin: 30px 50px 0 50px;
	background-image: url(../img/pagettl_img_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 31%;
	border-radius: 20px;
	position: relative;
}

.pagettl img {
	position: absolute;
	width: 334px;
	top: calc(50% - 100px);
	left: calc(50% - 167px);
}

.pagettl h1 {
	position: absolute;
	width: 200px;
	height: 76px;
	top: calc(50% - 38px);
	left: calc(50% - 100px);
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	color: #3a510b;
	letter-spacing: 4px;

}

.pagettl h1 span {
	display: block;
	margin-top: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}


@media screen and (max-width: 767px) {
	.pagettl {
		margin: 14vw 0 0 0;
		background-image: url(../img/pagettl_img_sp.jpg);
		padding-top: 58%;
		border-radius: 0;
	}

	.pagettl img {
		width: 60vw;
		top: 35vw;
		left: calc(50% - 30vw);
	}

	.pagettl h1 {
		width: 40vw;
		height: auto;
		top: 45vw;
		left: calc(50% - 20vw);
		font-size: 8vw;

	}

	.pagettl h1 span {
		margin-top: 1vw;
		font-size: 4vw;
		font-weight: bold;
		letter-spacing: 2px;
	}
}


.main_innr {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
}



@media screen and (max-width: 767px) {
	.main_innr {
		width: 86%;
		margin-top: 10vw;
	}

	.main_innr .copy {
		margin-top: 20vw;
		font-size: 3.4vw;
	}
}

#page .box2 {
	width: 1000px;
}

@media screen and (max-width: 767px) {
	#page .box2 {
		width: 86%;
	}
}

#page .catebox {
	display: flex;
	justify-content: space-between;
}

#page .catebox .item {
	width: 161px;
}

#page .catebox .item img {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#page .catebox {
		flex-wrap: wrap;
	}

	#page .catebox .item {
		width: 48%;
		margin-bottom: 5vw;
	}
}

#page .box2 .catalog {
	background-image: url(/assets/img/bg_footer.png);
	background-repeat: repeat;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: center;
}

#page .box2 .catalog .imgbox {
	width: 330px;
}

#page .box2 .catalog .txtbox {
	width: 500px;
	text-align: left;
	margin-left: 30px;
}

#page .box2 .catalog .txtbox h2 {
	color: #b91c24;
	font-size: 30px;
	text-align: left;
	margin-top: .5em;
}

#page .box2 .catalog .txtbox ul {
	font-weight: bold;
	margin-top: .5em;
}

#page .box2 .catalog .txtbox ul li {
	font-size: 20px;
}

#page .box2 .catalog .txtbox ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: .5em;
}

#page .box2 .catalog .txtbox ul li ul {
	margin-left: 1.5em;
	margin-top: 0;
}

#page .box2 .catalog .txtbox ul li ul li {
	font-size: 17px;
	display: inline-block;
	margin-right: 1em;
}

#page .box2 .catalog .txtbox ul li ul li::before {
	content: "\f10c";
	font-family: FontAwesome;
	margin-right: .3em;
}

.progressbar.firstbar {
	margin-top: 50px;
}


@media screen and (max-width: 767px) {
	#page .box2 .catalog {
		padding: 7vw;
		border-radius: 3vw;
		display: block;
	}

	#page .box2 .catalog .imgbox {
		width: 100%;
	}

	#page .box2 .catalog .txtbox {
		width: 100%;
		margin-left: 0;
	}

	#page .box2 .catalog .txtbox h2 {
		font-size: 6vw;
		margin-top: .5em;
	}

	#page .box2 .catalog .txtbox ul {
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		margin-top: .5em;
	}

	#page .box2 .catalog .txtbox ul li {
		font-size: 4.6vw;
	}

	#page .box2 .catalog .txtbox ul li ul {
		margin-left: .7em;
		font-size: 4vw;
	}

	#page .box2 .catalog .txtbox ul li ul li {
		display: inline-block;
		font-size: 4vw;
	}

	.progressbar.firstbar {
		margin-top: 10vw;
	}
}