@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/din-condensed');
/**
 * 文字コード UTF-8N 改行コードLF
 * 共通CSS
 *
 * @copyright  Copyright (c) 2022 ETRUST, INC.
 */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #00a9bf !important;
}
body {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
img {
  border: 0px;
  max-width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}
input[type="text"], input[type="password"], textarea, select {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	border: none;
	outline: none;
}
div.wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1200px;
	max-width: initial;
}

header {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%;
	height: 90px;
	background: #fff !important;
}
header > div {
	width: 410px;
	height: 90px;
	background: url(../images/common/logo.png) no-repeat center left / 410px 90px;
}
header nav {
	display: flex;
}
header ul {
	display: flex;
	align-items: center;
}
header ul li a {
  display: flex;
  align-items: center;
	margin-right: 15px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	color: #333333 !important;
	white-space: nowrap;
}
header ul li a.support {
	display: flex;
	align-items: center;
	margin-left: 15px;
	width: 176px;
	height: 43px;
	padding: 8px 15px;
  background: #00a9bf;
  border: 1px solid #009eb2;
  border-radius: 21px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #fff !important;
	transition: 0.5s;
}
header ul li a.support:hover {
  background: #007fbf;
}
header ul li a.support::before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  width: 30px;
  height: 22px;
	background: url(../images/common/icon_remote.png) no-repeat center left;
  vertical-align: middle;
  transition: 0.5s;
}
header ul li a.support span {
	display: block;
	margin-top: 2px;
	font-size: 10px;
}
main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 330px;
	background: url(../images/common/main.jpg) no-repeat center / cover;
	color: #fff;
}
main p:nth-of-type(1) {
	padding: 0 35px 22px 35px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
	font-family: 'DIN Condensed', "Noto Sans JP", sans-serif;
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
}
main p:nth-of-type(2) {
	margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
	line-height: 1;
}


footer {
	background: #007fbf;
}
footer * {
	font-weight: 300;
	color: #fff;
}

/** contact **/
footer:first-of-type {
	width: 100%;
  height: 422px;
	background: url(../images/common/footer.png) no-repeat center / cover;
}
footer:first-of-type > div:first-child p {
	margin: 0 auto;
	padding: 60px 0;
	font-family: 'DIN Condensed', "Noto Sans JP", sans-serif;
  font-size: 60px;
  letter-spacing: 0.025em;
}
footer:first-of-type ul {
	display: flex;
	justify-content: flex-end;
  width: 100%;
}
footer:first-of-type ul li {
	margin-right: 40px;
	width: 	370px;
}
footer:first-of-type ul li:last-child {
	margin: 0;
}
footer:first-of-type ul li label {
  display: block;
  margin-bottom: 5px;
  width: 370px;
	font-size: 14px;
  text-align: left;
}
footer:first-of-type ul li div {
  display: flex;
  flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	background: rgba(255, 255, 255, 0.12);
	width: 	370px;
	height: 90px;
	border: 1px solid #fff;
}
footer:first-of-type ul li:last-child div {
	padding: 0;
}
footer:first-of-type ul li div img {
	margin-right: 10px;
	margin-bottom: 5px;
}
footer:first-of-type ul li div p:first-child {
	font-size: 34px;
	font-weight: 700;
}
footer:first-of-type ul li div p:last-child {
	font-size: 13px;
	text-align: left;
}
footer:first-of-type ul li div a {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
footer:first-of-type ul li div a:hover {
	background: rgba(0, 169, 191, 0.6);
}

/** logo **/
footer:last-of-type > div:first-child {
	display: flex;
	justify-content: space-between;
  padding: 42px 0;
	border-bottom: 1px solid #0090d9;
}
footer:last-of-type > div:first-child p {
	margin-right: 100px;
	width: 199px;
	height: 50px;
	background: url(../images/common/flogo@2x.png) no-repeat center / 199px 50px;
}
footer:last-of-type > div:first-child dl {
	display: flex;
}
footer:last-of-type > div:first-child dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	font-size: 12px;
	font-weight: 400;

}
footer:last-of-type > div:first-child dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	border-left: 1px solid #0090d9;
	width: calc(100% - 100px);
	text-align: left;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/** copy **/
footer:last-of-type > div:last-child {
	padding: 20px 0;
}
footer:last-of-type > div:last-child small {
	letter-spacing: 0.05em;
}
footer:last-of-type > div:last-child ul {
	display: flex;
	list-style: none;
}
footer:last-of-type > div:last-child ul li a {
	margin-right: 20px;
	font-size: 14px;
  letter-spacing: 0.1em;
	line-height: 24px;
	cursor: pointer;
}
footer:last-of-type > div:last-child ul li a:hover {
	color: #fff;
	opacity: 0.7;
}
footer:last-of-type > div:last-child ul li a.sns {
  margin-right: 10px;
}
footer:last-of-type div:last-child ul li:last-child a {
	margin: 0;
}


section div.wrap {
	padding: 0;
	width: 100%;
	min-height: calc(100vh - 420px);
}
section aside {
	padding: 50px;
	width: 360px;
	background: #00a9bf;
}
section aside #calendar {
	display: none;
}
aside div#search::before {
	display: block;
	content: "検索";
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
aside div#search input {
	padding: 0 0 0 20px;
	height: 40px;
	border-radius: 40px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
aside div#search button {
  top: 50%;
  transform: translateY(-50%);
	background-image: url(../images/common/search.png);
  right: 10px;
}
section aside nav * {
	color: #fff !important;
	text-align: left;
}
aside h3, aside nav > div {
	font-weight: 500;
}
aside ul {
	border-bottom: 1px solid #66cbd9;
}
aside ul li {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #66cbd9;
  border-bottom: 1px solid #008596;
	line-height: 2em;
}
aside ul li:first-child {
  border-top: 2px solid #fff;
}
aside nav > a {
	text-indent: -9999px;
	position: relative;
}
aside nav > a::before {
	display: block;
	content: "\0BB\0A0\0A0過去の記事";
	font-size: 14px;
	font-weight: 500;
	text-indent: 0;
	position: absolute;
	top: 0;
	right: 0;
}


section div#contents {
	width: calc(100% - 360px);
	font-size: 14px;
}
section div#contents article {
	padding: 0;
}
section div#contents > article {
	padding: 100px;
}
section div#contents > article > div.date,
section div#contents > article > h2,
section div#contents > article > ul {
	display: none;
}
.blog_title h1 {
	margin-bottom: 30px;
	padding: 20px 0 0 20px;
	width: 100%;
	height: 81px;
	background: #00a9bf;
	font-size: 26px !important;
	font-weight: 500 !important;
	line-height: 1;
	color: #fff !important;
	position: relative;
}
.blog_title h1::before {
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	background: #59c3d1;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.blog_title h1 + div {
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
}
.blog_title h3 {
  margin-top: 50px;
  padding-left: 5px;
  border-bottom: 5px solid #00a9bf;
	font-size: 26px;
	font-weight: 500;
	color: #00a9bf;
}
.blog_title h4 {
  margin-top: 50px;
  padding-left: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #00a9bf;
  text-align: left;
}
.linkb ul li,
.linkb ul li a {
	display: flex !important;
  align-items: center;
  justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #00a9bf;
}
.linkb ul li a {
	margin: 0 !important;
}
.linkb ul li a:hover {
  background: rgb(0 169 191 / 15%);
}
.linkb ul li b {
  margin-right: 5px;
	font-size: 28px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

section dl {
	width: 100%;
}
section dl dt {
	padding: 20px;
	width: 300px;
  font-weight: 500;
}
section dl dd {
	padding: 20px;
	width: calc(100% - 300px);
  font-weight: 500;
	line-height: 2em;
	text-align: left;
}

.blog_faq div.box {
	padding: 30px 0;
	border-bottom: 1px solid #000;
  font-weight: 500;
	line-height: 25px;
	text-align: left;
}
.blog_faq div.box div div {
  padding: 0 0 0 30px;
	position: relative;
}
.blog_faq div.box div div:first-child {
	margin-bottom: 17px;
}
.blog_faq div.box div div:first-child::before {
	display: block;
	content: "Q";
	width: 25px;
	height: 25px;
	background: #00a9bf;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog_faq div.box div div:last-child::before {
	display: block;
	content: "A";
	width: 25px;
	height: 25px;
	background: #ff0072;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}