@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:375px) {} /* iPhoneSE 375px / iPhone12mini 360px */

/*************************************************

 forbeginner-anchorlinks

*************************************************/

.forbeginner-anchorlinks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 50px;
}

.forbeginner-anchorlinks__li {
	box-sizing: border-box;
	display: flex;
	width: calc(100% / 3);
	padding: 0 12px 30px;
}

.forbeginner-anchorlinks__anchor {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #E1251B;
	border-radius: 5px;
	transition: opacity 0.3s;
}

.forbeginner-anchorlinks__img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	line-height: 0;
}

.forbeginner-anchorlinks__title {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

.forbeginner-anchorlinks__title span {
	display: inline-block;
}

.forbeginner-anchorlinks__arw {
	padding: 10px 0 15px;
	line-height: 0;
}

.forbeginner-anchorlinks__arw img {
	transition: transform 0.3s;
}

.bgColor01 {
	padding: 10px 15px;
	background-color: #F8F1E1;
}

@media only screen and (max-width:991px) {
	.forbeginner-anchorlinks__title {
		font-size: 16px;
	}
}

@media only screen and (min-width:768px) {
	.forbeginner-anchorlinks__anchor:hover {
		opacity: 0.7;
	}
	.forbeginner-anchorlinks__anchor:hover .forbeginner-anchorlinks__arw img {
		transform: translateY(5px);
	}
}

@media only screen and (max-width:767px) {
	.forbeginner-anchorlinks {
		justify-content: space-between;
		margin: 0 0 30px;
	}

	.forbeginner-anchorlinks__li {
		width: calc(100% / 2 - 7px);
		padding: 0 0 10px;
	}

	.forbeginner-anchorlinks__img {
		min-height: 60px;
	}

	.forbeginner-anchorlinks__img.is-house img {width: 40px;}
	.forbeginner-anchorlinks__img.is-pallet img {width: 34px;}
	.forbeginner-anchorlinks__img.is-track img {width: 51px;}
	.forbeginner-anchorlinks__img.is-box img {width: 32px;}
	.forbeginner-anchorlinks__img.is-index img {width: 29px;}
	.forbeginner-anchorlinks__img.is-other img {width: 32px;}
}




/*************************************************

 forbeginner-flow

*************************************************/
.forbeginner-flow__img01 img,
.forbeginner-flow__img02 img {
	width: 100%;
}
@media only screen and (min-width:768px) {
	.forbeginner-flow__img02 {
		max-width: 71.277%;
	}
}
@media only screen and (max-width:767px) {
	.forbeginner-flow__img01,
	.forbeginner-flow__img02 {
		margin-right: -10px;
	}
}
