@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;
}

/* 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;
}
.sNavi.open .sNaviIn {
	height: 435px;
	padding: 40px 10px 0;
}
.sNaviIr.open .sNaviIn {
/*
	min-height: 400px;
	height: auto;*/
	height: 400px;
	padding-bottom: 40px;
}

/* スマホ用メニュー表示状態 */
body.is_spMenuOpen {
	height: 100%;
	overflow: hidden !important;
}
body.is_spMenuOpen .content,
body.is_spMenuOpen .footerArea {
	display: none;
}
body.is_spMenuOpen .spMenu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
body.is_spMenuOpen .spMenuIn {
	opacity: 1;
}

/* header
	--------------------------------- */
/* ヘッダー */
.header {
	position: relative;
	background-color: #fff;
	border-bottom-color: #d7dce1;
	border-bottom-style: solid;
	z-index: 20;
}

/* ヘッダーインナー */
.headerIn {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.headerIn:after {
	content: "";
	display: block;
	clear: both;
}

/* ロゴエリア */
.headerLogo01 {
	float: left;
}
.headerLogo01 a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

/* ロゴ */
.headerLogoImg01 {
	float: left;
	margin: 0 15px 0 0;
	font-size: 0;
}

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

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

.spMenuBtnLink {
	display: block;
	text-decoration: none;
	height: 30px;
	width: 30px;
	border: 1px solid #042275;
	box-sizing: border-box;
}

.spMenuBtnIcon {
	display: inline-block;
	position: relative;
	width: 29px;
	height: 29px;
	margin: 0;
}
.spMenuBtnIcon:before,
.spMenuBtnIcon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	width: 16px;
	height: 1px;
	background: #042275;
	-webkit-transition: .2s;
	transition: .2s;
}
.spMenuBtnIcon:before {
	margin-top: -5px;
}
.spMenuBtnIcon:after {
	margin-top: 3px;
}
.spMenuBtnIcon.close {
	background: transparent !important;
}
.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 {
	position: absolute;
	bottom: 0;
	right: 10px;
}

/* グローバルナビリスト */
.gNaviList01 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.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;
	height: 42px;
	padding-top: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-sizing: border-box;
}
.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:hover:after {
	background-color: #2d5a9b;
}
.gNaviList01 li:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.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: 15px;
}
.gNaviList01 li.typeDrop a {
	padding-left: 5px;
	padding-right: 20px;
}
.gNaviList01 li.typeDrop a:before {
	content: "";
	right: 5px;
	margin-top: -4px;
	width: 8px;
	height: 13px;
	background-image: url(/common/img/ico_arrow01.svg);
	background-repeat: no-repeat;
	background-size: auto 13px;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.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;
}

/* ドロップメニュー */
.sNavi {
	background-color: #323241;
	position: relative;
	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;
}

/* 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);
}

/* cyberArea
	--------------------------------- */
/* サイバー救急センター */
.cyberArea {
	background-color: #2d5a9b;
	color: #fff;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.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;
	overflow-y: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

/* インナー */
.spMenuIn {
	opacity: 0;
	padding: 0 16px 70px;
	-webkit-transition: opacity 0.2s ease-in 0.2s;
	transition: opacity 0.2s ease-in 0.2s;
}

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

/* ナビリスト */
.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: 24px;
	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 a {
	display: block;
	padding-top: 20px;
	padding-bottom: 6px;
	height: 100%;
	color: #323241;
	text-decoration: none;
	border-bottom: 1px solid #d7dce1;
	box-sizing: border-box;
}
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: #6e6e7d;
	text-decoration: none;
}
.spNaviList02 a:hover {
	text-decoration: underline;
}

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

/* 検索フォーム本体 */
.spSearchForm01 input {
	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;
}

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

/* サイバー救急 */
.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;
}

/* ナビ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 {
	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 li a {
	color: #323241;
	position: relative;
}
.fNaviList02 li.typeImg img {
	display: inline-block;
	width: 105px;
	height: 23px;
}
.fNaviList02 li.typeImg a:after {
	vertical-align: middle;
}
.fNaviList02 li.typeOutside a:after {
	width: 11px;
	height: 11px;
	background-image: url(/common/img/ico_link01.svg);
	background-size: auto 11px;
}

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

/* フッター下部 */
.footerBottom {
	background-color: #323241;
	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 5px;
	opacity: 0.5;
}
.fNaviList04 li:last-child:after {
	display: none;
}

/* コピーライト */
.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;
}
.footerFixClose{
	position: absolute;
	top: 20px;
	right: 55px;
	-webkit-appearance: none;
	padding: 0;
	background: none;
	border: none;
}


/* pagetop
	--------------------------------- */
.pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 6;
	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;
}

@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;
	}
	/* header
	--------------------------------- */
	/* ヘッダー */
	.header {
		border-bottom-width: 1px;
	}
	/* ヘッダーインナー */
	.headerIn {
		padding: 0 16px;
		height: 49px;
	}
	/* ロゴエリア */
	.headerLogo01 {
		width: 280px;
		margin-top: 10px;
	}
	/* ロゴ */
	.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;
	}
	/* SP用メニュー表示ボタン */
	.spMenuBtn {
		display: block;
	}
	/* ユーティリティーメニュー */
	.headerMenu01 {
		display: none;
	}
	/* セキュリティ事故発生時はこちら ボタン */
	.headerBtnCyber {
		display: none;
	}
	/* gNavi
	--------------------------------- */
	/* ヘッダー内グローバルナビ */
	.gNavi {
		display: none;
	}
	/* sNavi
	--------------------------------- */
	/* ドロップメニュー */
	.sNavi {
		display: none;
	}
	/* cyberArea
	--------------------------------- */
	/* サイバー救急センター */
	.cyberArea {
		display: none;
	}
	/* 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 {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	/* ナビ1見出し */
	.fNaviHeading01 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.fNaviHeading01 a {
		display: block;
		line-height: 45px;
		position: relative;
	}
	.fNaviHeading01 a:after {
		content: "";
		position: absolute;
		right: 16px;
		top: 50%;
		margin-top: -3.5px;
		width: 7px;
		height: 11px;
		background-image: url(/common/img/ico_arrow01.svg);
		background-repeat: no-repeat;
		background-size: auto 11px;
		-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: 13px;
		font-size: 1.3rem;
		margin-bottom: 7px;
	}
	/* ナビ2 */
	.fNavi02 {
		padding: 35px 0 0;
	}
	/* ナビ2リスト */
	.fNaviList02 li {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 26px;
	}
	.fNaviList02 li a {
		display: inline-block;
	}
	/* ナビ3 */
	.fNaviList03 {
		margin: 0 0 33px;
	}
	.fNaviList03 li {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	/* ナビ4 */
	.fNavi03 {
		padding: 25px 0 20px;
	}
	/* ナビ4リスト */
	.fNaviList04 li {
		margin-bottom: 3px;
	}
	/* コピーライト */
	.copyright {
		padding: 0 0 30px;
	}
	.visualBottom01 {
		padding: 20px 16px;
	}
	/* pagetop
	--------------------------------- */
	.pagetop {
		bottom: 48px;
		right: 16px;
	}
	/* cookie
	--------------------------------- */
	.footerFixIn{
		margin: 60px 15px 40px;
	}
	.footerFixBtn{
		margin-top: 20px;
		text-align: center;
	}
	.footerFixBtn [class^="btn"]{
		min-width: 200px;
		box-sizing: border-box;
		text-align: center;
	}
	.footerFixClose{
		top: 10px;
		right: 15px;
	}
	/* 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
	--------------------------------- */
	/* wrapperインナー */
	.wrapperIn {
		position: relative;
		overflow: hidden;
		max-width: 1440px;
		min-width: 1020px;
	}
	/* コンテンツ部分 */
	.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;
	}
	/* header
	--------------------------------- */
	/* ヘッダー */
	.header {
		border-bottom-width: 3px;
		-webkit-transition: margin 0.2s;
		transition: margin 0.2s;
	}
	/* ヘッダーインナー */
	.headerIn {
		width: 1020px;
		padding: 0 10px;
		min-height: 97px;
	}
	/* ロゴエリア */
	.headerLogo01 {
		width: 330px;
		margin-top: 35px;
	}
	/* ロゴ */
	.headerLogoImg01 img {
		width: 74px;
	}
	/* サイト説明文 */
	.headerLogoTxt01 {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.6;
		margin-top: 15px;
		opacity: 0.75;
	}
	/* ユーティリティーメニュー */
	.headerMenu01 {
		padding: 10px 0 0;
		position: absolute;
		top: 0;
		right: 270px;
	}
	.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 7px;
		line-height: 25px;
	}
	.headerMenuList01 li:first-child {
		margin-left: 0;
	}
	.headerMenuList01 li:last-child {
		margin-right: 20px;
	}
	.headerMenuList01 a {
		color: #6e6e7d;
		text-decoration: none;
	}
	.headerMenuList01 a:hover {
		text-decoration: underline;
	}
	/* 検索 */
	.headerSearch01 {
		width: 150px;
		height: 25px;
		padding: 0 0 0 30px;
		float: right;
		border-radius: 15px;
		background-color: #f0f5fa;
		position: relative;
		box-sizing: border-box;
	}
	/* 検索フォーム本体 */
	.headerSearchForm01 input {
		width: 120px;
		height: 25px;
		line-height: 25px;
		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 {
		-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;
		cursor: pointer;
		position: absolute;
		top: 4px;
		left: 10px;
	}
	.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;
	}
	/* スマホ用メニュー
	--------------------------------- */
	.spMenu {
		display: none !important;
	}
	/* 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;
	}
	/* ナビ1見出しリンク */
	.fNaviLink01 {
		margin-bottom: 20px;
	}
	/* ナビ1アイテム */
	.fNaviItem01 {
		width: 150px;
		float: left;
		margin-right: 20px;
	}
	.fNaviItem01:last-child {
		margin-right: 0;
	}
	/* ナビ1見出し */
	.fNaviHeading01 {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		height: 35px;
		margin-bottom: 5px;
	}
	/* ナビ1リスト */
	.fNaviList01 li {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	/* ナビ2 */
	.fNavi02 {
		padding: 25px 0;
		overflow: hidden;
	}
	/* ナビ2リスト */
	.fNaviList02 {
		overflow: hidden;
		float: left;
	}
	.fNaviList02 li {
		float: left;
		margin-right: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.fNaviList02 li a {
		display: block;
		line-height: 23px;
		position: relative;
	}
	/* ナビ3 */
	.fNaviList03 {
		float: right;
		overflow: hidden;
	}
	.fNaviList03 li {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		margin-left: 15px;
	}
	.fNaviList03 a {
		line-height: 23px;
	}
	/* フッター下部 */
	.footerBottom {
		padding: 25px 0;
	}
	/* ナビ4リスト */
	.fNaviList04 {
		text-align: left;
		margin-bottom: 15px;
	}
	/* コピーライト */
	.copyright {
		text-align: center;
	}
	.visualBottom01 {
		padding: 30px 0;
	}
	/* cookie
	--------------------------------- */
	.footerFixIn{
		margin: 50px auto 40px;
		display: flex;
		align-items: center;
	}
	.footerFixBtn{
		flex-shrink: 0;
		margin-left: 40px;
	}
	.footerFixBtn [class^="btn"]{
		min-width: 160px;
		box-sizing: border-box;
		text-align: center;
	}
	/* lity
	--------------------------------- */
	.lity-container {
		height: 80%;
	}
}
