@charset "UTF-8";
/* --------------------------- */
/* PC and Mobile */
/* --------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
html {
	font-size: 62.5%;
}

body {
	word-wrap: break-word;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	color: #14141e;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.025em;
	font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
	text-decoration: none;
	color: #0a75b8;
}
a:hover {
	text-decoration: underline;
}

img[src$=".svg"] {
	width: 100%;
}

figure {
	margin: 15px 0 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

input,
select {
	font-size: 16px;
	font-size: 1.6rem;
}

hr {
	margin: 40px 0;
	border: 0;
	border-top: 1px solid #d7dce1;
}

ul {
	list-style: none;
	padding-left: 0;
}

.clear {
	clear: both !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.bold {
	font-weight: bold;
}

.taCenter,
.center {
	text-align: center;
}

.taRight,
.right {
	text-align: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.alert {
	color: #c81923;
}

.mt-site-search-form__query:-webkit-autofill {
	background: transparent;
	-webkit-transition: background-color 9999s;
	transition: background-color 9999s;
}

/* main
	--------------------------------- */
/* wrapper */
.wrapper {
	min-width: 320px;
	background-color: #f0f5fa;
}

/* wrapperインナー */
.wrapperIn {
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}

/* コンテンツ部分 */
.content {
	background-color: #fff;
	z-index: 5;
	overflow: hidden;
}

/* 800px固定コンテンツ部分 */
.contentFix {
	margin: 0 auto;
	box-sizing: border-box;
}

/* コンテンツ部分インナー */
.contentIn {
	margin: 0 auto;
	box-sizing: border-box;
}

p {
	margin: 15px 0 0 0;
}

.sectionType01 {
	margin: 0 0 10px;
}

.sectionType02 {
	margin: 0 0 20px;
}

.sectionType03 {
	margin: 0 0 30px;
}

.sectionType05 {
	margin: 60px 0 30px;
}

/* JS等による状態変化
	--------------------------------- */
/* ドロップメニュー オープン */
.sNavi.open {
/*	margin-top: -3px;*/
	margin-bottom: -3px;
}
.sNavi.open .sNaviIn {
	height: 435px;
	padding: 40px 10px 0;
}

/* スマホ用メニュー表示状態 */
body.is_hbMenuOpen {
/*	height: 100%;*/
	overflow: hidden !important;
}
body.is_hbMenuOpen .wrapperIn:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 10;
}
body.is_hbMenuOpen .spMenu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
body.is_hbMenuOpen .spMenuIn {
	opacity: 1;
}

/* header
	--------------------------------- */
/* ヘッダー */
.header {
	position: relative;
	background-color: #fff;
	border-bottom-color: #d7dce1;
	border-bottom-style: solid;
	z-index: 20;
	position: fixed;
	width: 100%;
	/*max-width: 100vw;*/
	top: 0;
	left: 0;
}

/* ヘッダーインナー */
.headerIn {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: +2;
}
.headerIn:after {
	content: "";
	display: block;
	clear: both;
}

/* ロゴエリア */
.headerLogo01 {
	margin-right: auto;
}
.headerLogo01 a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
[lang="en"] .headerLogo01{
	display: flex;
	align-items: center;
}
[lang="en"] .headerLogoImg01{
	margin-right: 15px;
}


/* ロゴ */
.headerLogoImg01 {
	margin: 0;
	font-size: 0;
}

/* サイト説明文 */
.headerLogoTxt01 {
	color: #042275;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
}

/* SP用メニュー表示ボタン */
.spMenuBtn {
	display: none;
/*
	position: absolute;
	top: 0;
	right: 0;
*/
	text-align: center;
	line-height: 1;
}

.spMenuBtnLink {
	display: block;
	text-decoration: none;
	width: 62px;
	height: 51px;
	background-color: #003c6e;
	box-sizing: border-box;
}

.spMenuBtnIcon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 10px 0;
}
.spMenuBtnIcon i,
.spMenuBtnIcon:before,
.spMenuBtnIcon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #ffffff;
	-webkit-transition: .2s;
	transition: .2s;
}
.spMenuBtnIcon:before {
	margin-top: -7px;
}
.spMenuBtnIcon:after {
	margin-top: 7px;
}
.spMenuBtnIcon.close {
	background: transparent !important;
}
.spMenuBtnIcon.close i {
	display: none;
}
.spMenuBtnIcon.close:before,
.spMenuBtnIcon.close:after {
	margin-top: 0;
}
.spMenuBtnIcon.close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.spMenuBtnIcon.close:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* gNavi
	--------------------------------- */
/* ヘッダー内グローバルナビ */
.gNavi {
	margin-left: auto;
}

.cNavi{
	display: flex;
	margin-left: auto;
	justify-content: flex-end;
	margin-bottom: 15px;
}

/* グローバルナビリスト */
.gNaviList01 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.gNaviList01 + .gNaviList01{
	margin-top: 2px;
}
.gNaviList01 > li {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 25px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
html[lang="en"] .gNaviList01 > li {
	margin-left: 30px;
}
.gNaviList01 > li > a {
	text-decoration: none;
	color: #323241;
	display: block;
	padding-bottom: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-sizing: border-box;
}
.gNaviList01 > li.current > a {
	font-weight: 600;
}
.gNaviList01 > li > a:before {
	position: absolute;
	top: 50%;
	right: 0;
	background-repeat: no-repeat;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.gNaviList01 > li > a:hover {
	opacity: .5;
}
.gNaviList01 > li:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.gNaviList01 > li:hover:after {
	background-color: #2d5a9b;
}
.gNaviList01 > li.current:after {
	background-color: #2d5a9b;
}
.gNaviList01 > li.typeImg {
	font-size: 0;
}
.gNaviList01 > li.typeImg a {
	padding-top: 10px;
	width: 102px;
}
.gNaviList01 > li.typeImg img {
	height: 23px;
}
.gNaviList01 > li.typeDrop {
	margin-left: 15px;
}
.gNaviList01 > li.typeDrop + li {
	margin-left: 13px;
}
.gNaviList01 > li.typeDrop > a {
	padding-left: 2px;
	padding-right: 20px;
}
.gNaviList01 > li.typeDrop > a:before {
	content: "";
	right: 2px;
	margin-top: -12px;
	width: 10px;
	height: 10px;
	background-image: url(/common/img/ico_arrow01.svg);
	background-repeat: no-repeat;
	background-size: auto 10px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.gNaviList01 > li.typeDrop > a.open:before {
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	margin-top: -18px;
}
.gNaviList01 > li.typeDrop > a:after {
	width: auto;
	left: 14px;
	right: 10px;
}
.gNaviList01 > li.typeDrop > a:hover {
	opacity: 1;
}
/*
.gNaviList01 > li.typeDrop > a:hover:before {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.gNaviList01 > li.typeDrop.open > a {
	background-color: #323241;
	color: #fff;
}
.gNaviList01 > li.typeDrop.open > a:before {
	margin-top: -6px;
	background-image: url(/common/img/ico_arrow02.svg);
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}
.gNaviList01 > li.typeDrop.open > a:hover {
	opacity: 1;
}
*/
.gNaviList01 > li.typeDrop.open > a:hover:after {
	background-color: transparent;
}

.gNaviList01 > li.typeOutside > a {
	padding-right: 20px;
}
.gNaviList01 > li.typeOutside > a:before {
	content: "";
	margin-top: -4px;
	width: 11px;
	height: 11px;
	background-image: url(/common/img/ico_link01.svg);
	background-size: auto 11px;
}
.gNaviList01 > li.typeBgc > a{
	width: 110px;
	height: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	border-radius: 4px;
	background-color: #f0f5fa;
}
.gNaviList01 > li.typeBgc:hover:after {
	content: none;
}
.gNaviList01.typeSub a{
	height: 32px;
}
.gNaviList01.typeSub li.typeImg a {
	padding-top: 5px;
}

/* ドロップメニュー */
.sNavi {
	background-color: #323241;
/*	position: fixed;*/
	width: 100%;
	left: 0;
	z-index: 40;
	color: #fff;
}
.sNavi a {
	color: #fff;
	text-decoration: none;
}

/* ドロップメニューインナー */
.sNaviIn {
	width: 1020px;
	height: 0;
	padding: 0 10px 0;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-sizing: border-box;
	position: relative;
	background: inherit;
}
.sNaviIn:after {
	content: "";
	display: block;
	clear: both;
}

/* テキスト部分 */
.sNaviTxt01 {
	width: 285px;
	float: left;
	margin-right: 60px;
}

/* 見出しテキスト */
.sNaviHeading01 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px;
}

/* 説明文 */
.sNaviDescription {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	color: #d7dce1;
	margin: 0 0 20px;
}

/* もっと知るボタン */
.sNaviBtn01 {
	margin-bottom: 80px;
}

/* 事例ボタン */
.sNavi .btnCasestudy {
	color: #fff;
	padding: 15px 20px 15px 55px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.sNavi .btnCasestudy:hover {
	border-color: transparent;
}
.sNavi .btnCasestudy:before {
	content: "";
	width: 25px;
	height: 21px;
	margin: -10px 0 0;
	left: 20px;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/common/img/ico_casestudy01.png);
	background-size: 25px auto;
}

/* リンク */
.sNaviLink01 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* ナビ */
.sNaviList01 {
	overflow: hidden;
}

/* 1階層目ナビ */
.sNaviLevel01 {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sNaviLevel01 > li {
	font-size: 14px;
	font-size: 1.4rem;
}
.sNaviLevel01 > li:first-child > a {
	border-top: 1px solid #14141e;
}
.sNaviLevel01 > li > a {
	display: block;
	width: 330px;
	line-height: 58px;
	padding: 0 0 0 60px;
	position: relative;
	border-bottom: 1px solid #14141e;
	box-sizing: border-box;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.sNaviLevel01 > li > a:hover {
	background-color: rgba(20, 20, 30, 0.5);
}
.sNaviLevel01 > li:not(.sNaviLevelLast) > a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 10px;
	height: 20px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 20px;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.sNaviLevel01 > li > a span {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
}
.sNaviLevel01 > li > a img {
	display: block;
}
.sNaviLevel01 > li.open > a {
	background-color: #14141e;
}
.sNaviLevel01 > li.open .sNaviLevel02 {
	display: block;
}

/* 2階層目ナビ */
.sNaviLevel02 {
	display: none;
	width: 330px;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 330px;
	background-color: #14141e;
	box-sizing: border-box;
	z-index: +1;
}
.sNaviLevel02 > li > a {
	padding: 0 5px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.sNaviLevel02 > li > a:hover {
	color: #0a75b8;
}
.sNaviLevel02 > li:not(.typeTop) {
	font-size: 12px;
	font-size: 1.2rem;
}
.sNaviLevel02 > li:not(.typeTop) > a {
	display: inline-block;
	line-height: 32px;
}
.sNaviLevel02 > li.typeTop {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #323241;
}
.sNaviLevel02 > li.typeTop > a {
	display: block;
	line-height: 58px;
}

/* 3階層目ナビ */
.sNaviLevel03 {
	margin-left: 20px;
	margin-bottom: 5px;
}
.sNaviLevel03 > li > a:hover {
	color: #0a75b8;
}

/* IR情報ナビ */
.sNaviIr.open .sNaviIn{
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/
}
.sNaviIr .sNaviList01{
	overflow: visible;
	position: absolute;
	left: 355px;
}
.sNaviIr .sNaviLevel01 > li > a{
/*	padding-left: 10px;*/
}
.sNaviIrNews{
	float: right;
	margin-left: 35px;
	width: 290px;
}
.sNaviIrNewsList01{
	margin: 25px 0 0;
	height: 280px;
	overflow-y: auto;
}
.sNaviIrNewsList01 .irNewsDate01{
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;;
	line-height: 1;
	margin: 0 0 10px;
	display: block;
}
.sNaviIrNewsList01 li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	border-bottom: 1px solid #14141e;
	padding: 0 0 16px;
	margin: 0;
}
.sNaviIrNewsList01 li + li{
	margin-top: 15px;
}
.sNaviIrNewsList01 a:hover{
	color: #0a75b8;
}
.sNaviIrNewsList01 a.linkPdf01:before{
	background-image: url(/common/img/ico_pdf02.svg);
}
.sNaviIrNewsList01 a.linkXls01:before{
	background-image: url(/common/img/ico_exel02.svg);
}
.sNaviIrNewsList01 a.linkDoc01:before{
	background-image: url(/common/img/ico_word02.svg);
}
.sNaviIrNewsList01 a.linkZip01:before{
	background-image: url(/common/img/ico_zip02.svg);
}

/* ラックについてメガメニュー
	--------------------------------- */
.sNavi.sNaviCorp.open .sNaviIn {
	height: 485px;
	padding: 0 10px 0;
}
.sNavi.sNaviCorp .sNaviTxt01 {
	padding-top: 40px;
	margin-right: 40px;
}
.sNavi.sNaviCorp .sNaviList01{
	height: 100%;
}
.sNavi.sNaviCorp .sNaviLevel01{
	height: 100%;
}
.sNavi.sNaviCorp .sNaviLevel01 > li > a{
	padding-left: 20px;
	width: 260px;
}
.sNavi.sNaviCorp .sNaviLevel02{
	width: 420px;
	left: 260px;
	padding: 30px 40px;
}
.sNavi.sNaviCorp .sNaviLevel02 > li.typeTop{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: none;
}
.sNavi.sNaviCorp .sNaviLevel02 > li:not(.typeTop){
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.sNavi.sNaviCorp .sNaviLevel02 > li:not(.typeTop) > a{
	line-height: inherit;
}

/* cyber119Area
	--------------------------------- */
/* サイバー救急センター */
.cyber119Area{
	position: fixed;
	padding: 13px 20px 13px 16px;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 6;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
}
.cyber119Area.hide{
	opacity: 0;
	display: none;
}
.cyber119AreaIn{
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #f0f5fa;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.cyber119Close{
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background-color: #003c6e;
	border: 1px solid #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 12px;
	text-indent: 100%;
	cursor: pointer;
}
.cyber119Close:before,
.cyber119Close:after{
	content: '';
	width: 1px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 6px;
}
.cyber119Close:before{
	transform: rotate(45deg);
	right: 10px;
}
.cyber119Close:after{
	transform: rotate(-45deg);
	left: 10px;
}
.cyber119Close img{
	vertical-align: middle;
}
.cyber119AreaCont01{
	padding: 15px 20px;
}
.cyber119Lead01{
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #2d5a9b;
}
.cyber119Heading01{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	color: #14141e;
	margin: 0;
}
.cyber119Text01{
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #14141e;
}
.cyber119AreaMore{
	height: 0;
	overflow: hidden;
	background-color: #f0f5fa;
	-webkit-transition: 1s;
	transition: 1s;
}
.cyber119AreaMore.is-open{
	height: auto;
	border-top: 1px solid #d7dce1;
}
.cyber119Contact{
	margin: 0;
	padding: 15px 20px;
	padding: 0 10px 10px;
	text-align: center;
}
.cyber119Contact dt{
	color: #003c6e;
	font-size: 14px;
	margin: 20px 0 10px;
	line-height: 1;
}
.cyber119Contact dd{
	margin: 0;
}
.cyber119Contact a{
	display: block;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 50px;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #2d5a9b;
}
.cyber119Contact a:hover{
	background-color: #3769b4;
	text-decoration: none;
}
.cyber119Contact a img{
	height: 22px;
	vertical-align: middle;
}
.cyber119Contact a.typeLink span{
	font-size: 16px;
}

/* cyberArea
	--------------------------------- */
/* サイバー救急センター */
.cyberArea {
	background-color: #2d5a9b;
	color: #fff;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.cyberArea a {
	color: #fff;
	text-decoration: none;
}

/* クローズボタン */
.cyberClose {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 30px;
}

/* インナー */
.cyberAreaIn {
	width: 1020px;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-sizing: border-box;
}

/* テキスト部分 */
.cyberTxt01 {
	width: 670px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
}

/* リード文 */
.cyberLead01 {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 8px;
	line-height: 1.2;
	opacity: .75;
}

/* 見出し */
.cyberHeading01 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: normal;
}

/* 説明文 */
.cyberDescription01 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #d7dce1;
}

/* リンク */
.cyberLink01 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

/* 問い合わせ */
.cyberContact01 {
	width: 330px;
	overflow: hidden;
	text-align: center;
}

/* 問い合わせアイテム */
.cyberContactItem01 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 0 7px;
	color: #d7dce1;
}

/* 電話番号・メールアドレス */
.cyberContactLink01 {
	font-size: 30px;
	font-size: 3rem;
	font-family: "Open Sans";
	font-weight: 700;
	margin: 0 0 25px;
	letter-spacing: 0;
	line-height: 1;
}
.cyberContactLink01 a {
	display: inline-block;
}
.cyberContactLink01.typeLink{
	font-size: 26px;
	font-size: 2.6rem;
	font-family: inherit;
}
.cyberContactLink01.typeLink span{
	font-size: 20px;
	font-size: 2rem;
	margin-left: -8px;
}

/* スマホ用メニュー
	--------------------------------- */
.spMenu {
	overflow: hidden;
	position: fixed;
	z-index: 21;
	top: 50px;
	right: 0;
	width: 100%;
	min-width: 320px;
	max-width: 500px;
	height: calc(100vh - 50px);
	height: calc(100% - 50px);
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

/* インナー */
.spMenuIn {
	color: #fff;
	max-height: 100%;
	height: 100%;
	background-color: #003c6e;
	padding: 0 16px 50px;
	box-sizing: border-box;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	overflow-y: auto;
/*	-webkit-transition: opacity 0.2s ease-in 0.2s;
	transition: opacity 0.2s ease-in 0.2s;*/
}

.spMenu a {
	color: #fff;
}

/* グローバルナビ */
.spNavi01 {
	padding: 15px 0 0;
}

/* サービスナビリスト */
.spSvNavList01{
	margin: 30px 0;
}
.spSvNavList01 li{
	display: block;
	padding: 15px 0;
	height: 100%;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #36638A;
	box-sizing: border-box;
	position: relative;
}
.spSvNavList01 li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	width: 8px;
	height: 16px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 13px;
	background-repeat: no-repeat;
}
.spSvNavList01 a{
	display: inline-block;
	text-decoration: none;
}

.spCNavList01{
	margin: 20px 0 40px;
	display: flex;
	justify-content: space-between;
}
.spCNavList01 .typeLW img{
	width: auto;
	height: 30px;
}
.spCNavList01 .typeEn{
	font-size: 12px;
	font-size: 1.2rem;
}
.spCNavList01 .typeEn a:before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 16px;
	margin-right: 5px;
	background-image: url(/common/img/ico_global02.svg);
	background-size: 13px auto;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.spCNavList02{
	display: flex;
	justify-content: center;
	font-size: 12px;
	font-size: 1.2rem;
}
.spCNavList02 li:not(:last-child){
	margin-right: 20px;
}
.spCNavList02 .typeArrow:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 8px;
	margin-left: 5px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 8px;
	background-repeat: no-repeat;
}
.spCNavList02 .typeOutside:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background-image: url(/common/img/ico_external02.svg);
	background-size: auto 10px;
	background-repeat: no-repeat;
}
.spCNavList03 li{
	font-size: 12px;
	margin-bottom: 24px;
}
.spCNavList03 li{
	font-size: 12px;
	margin-bottom: 16px;
}
.spCNavList03 .typeLW img{
	width: auto;
	height: 18px;
}
.spCNavList03 .typeEn a:before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 16px;
	margin-right: 5px;
	background-image: url(/common/img/ico_global02.svg);
	background-size: 13px auto;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.spCNavList03 .typeArrow:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 8px;
	margin-left: 5px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 8px;
	background-repeat: no-repeat;
}
.spCNavList03 .typeOutside:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background-image: url(/common/img/ico_external02.svg);
	background-size: auto 10px;
	background-repeat: no-repeat;
}

.spNavContanct01{
	margin: 50px 0 0;
}
.spNavContanct01 a{
	color: #2d5a9b;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #ffffff;
	text-align: center;
}
.spNavSecurity01{
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
.spNavSecurity01 a:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-left: 8px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* ナビリスト */
.spNaviList01 {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap : wrap;
	flex-wrap: wrap;
}
.spNaviList01 li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	box-sizing: border-box;
}
html[lang="en"] .spNaviList01 li {
	width: 100%;
	padding: 0;
}
.spNaviList01 li:nth-child(odd) {
	padding-right: 5px;
	clear: left;
}
.spNaviList01 li:nth-child(even) {
	padding-left: 5px;
}
.spNaviList01 li.typeImg img {
/*	width: 107px;*/
	height: 25px;
	display: inline-block;
	vertical-align: top;
}
.spNaviList01 li.typeOutside a:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	background-image: url(/common/img/ico_link01.svg);
	background-size: auto 11px;
}
.spNaviList01 li.typeBgc a {
	border-radius: 4px;
	background-color: #f0f5fa;
}
.spNaviList01 a {
	display: block;
	padding-top: 20px;
	padding-bottom: 6px;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #d7dce1;
	box-sizing: border-box;
}
.spNaviList01.typeSub a{
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: none;
}
html[lang="en"] .spNaviList01 a {
	padding: 15px;
	height: auto;
}

/* ナビリスト */
.spNaviList02 {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.spNaviList02 li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 8px;
}
.spNaviList02 a {
	color: #ffffff;
	text-decoration: none;
}
.spNaviList02 a:hover {
	text-decoration: underline;
}

/* 検索 */
.spSearch01 {
	display: block;
	height: 48px;
	padding: 0 0 0 55px;
	margin: 0 0 30px;
	background-color: #f0f5fa;
	position: relative;
	box-sizing: border-box;
}

/* 検索フォーム本体 */
.spSearchForm01 input,
.spSearch01 .mt-site-search-form__query {
	display: block;
	height: 48px;
	/*line-height: 48px;*/
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #323241;
}
#search-re-search .spSearch01 .mt-site-search-form__query {
	width: 98%;
}

.spSearchForm01 button,
.spSearch01 .mt-site-search-form__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	font-size: 1px;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-image: url(/common/img/ico_search01.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -8px;
}

/* サイバー救急 */
.spCyberArea {
	background-color: #003c6e;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	padding: 0 0 15px;
}

/* サイバー救急テキスト */
.spCyberTxt01 {
	text-align: center;
	background-color: #2d5a9b;
	padding: 20px 5px;
	margin: 0 0 15px;
}

/* リード */
.spCyberLead01 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	opacity: .75;
	margin: 0 0 8px;
}

/* 見出し */
.spCyberHeading01 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

/* 説明 */
.spCyberDescription01 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 16px 15px;
}

/* 問い合わせ */
.spCyberContact01 {
	text-align: center;
	margin: 0 16px 15px;
}

/* 問い合わせアイテム */
.spCyberContactItem01 {
	margin-bottom: 10px;
}
.spCyberContactItem01 a {
	display: block;
	padding: 13px 10px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
}
.spCyberContactItem01 p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 8px;
	line-height: 1;
	color: #fff;
}

/* 電話番号・メールアドレス */
.spCyberContactLink01 {
	font-size: 20px;
	font-size: 2rem;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 1;
}
.spCyberContactLink01 img {
	height: 20px;
}
.spCyberContactLink01.typeLink {
	font-family: inherit;
}
.spCyberContactLink01.typeLink span{
	font-size: 16px;
	font-size: 1.6rem;
}

/* リンク */
.spCyberLink01 {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
}

.spMenu.typeEnglish .spNaviList01 li {
	width: 100%;
	margin-right: 0;
}

/* side
	--------------------------------- */
/* サイドメイン見出し */
.sideHeading01 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
}

/* サイドナビ */
.lNavi {
	margin: 0 0 25px;
	border: 1px solid #d7dce1;
	background-color: #fff;
	border-radius: 4px;
	line-height: 1.5;
	overflow: hidden;
}

/* リストの見出し */
.sideHeading02 {
	margin: 0;
	padding: 10px 30px 10px 15px;
	background-color: #f0f5fa;
	border-top: 1px solid #d7dce1;
	color: #6e6e7d;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	position: relative;
}
.sideHeading02:first-child {
	border-top: 0;
}
.sideHeading02:after {
	content: "";
	width: 5px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/common/img/ico_arrow01.svg);
	background-size: 5px auto;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.sideHeading02 + .lNaviLevel01 {
	display: none;
}
.sideHeading02.open:after {
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}
.sideHeading02.open + .lNaviLevel01 {
	display: block;
}

/* ナビ1階層目 */
.lNaviLevel01 {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d7dce1;
}
.lNaviLevel01:first-child {
	border-top: 0;
}
.lNaviLevel01 > li {
	font-size: 13px;
	font-size: 1.3rem;
	border-bottom: 1px solid #d7dce1;
}
.lNaviLevel01 > li > a {
	color: #0a75b8;
	text-decoration: none;
	display: block;
	padding: 11px 12px 11px 15px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.lNaviLevel01 > li > a:hover {
	background-color: rgba(10, 117, 184, 0.1);
}
.lNaviLevel01 > li.current > a {
	color: #323241;
	font-weight: bold;
}
.lNaviLevel01 > li:last-child {
	border-bottom: 0;
}
.lNaviLevel01:last-child > li:last-child {
	border-bottom: 0;
}

/* ナビ2階層目 */
.lNaviLevel02 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lNaviLevel02 > li {
	font-size: 13px;
	font-size: 1.3rem;
}
.lNaviLevel02 > li > a {
	color: #0a75b8;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 11px 15px 11px 30px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.lNaviLevel02 > li > a:hover {
	background-color: rgba(10, 117, 184, 0.1);
}
.lNaviLevel02 > li > a:before {
	content: "";
	height: 1px;
	background-color: #d7dce1;
	position: absolute;
	top: 0;
	left: 30px;
	right: 0;
}
.lNaviLevel02 > li.current > a {
	color: #323241;
	font-weight: bold;
}

/* サイドリンク */
.sideLink01 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sideLink01 li {
	margin-top: 10px;
}
.sideLink01 li:first-child {
	margin-top: 0;
}
.sideLink01 a {
	color: #0a75b8;
	text-decoration: none;
}
.sideLink01 a:hover {
	text-decoration: underline;
}
.sideLink01 a.outside {
	display: inline-block;
	position: relative;
}
.sideLink01 a.outside:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 11px;
	height: 11px;
	background-image: url(/common/img/ico_link03.svg);
	background-size: auto 11px;
}

/* bnrArea
	--------------------------------- */
/* インナー */
.bnrAreaIn {
	box-sizing: border-box;
}

/* バナーリスト */
.bnrList {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #d7dce1;
}
.bnrList li {
	float: left;
	box-sizing: border-box;
}
.bnrList a {
	display: block;
	position: relative;
}
.bnrList a[target="_blank"]:after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(/common/img/ico_link01.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .75;
}
.bnrList a.black:after {
	background-image: url(/common/img/ico_link01.svg);
}
.bnrList a.white:after {
	background-image: url(/common/img/ico_link02.svg);
}

/* パンくずリスト
	--------------------------------- */
.breadcrumb {
	background-color: #f0f5fa;
}

/* インナー */
.breadcrumbIn {
	overflow-x: auto;
	box-sizing: border-box;
}
.breadcrumbIn::-webkit-scrollbar {
	height: 5px;
}
.breadcrumbIn::-webkit-scrollbar-track {
	background: #f0f5fa;
}
.breadcrumbIn::-webkit-scrollbar-thumb {
	background: rgba(20, 20, 30, 0.5);
	opacity: .5;
}

/* リスト */
.breadcrumbList01 {
	list-style: none;
	margin: 0;
	display: table;
}
.breadcrumbList01 li {
	font-size: 12px;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}
.breadcrumbList01 li:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 10px;
	margin: 6px 10px 0;
	background-image: url(/common/img/ico_arrow01.svg);
	background-size: auto 10px;
	background-repeat: no-repeat;
	opacity: 0.5;
}
/*
.breadcrumbList01 li:last-child:after {
	display: none;
}
*/
.breadcrumbList01 a {
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
    opacity: 0.75;
}
.breadcrumbList01 a:hover {
	text-decoration: underline;
}
.breadcrumbList01 span {
	display: inline-block;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
}

/* informationArea
	--------------------------------- */
/* フッターインフォメーション */
.informationArea {
	color: #323241;
	background-color: #f0f5fa;
}

/* インナー */
.informationAreaIn {
	box-sizing: border-box;
}

/* サイバー情報見出し */
.informationHeading01 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 15px;
}

/* フッターSNS */
.informationSns01 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.informationSns01 li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	display: inline-block;
	margin: 0 5px;
}
.informationSns01 li a {
	width: 170px;
	font-size: 15px;
	font-size: 1.5rem;
	box-sizing: border-box;
}

/* メールアイコン */
.informationIcon01 {
	width: 45px;
	margin: 0 auto 10px;
}

/* メルマガテキスト */
.informationHeading02 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 15px;
}
.informationHeading02 a {
	color: #0a75b8;
	text-decoration: none;
}
.informationHeading02 a:hover {
	text-decoration: underline;
}

/* 登録するボタン */
.informationBtn01 {
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #d7dce1;
}

/* footer
	--------------------------------- */
.footerArea {
	position: relative;
}

/* フッター */
.footer {
	color: #323241;
	background-color: #f0f5fa;
}

/* インナー */
.footerIn {
	box-sizing: border-box;
}

.footerTop._corporate{
	background-color: #fff;
}

/* ナビ1 */
/* ナビ1見出しリンク */
.fNaviLink01 {
	margin: 0;
	letter-spacing: 0;
	font-size: 15px;
	font-size: 1.5rem;
}
.fNaviLink01 a {
	color: #323241;
	display: inline-block;
	position: relative;
	/* 矢印 */
}
.fNaviLink01 a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-left: 5px;
	background-image: url(/common/img/ico_arrow01.svg);
	background-size: auto 12px;
	background-repeat: no-repeat;
}

/* ナビ1見出し */
.fNaviHeading01 {
	margin: 0;
	font-weight: bold;
}
.fNaviHeading01 a,
.fNaviHeading01 span{
	display: inline-block;
	position: relative;
	color: #323241;
}

/* ナビ1リスト */
.fNaviList01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fNaviList01 a {
	display: inline-block;
	color: #323241;
}

/* ナビ2 */
.fNavi02 {
	overflow: hidden;
}

/* ナビ2リスト */
.fNaviList02 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fNaviList02.typeLW {
	flex-shrink: 0;
}
.fNaviList02 li a {
	color: #323241;
	position: relative;
}
.fNaviList02 li.typeImg {
	width: 118px;
}
.fNaviList02 li.typeImg img {
	display: inline-block;
	width: 118px;
	height: 26px;
}
.fNaviList02 li.typeImg a:after {
	vertical-align: middle;
}
.fNaviList02 li.typeOutside a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(/common/img/ico_external01.svg);
	background-size: 10px auto;
	margin-left: 2px;
}

/* ナビ3 */
.fNaviList03 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fNaviList03 a {
	display: inline-block;
	color: #6e6e7d;
	text-decoration: none;
}

/* フッター下部 */
.footerBottom {
	background-color: #003c6e;
	color: #d7dce1;
}
.footerBottom a {
	color: #d7dce1;
}

/* ナビ4リスト */
.fNaviList04 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.fNaviList04 li {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
}
.fNaviList04 li:after {
	content: "|";
	margin: 0 10px;
	opacity: 0.5;
}
.fNaviList04 li:last-child:after {
	display: none;
}

.fNaviItem_jnsa{
	font-size: 11px;
	font-size: 1.1rem;
	margin: 40px 0 20px;
	padding: 10px;
	border: 1px solid #D7DCE1;
}

/* コピーライト */
.copyright {
	line-height: 1;
}
.copyright small {
	font-size: 11px;
	font-size: 1.1rem;
	opacity: 0.5;
}

.visualBottom01 {
	background-color: #f0f5fa;
}

/* cookie */
.footerFix{
	width: 100%;
/*	max-width: 1440px;*/
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #f0f5fa;
	border-top: 1px solid #fff;
	z-index: 5;
}
.footerFixIn{
	position: relative;
	max-width: 1000px;
}
.footerFixTxt p{
	margin:0;
	font-size:12px;
	line-height: 1.33;
}
.footerFixClose{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	padding: 0;
	background: none;
	border: none;
	line-height: 1;
}

/* メールマガジン
	--------------------------------- */
.lacInfo01 {
	background-image: url(/top/img/bg_cyber01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.lacInfoHeading02{
	font-weight: 600;
}

.lacInfoHeading03{
	font-weight: 600;
}

.lacInfoSns01 {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lacInfoSns01 .btnMedium01 {
	border: 1px solid rgba(255, 255, 255, 0.75);
	background-color: transparent;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 170px;
	text-align: center;
	box-sizing: border-box;
}
.lacInfoSns01 .btnMedium01:hover {
	border: 1px solid #3769b4;
	background-color: #3769b4;
}
.lacInfoSns01 li {
	display: inline-block;
}

.lacInfoMail01 {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.lacInfoIcon01 {
	width: 45px;
}

.lacInfoLead01 {
	line-height: 1.5;
}
.lacInfoLead01 a {
	color: #fff;
	text-decoration: underline;
}


/* pagetop
	--------------------------------- */
.pagetop {
	position: fixed;
	bottom: 25px;
	right: 40px;
	z-index: 9;
	opacity: 0;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.pagetop span {
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}
.pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(20, 20, 30, 0.5);
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.pagetop a:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background-image: url(/common/img/ico_arrow02.svg);
	background-size: auto 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
}
.pagetop.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* lity
	--------------------------------- */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.7);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
	padding: 60px 15px;
}

.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
	margin: 0 auto;
	height: 100%;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	max-height: 100%;
	padding: 30px;
	max-width: 760px;
	background: #fff;
	overflow-y: auto;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-close {
	z-index: 9994;
	width: 30px;
	height: 30px;
	position: absolute;
	/*  position: fixed;*/
	right: 0;
	top: -50px;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 30px;
	font-family: Arial, Baskerville, monospace;
	line-height: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none;
	border: 1px solid #fff;
	border-radius: 100%;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.lity-hide {
	display: none;
}

/*モーダル表示中に下の要素をスクロールさせない*/
/*
.lity-active .wrapper {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
*/


/* 検索結果
	--------------------------------- */

.mt-site-search-result-item__label{
	font-size: 1.6rem;
	font-weight: bold;
}
.mt-site-search-result-item__url{
	font-size: 1.3rem;
}
.mt-site-search-result-item__excerpt{
	font-size: 1.3rem;
	margin-bottom: 2em;
}
.mt-site-search-result-item__excerpt br{
	display: none;
}
.mt-site-search__pagination{
	text-align: center;
}
.mt-site-search-pagination-item{
	padding: 1em;
}


/* ヘッダー
	--------------------------------- */
@media (max-width: 1440px) and (min-width: 542px) {
	.wrapperIn {
		min-width: 1020px;
	}
}
@media (min-width: 1441px) {
	.wrapperIn {
		max-width: 1440px;
	}
	.cyber119Area{
		left: 50%;
		margin-left: 330px;
	}
}
@media (min-width: 1221px) {
	.headerContact01{
		margin-left: 32px;
	}
	.cyber119Area{
		margin-left: 300px;
	}
}
@media (min-width: 1020px) {
	/* wrapperインナー */
	.wrapperIn {
		position: relative;
		overflow: hidden;
		max-width: 1440px;
		min-width: 1020px;
		margin-top: 90px; /* header height */
	}
	.is_cyberOpen .wrapperIn {
		margin-top: 350px; /* header height */
	}

	/* secondナビあり */
	.hasSecNav .wrapperIn {
		margin-top: 135px;
	}
	.hasSecNav .header{
		border-bottom: none;
	}
	.hasSecNav .secNav{
		border-top: 1px solid #d7dce1;
		box-sizing: border-box;
	}
	.hasSecNav .secNav::-webkit-scrollbar{
		display:none; /* Chrome, Safari */
	}
	/* スマホ用メニュー
	--------------------------------- */
	.spMenu {
		display: none !important;
	}
	/* ヘッダー */
	.header {
		border-bottom-width: 1px;
		-webkit-transition: margin 0.2s;
		transition: margin 0.2s;
	}
	/* ヘッダーインナー */
	.headerIn {
		max-width: 1440px;
		padding: 0 10px;
		min-height: 90px;
		align-items: flex-end;
	}
	/* ロゴエリア */
	.headerLogo01 {
		margin: 20px 0 20px 40px;
		flex-shrink: 0;
	}
	/* ロゴ */
	.headerLogoImg01 img {
		width: 74px;
	}
	/* ユーティリティーメニュー */
	.headerMenu01 {
		padding: 10px 0 0;
		position: absolute;
		top: 0;
		right: 270px;
		display: flex;
	}
	.headerMenu01:after {
		content: "";
		display: block;
		clear: both;
	}
	/* ユーティリティーメニュー */
	.headerMenuList01 {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		/*
		float: left;
		font-size: 0;*/
	}
	.headerMenuList01 li {
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0;
		padding: 0 15px 0 12px;
		line-height: 16px;
		position: relative;
	}
	.headerMenuList01 li:not(:last-child):after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 2px;
		right: 0;
		width: 1px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.headerMenuList01 li:first-child {
		margin-left: 0;
	}
	.headerMenuList01 li:last-child {
		margin-right: 0;
	}
	.headerMenuList01 a {
		color: #6e6e7d;
		text-decoration: none;
	}
	.headerMenuList01 a:hover {
		text-decoration: underline;
	}
	.headerMenuList01  li.typeImg img {
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
		width: 71px;
		height: 16px;
	}
	.headerMenuList01  li.typeDrop a:after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		width: 5px;
		height: 10px;
		background-image: url(/common/img/ico_arrow01.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 8px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
	.headerMenuList01  li.typeDrop.open a:after {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	.headerMenuList01  li.typeOutside a:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		background-image: url(/common/img/ico_external01.svg);
		background-size: auto 10px;
		background-repeat: no-repeat;
	}
	/* lang */
	.headerLang01 a{
		color: #6e6e7d;
		font-size: 12px;
		font-size: 1.2rem;
		margin-left: 18px;
		line-height: 30px;
		display: inline-block;
		text-align: center;
	}
	.headerLang01 a:before{
		content: "";
		display: inline-block;
		width: 13px;
		height: 14px;
		margin-right: 5px;
		margin-top: -2px;
		background-image: url(/common/img/ico_global01.svg);
		background-repeat: no-repeat;
		background-size: auto 14px;
		vertical-align: middle;
	}
	/* 検索 */
	.headerSearch01 {
		width: 150px;
		height: 30px;
		padding: 0 0 0 30px;
		border-radius: 15px;
		background-color: #f0f5fa;
		position: relative;
		box-sizing: border-box;
		margin-left: 10px;
	}
	.headerSearch01 img{
		vertical-align: middle;
	}
	/* 検索フォーム本体 */
	.headerSearchForm01 input, 
	.headerSearch01 .mt-site-search-form__query {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		font-size: 1.3rem;
		vertical-align: top;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		border: 0;
		padding: 0;
		margin: 0;
		background-color: transparent;
		color: #323241;
	}
	.headerSearchForm01 button,
	.headerSearch01 .mt-site-search-form__button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		background-color: transparent;
		font-size: 1px;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
		background-image: url(/common/img/ico_search01.svg);
		background-size: 15px auto;
		background-repeat: no-repeat;
		cursor: pointer;
		position: absolute;
		top: 7px;
		left: 10px;
	}
	.headerContactBtn{
		display: inline-block;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 150px;
		max-width: 180px;
		height: 60px;
		line-height: 60px;
		border-radius: 45px;
		margin-bottom: 15px;
		text-decoration: none;
		text-align: center;
		background-color: #2d5a9b;
		border: 1px solid #2d5a9b;
		letter-spacing: 0;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.headerContactBtn:hover{
		text-decoration: none;
		background-color: #3769b4;
	}
	.headerBtnCyber {
		position: absolute;
		right: 10px;
		top: 0;
		cursor: pointer;
		background-color: #2d5a9b;
		color: #fff;
		text-decoration: none;
		width: 245px;
		min-height: 42px;
		line-height: 1.5;
		padding: 0 12px;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		box-sizing: border-box;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		display: table;
	}
	.headerBtnCyber:hover {
		background-color: #3769b4;
	}
	.headerBtnCyber span {
		width: 27px;
		padding: 8px 5px 7px 0;
		display: table-cell;
		vertical-align: middle;
		line-height: 1;
	}
	.headerBtnCyber strong {
		font-weight: normal;
		display: table-cell;
		vertical-align: middle;
	}
	/* サービスメニュー
	--------------------------------- */
	.svNav{
		width: auto;
		min-width: 570px;
		max-width: 590px;
		margin: 1px 0 0;
		padding: 0 1px;
		/*min-height: 250px;*/
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transition: 0.3s linear;
		transition: 0.3s linear;
		max-height: 0;
		overflow: hidden;
	}
	.typeDrop .open + .svNav{
		width: 570px;
		max-height: 500px;
	}
	.svNavIn{
		display: flex;
		background-color: #fff;
		border: solid 1px #d7dce1;
		border-width: 0 1px 1px;
	}
	.svNavMain{
		padding: 40px 0 40px 40px;
	}
	.svNavMain dl{
		margin: 0;
	}

	.svNavTitle{
		color: #0a75b8;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.12px;
		margin-bottom: 1em;
	}
	.svNavText{
		color: #323241;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 0;
	}
	.svNavLink{
		margin: 20px 0 0;
	}
	.svNavLink a{
		display: inline-block;
		color: #0a75b8;
		font-size: 12px;
		font-size: 1.2rem;
		width: 95px;
		line-height: 32px;
		border-radius: 1px;
		border: solid 1px #0a75b8;
		text-align: center;
		text-decoration: none;
	}
	.svNavLink a:hover{
		opacity: .7;
	}
	.svNavSub{
		min-width: 265px;
		max-width: 310px;
		padding: 30px 0 30px 15px;
		flex-shrink: 0;
	}
	.svNavSubList a{
		display: block;
		color: #0a75b8;
		text-decoration: none;
		line-height: 1.8;
		padding: 5px 40px 5px 20px;
	}
	.svNavSubList a:hover{
		opacity: 1;
		background-color: #f0f5fa;
	}
	.svNavSubList02 a{
		padding-left: 32px;
	}

	/* typeMin */
	.svNav.typeMin{
		min-width: 310px;
		left: 0;
		transform: translateX(0);
	}
	.typeDrop .open + .svNav.typeMin{
		width: auto;
	}
	.svNav.typeMin .svNavIn{
		display: block;
	}
	.svNav.typeMin .svNavMain{
		display: none;
	}
	.svNav.typeMin .svNavSub{
		padding-left: 0;
	}


	/* local header nav
	--------------------------------- */
	.secNav{
		background-color: #f0f5fa;
	}
	.secNav a:hover{
		text-decoration: none;
	}
	.secNavList{
		font-size: 11px;
		display: flex;
		margin: 0 auto;
		justify-content: center;
	}
	.secNavList > li{
		position: relative;
	}
	.secNavList > li + li{
		margin-left: 10px;
	}
	.secNavList > li.current{
		font-weight: 600;
	}
	.secNavList > li:after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -1px;
		left: 0;
		background-color: transparent;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		z-index: +1;
	}
	.secNavList > li.current:after,
	.secNavList > li:hover:after{
		background-color: #2d5a9b;
	}
	.secNavList > li > a,
	.secNavList > li > span{
		display: block;
		box-sizing: border-box;
		height: 45px;
		line-height: 1.2;
		display: flex;
		align-items: center;
	}
	.secNavList > li.typeDrop > a,
	.secNavList > li.typeDrop > span{
		padding-left: 2px;
		padding-right: 20px;
		cursor: pointer;
	}
	.secNavList > li.typeDrop > a:before,
	.secNavList > li.typeDrop > span:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 2px;
		margin-top: -3px;
		width: 10px;
		height: 10px;
		background-image: url(/common/img/ico_arrow05.svg);
		background-repeat: no-repeat;
		background-size: auto 10px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.secNavList > li.typeDrop.open > a:before,
	.secNavList > li.typeDrop.open > span:before {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg);
		margin-top: -8px;
	}

	.secNavSub{
		margin: 0;
		position: absolute;
		left: 50%;
		transform: translateX(-30%);
		-webkit-transition: 0.3s linear;
		transition: 0.3s linear;
		max-height: 0;
		overflow: hidden;
		z-index: +1;
	}
 .typeDrop:first-of-type .secNavSub {
   transform: translateX(-20%);
 }
 .typeDrop:nth-last-of-type(2) .secNavSub {
   transform: translateX(-40%);
 }
 .typeDrop:last-of-type .secNavSub {
   transform: translateX(-70%);
 }
	.typeDrop .secNavSub.open {
		max-height: 500px;
		overflow: inherit;
	}
	.secNavSubIn {
		background-color: #fff;
		border: solid 1px #d7dce1;
  width: 242px;
	}
	.secNavSubIn.typeLong {
		max-height: 300px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.secNavSubList{
		padding: 25px 1px;
	}
	.secNavSubList a{
		display: block;
		color: #0a75b8;
		font-weight: normal;
		text-decoration: none;
		line-height: 1.8;
		padding: 5px 10px;
	}
	.secNavSubList a:hover{
		opacity: 1;
		background-color: #f0f5fa;
	}
	.secNavSubList02 a{
		padding-left: 32px;
	}

	.secNavList--solution_product > li:first-child .secNavSub{
		left: 0;
		transform: translateX(0);
	}
	.secNavList--solution_product > li:last-child .secNavSub{
		left: auto;
		right: 0;
		transform: translateX(0);
	}

	.pagetop{
		/*left: 50%;
		margin-left: -500px;*/
	}
}
@media (max-width: 1220px) and (min-width: 1020px) {
	.cNavi{
		margin-right: 140px;
	}
	.headerContact01{
		position: absolute;
		top: 10px;
		right: 5px;
	}
	.headerContact01 .headerContactBtn{
		font-size: 12px;
		font-size: 1.2rem;
		min-width: 120px;
		max-width: 120px;
		line-height: 28px;
		height: auto;
	}
	.gNaviList01 li:last-child .svNav{
		left: auto;
		right: 0;
		transform: none;
	}
	.gNaviList01 > li.typeDrop > a {
		padding-left: 0;
		padding-right: 15px;
	}
}
@media (max-width: 1019px) {
	/* wrapperインナー */
	.wrapperIn {
		margin-top: 50px; /* header height */
	}
	/* header
	--------------------------------- */
	/* ヘッダー */
	.header {
		/*width: 100vw;*/
		border-bottom-width: 1px;
	}
	/* ヘッダーインナー */
	.headerIn {
		height: 49px;
	}
	/* ロゴエリア */
	.headerLogo01 {
		margin-left: 16px;
	}
	/* ロゴ */
	.headerLogoImg01 {
		margin: 0 10px 0 0;
	}
	.headerLogoImg01 img {
		width: 45px;
	}
	/* サイト説明文 */
	.headerLogoTxt01 {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.5;
		margin-top: 7px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0.75;
	}

	/* セキュリティ事故発生時はこちら ボタン */
	.headerBtnCyber {
		display: none;
	}
	.gNavi {
		display: none;
	}
	.headerContact01{
		margin-left: auto;
	}
	.headerContactBtn{
		display: block;
		font-size: 10px;
		font-size: 1rem;
		width: 80px;
		height: 49px;
		background-color: #f0f5fa;
		text-align: center;
		margin: 0;
		padding: 10px 0 0;
		box-sizing: border-box;
	}
	.headerContactBtn:before{
		content:'';
		display: block;
		margin: 0 auto 2px;
		width: 21px;
		height: 15px;
		background-image: url(/common/img/ico_envelope01.svg);
		background-size: 21px auto;
		background-repeat: no-repeat;
	}
	/* SP用メニュー表示ボタン */
	.spMenuBtn {
		display: block;
	}
	/* ユーティリティーメニュー */
	.headerMenu01 {
		display: none;
	}
	/* gNavi
	--------------------------------- */
	/* ヘッダー内グローバルナビ */
	.gNavi {
		display: none;
	}
	/* sNavi
	--------------------------------- */
	/* ドロップメニュー */
	.sNavi {
		display: none;
	}
	/* svNav
	--------------------------------- */
	/* ドロップメニュー */
	.svNav {
		overflow: hidden;
		overflow-y: auto;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100vw;
		min-width: 320px;
		height: 100%;
		background-color: #fff;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.svNav.open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.svNavMain {
		color: #fff;
		background-color: #003c6e;
		padding: 30px 16px;
	}
	.svNavMain dl{
		margin: 0;
	}
	.svNavTitle{
		font-weight: 600;
		margin-bottom: 1em;
	}
	.svNavTitle:before{
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 13px;
		background-image: url(/common/img/ico_arrow02.svg);
		background-size: auto 13px;
		background-repeat: no-repeat;
		vertical-align: middle;
		transform: scale(-1, 1);
	}
	.svNavText{
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0;
		line-height: 1.8;
	}
	.svNavLink{
		margin: 30px 0 0;
	}
	.svNavLink a{
		color: #d8d8d8;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 600;
		display: inline-block;
		width: 95px;
		line-height: 32px;
		border-radius: 1px;
		border: solid 1px #d8d8d8;
		letter-spacing: 0.21px;
		text-align: center;
	}
	.svNavSubList{
		margin: 16px;
	}
	.svNavSubList > li{
		border-bottom: 1px solid #DBDBDE;
	}
	.svNavSubList a{
		color: #0a75b8;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 600;
		padding: 1em 0;
	}
	.svNavSubList02{
		padding: 1em 0 1em 1em;
	}
	.svNavSubList02 a{
		padding: 1em 0 1em 1em;
	}
	.secNav{
		display: none;
	}
}

@media screen and (max-width: 541px) {
	/* ---------------------------*/
	/* Tablet*/
	/* --------------------------- */
	.sp-hide,
	.onlyPC {
		display: none !important;
	}
	.sp-center {
		text-align: center;
	}
	.sp-nowrap {
		white-space: nowrap;
	}
	/* main
	--------------------------------- */
	.contentFix {
		padding: 50px 16px 0;
		margin-bottom: 60px;
	}
	/* コンテンツメイン */
	.main {
		margin-bottom: 60px;
	}
	/* コンテンツメインインナー */
	.mainIn {
		padding: 50px 16px 0;
	}
	/* section */
	.sectionType04 {
		margin: 0 0 30px;
	}


	/* cyberArea
	--------------------------------- */
	/* サイバー救急センター */
	.cyberArea {
		display: none;
	}
	.dispGDPR .cyber119Area{
		bottom: 160px;
	}
	/* side
	--------------------------------- */
	/* サイド */
	.side {
		margin-bottom: 60px;
	}
	/* インナー */
	.sideIn {
		padding: 0 16px;
	}
	/* bnrArea
	--------------------------------- */
	/* フッターバナーエリア */
	.bnrArea {
		padding: 0 16px;
	}
	/* バナーリスト */
	.bnrList {
		padding: 20px 0 10px;
	}
	.bnrList li {
		padding: 0 0 10px;
		width: 50%;
	}
	.bnrList li img {
		width: 100%;
		max-width: none;
	}
	.bnrList li:nth-child(odd) {
		padding-right: 4.5px;
	}
	.bnrList li:nth-child(even) {
		padding-left: 4.5px;
	}
	/* パンくずリスト
	--------------------------------- */
	.breadcrumb {
		width: 100%;
		overflow-x: auto;
	}
	/* インナー */
	.breadcrumbIn {
		padding: 0 16px;
	}
	/* リスト */
	.breadcrumbList01 {
		padding: 5px 0;
	}
	.breadcrumbList01 li {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.breadcrumbList01 li:last-child {
		padding-right: 16px;
	}
	/* informationArea
	--------------------------------- */
	/* インナー */
	.informationAreaIn {
		padding: 35px 16px 0;
	}
	/* フッターSNS */
	.informationSns01 {
		margin-bottom: 60px;
	}
	.informationSns01 li {
		display: block;
		margin-bottom: 10px;
	}
	/* 登録するボタン */
	.informationBtn01 {
		padding: 0 0 35px;
	}
	/* footer
	--------------------------------- */
	/* フッター */
	.footer a {
		text-decoration: none;
	}
	/* インナー */
	.footerIn {
		padding: 0 16px;
	}
	/* ナビ1 */
	.fNavi01 {
		padding: 35px 0 0;
	}
	/* ナビ1見出しリンク */
	.fNaviLink01 {
		margin-bottom: 15px;
	}
	/* ナビ1アイテム */
	.fNaviItem01 {
		border-bottom: 1px solid #d7dce1;
		/* オープン状態 */
	}
	.fNaviItem01.open {
		/* 矢印反転 */
	}
	.fNaviItem01.open .fNaviHeading01 a:after,
	.fNaviItem01.open .fNaviHeading01 span:after {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	/* ナビ1見出し */
	.fNaviHeading01 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.fNaviHeading01 a,
	.fNaviHeading01 span {
		display: block;
		line-height: 54px;
		position: relative;
	}
	.fNaviHeading01 a:after,
	.fNaviHeading01 span:after {
		content: "";
		position: absolute;
		right: 12px;
		top: 50%;
		margin-top: -3.5px;
		width: 8px;
		height: 12px;
		background-image: url(/common/img/ico_arrow01.svg);
		background-repeat: no-repeat;
		background-size: auto 12px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/* ナビ1リスト */
	.fNaviList01 {
		display: none;
		margin: 10px 0 25px;
	}
	.fNaviList01 li {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 14px;
	}
	.fNaviList01 ul{
		margin-left: 15px;
		margin-top: 10px;
	}
	.fNaviList01 ul li{
		margin-bottom: 5px;
	}
	/* ナビ2 */
	.fNavi02 {
		padding: 35px 0 25px;
	}
	/* ナビ2リスト */
	.fNaviList02 li {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 14px;
	}
	.fNaviList02 li a {
		display: inline-block;
	}
	/* ナビ3 */
	.fNavi03 {
		padding: 25px 0 20px;
	}
	.dispGDPR .fNavi03 {
		margin-bottom: 140px;
	}
	.fNaviList03 {
		margin: 0 0 33px;
	}
	.fNaviList03 li {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	/* ナビ4 */

	/* ナビ4リスト */
	.fNaviList04 li {
		margin-bottom: 3px;
	}
	/* コピーライト */
	.copyright {
		padding: 0 0 30px;
	}
	.visualBottom01 {
		padding: 20px 16px;
	}
	/* pagetop
	--------------------------------- */
	.pagetop {
		bottom: 20px;
		right: 16px;
	}
	/* cookie
	--------------------------------- */
	.footerFixIn{
		padding: 15px 65px 20px 15px;
	}
	.footerFixBtn{
		margin-top: 5px;
		margin-right: 30px;
		text-align: right;
	}
	.footerFixBtn [class^="btn"]{
		font-size: 13px;
		font-size: 1.3rem;
		padding: 8px 10px;
		min-width: 100px;
		box-sizing: border-box;
		text-align: center;
	}
	.footerFixClose{
		top: 15px;
		right: 15px;
	}
	/* メールマガジン
	--------------------------------- */
	.lacInfo01 {
		text-align: center;
		background-position: left;
	}
	.lacInfo01 .heading01 {
		margin: 0 0 25px;
	}
	.lacInfoIn01 {
		padding: 45px 16px 40px;
	}
	.lacInfoHeading02{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 300;
		margin: 0 0 1em;
		line-height: 1;
	}
	.lacInfoHeading02:before{
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 24px;
		height: 16px;
		background-image: url(/common/img/ico_mail03.svg);
		background-size: 24px 16px;
		background-repeat: no-repeat;
		vertical-align: -2px;
	}
	.lacInfoHeading03{
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 30px;
		line-height: 1.5;
	}
	.lacInfoTxt01 {
		margin: auto;
		text-align: center;
	}
	.lacInfoSns01 {
		margin: 30px 0 0;
		padding-top: 30px;
		border-top: 1px solid #ffffff;
		display: flex;
		justify-content: space-between;
	}
	.lacInfoSns01 li {
		width: calc((100% - 12px) / 2);
	}
	.lacInfoSns01 .btnMedium01{
		max-width: 100%;
	}
	.lacInfoMail01 {
		padding: 30px 0 0;
	}
	.lacInfoIcon01 {
		margin: 0 auto 15px;
	}
	.lacInfoLead01 {
		margin: 0 0 10px;
	}
	.lacInfoFacebook {
		padding: 0 0 60px;
	}
	/* lity
	--------------------------------- */
	.lity-content {
		padding: 20px;
	}
}

@media print, screen and (min-width: 542px) {
	/* --------------------------- */
	/* PC */
	/* --------------------------- */
	.pc-hide,
	.onlySP {
		display: none !important;
	}
	.pc-center {
		text-align: center;
	}
	/* main
	--------------------------------- */
	/* コンテンツ部分 */
	.content {
		position: relative;
	}
	/* 800px固定コンテンツ部分 */
	.contentFix {
		width: 800px;
		padding: 70px 0 0;
		margin: 0 auto 90px;
		overflow: hidden;
	}
	/* コンテンツ部分インナー */
	.contentIn {
		width: 1020px;
		padding: 0 10px;
		overflow: hidden;
	}
	/* コンテンツメイン */
	.main {
		width: 660px;
		float: left;
		margin-bottom: 90px;
	}
	/* コンテンツメインインナー */
	.mainIn {
		padding-top: 70px;
	}
	/* section */
	.sectionType04 {
		margin: 0 0 40px;
	}
	/* JS等による状態変化
	--------------------------------- */
	/* サイバー救急オープン */
	body.is_cyberOpen .header {
		margin-top: 260px;
	}
	body.is_cyberOpen .cyberAreaIn {
		height: 260px;
	}
	body.dispGDPR .cyber119Area{
		bottom: 90px;
	}
	/* header
	--------------------------------- */
	/* サイト説明文 */
	.headerLogoTxt01 {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.6;
		margin-top: 15px;
		opacity: 0.75;
	}
	.cyber119Area{
		display: block;
		width: 376px;
		box-sizing: border-box;
		right: 10px;
		bottom: 10px;
		z-index: 9;
	}


	/* side
	--------------------------------- */
	/* サイド */
	.side {
		width: 270px;
		float: right;
		margin-bottom: 90px;
	}
	/* インナー */
	.sideIn {
		padding-top: 63px;
	}
	/* リストの見出し */
	.sideHeading02 {
		cursor: pointer;
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
	.sideHeading02:hover {
		background-color: #d7dce1;
	}
	/* bnrArea
	--------------------------------- */
	/* フッターバナーエリア */
	.bnrArea {
		background-color: #fff;
	}
	/* インナー */
	.bnrAreaIn {
		width: 1020px;
		padding: 0 10px;
		margin: 0 auto;
	}
	/* バナーリスト */
	.bnrList {
		padding: 20px 0 0;
	}
	.bnrList li {
		padding: 0 20px 20px 0;
	}
	.bnrList li:nth-child(4n) {
		padding-right: 0;
	}
	/* パンくずリスト
	--------------------------------- */
	/* インナー */
	.breadcrumbIn {
		width: 1020px;
		padding: 0 10px;
		margin: 0 auto;
	}
	/* リスト */
	.breadcrumbList01 {
		padding: 8px 0;
	}
	/* informationArea
	--------------------------------- */
	/* インナー */
	.informationAreaIn {
		width: 1020px;
		padding: 40px 10px 0;
		margin: 0 auto;
	}
	/* フッターSNS */
	.informationSns01 {
		margin-bottom: 40px;
	}
	/* 登録するボタン */
	.informationBtn01 {
		padding: 0 0 40px;
	}
	/* footer
	--------------------------------- */
	/* フッター */
	.footer a {
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: underline;
	}
	/* インナー */
	.footerIn {
		width: 1020px;
		padding: 0 10px;
		margin: 0 auto;
	}
	/* ナビ1 */
	.fNavi01 {
		overflow: hidden;
		padding: 35px 0 30px;
		border-bottom: 1px solid #d7dce1;
	}
	.fNaviIn{
		display: flex;
	}
	/* ナビ1見出しリンク */
	.fNaviLink01 {
		margin-bottom: 20px;
	}
	/* ナビ1アイテム */
	.fNaviCol01 {
	}
	.fNaviCol01:not(:last-child) {
		margin-right: 40px;
	}
	.fNaviCol01:nth-child(1) {
		width: 180px;
	}
	.fNaviCol01:nth-child(2) {
		width: 270px;
	}
	.fNaviCol01:nth-child(3) {
		width: 200px;
	}
	.fNaviCol01:last-child {
		width: 230px;
	}
	.fNaviCol01 .fNaviItem01{
		width: auto;
		margin-right: 0;
	}
	.fNaviCol01 .fNaviItem01 + .fNaviItem01 {
		margin-top: 40px;
	}
	/* ナビ1アイテム */
	.fNaviItem01 {
		width: 180px;
		margin-right: 25px;
	}
	.fNaviItem01:last-child {
		margin-right: 0;
	}
	/* ナビ1見出し */
	.fNaviHeading01 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		height: 3em;
		margin-bottom: 30px;
	}
	.fNaviHeading01._corporate {
		height: auto;
		margin-bottom: 25px;
	}
	/* ナビ1リスト */
	.fNaviList01 li {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.fNaviList01 ul{
		margin-left: 15px;
		margin-top: 10px;
	}
	.fNaviList01 ul li{
		margin-bottom: 5px;
	}
	/* ナビ2 */
	.fNavi02 {
		padding: 25px 0;
		overflow: hidden;
	}
	/* ナビ2リスト */
	.fNaviList02 {
		overflow: hidden;
		float: left;
	}
	.fNaviList02 li {
		float: left;
		margin-right: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.fNaviList02 li a {
		display: block;
		line-height: 26px;
		position: relative;
	}
	.fNaviList02 li.typeImg img {
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	/* ナビ3 */
	.dispGDPR .fNavi03 {
		margin-bottom: 60px;
	}
	.fNaviList03 {
		float: right;
		overflow: hidden;
	}
	.fNaviList03 li {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		margin-left: 15px;
	}
	/* フッター下部 */
	.footerBottom {
		padding: 25px 0;
	}
	/* ナビ4リスト */
	.fNaviList04 {
		text-align: left;
		margin-bottom: 15px;
	}
	/* コピーライト */
	.copyright {
		text-align: center;
	}
	.visualBottom01 {
		padding: 30px 0;
	}
	/* メールマガジン
	--------------------------------- */
	.lacInfo01 .heading01 {
		margin: 0 0 35px;
	}
	.lacInfoIn01 {
		width: 1020px;
		padding: 40px 10px;
		margin: 0 auto;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.lacInfoHeading02{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 300;
		margin: 0 0 1em;
		line-height: 1;
	}
	.lacInfoHeading02:before{
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 24px;
		height: 16px;
		background-image: url(/common/img/ico_mail03.svg);
		background-size: 24px 16px;
		background-repeat: no-repeat;
		vertical-align: -2px;
	}
	.lacInfoHeading03{
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 30px;
		line-height: 1.5;
	}
	.lacInfoTxt01 {
		margin: auto;
		text-align: center;
	}
	.lacInfoSns01 {
		margin: 30px 0 0;
		padding-top: 30px;
		border-top: 1px solid #ffffff;
	}
	.lacInfoSns01 li {
		margin: 0 10px 0 0;
	}
	.lacInfoMail01 {
		display: table;
		width: 100%;
		padding: 25px 0 0;
	}
	.lacInfoIcon01 {
		display: table-cell;
		vertical-align: middle;
	}
	.lacInfoLead01 {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 0 0 0 20px;
	}
	.lacInfoBtn01 {
		text-align: center;
	}
	.lacInfoFacebook {
		width: 345px;
	}
	/* cookie
	--------------------------------- */
	.footerFixIn{
		margin: 15px auto 20px;
		min-height: 50px;
		display: flex;
		align-items: end;
		line-height: 1.3;
	}
	.footerFixBtn{
		flex-shrink: 0;
		margin-left: 40px;
		margin-right: 38px;
	}
	.footerFixBtn [class^="btn"]{
		font-size: 13px;
		font-size: 1.3rem;
		padding: 8px 10px;
		min-width: 100px;
		box-sizing: border-box;
		text-align: center;
	}
	/* lity
	--------------------------------- */
	.lity-container {
		height: 80%;
	}
}

@media print{
	/* --------------------------- */
	/* print */
	/* --------------------------- */
    .header,
    .lacVisualDetaiImg01,
    .lacVisualDetaiTxt01 {
        position: relative;
    }
    .spMenu,
    .cyberArea,
    .sNavi,
    .pagetop,
    .js-gdpr_consensus-el,
    .feedbackBlock,
    .entrySns {
        display: none;
    }
    .wrapperIn {
        margin: 0;
    }
    .lacVisualDetai01 {
        margin-bottom: 400px;
    }
    .lacVisualDetaiImg01 {
        margin-left: -260px !important;
        left: 0;
    }
    .lacVisualDetaiImg01 img{
        width: auto !important;
        height: 50% !important;
        display: block !important;
    }
}