

h2 {
	color: #000;
	text-align: center;
	font-size: 48px;
	line-height: 1.4em;
}
h2 span {
	position: relative;
	z-index: 1;
}
h2 span:after {
	content: '';
	display:
	inline-block;
	left: -1%;
	bottom: 6px;
	z-index: -1;
	position: absolute;
	width: 102%;
	height: 0.5em;
	background: #FEDB6A;
}

h3 {
	margin-bottom: 10px;
	padding: 10px;
	background: #0075b4;
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
/*
.thankmsg {
	background: url(cherry.jpg) no-repeat center center;
	background-size:cover;
}*/
.thankmsg p {
	font-size: 28px;
	font-weight: bold;
	color: #680068;
	text-align: center;
	padding: 10px;
}


.bol_status ul {
	padding: 10px;
}

.bol_status li {
	padding: 20px 20px 20px 50px;
	border: solid 3px #0075b4;
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 20px;
	align-items: center;
	position: relative;
}
.bol_status li:not(:last-child) {
	border-bottom: none;
}

.bol_status .num {
	background: #0075b4;
	position: absolute;
	top: 0;
	left: 0;
}
.bol_status .imgspace {
	padding: 10px;
}

.explanation {
	text-align: left;
}
.explanation .head {
	margin-bottom: 0.5em;
	margin-top: 0em;
	color: #0075b4;
	font-size: 24px;
	font-weight: bold;
}
.explanation .txt {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.5em;
}


.bol_comment {
	background: #DEEFFF;
	margin: 20px;
	padding: 10px;
	line-height: 1em;
	font-size: 16px;
}
.bol_comment p.caution {
	font-size: 12px;
}


.btnblue {
	width: 600px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.btnblue a {
	width: 100%;
	height: 100%;
	background: url("https://online.brother.co.jp/-/media/BOL/service/hipri/Web_image/PC-2309/cmn-btn01.webp") no-repeat center center/contain;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}




@media screen and (min-width: 660px) and (max-width: 740px) {
	h2 {
		font-size: 42px !important;
	}
	h3 {
		font-size: 30px !important;
	}
}

@media screen and (min-width: 560px) and (max-width: 660px) {
	h2 {
		font-size: 36px !important;
	}
	h3 {
		font-size: 26px !important;
	}
	.thankmsg p {
		font-size: 24px !important;
	}
	.btnblue {
		width: 95% !important;
		margin: 10px !important;
	}
}

@media screen and (min-width: 500px) and (max-width: 560px) {
	h2 {
		font-size: 32px !important;
	}
	h3 {
		font-size: 24px !important;
	}
	.thankmsg p {
		font-size: 22px !important;
	}

	.explanation .head {
		font-size: 22px !important;
	}
	.explanation .txt {
		font-size: 16px !important;
	}
	.bol_status li {
		grid-template-columns: 120px 1fr !important;
	}
	.bol_status li .imgspace img {
		width: 100px !important;
	}
	.btnblue {
		width: 95% !important;
		margin: 10px !important;
	}
	.btnblue a {
		font-size: 24px !important;
	}
}
@media screen and (max-width: 500px) {
	h2 {
		font-size: 26px !important;
	}
	h3 {
		font-size: 20px !important;
	}
	.thankmsg p {
		font-size: 20px !important;
	}
	.explanation .head {
		font-size: 20px !important;
	}
	.explanation .txt {
		font-size: 15px !important;
	}
	.bol_status li {
		grid-template-columns: 90px 1fr !important;
		gap: 10px !important;
	}
	.bol_status li .imgspace img {
		width: 80px !important;
	}
	.btnblue {
		width: 95% !important;
		margin: 10px !important;
	}
	.btnblue a {
		font-size: 18px !important;
	}
}

