@charset "UTF-8";

.arrow_box {
	background: #ff8a01;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
}



.arrow_box p {
	font-size: 16px;
	font-weight: bold;
}



.check_icon p {
	font-size: 16px;
	line-height: 100%;
	color: #FFF;
	background-color: #8dcb2c;
	padding: 15px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}


@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.arrow_box {
	position: relative;
	background: #ff8a01;
	border: 4px solid #ff8a01;
	color: #FFF;
	display: block;
	font-weight: bold;
	width: 135px;
	margin-right: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;	margin-left: 15px;

}

.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 138, 1, 0);
	border-left-color: #ff8a01;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #ff8a01;
	border-width: 42px;
	margin-top: -42px;
}

.arrow_box p {
	font-size: 12.5px;
	font-weight: bold;
}
.check_icon p {
	font-size: 14px;
	line-height: 100%;
	color: #FFF;
	background-color: #8dcb2c;
	padding: 15px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.arrow_box {
	position: relative;
	background: #ff8a01;
	border: 4px solid #;
	color: #FFF;
	display: block;
	padding: 10px;
	width: 190px;
	margin-right: 30px;
	margin-left: 15px;
	text-align: center;
}

.arrow_box p {
	font-size: 16px;
	font-weight: bold;
}
.check_icon p {
	font-size: 16px;
	line-height: 100%;
	color: #FFF;
	background-color: #8dcb2c;
	padding: 15px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 138, 1, 0);
	border-left-color: #ff8a01;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #ff8a01;
	border-width: 40px;
	margin-top: -40px;
}

}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.arrow_box {
	position: relative;
	background: #ff8a01;
	border: 4px solid #ff8a01;
	color: #FFF;
	display: block;
	padding: 10px;
	width: 230px;
	margin-right: 40px;
	margin-left: 15px;
	text-align: center;
}

.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 138, 1, 0);
	border-left-color: #ff8a01;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #ff8a01;
	border-width: 45px;
	margin-top: -45px;
}

}

.check_arrow {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}


@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.check_arrow {
	display: none;
	
}

}
