@charset "utf-8";

/* ****************************************************************************************************
   * デバイス別要素
**************************************************************************************************** */

.device-sp {
  display: none !important;
}

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

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

.device-pc {
  display: none !important;
}

}

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

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

.title-1 {
  padding-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #243d5a;
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: url(../../_images/_common/title-1-bg.png) center bottom no-repeat;
  background-size: contain;
}

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

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

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

.title-1 {
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #b6bdc3;
  background: none;
  font-size: 24px;
}

}

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

.title-2 {
  margin-bottom: 1em;
  color: #134b7a;
  line-height: 1.3;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #b6bdc3;
}

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

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

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

.title-2 {
  margin-bottom: 0.5em;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-3 {
  margin-bottom: 10px;
  padding-left: 1.25em;
  color: #243d5a;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.title-3:before {
  content: '◆';
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.title-3 {
}

}

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

.color-red { color:#f00; }

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

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

.inline-left  { margin-right:4.70%; margin-bottom:0.75em; float:left; }
.inline-right { margin-left:4.70%; margin-bottom:0.75em; float:right; }

.inline-left img,
.inline-right img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.inline-left,
.inline-right {
  width: 100% !important;
  margin: 10px 0;
  float: none;
  text-align: center;
}

.inline-left img,
.inline-right img {
  display: inline-block;
}

}

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

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

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

table.default { border-collapse:collapse; }

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

table.default > tbody > tr > td {
	border: solid 1px #b6bdc3;
	background: #fff;
}

table.default > tbody > tr > th[scope="col"] {
	background: #eee;
}

table.default > tbody > tr > th[scope="row"] {
	background: #f5f5f5;
}

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

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

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

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

table.flex-table {
  display: block;
}

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

table.flex-table > tbody > tr {
  width: 100%;
  display: block;
}

body.msie9 table.flex-table > tbody > tr {
  float: left;
}

table.flex-table > tbody > tr ~ tr {
  margin-top: 20px;
}

table.flex-table > tbody > tr > th {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px 2px;
  display: block;
  font-weight: normal;
  text-align: left;
}

body.msie9 table.flex-table > tbody > tr > th {
  float: left;
}

table.flex-table > tbody > tr > td {
  width: 100%;
  padding: 0;
  display: block;
  border: none;
  text-align: left;
}

body.msie9 table.flex-table > tbody > tr > td {
  float: left;
}

table.flex-table caption {
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: left;
}

}

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

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

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

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

.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
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

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

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

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

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 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:1.5em; }

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

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 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.5em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

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

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

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

.float-r { float:right; }
.float-l { float:left; }

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

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

.clear { clear:both; }

/* ****************************************************************************************************
   * SNS link
**************************************************************************************************** */

.sns_link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px; /* アイコン間の余白 */
  align-items: center;
  flex-wrap: wrap; /* 狭い画面でも折り返す */
}

.sns_link li {
  display: inline-block;
}

.sns_link a {
  text-decoration: none;
  color: #455678;
}

.sns-box h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}