@charset "utf-8";

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  margin: 0 auto 30px;
  color: #012e72;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: table;
}

.title-1::after {
  content: '';
  width: 100%;
  height: 0;
  margin-top: 5px;
  display: block;
  border-bottom: 5px solid #666666;
}

.title-1 .sub-title {
  letter-spacing: normal;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.soon {
  margin: 0 auto 0px;
  color: #000000;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  display: table;
}

.title-1 + * {
  margin-top: 0;
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #FF0000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-1 {
    font-size: 28px;
  }

  .title-1::after {
    border-bottom: 10px solid #666666;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #012e72;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
}

.title-2 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-2 {
    margin-bottom: 10px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 3
/* ---------------------------------------------------------------------------------------------- */

.title-3 {
  padding: 0.5em 1em;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  vertical-align: top;
  display: inline-block;
}

.title-3 + * {
  margin-top: 0;
}

/* -------------------------------------------------------------------------------------------------
   * 4
/* ---------------------------------------------------------------------------------------------- */

.title-4 {
  color: #000000;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.title-4 + * {
  margin-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-4 {
		font-size: 20px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 5
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-5 {
  margin: 0 auto 30px;
  color: #012e72;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: table;
}

.title-5 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .title-5 {
    font-size: 28px;
  }

}

/* ****************************************************************************************************
   * ボタン
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button-1[href] {
  padding: 0.5em 1em;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  transition:
    color 0.5s ease-in-out 0.0s,
    background-color 0.5s ease-in-out 0.0s;
  color: #fff;
  background-color: #042f71;
}

.button-1[href]:hover {
  color: #fff;
  background-color: #3399cc;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .button-1[href] {
    padding: 1em 1.5em;
  }

}

/* ****************************************************************************************************
   * テキスト
**************************************************************************************************** */

.font-10 { font-size:10px; }
.font-11 { font-size:11px; }
.font-12 { font-size:12px; }
.font-13 { font-size:13px; }
.font-14 { font-size:14px; }
.font-15 { font-size:15px; }
.font-16 { font-size:16px; }
.font-17 { font-size:17px; }
.font-18 { font-size:18px; }
.font-19 { font-size:19px; }
.font-20 { font-size:20px; }
.font-21 { font-size:21px; }
.font-22 { font-size:22px; }
.font-23 { font-size:23px; }
.font-24 { font-size:24px; }
.font-25 { font-size:25px; }
.font-26 { font-size:26px; }
.font-27 { font-size:27px; }
.font-28 { font-size:28px; }
.font-29 { font-size:29px; }
.font-30 { font-size:30px; }

.font-normal { font-weight:normal; }

.align-l { text-align:left; }
.align-c { text-align:center; }
.align-r { text-align:right; }

.color-red { color:#f00; }

.color-red2 {
 color:#f00; 
 font-size: 20px;
 font-weight: bold;
 }

.block { display:block; }

.inline-block { display:inline-block; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャプション
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.caption　+ *,
* + .caption {
  margin-top: 0.5em !important;
  font-size: 0.875em;
}

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.valign-t { vertical-align:top; }
.valign-m { vertical-align:middle; }
.valign-b { vertical-align:bottom; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 左寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-l {
  margin: 0 2em 1em 0;
	float: left;
}

.image-l + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 右寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-r {
  margin: 0 0 1em 2em;
	float: right;
}

.image-r + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 中央寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.image-c {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: block;
  text-align: center;
}

.image-c + p {
  margin-top: 0;
}

/* ****************************************************************************************************
   * ギャラリー コンテンツ
**************************************************************************************************** */

.gallery-contents {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  letter-spacing: -0.4em;
}

.gallery-contents > * {
  letter-spacing: normal;
}

.gallery-contents .item {
  padding: 0 10px 20px;
  vertical-align: top;
  display: inline-block;
}

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  .gallery-contents {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  .gallery-contents .item {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.gallery-contents .item .content {
  margin-top: 5px;
}

/* ****************************************************************************************************
   * 横スクロール コンテンツ
**************************************************************************************************** */

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  .overflow-x {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overflow-x > * {
    max-width: 200vw;
  }

}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * デフォルト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

table.default { border-collapse:collapse; }

table.default > tbody > tr > th {
	font-weight: normal;
	border: solid 1px #ddd;
}

table.default > tbody > tr > th[scope="col"]:not([bgcolor]) {
	background: #f5f5f5;
}

table.default > tbody > tr > th[scope="row"]:not([bgcolor]) {
	background: #fcfcfc;
}

table.default > tbody > tr > td {
	border: solid 1px #ddd;
}
/*
table.default > tbody > tr > td:not([bgcolor]) {
	background: #fff;
}
*/
table.default > tbody > tr[bgcolor] > td:not([bgcolor]) {
	background-color: transparent;
}

table.default caption {
  margin-bottom: 0.5em;
}

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

table.table-1 { border-collapse:collapse; }

table.table-1 > tbody > tr > th {
	font-weight: normal;
	border-top: dotted 1px #ddd;
	border-bottom: dotted 1px #ddd;
}

table.table-1 > tbody > tr > th[scope="col"]:not([bgcolor]) {
	background: #fff;
}

table.table-1 > tbody > tr > th[scope="row"]:not([bgcolor]) {
	background: #fff;
}

table.table-1 > tbody > tr > td {
	border-top: dotted 1px #ddd;
	border-bottom: dotted 1px #ddd;
}

table.table-1 > tbody > tr > td:not([bgcolor]) {
	background: #fff;
}

table.table-1 > tbody > tr[bgcolor] > td:not([bgcolor]) {
	background-color: transparent;
}

table.table-1 caption {
  margin-bottom: 0.5em;
}

table.table-1 + * { margin-top:1.5em; }

* + table.table-1 { margin-top:1.5em; }

/* ****************************************************************************************************
   * フレキシブル：テーブル
**************************************************************************************************** */

/* :::::::: ブレイクポイント（スマホ表示時） :::::::: */

@media screen and (max-width:736px) {

  table.flex-table {
    display: block;
  }

  table.flex-table > tbody {
    display: block;
  }

  table.flex-table > tbody > tr {
    padding: 0.75em 0;
    display: block;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
    background: transparent !important;
  }

  table.flex-table > tbody > tr ~ tr {
    border-top: none;
  }

  table.flex-table > tbody > tr > th {
    margin-bottom: 0.5em;
    padding: 0;
    border: none;
  }

  table.flex-table > tbody > tr > th[scope="col"] {
    display: none;
  }

  table.flex-table > tbody > tr > th[scope="row"] {
    width: 100%;
    font-size: 1.062em;
    text-align: left;
    background-color: transparent !important;
    display: block;
  }

  table.flex-table > tbody > tr > td {
    padding: 0;
    display: block;
    border: none;
  }

  table.flex-table > tbody > tr > td:empty {
    height: 1em;
  }

  table.flex-table caption {
    display: block;
  }

}

/* ****************************************************************************************************
   * フレキシブル：グーグルマップ
**************************************************************************************************** */

.flex-map {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.flex-map * {
  max-width: none;
}

.flex-map > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .flex-map {
    padding-bottom: 50%;
  }

}

/* ****************************************************************************************************
   * フレキシブル：動画
**************************************************************************************************** */

.flex-video {
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.flex-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ****************************************************************************************************
   * リスト
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ファイル リスト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.file-list,
ul.file-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.file-list {
  background-color: #fff;
}

ul.file-list li {
  border: solid 1px #ddd;
}

ul.file-list li ~ li {
  margin-top: -1px;
}

ul.file-list li a {
  min-height: 3.6em;
  padding: 1.25em 1em;
  color: inherit;
  text-decoration: none;
  display: block;
}

ul.file-list li a[href]:hover {
  color: #012e72;
}

ul.file-list + * { margin-top:2em; }

* + ul.file-list { margin-top:2em; }

/* -------------------------------------------------------------------------------------------------
   * PDF アイコン
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".pdf"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".pdf"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-pdf.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * Word アイコン
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".docx"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".docx"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-word.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * Word アイコン2
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".doc"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".doc"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-word.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * Word アイコン3
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".rtf"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".rtf"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-word.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * Excel アイコン
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".xls"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".xls"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-excel.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * Excel アイコン2
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li a[href$=".xlsx"] {
  padding-left: 55px;
  position: relative;
  z-index: 1;
}

ul.file-list li a[href$=".xlsx"]::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../../_image/_common/icon-excel.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
}

/* -------------------------------------------------------------------------------------------------
   * 日付
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li time {
  margin-right: 0.5em;
  color: #00698c;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * NEW
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li .new {
  margin-right: 0.5em;
  color: #f00;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

ul.file-list li .content {
  vertical-align: top;
  display: inline-block;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.75em;
}

ul.default li ~ li {
  margin-top: 0.5em;
}

ul.default + * { margin-top:2em; }

* + ul.default { margin-top:2em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ol
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.5em;
}

ol.default + * { margin-top:2em; }

* + ol.default { margin-top:2em; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * dl
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.25em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:2em; }

* + dl.default { margin-top:2em; }

/* ****************************************************************************************************
   * 表示／非表示
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイント以下の場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-sp {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: -99999;
  }
  
  br.show-sp {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ブレイクポイントを超える場合に表示
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.show-pc {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: -99999;
}

br.show-pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  .show-pc {
    position: static;
    z-index: inherit;
  }

  br.show-pc {
    display: inline;
  }

}

/* ****************************************************************************************************
   * ホバー画像
**************************************************************************************************** */

.hover-image {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hover-image img {
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 1;
}

.hover-image:hover img {
  opacity: 0;
}

.hover-image .hover-image-active {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

.hover-image:hover .hover-image-active {
  z-index: 1;
  opacity: 1;
}

/* ****************************************************************************************************
   * フロート
**************************************************************************************************** */

.float-r { float:right; }

.float-l { float:left; }

/* ****************************************************************************************************
   * フロートクリア
**************************************************************************************************** */

.clearfix:after { content:"."; display:block; line-height:0; clear:both; visibility:hidden; }

.clear { clear:both; }

/* ****************************************************************************************************
   * 取り消し線
**************************************************************************************************** */

span.del {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: black;
}
