@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */
/* リセット */
/* ============================================ */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
  font-size: 62.5%;
  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;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px !important;
}
a:hover {
  transition: .3s;
  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;
}
/* リセット-リスト */
/* ============================================ */
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でオーバーフローを表示. */
button, input {
  overflow: visible;
}
/* Edge, Firefox, and のテキスト変換の継承を削除 */
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でのテキストの折り返し修正 */
  max-width: 100%; /* Edgeでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* Edgeでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* 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でオーバーフロー */
  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 {
  transition: .3s;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
em {
  font-style: normal;
  display: inline-block;
}
/* Edge、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/*　destyle.css終了　*/
/* ============================================ */
body {
  font-size: 1.6em;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  /*	font-feature-settings: "palt", "pkna";*/
  text-align: justify;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
header {
  width: 100%;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header.active {
  display: block;
}
main {
  position: relative;
  line-height: 1.8;
  color: var(--main_color-b);
}
img {
  width: 100%;
  height: auto;
}
main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.3;
}
main th, main td {
  padding: .75em .25em;
  border: 1px solid var(--gray-c);
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
/* ヘッダー */
/* ============================================ */
/* PC-header */
/* ============================================ */
@media print, screen and (min-width: 960px) {
  /* トップページのヘッダー初期状態は非表示（上に隠す） */
  header.index {
    backdrop-filter: blur(4px);
    background-image: linear-gradient(180deg, rgb(2 55 146 / 80%) 40%, rgb(2 55 146 / 80%) 100%);
    height: 6rem;
    /* アニメーション用 */
    transform: translateY(-100%); /* 上に隠す */
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }
  /* activeで上から表示 */
  header.index.active {
    transform: translateY(0);
  }
  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 2em);
    max-width: 192rem;
  }
  header .title-site {
    max-height: 32px;
    height: 100%;
    margin: 1em;
    transition: all 0.6s ease;
  }
  header .title-site img {
    width: auto;
    height: 100%;
  }
  /* PC-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
    display: none;
  }
  /* PC-グロナビ表示 
----------------------------------------*/
  .wrap-g-nav {}
  .wrap-g-nav > nav > ul {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .wrap-g-nav > nav.active {
    width: 100%;
    right: 0;
  }
  .wrap-g-nav > nav > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: auto 0 1.5rem;
  }
  .wrap-g-nav .g-nav {
    display: flex;
    justify-content: flex-end;
    transition: all 0.3s ease;
    gap: 0 .75em;
    height: 100%;
  }
  .wrap-g-nav .g-nav > li {
    display: flex;
    align-items: center;
    padding: 0 .5em;
    position: relative;
  }
  .wrap-g-nav .g-nav > li.nav-g-menu {
    display: none;
  }
  .wrap-g-nav .g-nav > li > * {
    color: var(--white);
    display: block;
  }
  .wrap-g-nav .g-nav > li a:hover {
    color: var(--link_color);
  }
}
/* SP-header */
/* ============================================ */
@media screen and (max-width: 960px) {
  body > header {
    height: 50px;
    position: relative;
  }
  body > header.index {
    position: fixed;
  }
  body > header .pc-only {
    display: none;
  }
  main {}
  .header-inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - .5em - .5em);
  }
  header .title-site {
    max-width: 18rem;
    transition: all 0.6s ease;
  }
  header.index .title-site {
    display: none;
  }
  /* SP-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
    background: var(--main_color-b);
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 200;
  }
  .btn-g-nav.active {
    background: var(--main_color);
  }
  .btn-g-nav.active .btn-g-nav_line {
    background-color: transparent;
  }
  .btn-g-nav.active .btn-g-nav_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .btn-g-nav.active .btn-g-nav_line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .btn-g-nav_line {
    display: block;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    background-color: var(--white);
    transition: all 0.3s ease;
  }
  .btn-g-nav_line:before, .btn-g-nav_line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--white);
    transition: inherit;
  }
  .btn-g-nav_line:before {
    top: -8px;
  }
  .btn-g-nav_line:after {
    top: 8px;
  }
  .btn-g-nav_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  /*
.btn-g-nav_text::before {
    content: 'メニュー';
    color: var(--white);
    position: absolute;
    width: 50px;
    right: 0;
    bottom: .5em;
    font-size: 1rem;
    text-align: center;
}
*/
  /* SP-メニュー表示 
----------------------------------------*/
  .wrap-g-nav {
    background: var(--white);
    background-image: linear-gradient(0deg, #eeeeee, #b7d2ff 70%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 100;
    overflow-y: auto;
  }
  .wrap-g-nav.active {
    height: 100%;
    padding: 6rem 0;
  }
  .wrap-g-nav > nav {
    display: flex;
    flex-direction: column;
    width: 0;
    width: 100%;
    height: 0;
    overflow-y: hidden;
    transition: all 0.3s ease;
  }
  .wrap-g-nav.active > nav {
    height: 100%;
    overflow-y: auto;
  }
  .wrap-g-nav .g-nav {
    height: 0;
  }
  .wrap-g-nav.active .g-nav {
    max-width: 480px;
    width: calc(100% - 4em);
    margin: 0 auto;
    height: auto;
    display: flex;
  }
  .wrap-g-nav.active .g-nav {
    max-width: 480px;
    width: calc(100% - 4em);
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .g-nav > li {
    width: calc((100% - 2em) / 2);
  }
  .g-nav > li a {
    color: var(--white);
    background-color: var(--main_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em .5em;
    position: relative;
    justify-content: center;
  }
}
/* フッター領域 */
/* ============================================ */
footer {
  background-color: #eee;
}
.inner-footer {
  max-width: 1000px;
  padding: 3em;
  margin: auto;
}
.inner-footer .title-site {}
.footer_copy {
  background: var(--main_color-b);
  color: var(--white);
  text-align: center;
  padding: 1.5em;
  margin-bottom: 0 !important;
}
.footer_copy span {
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  footer {}
  .inner-footer {}
  .inner-footer .title-site {}
}
/* コンテンツ領域 */
/* ============================================ */
/* 共通設定 */
.wrap-cat {
  min-height: calc(100vh - 6rem);
  padding: 8em 3em;
}
.cat-inner {
  max-width: var(--con-m);
  margin: auto;
}
.cat-inner_s {
  max-width: var(--con-s);
  margin: auto;
}
@media screen and (max-width: 959px) {
  .wrap-img-col-2 {
    justify-content: center;
  }
  .wrap-img-col-2:not(.nowrap) > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .wrap-cat {
    min-height: auto;
    padding: 4em 1em;
  }
}
/* テキスト */
/* ============================================ */
[class*="heading-"] {
  line-height: 1.4;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.font-l {
  font-size: 1.25em;
}
.font-s, figcaption {
  font-size: .85em !important;
  line-height: 1.4;
}
.font-red {
  color: var(--red);
}
.font-blue {
  color: var(--blue);
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf') format('truetype'), url('../fonts/iconset.woff') format('woff'), url('../fonts/iconset.svg') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]::after, [class*=" icon-"]::after, main a[target="_blank"]::after, main a[href*=".pdf"]::after, main a[href*=".xlsx"]::after, main a[href*=".docx"]::after, [class^="icon-"]::before, [class*=" icon-"]::before, main a[href^="#anc-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  vertical-align: middle;
  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;
}
/*別窓*/
main a[target="_blank"]::after, .icon-blank::after {
  content: "\e900";
  font-size: 1em;
  margin-left: .5em;
  margin-right: .25em;
  display: inline-block;
}
/*ファイル*/
main a[href*=".xlsx"]::after, main a[href*=".docx"]::after, main a[href*=".pdf"]::after, .icon-file::after {
  content: "\e909";
  font-size: 1em;
  margin-left: .5em;
  margin-right: .25em;
  display: inline-block;
}
/*ページトップ*/
.icon-pagetop::after {
  content: "\e901";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*ページリンク*/
.icon-page::after {
  content: "\e902";
  font-size: .75em;
  margin-left: .5em;
  margin-right: .25em;
  display: inline-block;
}
/*ダウンロード*/
.icon-download::after {
  content: "\e903";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-up::after {
  content: "\e904";
  font-size: .75em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*アンカーリンク*/
/*main a[href^="#anc-"]::after,*/
.icon-down::after {
  content: "\e905";
  font-size: .75em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*メール*/
/*
.icon-mail::after {
  content: "\e907";
	font-size: 1em;
	margin-left: .5em;
	margin-right: .25em;
	display: inline-block;
}
*/
.no-icon::before, .no-icon::after {
  display: none !important;
}
/*リンク-文中*/
.link-text {
  color: var(--night);
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}
.link-text:hover {
  color: var(--red);
  text-decoration: underline;
}
/*リンク-ボタン*/
.link-btn {
  background: var(--white);
  border: 1px solid var(--night);
  border-radius: 4px;
  color: var(--night);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 24rem;
  padding: .5em .5em .5em 1em;
  line-height: 1.3;
}
.link-btn::after {
  margin-left: 1em;
}
.link-btn:hover {
  background: var(--night);
  color: var(--white);
}
/*　アイコンフォント 追加　*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?4jtc2o');
  src: url('../fonts/icomoon.eot?4jtc2o#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?4jtc2o') format('truetype'), url('../fonts/icomoon.woff?4jtc2o') format('woff'), url('../fonts/icomoon.svg?4jtc2o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*[class^="icon-"], [class*=" icon-"], */
main a[href*=".pdf"]::after, main a[target="_blank"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*メール*/
.icon-mail:before {
  content: "\e910";
  font-family: "icomoon" !important;
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 2px;
}
/*PDF*/
main a.icon-pdf[target="_blank"]::after, .icon-pdf:after {
  content: "\eadf";
  font-family: "icomoon";
  display: inline-block;
  margin-left: .5em;
  margin-bottom: 2px;
}
/* リスト */
/* ============================================ */
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.25em;
}
ol.list-brackets > li:before {
  position: absolute;
  left: -.5em;
  content: "（"counter(item) "）";
}
ol.list-notes-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
}
ol.list-notes-num > li:before {
  position: absolute;
  left: 0;
  content: "※"counter(item) " ";
}
.list-notes > li {
  position: relative;
  padding-left: 1.5em;
}
.list-notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li {
  position: relative;
  padding-left: 1em;
}
.list-dot > li::before {
  content: '';
  border-radius: 50%;
  width: .6em;
  height: .6em;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  top: .5em;
  left: .15em;
}
.list-dot.blue > li::before {
  background: var(--blue);
}
.list-dot.white > li::before {
  background: var(--white);
}
.list-anc {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2em;
  margin-bottom: 4rem;
}
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: .25em;
}
/* ページトップボタン */
/* ============================================ */
.btn-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 50;
}
@media screen and (min-width: 1920px) {
  .btn-pagetop {
    right: calc(50% - 960px);
  }
}
.link-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--black);
}
.link-pagetop:hover {
  background: var(--main_color);
}
.link-pagetop:after {
  position: absolute;
  content: '';
  top: calc(50% - .25em);
  left: calc(50% - .5em);
  display: block;
  width: 1em;
  height: 1em;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .link-pagetop {
    width: 50px;
    height: 50px;
  }
}
/* PC・SPの表示・非表示　 */
@media print, screen and (min-width: 960px) { /* 960以下非表示*/
  .sp960-only {
    display: none;
  }
}
@media print, screen and (min-width: 768px) { /* 768以下非表示*/
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 959px) { /* 959以上非表示*/
  .pc960-only {
    display: none;
  }
}
@media screen and (max-width: 767px) { /* 767以上非表示*/
  .pc-only {
    display: none;
  }
}
/* width */
/* ============================================ */
.width-100 {
  width: 100% !important;
}
.width-90 {
  width: 90% !important;
}
.width-85 {
  width: 85% !important;
}
.width-80 {
  width: 80% !important;
}
.width-75 {
  width: 75% !important;
}
.width-70 {
  width: 70% !important;
}
.width-65 {
  width: 65% !important;
}
.width-60 {
  width: 60% !important;
}
.width-55 {
  width: 55% !important;
}
.width-50 {
  width: 50% !important;
}
.width-45 {
  width: 45% !important;
}
.width-40 {
  width: 40% !important;
}
.width-35 {
  width: 35% !important;
}
.width-25 {
  width: 25% !important;
}
.width-20 {
  width: 20% !important;
}
.width-15 {
  width: 15% !important;
}
.width-10 {
  width: 10% !important;
}
.w-1 {
  width: 1em !important;
}
.w-2 {
  width: 2em !important;
}
.w-3 {
  width: 3em !important;
}
.w-4 {
  width: 4em !important;
}
.w-5 {
  width: 5em !important;
}
.w-6 {
  width: 6em !important;
}
.w-7 {
  width: 7em !important;
}
.w-8 {
  width: 8em !important;
}
.w-9 {
  width: 9em !important;
}
.w-10 {
  width: 10em !important;
}
.max-con-m {
  max-width: var(--con-m) !important;
}
.max-con-s {
  max-width: var(--con-s) !important;
}
.max-con-xs {
  max-width: var(--con-xs) !important;
}
@media screen and (max-width: 767px) {
  .sp-width-100 {
    width: 100% !important;
  }
}
/* margin/padding */
/* ============================================ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-05 {
  margin-top: .5em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: .5em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !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 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: .5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: .5em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pb-5 {
  padding-bottom: 5em !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;
}
/* 変数*/
/* ============================================ */ :root {
  --red: #e43751;
  --red-rgb: 228, 55, 81;
  --blue: #4977bc;
  --blue-rgb: 73, 119, 188;
  --night: #092237;
  --night-rgb: 18, 136, 255;
  --brown: #a2dae1;
  --brown-rgb: 162, 218, 225;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --gray-3: #333;
  --gray-6: #666;
  --gray-9: #999;
  --gray-c: #ccc;
  --gray-e: #eee;
  --con-l: 150rem;
  --con-m: 120rem;
  --con-s: 100rem;
  --con-xs: 80rem;
  /*  --base_color: #;*/
  --main_color: #023893;
  --main_color-b: #032052;
  /*  --link_color: #ff5722;*/
  --link_color: #85002f;
}
/* print CSS */
/* ============================================ */
@media print {
  @page {
    size: A4;
    margin: 10mm;
  }
  html, body {
    height: auto;
  }
  body {
    width: 150rem !important;
    display: inline-block;
    transform: scale(0.72);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  header {
    position: relative;
    top: 0;
  }
  .btn-pagetop {
    display: none !important;
  }
}