@charset "utf-8";

/* -------------------------------------------------- */
/* #block-message */
/* -------------------------------------------------- */
#block-message .box-text {margin: 30px auto 0;max-width: 1000px;}
#block-message .box-text h3 {font-size: 3.4rem;text-align: center;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;}
#block-message .box-text h3:before,
#block-message .box-text h3:after {content: '';width: 1.5em;height: 1px;background-color: rgba(0, 0, 0, 0.6);display: block;}
#block-message .box-text h3:before{margin-right: 20px;}
#block-message .box-text h3:after {margin-left: 20px;}


/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:999px){
}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:622px){
	#block-message .box-img .text {margin-left: 10px;font-size: 1.6rem;}
	#block-message .box-img .text span {font-size: 3rem;}
}

/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {
}
