@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */

/* リセット */

/* ============================================ */

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
	font-size: 62.5%;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	word-wrap: break-word;
}
body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
main {
  display: block;
}

/* リセット-見出し */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
	text-decoration-color: transparent;
}
abbr[title] {
  border-bottom: none; /* Chromeの下枠削除 */
  text-decoration: underline; /* テキスト装飾を追加 */
  text-decoration: underline dotted; /* テキスト装飾を追加 */
}
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* ブラウザでフォントサイズの継承とスケーリングを修正 */
  font-size: inherit; /* ブラウザで奇数の `em`フォントサイズを修正 */
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
em {
  font-style: inherit;
}

/* リセット-リスト */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}

/* リセット-フォーム */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
::placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder  {
  color: #aaa;
}

/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/** Edge、IEでオーバーフローを表示. */
button,
input {
  overflow: visible;
}

/* Edge, Firefox, and IEのテキスト変換の継承を削除 */
button,
select {
  text-transform: none;
}

/* iOSおよびSafariのクリッカブルタイプの設定 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/* Firefox：内側の境界線とパディングを削除 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* フォーカススタイルを復元 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* フォーカススタイルを復元 */
select::-ms-expand {
  display: none;
}

/* パディングリセット */
option {
  padding: 0;
}

/* 非表示にリセット */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
  display: table; /* EdgeおよびIEでのテキストの折り返し修正 */
  max-width: 100%; /* EdgeおよびIEでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* EdgeおよびIEでのテキストの折り返し修正 */
}

/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}

/* IEのデフォルトの垂直スクロールバーを削除. */
textarea {
  overflow: auto;
}

/* Chromeの増分ボタンと減分ボタンのカーソルスタイルを修正 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px; /* Safariのアウトラインスタイルを修正 */
}

/* macOSのChromeとSafariの内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* iOSおよびSafariのクリッカブルタイプの設定 */
  font: inherit; /* Safariでフォントのプロパティを「継承」に変更 */
}

label[for] {
  cursor: pointer;
}

/* リセット-テーブル */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
	padding: 0;
	font-weight: normal;
}
caption {
  text-align: left;
}


hr {
  box-sizing: content-box; /* Firefoxで正しいボックスサイズ */
  height: 0; /* Firefoxで正しいボックスサイズ */
  overflow: visible; /* EdgeとIEでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a:hover img {
	opacity: .7;
	transition: .3s;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、IE +、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/* IEで正しいディスプレイを追加. */
template,
[hidden] {
  display: none;
}
/*　リセットcss終了　*/


/* ============================================ */

/* サイト用共通設定 */

/*Webフォント使用時*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Regular.woff') format('woff'),
		url('../fonts/NotoSansJP-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
		url('../fonts/NotoSansJP-Bold.woff') format('woff'),
		url('../fonts/NotoSansJP-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
}

body {
	font-size: 1.6em;
	font-family: 'Lato', helvetica, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, 'sans-serif';
	font-weight: 400;
	font-feature-settings: 'palt';
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: .025em;
  line-height: 1.2;
  text-align: justify; /*均等割り付け*/
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
/* ============================================ */
/* table共通設定 */
main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}
main th, main td {
	padding: .75em .5em;
	border: 1px solid;
	text-align: left;
}
main tr:first-child th {
	background: #009e96;
	text-align: center;
	color: #fff;
}
main th:first-of-type {
	border-color: #009e96 #fff #009e96 #009e96;
}
main th:last-of-type {
	border-color: #009e96 #009e96 #009e96 #fff;
}
main th {
	border-color: #009e96 #fff;
  vertical-align: middle;
}
table td {
  background: #e5f5f4;
	border-color: transparent #009e96;
  vertical-align: middle;
}
table tr:nth-child(odd) td {
	background: #fff;
}
table tr:last-of-type td {
	border-color: transparent #009e96 #009e96 #009e96;
}
main th span {
  display: block;
  font-size: .8em;
}

/* ============================================ */
/* IE調整用 */
_:-ms-input-placeholder, :root body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

main {
	line-height: 1.6;
	color: #333;
  overflow: hidden;
}
img {
	width: 100%;
	height: auto;
}
a {
  color: #009e96;
}
a:hover {
  color: #11c9bf;
}
.item-bg-gray {
	background: #fff;
}

/* 表示・非表示 */
/* ============================================ */
@media print, screen and (min-width: 769px) {
.pc-none {
  display: none !important;
}
}
@media only screen and (max-width: 768px) {
.sp-none {
  display: none !important;
}
}

/* ヘッダ-領域 */
/* ============================================ */

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}


/* グローバルメニュー */
.global-nav {
  position: sticky;
  top: 0;
  background-color: #fff;
  width: calc(100% - 1em - 1em);
  max-width: 1200px;
  margin: 20px auto 0;
  border-radius: 10px;
  filter: drop-shadow(0px 8px 10px rgba(0,158,150,0.3));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  width: 80%;
  max-width: 700px;
}

.global-nav .nav-list .nav-item a,
.global-nav .nav-list .nav-item > span.mega-ttl {
  color: #333;
  display: inline-block;
  position: relative;
  padding: 20px 10px 20px 15px;
}
.global-nav .nav-list .nav-item a:hover {
  color: #009e96;
  transition: .3s;
}
.logo-01 {
  width: 18%;
  max-width: 180px;
  padding-left: 20px;
}
.global-nav .nav-list .nav-item.logo-01 a {
  padding-left: 0;
}

.global-nav .nav-list .nav-item > span.mega-ttl {
  cursor: pointer;
}

.global-nav .nav-list .nav-item:last-child a {
  padding-right: 2rem;
}


/* サブナビゲーション */
@media print, screen and (min-width: 768px) {
  .nav-item_sub {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease;
    visibility: hidden;
    border-radius: 0 0 10px 10px;
  }
  .nav-item_sub .inner {
    padding: 0 30px;
  }
  .nav-item_sub .inner ul {
    display: flex;
    justify-content: space-between;
  }
  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
  }
  .global-nav .nav-list .nav-item_sub a:last-of-type {
    padding-right: 0;
  }
  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
    z-index: -1;
    padding: 5px 0;
    margin-top: 25px;
    border-top: 1px solid #009e96;
  }
.global-nav .nav-list li.nav-item a::before,
.global-nav .nav-list .nav-item.mega-btn > span.mega-ttl::before {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #009e96;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  transition: .2s;
}
.global-nav .nav-list .nav-item.mega-btn:hover > span.mega-ttl::before {
  border-top: 6px solid #009e96;
  border-left: 6px solid transparent;
  margin-top: 0;
  transition: .2s;
}
}

/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}

@media only screen and (max-width: 768px) {
  .global-nav .nav-list {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 50px 30px 10px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100vh;
    top: 0;
  }
  .global-nav .nav-list .nav-item a,
  .global-nav .nav-list .nav-item > span.mega-ttl {
    color: #fff;
    padding: 1em 0 1em 0;
    text-align: left;
    display: block;
  }
  .global-nav .nav-list .nav-item {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }
  .global-nav-icon {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 150;
    background: #009e96;
    width: 40px;
    height: 40px;
  }
.logo-01 {
    display: none;
  }
  .nav-item_sub {
    display: none;
  }
  .global-nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 100;
  }
  .global-nav .nav-list li.nav-item a::before,
  .global-nav .nav-list .nav-item.mega-btn > span.mega-ttl::before {
    display: none;
  }
  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* フッター領域 */
/* ============================================ */
.inquiry-wrap {
  padding: 4rem 1rem;
  background: rgb(77,192,178); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(77,192,178,1) 0%, rgba(135,210,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(77,192,178,1) 0%,rgba(135,210,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0b2', endColorstr='#87d299',GradientType=1 ); /* IE6-9 */
  position: relative;
  overflow: hidden;
}
.inquiry-wrap::before {
  content: "";
  border-left: 1px solid #fff;
  top: -40%;
  right: 150px;
  position: absolute;
  display: block;
  height: 600px;
  width: 1px;
  background-color: #fff;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.inquiry-inner {
  max-width: 1060px;
  color: #009e96;
  background-color: #fff;
  filter: drop-shadow(0px 8px 10px rgba(0,158,150,0.3));
  text-align: center;
  padding: 3rem 1rem;
  margin: auto;
}
.inquiry-inner h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: .5rem;
}
.address-txt {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.tel-icon {
  font-size: 4.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel-icon::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(../img/tel-icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.inquiry-inner p:last-of-type {
  font-size: 1.8rem;
}
.footer-inner {
  width: calc(100% - 1em - 1em);
  max-width: 1200px;
  margin: 30px auto 100px;
}
.footer-nav > ul {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.footer-nav li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-nav li.footer-nav-sub {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 2rem 0;
  width: 100%;
}
.footer-nav .footer-nav-sub > span {
  position: relative;
  padding-right: 2rem;
  margin-right: 2rem;
}
.footer-nav .footer-nav-sub > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #009e96;
}
.footer-nav .footer-nav-sub > ul {
  display: flex;
}
footer .copy {
	font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
.footer-inner {
  margin: 2rem auto 0;
}
.inquiry-inner h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: .4rem;
  font-weight: bold;
}
.address-txt {
  font-size: 1.8rem;
}
.tel-icon {
  font-size: 3rem;
}
.tel-icon::before {
  width: 30px;
  height: 30px;
}
.inquiry-inner p:last-of-type {
  font-size: 1.5rem;
  text-align: left;
}
.footer-nav > ul {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
  .footer-nav .footer-nav-sub > ul {
    display: block;
  }
.footer-nav ul li {
  margin-bottom: 0.5em;
}
.footer-nav li.footer-nav-sub {
  justify-content: flex-start;
  flex-direction: column;
}
.footer-nav .footer-nav-sub > span::before {
  display: none;  
}
.footer-nav-sub > span {
  margin-bottom: 0.5em;
}
}

/* パンくず */
/* ============================================ */
.bread {
  display: flex;
  margin: 2rem auto 3rem;
  width: calc(100% - 1em - 1em);
  max-width: 1200px;
}
.bread > ul > li:not(:last-child)::after {
  content: '｜';
  margin-left: 1em;
}
.bread li {
  margin-right: 1rem;
  font-size: 1.2rem;
  display: inline-block;
}
.bread > ul > li a {
  color: #87d299;
  text-decoration: underline;  
}
.bread > ul > li a:hover {
  text-decoration: none;  
}

/* コンテンツ領域 */
/* ============================================ */
.container {
	padding-top: 60px;
	margin-top: -60px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
.container p:not(:last-child) {
  margin-bottom: 1em;
}
.container-inner {
	width: calc(100% - 1em - 1em);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.container-inner:not(:last-child) {
	padding-top: 60px;
	margin-top: -60px;
	padding-bottom: calc(2vw + 40px);
}

@media only screen and (max-width: 768px) {
.container {
  padding-top: 30px;
  margin-top: -30px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

}

/* テキスト */
/* ============================================ */
/*
.heading-1 {
	font-size: 3.6rem;
	font-weight: bold;
}
.heading-2 {
	font-size: 3.2rem;
	font-weight: bold;
}
.heading-3 {
	font-size: 2.8rem;
	font-weight: bold;
}
.heading-4 {
	font-size: 2.4rem;
	font-weight: bold;
}
.heading-5 {
	font-size: 2rem;
	font-weight: bold;
}
.heading-6 {
	font-size: 1.8rem;
	font-weight: bold;
}
*/
.lead {
	font-size: 2.6rem;
  margin-bottom: 4rem;
}
.font-s,
figcaption {
	font-size: 1.3rem;
}
.text-bold {
	font-weight: bold;
}
.font-green {
  color: #009e96;
}
.font-red {
  color: #e71b00;
}
.txt-left {
  text-align: left !important;
}
.dot-txt {
  padding-left: 1.4em;
  position: relative;
}
.dot-txt::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #009e96;
  position: absolute;
  left: 0;
  top: 20%;
}
.note-txt {
	position: relative;
  font-size: 1.4rem;
	padding-left: 1em;
}
.note-txt::before {
	content: '※';
	position: absolute;
	top: -2px;
	left: 0;
}

/*本文と同じサイズ*/
.note-txt-regular {
	position: relative;
  font-size: 1.6rem;
	padding-left: 1em;
}
.note-txt-regular::before {
	content: '※';
	position: absolute;
	top: -2px;
	left: 0;
}
@media print, screen and (min-width: 769px) {
.pc-txt-right {
  text-align: right;
}
}
@media only screen and (max-width: 767px) {
.lead {
	font-size: 2rem;
  margin-bottom: 2rem;
}
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf?olw93l') format('truetype'),
    url('../fonts/iconset.woff?olw93l') format('woff'),
    url('../fonts/iconset.svg?olw93l#iconset') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::after, [class*=" icon-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
	text-decoration: none !important;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-movie::after {
  content: "\e903";
	font-size: .9em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-blank::after {
  content: "\e902";
	font-size: .9em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-mail::after {
  content: "\e901";
	font-size: .9em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}
.icon-file::after {
  content: "\e900";
	font-size: .9em;
	margin-left: .25em;
	margin-right: .25em;
	display: inline-block;
}

.col-btn > .icon-movie::after,
.col-btn > .icon-blank::after,
.col-btn > .icon-file2::after,
.col-btn > .icon-mail::after,
.col-btn > .icon-file::after {
	font-size: 1em;
	position: absolute;
  top: 50%;
	right: .75em;
  transform: translateY(-50%);
	margin: auto;
}

.link-text {
	text-decoration: underline;
	position: relative;
  color: #009e96;
}
.link-text:hover {
	text-decoration: none;
  color: #11c9bf;
}

.link-btn {
	align-items: center;
	border-radius: 2.5em;
	display: block;
	text-align: center;
	padding: .4em 2em .4em 1em !important;
	position: relative;
	line-height: 1.5;
  transition: .3s;
}
.btn-page::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	width: .6em;
	height: .6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-decoration: none !important;
	vertical-align: middle;
}
.btn-anc::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	width: .6em;
	height: .6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	text-decoration: none !important;
	vertical-align: middle;
}
.link-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.link-btn.gray {
	background: #fff;
	border: 1px solid #666 !important;
	color: #666;
}
.btn-page.gray::after,
.btn-anc.gray::after{
	border-top: 2px solid #666;
	border-right: 2px solid #666;
}
.link-btn.gray:hover {
	background: #666;
}
.btn-page.gray:hover::after,
.btn-anc.gray:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.link-btn.green {
	background: #fff;
	border: 1px solid #009e96 !important;
	color: #009e96;
}
.link-btn.green:hover {
	background: #009e96;
}
.link-btn.green02 {
	background: #fff;
	border: 1px solid #25bc88 !important;
	color: #25bc88;
}
.link-btn.green02:hover {
	background: #25bc88;
}
.link-btn.green03 {
	background: #fff;
	border: 1px solid #47c465 !important;
	color: #25bc88;
}
.link-btn.green03:hover {
	background: #47c465;
}
.btn-page.green::after,
.btn-anc.green::after{
	border-top: 2px solid #009e96;
	border-right: 2px solid #009e96;
}
.btn-page.green:hover::after,
.btn-anc.green:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* リスト */
/* ============================================ */
main ul,
main ol {
	line-height: 1.6;
}
ol{
  counter-reset: item;
}
ol.list-num > li {
	counter-increment: item;
	position: relative;
	padding-left: 1.5em;
}
ol.list-num > li:before {
	position: absolute;
	left: 0;
	content: counter(item);
}
ol.list-brackets > li {
	counter-increment: item;
	position: relative;
	padding-left: 2.5em;
}
ol.list-brackets > li:before {
	position: absolute;
	left: 0;
	content: "（" counter(item) "）";
}
ol.list-notes-num > li {
	counter-increment: item;
	position: relative;
	font-size: 1.4rem;
  padding-left: 2em;
  margin-bottom: 0.1em !important;
}
ol.list-notes-num > li:before {
	position: absolute;
	left: 0;
	content: "※" counter(item) " ";
}
.list-notes > li {
	position: relative;
  font-size: 1.4rem;
	padding-left: 1em;
  margin-bottom: 0.1em !important;
}
.list-notes > li::before {
	content: '※';
	position: absolute;
	top: -2px;
	left: 0;
}
.list-dot > li {
	position: relative;
	padding-left: 1em;
}
.list-dot > li::before {
	content: '';
	border-radius: 50%;
	width: .4em;
	height: .4em;
	display: inline-block;
	background: #666;
	position: absolute;
	top: .6em;
	left: .15em;
}
.list-dot.blue > li::before {
    background: #6076fb;
}
ol.list-num > li:not(:last-child),
ol.list-brackets > li:not(:last-child),
ol.list-notes-num > li:not(:last-child),
.list-notes > li:not(:last-child),
.list-dot > li:not(:last-child) {
    margin-bottom: .5em;
}
.item-dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #666;
}
.item-dl dt {
	width: 12em;
	background: #f6f6f6;
	padding: 1em;
}

.item-dl dd {
	width: calc(100% - 13.5em);
	padding: 1em 0;
	position: relative;
}

.item-dl dd::after {
	content: '';
	border-bottom: 1px solid #666;
	position: absolute;
	bottom: 0;
	left: -13.5em;
	width: calc(100% + 13.5em);
}
.item-dl.item-dl-documents dt {
	width: 21em;
}
.item-dl.item-dl-documents dd {
	width: calc(100% - 22.5em);
	padding: 1em 0;
	position: relative;
}
.item-dl.item-dl-documents dd::after  {
	content: '';
	border-bottom: 1px solid #666;
	position: absolute;
	bottom: 0;
	left: -22.5em;
	width: calc(100% + 22.5em);
}
@media (max-width: 768px) {
.item-dl {
	border-top: none;
	}
.item-dl dt {
	width: 100%;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: .25em .5em;
}
.item-dl dd {
	width: 100%;
	padding: .5em 0 1em;
}
.item-dl dd:last-child {
	padding-bottom: 0;
}
.item-dl dd::after {
	width: 0;
}
.item-dl.item-dl-documents dt {
	width: 100%;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: .25em .5em;
}
.item-dl.item-dl-documents dd {
	width: 100%;
	padding: .5em 0 1em;
}
.item-dl.item-dl-documents dd::after  {
	width: 0;
}
}

/* フローティングバナー */
/* ============================================ */
@media print, screen and (min-width: 1360px) {
.fix-bnr-wrap ul {
  max-width: 1200px;
  margin-left: auto;
}
}

.fix-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #4dc0b2;
  filter: drop-shadow(0px 8px 10px rgba(0,158,150,0.3));
  z-index: 50;
}
.fix-bnr-wrap {
  width: calc(100% - 1em - 1em);
  margin: 0 auto;
}
.fix-bnr-wrap ul {
  display: flex;
  width: calc(100% - 1em - 48px); /* 左右margin page-topbtn */
  margin-right: auto;
}
.fix-bnr-wrap ul li {
  width: calc(100% / 3); 
}
.fix-bnr-wrap ul li:hover {
  opacity: .7;
}
.fix-bnr-wrap ul li:not(:last-of-type) {
  margin: 10px 15px 10px 0;
}
.fix-bnr-wrap ul li:last-of-type {
  margin: 10px 0;
}
.fix-bnr-wrap ul li a {
  font-size: 1.8rem;
  color: #009e96;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fix-bnr-wrap li > a > span {
  display: block;
  font-size: .8em;
  margin-top: 3px;
}

@media only screen and (max-width: 768px) {
.fix-bnr-wrap ul {
  width: calc(100% - 1em - 40px);
}
.fix-bnr-wrap ul li {
  width: calc(100% / 2);
}
.fix-bnr-wrap ul li a {
  font-size: 1.6rem;
  padding: 5px;
}
}

/* ページトップボタン */
/* ============================================ */
.bt-pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: none;
  z-index: 50;
}
.link-pagetop {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff;
  transition: .3s;
}
.link-pagetop:hover {
  opacity: .7;
}
.link-pagetop:after {
	position: absolute;
	content: '';
	top: calc(50% - .25em);
	left: calc(50% - .5em);
	display: block;
	width: 1em;
	height: 1em;
	border-right: 2px solid #009e96;
	border-bottom: 2px solid #009e96;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
	.link-pagetop {
		width: 40px;
		height: 40px;
	}
}

/* PC・SPの表示・非表示　 */
@media print, screen and (min-width: 769px) {
	.sp-only {
		display: none;
	}
}
@media (max-width: 768px) {
	.pc-only {
		display: none;
	}
}


/* flex */
/* ============================================ */
.unit-row,
.unit-row-wrap {
	display: flex;
	justify-content: space-between;
}
.unit-row-wrap {
	flex-wrap: wrap;
}
.unit-row-wrap.col-2:last-child,
.unit-row-wrap.col-3:last-child,
.unit-row-wrap.col-4:last-child,
.unit-row-wrap.col-4-2:last-child {
	margin-bottom: -2em;
}
.unit-row.col-2 > section,
.unit-row.col-2 > div,
.unit-row.col-2 > p,
.unit-row.col-2 > figure,
.unit-row.col-2 > ul,
.unit-row.col-2 > dl,
.unit-row.col-2 > img,
.unit-row-wrap.col-2 > section,
.unit-row-wrap.col-2 > div,
.unit-row-wrap.col-2 > p,
.unit-row-wrap.col-2 > figure,
.unit-row-wrap.col-2 > ul,
.unit-row-wrap.col-2 > dl,
.unit-row-wrap.col-2 > li,
.unit-row-wrap.col-2 > img {
	flex-basis: calc(50% - 20px);
	margin-bottom: 2em;
	width: calc(50% - 20px);
}
.unit-row-wrap.col-3 > section,
.unit-row-wrap.col-3 > div,
.unit-row-wrap.col-3 > p,
.unit-row-wrap.col-3 > figure,
.unit-row-wrap.col-3 > ul,
.unit-row-wrap.col-3 > li,
.unit-row-wrap.col-3 > img {
	flex-basis: calc(33.333% - 20px);
	margin-bottom: 2em;
	width: calc(33.333% - 20px);
}
.unit-row-wrap.col-4 > section,
.unit-row-wrap.col-4 > div,
.unit-row-wrap.col-4 > p,
.unit-row-wrap.col-4 > figure,
.unit-row-wrap.col-4 > ul,
.unit-row-wrap.col-4 > li,
.unit-row-wrap.col-4 > img,
.unit-row-wrap.col-4-2 > section,
.unit-row-wrap.col-4-2 > div,
.unit-row-wrap.col-4-2 > p,
.unit-row-wrap.col-4-2 > figure,
.unit-row-wrap.col-4-2 > ul,
.unit-row-wrap.col-4-2 > li,
.unit-row-wrap.col-4-2 > img {
	flex-basis: calc(25% - 20px);
	margin-bottom: 2em;
	width: calc(25% - 20px);
}
.main-contents .max-col-2 {
	max-width: 600px;
	width: 100%;
}
.main-contents .max-col-3 {
	max-width: 400px;
	width: 100%;
}
.main-contents .max-col-4 {
	max-width: 300px;
	width: 100%;
}
.main-contents.col-2 .max-col-2 {
	max-width: 440px;
	width: 100%;
}
.main-contents.col-2 .max-col-3 {
	max-width: calc(880px / 3);
	width: 100%;
}
.main-contents.col-2 .max-col-4 {
	max-width: 220px;
	width: 100%;
}

.width-100,
.unit-100 {
	width: 100%;
}
.width-90,
.unit-90 {
	width: 90%;
}
.width-85,
.unit-85 {
	width: 85%;
}
.width-80,
.unit-80 {
	width: 80%;
}
.width-75,
.unit-75 {
	width: 75%;
}
.width-70,
.unit-70 {
	width: 70%;
}
.width-65,
.unit-65 {
	width: 65%;
}
.width-60,
.unit-60 {
	width: 60%;
}
.width-55,
.unit-55 {
	width: 55%;
}
.width-50,
.unit-50 {
	width: 50%;
}
.width-45,
.unit-45 {
	width: 45%;
}
.width-40,
.unit-40 {
	width: 40%;
}
.width-35,
.unit-35 {
	width: 35%;
}
.width-25,
.unit-25 {
	width: 25%;
}
.width-20,
.unit-20 {
	width: 20%;
}
.width-15,
.unit-15 {
	width: 15%;
}
.width-10,
.unit-10 {
	width: 10%;
}
@media only screen and (max-width: 767px) {
.unit-row.sp-column, .units-row-wrap.sp-column {
		flex-direction: column;
	}
.unit-row-wrap.col-2 > section,
.unit-row-wrap.col-2 > div,
.unit-row-wrap.col-2 > p,
.unit-row-wrap.col-2 > figure,
.unit-row-wrap.col-2 > ul,
.unit-row-wrap.col-2 > dl,
.unit-row-wrap.col-2 > li,
.unit-row-wrap.col-2 > img,
.unit-row-wrap.col-3 > section,
.unit-row-wrap.col-3 > div,
.unit-row-wrap.col-3 > p,
.unit-row-wrap.col-3 > figure,
.unit-row-wrap.col-3 > ul,
.unit-row-wrap.col-3 > img {
	flex-basis: 100%;
	width: 100%;
}
.unit-row-wrap.col-4 > section,
.unit-row-wrap.col-4 > div,
.unit-row-wrap.col-4 > p,
.unit-row-wrap.col-4 > figure,
.unit-row-wrap.col-4 > ul,
.unit-row-wrap.col-4 > li,
.unit-row-wrap.col-4 > img {
	flex-basis: 100%;
	width: 100%;
	max-width: 350px;
}
.unit-row.col-2 > section,
.unit-row.col-2 > div,
.unit-row.col-2 > p,
.unit-row.col-2 > figure,
.unit-row.col-2 > ul,
.unit-row.col-2 > dl,
.unit-row.col-2 > li,
.unit-row.col-2 > img,
.unit-row-wrap.col-4-2 > section,
.unit-row-wrap.col-4-2 > div,
.unit-row-wrap.col-4-2 > p,
.unit-row-wrap.col-4-2 > figure,
.unit-row-wrap.col-4-2 > ul,
.unit-row-wrap.col-4-2 > li,
.unit-row-wrap.col-4-2 > img {
	flex-basis: calc(50% - 10px);
	width: calc(50% - 10px);
}
}


/* フォーム */
/* ============================================ */
.main-contents button {
	padding: .5em;
	background: #ccc;
}
input,
select,
textarea {
	border: 1px solid #999;
	padding: .5em .75em;
}


/* margin/padding */
/* ============================================ */
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}

@media print, screen and (min-width: 769px) {
	.pc-ml-1 {
		margin-left: 1em;
	}
}

/* ============================================================
    印刷用設定
============================================================ */
@media print {
  body {
    width: 1240px;
    zoom:.85;
  }
  header {
    position: absolute;
  }
  .fix-bnr,
  .bt-pagetop {
    display: none !important;
  }
/*
  @page {
    size:A4; }
*/
}


