@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tap {
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body,
table,
input, textarea, select, option {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a {
  color: #0066CE;
	text-decoration: none;
}
@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 320px;
	-webkit-text-size-adjust: none;
}
.inner {
  margin: 0 15px;
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
.header {
  margin: 18px 15px 15px;
}
.header__logo {
  margin-bottom: 18px;
}
.header__logo-link {
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-img {
  margin-right: auto;
}
.header__logo-text {
  width: 122px;
  height: 18px;
  font-size: 10px;
  color: #008BD4;
  line-height: 16px;
  text-align: center;
  border: 1px solid #008BD4;
  box-sizing: border-box;
  display: inline-block;
}
.header__emergency {
  margin-bottom: 15px;
}
.header__emergency-link {
  padding: 8px 18px 8px 13px;
  font-size: 13px;
  font-weight: bold;
  color: #F00;
  border: 2px solid #F00;
  border-radius: 6px;
  display: block;
  position: relative;
}
.header__emergency-link:after {
  content: "";
  border-top: solid 2px #F00;
  border-right: solid 2px #F00;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 18px;
}
.header__trouble-form {
  position: relative;
}
.header__trouble-input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width: 100%;
  height: 40px;
  padding: 13px;
  font-size: 15px;
  border: 1px solid #CCC;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
}
.header__trouble-submit {
  width: 18px;
  height: 18px;
  background: url(../img/ico_search_01.png) no-repeat center/18px auto;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
}

/*------------------------------------------------------------
	パンクズ(下層)
------------------------------------------------------------*/
#breadcrumb {
	margin: 0 15px 10px;
}
#breadcrumb li {
	display: inline;
	font-size: 9px;
	line-height:16px;
}
#breadcrumb li a {
	color: #0066CE;
}

/*------------------------------------------------------------
	ページ見出し(下層)
------------------------------------------------------------*/
#pageTitle {
  position: relative;
  min-height: 50px;
  margin: 0 15px 20px;
  padding: 0 0 0 15px;
  background: #F5F7F8;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
#pageTitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -1px;
  width: 4px;
  height: 30px;
  background: #0089D8;
}
/*--- 下層ページ用 ---*/
.headLineBox {
	position: relative;
}
.headLineBox > .btnLanguage {
	position: absolute;
	top: 9px;
	right: 10px;
}
/*--- ここまで 下層ページ用 ---*/
/*** Noto Sans JP 読み込み ***/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.btnLanguage {
  margin: 10px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.btnLanguage li {
	width: 94px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: solid 1px #E0E0E0;
	margin: 0 5px;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 12px;
	position: relative;
}
.btnLanguage li a {
  color: #0089D8;
}
.btnLanguage li::before,
.btnLanguage li::after,
.btnLanguage li a::before,
.btnLanguage li a::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
}
.btnLanguage li::before {
	top: 13px;
	left: 16px;
	width: 8px;
	height: 4px;
	background-color: #0089D8;
}
.btnLanguage li a {
	display: block;
	padding-left: 15px;
	background-color: #FFF;
}
.btnLanguage li:nth-child(3) a {
	padding-left: 20px;
}
.btnLanguage li a::before {
	left: 7px;
	width: 13px;
	height: 16px;
	border: 1px solid #0089D8;
	background: transparent;
}
.btnLanguage li a::after {
	left: 18px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF #FFF #0089D8 #0089D8;
	background: transparent;
}

/*------------------------------------------------------------
	trouble-box(一部ページのフッターのリンク)
------------------------------------------------------------*/
.trouble-box {
  margin: 20px auto 0;
  background: #F5F7F8;
}
.trouble-box__inner {
  margin: 0 auto;
  padding: 20px 0 37px;
}
.trouble-box__title {
  text-align: center;
}
.trouble-box__title-text {
  height: 34px;
  line-height: 34px;
  padding-left: 33px;
  font-size: 16px;
  color: #008BD3;
  background: url(../img/ico_trouble_01.png) left center/24px auto no-repeat;
  display: inline-block;
}
.trouble-box__link {
  margin: 20px 36px 0;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  box-sizing: border-box;
  background: #FFF;
  display: block;
}
.trouble-box__link-text {
  height: 50px;
  line-height: 50px;
  padding-left: 26px;
  font-size: 13px;
  color: #000;
  box-sizing: border-box;
  background: url(../img/ico_mail_01.png) left center/18px auto no-repeat;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
form .formError .formErrorContent {
	background: none repeat scroll 0 0 #0089D8;
}
form .greenPopup .formErrorContent {
	background: #0089D8;
}
form .formError .formErrorArrow div {
	background: #0089D8;
}
form .greenPopup .formErrorArrow div {
	background: #0089D8;
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
.footer {
  margin-top: 50px;
  text-align: center;
}
.footer__logo {
  margin-bottom: 35px;
  padding-top: 30px;
}
.footer__language-list {
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__language-item {
  padding: 0 15px;
  border-left: 1px solid #CCC;
}
.footer__language-item:last-child {
  border-right: 1px solid #CCC;
}
.footer__language-link {
  font-size: 14px;
  color: #1067CB;
}
.footer__link-list {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__link {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
}
.footer__link:last-child {
  margin-bottom: 0;
}

.footer__contact-txt{
  margin-bottom: 15px;
  font-size: 14px;
}

.footer__contact-group{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #E4E4E4;
}

.footer__contact-number {
  font-size: 36px;
  color: rgb(0, 139, 213);
  font-weight: bold;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 0.7;
  padding-left: 5px;
}

.copyright {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  color: #999;
  text-align: center;
}


/* 幅の狭いスマホ用 */
@media screen and (max-width: 374px){
  .header__logo-text {
    width: 105px;
  }
  .header__emergency-link {
    font-size: 11px;
  }
  .header__emergency-link:after {
    top: 13px;
  }
}
