@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_main
=============================================== */
/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main .view_range {
	overflow: visible;
}

.sec_main .view_range h2 {
	width: 100%;
	margin: 0;
	text-align: center;
}

.sec_main .view_range img {
	width: 100%;
}

/* -----------------------------------------------
links_range
----------------------------------------------- */
.sec_main .links_range {
	display: none;
}


/* ===============================================
sec_about
=============================================== */
.sec_about {
	background: #f7f7f7;
}

.sec_about .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_about .intro_range {
	margin: 0 0 40px 0;
}

.sec_about .intro_range .txt_mass {
	text-align: center;
}

.sec_about .intro_range .txt_mass h3 {
	margin: 0 0 10px 0;
	color: #00698c;
	font-size: 18px;
	line-height: 1.4;
}

.sec_about .intro_range .txt_mass .txt_area {
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

/* -----------------------------------------------
links_range
----------------------------------------------- */
.sec_about .links_range .links_mass ul {
	/* flex */
	display: block;
}

.sec_about .links_range .links_mass li {
	width: 100%;
	margin: 30px 0 0 0;
}

.sec_about .links_range .links_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_about .links_range .links_mass .page_name_area {
	margin: 0 0 20px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_about .links_range .links_mass .page_name_area .box_block {
	width: min(30vw, 100px);
	height: min(30vw, 100px);
	background: #00698c;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_about .links_range .links_mass .page_name_area .box_block .txt {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.sec_about .links_range .links_mass .txt_area {
	height: auto;
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 1.6;
}

.sec_about .links_range .links_mass .view_box_area a {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	background: #ffffff;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_about .links_range .links_mass .view_box_area a:hover {
	opacity: 0.7;
}

.sec_about .links_range .links_mass .view_box_area a:before {
	position: absolute;
	left: 50%;
	top: -27px;
	z-index: 2;
	content: "";
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #ffffff;
	width: 22px;
	height: 27px;
	-webkit-transform: translate(-11px, 0);
	transform: translate(-11px, 0);
}


/* ===============================================
sec_service
=============================================== */
.sec_service .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_service .ttl_range {
	padding: 0 0 30px 0;
	background-color: #ffffff;
	text-align: center;
}

.sec_service .ttl_range .view_mass {
	margin: 0 0 10px 0;
}

.sec_service .ttl_range .view_mass img {
	width: min(30%, 85px);
}

.sec_service .ttl_range h3 {
	margin: 0 0 10px 0;
	color: #006ab8;
	font-size: 26px;
	line-height: 1.2;
}

/* -----------------------------------------------
sa_list_range
----------------------------------------------- */
.sec_service .sa_list_range {
	margin: 0 0 30px 0;
}

.sec_service .sa_list_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec_service .sa_list_range .list_mass li {
	width: 49%;
	margin: 0 0 20px 0;
}

.sec_service .sa_list_range .list_mass li a {
	display: block;
}

.sec_service .sa_list_range .list_mass li a:hover {
	opacity: 0.7;
}

.sec_service .sa_list_range .list_mass li .view_area {
	margin: 0 0 10px 0;
}

.sec_service .sa_list_range .list_mass li .view_area img {
	width: 100%;
}

.sec_service .sa_list_range .list_mass li .txt_area {
	position: relative;
	padding: 0 0 0 20px;
}

.sec_service .sa_list_range .list_mass li .txt_area:before {
	position: absolute;
	top: 8px;
	left: 3px;
	display: inline-block;
	content: "";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color: #c11e21 #c11e21 transparent transparent;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	/* transform */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec_service .sa_list_range .list_mass li .txt_area .txt {
	display: block;
	padding: 0 0 0 0;
	font-size: 15px;
	line-height: 1.5;
}

/* -----------------------------------------------
banner_range
----------------------------------------------- */
.sec_service .banner_range {
	margin: 0 0 50px 0;
}

.sec_service .banner_range li a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_service .contact_range {
	margin: 0 0 0 0;
}

.sec_service .contact_range .contact_mass h4 {
	margin: 0 0 10px 0;
	color: #00698c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.sec_service .contact_range .contact_mass .lead_area {
	margin: 0 0 28px 0;
	font-size: 15px;
	text-align: left;
}

.sec_service .contact_range .contact_mass .bt_area {
	text-align: center;
}

.sec_service .contact_range .contact_mass .bt_area a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 25px 10px 25px;
	border-radius: 7px;
	background-color: #9D0B0E;
	text-align: center;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_service .contact_range .contact_mass .bt_area a:hover {
	opacity: 0.7;
}

.sec_service .contact_range .contact_mass .bt_area a:after {
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	content: "";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 30px;
	height: 20px;
	background-size: contain;
	/* transform */
	transform: translateY(-50%);
}

.sec_service .contact_range .contact_mass .bt_area a .txt {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.1;
}


}/* End SP----------------------------------------------------*/