@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
ly_top_margin
=============================================== */
.ly_top_margin {
	position: relative;
	overflow: hidden;
}

.ly_top_margin .inner_sec {
	width: 200%;
	margin: 0 -50%;
	height: 26px;
	background: url(../../img/contents/index/ly_top_margin_bg_01.jpg) no-repeat center center;
}


/* ===============================================
sec_main_view
=============================================== */
.sec_main_view .inner_sec {
	position: relative;
	background: url(../../img/contents/index/sec_main_view_img_01_bg.jpg) no-repeat center 0;
}

/* -----------------------------------------------
main_view_range
----------------------------------------------- */
.sec_main_view .main_view_range {
	width: 530px;
	height: 612px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.sec_main_view .main_view_range h2 {
	padding: 120px 0 15px 0;
	text-align: center;
}

.sec_main_view .main_view_range .lead_mass {
	margin: 0 0 55px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_main_view .main_view_range .bt_mass {
	text-align: center;
}

.sec_main_view .main_view_range .bt_mass a {
	position: relative;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 325px;
	margin: 0 auto;
	padding: 15px 60px 13px 60px;
	background-color: #055bae;;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_main_view .main_view_range .bt_mass a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 5px;
	margin: 0 0 0 0;
	content: "";
	font-size: 0;
	text-align: center;
	background: url(../../img/contents/index/sec_main_view_bt_icon_arrow_01.png) no-repeat 0 0;
	/* transform */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec_main_view .main_view_range .bt_mass a:hover {
	opacity: 0.7;
}


/* ===============================================
sec_service
=============================================== */
.sec_service {
	background-color: #ffffff;
}

.sec_service .inner_sec {
	width: 900px;
	margin: 0 auto;
	padding: 65px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_service .ttl_range {
	margin: 0 0 55px 0;
}

.sec_service .ttl_range .sub_block {
	margin: 0 0 1px 0;
	font-size: 18px;
	text-align: center;
}

.sec_service .ttl_range h3 {
	color: #055bb0;
	font-size: 40px;
	text-align: center;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_service .about_range {
	background-color: #ffffff;
}

/* -----------------------------------------------
about_mass
*/
.sec_service .about_range .about_mass {
	margin: 0 0 60px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_service .about_range .about_mass .article_area {
	width: 240px;
	margin: 0 0 0 120px;
	text-align: center;
}

.sec_service .about_range .about_mass .article_area:first-child {
	margin: 0 0 0 0;
}

.sec_service .about_range .about_mass .article_area .view_block {
	margin: 0 0 30px 0;
}

.sec_service .about_range .about_mass .article_area .contents_block .ttl_item h4 {
	margin: 0 0 0 0;
	color: #055bb0;
	font-size: 18px;
	line-height: 1.7;
}

/*** article_01 -------***/
.sec_service .about_range .about_mass .article_area.article_01 .view_block {
	margin: 0 0 30px 0;
}

/*** article_02 -------***/
.sec_service .about_range .about_mass .article_area.article_02 .view_block {
	margin: 0 0 40px 0;
}

/*** article_03 -------***/
.sec_service .about_range .about_mass .article_area.article_03 .view_block {
	margin: 0 0 40px 0;
}

/* -----------------------------------------------
bt_mass
*/
.sec_service .about_range .bt_mass {
	text-align: center;
}

.sec_service .about_range .bt_mass a {
	position: relative;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 325px;
	margin: 0 auto;
	padding: 15px 60px 13px 60px;
	background-color: #055bae;;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_service .about_range .bt_mass a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 5px;
	margin: 0 0 0 0;
	content: "";
	font-size: 0;
	text-align: center;
	background: url(../../img/contents/index/sec_service_about_bt_icon_arrow_01.png) no-repeat 0 0;
	/* transform */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec_service .about_range .bt_mass a:hover {
	opacity: 0.7;
}


/* ===============================================
sec_news
=============================================== */
.sec_news {
	background-color: #f3f3f5;
}

.sec_news .inner_sec {
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_news .ttl_range {
	margin: 0 0 25px 0;
}

.sec_news .ttl_range h3 {
	color: #055bb0;
	font-size: 40px;
	text-align: center;
}

/* -----------------------------------------------
news_range
----------------------------------------------- */
.sec_news .news_range {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: transparent;
}

.sec_news .news_range .inner_range {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
list_mass
*/
.sec_news .news_range .list_mass {
	padding: 0 0 28px 0;
}

.sec_news .news_range .list_mass li {
    display: block;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #006ab8;
}

.sec_news .news_range .list_mass li:first-child {
	border-top: none;
}

.sec_news .news_range .list_mass li.is-hidden {
    display: none;
}

.sec_news .news_range .list_mass .ttl_area {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_news .news_range .list_mass .ttl_area .date {
	display: inline-block;
	margin: 2px 14px 0 0;
	font-size: 18px;
	font-weight: normal;
}

.sec_news .news_range .list_mass li .ttl_area .icon {
	display: inline-block;
	margin: 0 24px 0 0;
}

.sec_news .news_range .list_mass li .ttl_area .icon span {
	display: inline-block;
	width: 46px;
	padding: 5px 0 4px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.sec_news .news_range .list_mass li .ttl_area .icon .new {
	background-color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sec_news .news_range .list_mass li.new .ttl_area .icon .new {
	background-color: #feb800;
	text-indent: 0;
	color: #ffffff;
	overflow: visible;
}

.sec_news .news_range .list_mass .ttl_area .ttl {
	padding: 1px 0 0 0;
	font-size: 16px;
	line-height: 1.7;
	word-break: break-all;
}

.sec_news .news_range .list_mass .ttl_area .ttl a {
	word-break: break-all;
	text-decoration: underline;
}

.sec_news .news_range .list_mass .ttl_area .ttl a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
bt_mass
*/
.sec_news .news_range .bt_mass {
	display: none;
	padding: 0 0 28px 0;
	text-align: center;
}

.sec_news .news_range .bt_mass.on {
	display: block;
}

.sec_news .news_range .bt_mass .bt_core {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 8px 50px 6px 50px;
	background-color: #ffffff;;
	border: 1px solid #006ab8;
	border-radius: 40px;
	color: #26a9dd;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_news .news_range .bt_mass .bt_core:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 8px;
	margin: 0 0 0 0;
	content: "";
	font-size: 0;
	text-align: center;
	background: url(../../img/contents/index/sec_news_news_bt_icon_arrow_01.png) no-repeat 0 0;
	/* transform */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec_news .news_range .bt_mass .bt_core:hover {
	opacity: 0.7;
}


/* ===============================================
sec_corporate
=============================================== */
.sec_corporate {

}

.sec_corporate .inner_sec {
	width: 900px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_corporate .ttl_range {
	margin: 0 0 35px 0;
}

.sec_corporate .ttl_range .sub_block {
	margin: 0 0 1px 0;
	font-size: 18px;
	text-align: center;
}

.sec_corporate .ttl_range h3 {
	color: #055bb0;
	font-size: 40px;
	text-align: center;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
info_mass
*/
.sec_corporate .about_range .info_mass {
	font-size: 30px;
	text-align: center;
}

.sec_corporate .about_range .info_mass table {
	width: 100%;
	border-collapse: collapse;
}

.sec_corporate .about_range .info_mass table th,
.sec_corporate .about_range .info_mass table td {
	border: 2px solid #ffffff;
}

.sec_corporate .about_range .info_mass th {
	width: 110px;
	padding: 2px 0 18px 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	line-height: 1.2;
	vertical-align: top;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_corporate .about_range .info_mass th .ttl_area {
	display: block;
	width: 100%;
	padding: 10px 10px 8px 10px;
	background-color: #e6e6e6;
	text-align: center;
	/* justify */
	text-align:justify;
	text-align-last:justify;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_corporate .about_range .info_mass td {
	padding: 8px 2px 2px 40px;
	color: #000000;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}

.sec_corporate .about_range .info_mass td a {
	text-decoration: underline;
}

.sec_corporate .about_range .info_mass td .list_ex_01 li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}


/* ===============================================
sec_contact
=============================================== */
.sec_contact {
	border-top: 1px solid #e7e7e7;
	background-color: #f3f3f5;
}

.sec_contact .inner_sec {
	padding: 130px 0 130px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range .lead_mass {
	margin: 0 0 30px 0;
	color: #004088;
	font-size: 26px;
	text-align: center;
}

.sec_contact .contact_range .bt_mass {
	margin: 0 0 0 0;
	text-align: center;
}


.sec_contact .contact_range .bt_mass a:hover {
	opacity: 0.7;
}

