@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	overflow-x: hidden;
}

/* ===============================================
sec_release
=============================================== */
.sec_release {

}

/* -----------------------------------------------
page_ttl_range
----------------------------------------------- */
.sec_release .page_ttl_range {
	position: relative;
	padding: 20px 10px 20px 10px;
	border-bottom: 3px solid #005eaf;
}

.sec_release .page_ttl_range h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	line-height: 1.3
}

.sec_release .page_ttl_range .sub_ttl_mass {
	font-size: 16px;
	text-align: left;
}

.sec_release .page_ttl_range .logo_mass {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 6px 0 0 0;
}

.sec_release .page_ttl_range .logo_mass img {
	margin-left: 0
}

/* -----------------------------------------------
cont_range
----------------------------------------------- */
.sec_release .cont_range {
	padding: 20px 0 20px 0;
	background-color: #eef5fb;
}

.sec_release .cont_range .inner_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
logo_mass
*/
.sec_release .cont_range .logo_mass {
	margin: 0 0 20px 0;
}

.sec_release .cont_range .logo_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sec_release .cont_range .logo_mass li {
	margin: 0 0 0 10px;
}

.sec_release .cont_range .logo_mass li:first-child {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
article_mass
*/
.sec_release .cont_range .article_mass {
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
}

.sec_release .cont_range .article_mass .txt_area {
	margin: 0 0 20px 0;
}

.sec_release .cont_range .article_mass .txt_area h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
}

.sec_release .cont_range .article_mass .txt_area .txt_block {
	line-height: 1.7;
}

.sec_release .cont_range .article_mass .txt_area .thatsall_block {
	padding: 10px 0 0 0;
	text-align: right;
}

.sec_release .cont_range .article_mass .txt_area .txt_block2 {
font-size: 12px;
line-height: 1.4;
padding: 20px 0 0 0;
}
	
	
/* End SP----------------------------------------------------*/