@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.how-stepColImg {
	width: 75%;
}

.how-howtoColImg02 {
	width: 80%;
}

.how-shopColImg,
.how-howtoColImg {
	width: 70%;
}

.u-fwN {
    font-weight: normal !important;
}

@media print,screen and (min-width: 768px) {
	.how-stepColImg,
	.how-shopColImg,
	.how-howtoColImg,
	.how-howtoColImg02 {
		width: auto;
	}

}

/*------------------------------
レイアウト系
--------------------------------*/
.how-bnrArea.c-column2-03{
	margin-bottom: 25px;
}
.how-bnrArea.c-column2-03>.col+.col{
	margin-top: 10px;
}
.how-bnrArea.c-column2-03 a:hover{
	opacity: 0.7;
}

.how-column6-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}

.how-column6-3 > *{
	width: 30%;
}

.how-column6-3 > *:nth-child(n + 4) {
	margin-top: 13px;
}

@media print,screen and (min-width: 768px) {
	.how-column6-3 {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 40px;
	}

	.how-column6-3 > *{
		width: 15%;
	}

	.how-column6-3 > *:nth-child(n + 4) {
		margin-top: 0;
	}
	
	.how-bnrArea.c-column2-03{
		margin-bottom: 40px;
	}

	.how-bnrArea.c-column2-03>.col+.col{
		margin-top: 0;
	}
}

/*------------------------------
ボックス系
--------------------------------*/
/*
グレイボックス
--------------------------------*/
.how-box01 {
	position: relative;
	padding: 15px;
	background-color: #f5f5f5;
}

.how-box01 .how-boxHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 16px;
}

.how-boxHeadLogo {
	min-width: 155px;
	max-width: 173px;
	padding-right: 15px;
}

.how-boxHeadLogo > img {
	zoom: 0.5;
}

.how-baloon {
	padding: 10px;
	height: 78px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background-color: #fff;
	position: relative;
	border: 2px solid #ffd800;
}

.how-baloon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: -11px;
	width: 17px;
	height: 17px;
	border-left: 2px solid #ffd800;
	border-bottom: 2px solid #ffd800;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.how-baloonDesc {
	font-size: 1.4rem;
}

.how-baloonLead {
	font-size: 1.2rem;
	font-weight: bold;
}

.how-baloonNum {
	font-size: 1.5rem;
	color: #e51711;
}

.how-boxBodyLead {
	font-weight: bold;
}

.how-sup {
	vertical-align: baseline;
	font-size: 1.2rem;
}

.how-price {
	margin-top: 10px;
}

.how-price > *{
	display: inline-block;
}

.how-price > .how-priceTtl {
	font-weight: bold;
	margin-right: 26px;
}

@media print,screen and (min-width: 768px) {
	.how-box01 {
		padding: 30px 30px 45px;
	}

	.how-box01 .how-boxHead {
		margin-bottom: 22px;
	}

	.how-boxHeadLogo {
		max-width: 250px;
		padding-right: 30px;
	}

	.how-boxHeadLogo > img {
		zoom: 1;
	}

	.how-baloon {
		height: 112px;
	}

	.how-baloonDesc {
		font-size: 1.6rem;
	}

	.how-baloonLead {
		font-size: 1.8rem;
	}

	.how-baloonNum {
		font-size: 2.4rem;
	}

	.how-price {
		position: absolute;
		left: 30px;
		bottom: 15px;
	}
}

.how-imgBox {
	padding: 13px;
	background-color: #eeeeee;
}

@media print,screen and (min-width: 768px) {
	.how-imgBox {
		padding: 22px;
	}
}

/* アンカーリンク関連 250801 追記 */
.c-section_01 {
	margin-bottom: 33px;
}
@media print, screen and (min-width: 768px) {
	.c-section_01 {
			margin-bottom: 28px;
	}
}
.anchor-link ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.anchor-link li {
	height: 65px;
	position: relative;
	background-color: #ffd800;
	width: 49.2%;
	margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.anchor-link li {
			width: 358px;
			height: 80px;
			margin-bottom: 16px;
	}
}
.anchor-link li:hover{
  opacity: 0.8;
}
.anchor-link li a {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 32px 0 12px;
	color: #212121;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 768px) {
	.anchor-link li a {
			font-size: 2rem;
			font-weight: bold;
			margin-left: -4px;
	}
}
.anchor-link li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 6px;
	height: 10px;
	margin-top: -4px;
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
	.anchor-link li a::after {
			right: 21px;
			width: 10px;
			height: 13px;
	}
}