@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@700&display=swap');

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	word-wrap: break-word;
	word-break: break-all;
	color: #434343;
	position: relative;
}

form, h1, h2, h3, h4, h5, h6, div, p, span, ul, ol, li, dl, dt, dd, a, figure, i {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

input, textarea, select, option {
	vertical-align: middle;
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-family : inherit;
	font-size: 16px;
	color: #434343;
}

input[type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.find {
	cursor: pointer;
}

.pc {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #0287c5;
}

a:hover,
input[type='submit']:hover {
	color: #f3a8be;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

#header {
	padding-top: 60px;
}

#header .wrapper {
	width: 100%;
	background: #fff;
	box-shadow: 1px 0 5px 0 rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#header .h_logo {
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 0;
	position: relative;
}

#header .h_logo .h_logo_h1 {
	float: left;
	padding: 0 10px;
	max-width: calc(100% - 184px);
	line-height: 60px;
}

#header .h_logo h1 img {
	vertical-align: middle;
	width: 188px;
}

#header .h_logo ul {
	float: right;
}

#header .h_logo li {
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	margin-left: 4px;
}

#header .h_logo li a {
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	background: no-repeat 0 0 / 100% auto;
}

#header .h_logo .h_tel a {
	background-image: url(../images/h_tel_sp.png);
}

#header .h_logo .h_access a {
	background-image: url(../images/h_access_sp.png);
}

#header .h_logo .h_contact a {
	background-image: url(../images/h_contact_sp.png);
}

#header .h_logo .h_swicth {
	width: 53px;
	height: 60px;
	background: url(../images/h_swicth.png) no-repeat left top / auto 120px;
}

#header .h_logo .h_swicth.active {
	background-position: left bottom;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	display: none;
	width: 100%;
	max-height: calc(100vh - 130px);
	overflow: auto;
	border-top: solid 1px #bfbfbf;
	background: #fff;
	text-align: left;
}

#navi li .parent {
	display: block;
	height: 50px;
	padding-left: 20px;
	border-bottom: solid 1px #bfbfbf;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	color: #0064c2;
	position: relative;
}

#navi li span.parent:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-bottom: solid 2px #0064c2;
	border-right: solid 2px #0064c2;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#navi li span.parent.active:after {
	margin-top: -4px;
	border: 0;
	border-top: solid 2px #0064c2;
	border-left: solid 2px #0064c2;
}

#navi li a.parent:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 4px transparent;
	border-left: solid 6px #0064c2;
	position: absolute;
	top: 50%;
	right: 16px;
}

#navi li .navi_div {
	display: none;
	padding: 10px 0;
	background: #0064c2;
}

#navi li li a {
	display: block;
	padding-left: 35px;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	position: relative;
}

#navi li li a:before {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

#navi .h_navi li li.this a {
	color: #e46c9b;
}

#navi li li.yellow a {
	color: #f2cf35;
}

#navi li li.yellow a:before {
	border-color: #f2cf35;
}

/* navi_service */
.navi_service_flex .navi_service_h2 {
	height: 50px;
	margin: 0 15px 10px;
	border-bottom: solid 1px #fff;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
}

.navi_service_flex .navi_service_h2 a {
	display: block;
	padding: 0 0 0 30px;
	background: url(/nas/include/nas/security_03.png) no-repeat left / 20px auto;
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document bread Clumb
--------------------------------------------------------- */

#bread {
	margin: 10px 20px;
	text-align: left;
	font-size: 0;
	line-height: 14px;
}

#bread:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#bread li {
	display: inline;
	margin-right: 5px;
	padding-right: 12px;
	background: url(../images/h_bread_arrow.png) no-repeat right;
	background-size: 5px auto;
	font-size: 11px;
}

#bread li:last-child {
	background: none;
}

#bread li a {
	text-decoration: none;
	color: #434343;
}

#bread li:first-child a {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 16px;
	margin-top: -2px;
	background: url(../images/h_bread.png) no-repeat left;
	background-size: 14px auto;
	font-size: 0;
}

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #313131;
	font-size: 0;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	height: 50px;
	background: #00a7eb;
	font-family: Roboto, sans-serif;
	font-size: 11px;
	line-height: 50px;
}

#pagetop span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
	line-height: 1;
	position: relative;
}

#pagetop span:before {
	content: '';
	width: 0;
	height: 0;
	margin-left: -4px;
	border: solid 4px transparent;
	border-bottom: solid 6px #fff;
	position: absolute;
	left: 50%;
	top: -8px;
}

/* ---------------------------------------------------------
	CSS Document footer > f_gnavi
--------------------------------------------------------- */

#f_gnavi .f_logo {
	height: 70px;
	background: #fff;
	line-height: 68px;
}

#f_gnavi .f_logo img {
	vertical-align: middle;
	width: 200px;
}

#f_gnavi .f_sns {
	padding: 5vw 0;
}

#f_gnavi .f_sns a {
	display: block;
}

#f_gnavi .f_sns li {
	display: inline-block;
	vertical-align: middle;
}

#f_gnavi .f_sns .f_sns_img {
	overflow: hidden;
	margin-left: 4vw;
	border-radius: 100%;
	border: solid 1px #a0a0a0;
}

#f_gnavi .f_sns .f_sns_img img {
	width: 49px;
	border-radius: 100%;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document footer > f_address
--------------------------------------------------------- */

#f_address {
	padding-top: 5vw;
	background: #fff;
	font-size: 2.8vw;
	line-height: 1.5;
	color: #333;
}

#f_address .f_privacy img {
	height: 24vw;
}

#f_address address {
	margin-top: 5vw;
}

#f_address address:last-of-type {
	padding: 3vw 0;
	background: #ddd;
}

#f_address address a {
	text-decoration: none;
	color: #333;
}

/* ---------------------------------------------------------
	CSS Document f_contact
--------------------------------------------------------- */

#f_contact {
	height: 0;
	padding-bottom: 16.9%;
}

#f_contact ul {
	font-size: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

#f_contact li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

#f_contact li:first-child {
	width: 50%;
}

/* ---------------------------------------------------------
	CSS Document f_header
--------------------------------------------------------- */

#f_header {
	display: none;
}
