@charset "UTF-8";

/*==========================================

 初期化

============================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E8E8E8;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

select::-ms-expand {
    display: none;
}

/* chtml5doctorから変更
--------------------------------------*/
ol li,
ul li {
    list-style-type: none;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.6;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* clerfix
--------------------------------------*/
.clear:after {
    content: "";
    clear: both;
    display: block;
}

/* 追加
--------------------------------------*/
sup {
    /* sup位置調整 */
    line-height: 1;
    vertical-align: text-top;
    font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
        /* PCで電話番号リンクを表示させない*/
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*========================
　CSS変数によるカラー設定
========================*/
/* 
  呼び出し
  var(--main-color)
  var(--text-color)
*/

:root {
--main-color: #0096DF; /* 基本色 */
--main-color-rgb: 0 123 208; /* 基本色-rgb */
--main-color-light: #EEF0F2; /* 薄めの基本色 */
--text-color: #292929; /* 文字色 */
--text-main-color: var(--main-color); /* 黒以外のタイトル色 */
--btn-color: var(--main-color); /* ボタン色 */
  
  --strong-text: #FF8E09;
  --strong-bg-rgb: 255, 142, 9;
  --em-text: #007BD0;
  --em-bg-rgb: 0, 123, 208;
  
  --color-gray: #525252; /* グレー文字色 */
  --color-gray-bg: #F5F5F5; /* グレー背景色 */
  --table-bg-01: #E6F2FA; /* テーブル背景色１ */
  --table-bg-02: #EEF0F2; /* テーブル背景色２ */
  --table-bg-splash: #E6F2FA; /* テーブル強調色 */
  
  --personalib-color: #0096DF; /* 個人IB */
  --businessib-color: #8FC31F; /* 法人IB */
  --internetloan-color: #EF8A17; /* インターネットローン申込み */

  /* テスト用（上記設定を上書き） */

  }

/*==========================================

 共通のスタイル

============================================*/
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 1.6em;
    /* 16px*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

div.navi-hidden {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

/*--------------------------------------
 全体のボックス
--------------------------------------*/
header {
    position: fixed;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    z-index: 24;
}

main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

main div.content {
    width: 1264px;
    margin: 6rem auto 8rem;
    padding: 0 32px;
}

main .content-free {
    margin: 0 0 6rem;
}

main .content-free>section {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

aside {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    header {
        height: 50px;
    }

    main {
        width: 100%;
    }

    main div.content {
        width: calc(100% - 24px);
        margin: 4rem auto 6rem;
        padding: 0;
    }

    main .content-free {
        margin: 0 0 6rem;
    }

    main .content-free>section {
        width: inherit;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .wrap {
        width: calc(100% - 24px);
    }
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1264px;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    width: 100%;
}

/* TOPページ以外 */
body:not(.Index):not(.business-top) .container {
    padding-top: 64px; /* standardと値が異なる */
}
@media all and (max-width: 767px) {
    body:not(.Index):not(.business-top) .container {
        padding-top: 62px;
    }
}

@media all and (min-width: 768px) {
    .sponly {
        display: none !important;
    }

    .pconly {
        display: inline-block;
    }
}

@media all and (max-width: 767px) {
    .container {
        min-width: 100%;
    }

    .pconly {
        display: none !important;
    }

    .sponly {
        display: inline-block;
    }
}

/*--------------------------------------
 背景色
--------------------------------------*/

.bg-color-01{
    background-color: var(--main-color-light);
}
.bg-color-02{
    background-color: #fff;
}

/*--------------------------------------
 レイアウトボックス
--------------------------------------*/

.box-wrap-center {
    /* 中央寄せカラム */
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {

    .box-wrap-center {
        display: block;
        width: 100%;
    }
}

/* ボックス横並び display: flex　関連
--------------------------------------*/
.grid-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.content .grid-box > * {
  margin-bottom: 12px ;
}

/* 左寄せに変更したいとき */
.grid-box.left-start {
  justify-content: flex-start;
}

/* 要素の順番を反転 */
.grid-box.reverse {
  flex-direction: row-reverse;
}

/* ボックス内の画像を100%表示 */
.grid-box > * img:not([class*="size-"]) {
  width: 100%;
  vertical-align: bottom;
}

/* --- 12カラム構成 --- */
.grid-01 { flex: 0 0 calc((100% - 24px * 11) / 12); }
.grid-02 { flex: 0 0 calc((100% - 24px * 11) / 12 * 2 + 24px); }
.grid-03 { flex: 0 0 calc((100% - 24px * 11) / 12 * 3 + 24px * 2); }
.grid-04 { flex: 0 0 calc((100% - 24px * 11) / 12 * 4 + 24px * 3); }
.grid-05 { flex: 0 0 calc((100% - 24px * 11) / 12 * 5 + 24px * 4); }
.grid-06 { flex: 0 0 calc((100% - 24px * 11) / 12 * 6 + 24px * 5); }
.grid-07 { flex: 0 0 calc((100% - 24px * 11) / 12 * 7 + 24px * 6); }
.grid-08 { flex: 0 0 calc((100% - 24px * 11) / 12 * 8 + 24px * 7); }
.grid-09 { flex: 0 0 calc((100% - 24px * 11) / 12 * 9 + 24px * 8); }
.grid-10 { flex: 0 0 calc((100% - 24px * 11) / 12 * 10 + 24px * 9); }
.grid-11 { flex: 0 0 calc((100% - 24px * 11) / 12 * 11 + 24px * 10); }
.grid-12 { flex: 0 0 100%; }

/* --- レスポンシブ対応 --- */
@media screen and (max-width: 767px) {
  .grid-box:not(.sp-grid-inherit) > * {
    flex: 0 0 100%;
    margin-bottom: 12px ;
  }

  .grid-box:has(.link-column-01) {
    gap: 0;
  }
  
  /* 要素の順番を反転 */
  .grid-box.reverse {
    flex-direction: column-reverse;
  }

  /* 写真配置用　スマホで横２枚 */
  .content .grid-box.grid-photo-box > * {
    flex: 0 0 calc(50% - 12px); /* 2個並んでgap 24pxを均等に割ったサイズ */
  }
}

/*--------------------------------------
 見出し関連
--------------------------------------*/
/*タイトル
--------------------------------------*/
.headline {
    position: relative;
    margin: 8rem 0 6rem;
    padding-top: 6.4rem;
    font-size: 2.8rem;
    font-weight: bold;
}
.headline:before {
    position: absolute;
    top: 0;
    left: -32px;
    min-width: 1200px;
    width: 100vw;
    height: 1px;
    background: #E0E0E0;
    content: "";
}
.headline:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    height: 4px;
    background: var(--main-color);
    content: "";
}

.subheading-01 {
    position: relative;
    padding: 1.2rem 2rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
}
.subheading-01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    background: #F5F5F5;
    content: "";
}
.subheading-01:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    background: var(--main-color);
    content: "";
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.subheading-01.indent-headline {
    /* タイトル内インデント（Q.A.等） */
    text-indent: -1.4em;
    padding: 0 0 1.4rem 1.4em;
}

.subheading-02 {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}
.subheading-02:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    background: var(--main-color);
    content: "";
}

.subheading-03 {
    margin-bottom: 2rem;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
}

.subheading-04 {
    font-weight: bold;
}

/*お問い合わせ見出し*/
.contact-headline {
    margin-bottom: 2rem;
    color: var(--main-color);
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
/*お問い合わせ見出しの下部テキスト*/
.contact-headline-text {
    margin-bottom: 4rem;
    text-align: center;
}

/*お問い合わせ見出し 見出し下に文章がない場合 */
.contact-headline-02 {
    margin-bottom: 4rem;
    color: var(--main-color);
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.headline a,
.subheading-01 a,
.subheading-02 a,
.subheading-03 a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .headline {
        margin: 6rem 0 4rem;
        padding-top: 40px;
        font-size: 2.2rem;
        text-align: center;
    }
    .headline:after {
        width: 12rem;
        height: 2px;
    }

    .subheading-01 {
        margin-top: 4rem;
        margin-bottom: 2rem;
        padding: 1.6rem 0 1.6rem 1.1rem;
        font-size: 1.8rem;
    }
    .subheading-01:before {
        left: -12px;
        right: -12px;
    }

    .subheading-02 {
        padding-left: 1.1rem;
        font-size: 1.8rem;
    }

    .subheading-03 {
        font-size: 1.8rem;
    }

    /*お問い合わせ見出し*/
    .contact-headline {
        font-size: 2.2rem;
    }
    /*お問い合わせ見出しの下部テキスト*/
    .contact-headline-text {
        margin-bottom: 3.2rem;
        padding: 0 12px;
        text-align: left;
    }
    /*お問い合わせ見出し 見出し下に文章がない場合 */
    .contact-headline-02 {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1264px) {
    .headline:before {
        left: calc(50% - 50vw);
    }
}

/*画像つきタイトル
--------------------------------------*/
.main-header {
    /* テキスト入りメインヘッダー */
    display: flex;
    position: relative;
    width: 100%;
    height: 338px;
    margin: 0 auto 6rem;
}
.main-header-bg {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-header-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px;
    width: 50%;
    margin-bottom: 0 !important;
    background-color: var(--main-color);
    color: #fff;
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .main-header {
        /* テキスト入りメインヘッダーSP */
        display: block;
        height: auto;
    }
    .main-header-bg {
        width: 100%;
        height: 0;
        padding-top: 56%;
    }
    .main-header-text {
        width: 100%;
        height: auto;
        padding: 12px;
        font-size: 1.6rem;
    }
}

/*ページタイトル
--------------------------------------*/
.main-title {
    /* ページタイトル */
    margin-bottom: 6rem;
    padding: 2rem 0;
    background: var(--main-color);
    color: #FFF;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
}

.main-title span {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-left: 32px;
}

@media screen and (max-width: 767px) {
    .main-title {
        /* ページタイトルSP */
        margin-bottom: 4rem;
        padding: 1.5rem 1.2rem;
        font-size: 2.2rem;
        line-height: 1.35;
    }

    .main-title span {
        width: inherit;
        padding-left: 0;
    }
}

.main-header-title {
    display: flex;
    justify-content: center;
    height: 400px;
    margin-bottom: 40px;
    background: var(--main-color);
}
.main-header-title-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 1200px;
}
.main-header-title-bg {
    width: calc(800px - 32px);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-header-title-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(400px + 32px);
    padding-left: 32px;
    padding-right: 56px;
    height: 100%;
    color: #fff;
}
.main-header-title-head {
    display: flex;
    align-items: center;
}
.main-header-title-head-icon {
    width: 72px;
    height: 72px;
    margin-right: 12px;
}
.main-header-title-head-icon img {
    width: 100%;
}
.main-header-title-head-text {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.3;
}
.main-header-title-head-sub {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 2.0rem;
    line-height: 1.6;
}
/* アイコンありタイトルの下部テキスト */
.main-header-title-text-01 {
    padding-top: 20px;
}
/* アイコンなしタイトルの下部テキスト */
.main-header-title-text-02 {
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .main-header-title {
        height: auto;
        margin-bottom: 20px;
    }
    .main-header-title-inner {
        flex-direction: column;
        width: 100%;
    }
    .main-header-title-bg {
        width: 100%;
        height: 0;
        padding-top: 52%;
    }
    .main-header-title-content {
        width: 100%;
        padding: 20px 24px;
    }
    .main-header-title-head {
        display: flex;
        align-items: center;
    }
    .main-header-title-head-icon {
        width: 48px;
        height: 48px;
    }
    .main-header-title-head-text {
        font-size: 2.2rem;
    }
    .main-header-title-head-sub {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    /* SP時：アイコンありなしで、タイトルとテキストの余白が異なる */
    .main-header-title-text-01 {
        padding-top: 20px;
        font-size: 1.4rem;
    }
    .main-header-title-text-02 {
        padding-top: 12px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1264px) {
    .main-title span {
        padding-left: 0;
    }
    .main-header-title-bg {
        width: 800px;
    }
    .main-header-title-content {
        width: 400px;
        padding-left: 0;
    }
}

/*--------------------------------------
 p,ul,ol 基本設定
--------------------------------------*/
.content p,
.content ul,
.content ol,
.content dl {
    margin: 0 0 3rem;
}

.content ul li,
.content ol li {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    ul.normal>li.blank {
        display: none;
    }
}

ul.normal-big>li:before {
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    background: #014DA0;
    border-radius: 8px;
}

ol.normal>li {
    margin: 0 0 1.5rem 2rem;
    padding-left: 1rem;
    list-style-type: decimal;
}

ul.reset>li {
    all: initial;
}

ol.reset>li {
    list-style-type: none;
}

ul.inline li,
ol.inline li {
    padding-right: 30px;
    float: left;
    list-style-position: outside;
}

/*--------------------------------------
 テーブル
--------------------------------------*/
.table-caption {
    /* テーブル上部右寄せキャプション */
    padding-bottom: 0.2rem;
    text-align: right;
}

/* デザインつきのデフォセット
--------------------------------------*/
.table-set {
    background: #FFF;
    margin: 0 auto 6rem;
    width: 100%;
}

.table-set > thead > tr > th,
.table-set > tbody > tr > th,
.table-set > tbody > tr > td {
    padding: 1.6rem;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .table-set > thead > tr > th,
    .table-set > tbody > tr > th,
    .table-set > tbody > tr > td {
        padding: 1.6rem 1.2rem;
    }
}

/* 一番下の要素のマージンを0に */
th, td {
  > *:last-child:not([class*="bottom-"]),
  > *:last-child > *:last-child:not([class*="bottom-"]),
  > *:last-child > *:last-child > *:last-child:not([class*="bottom-"]) {
    margin-bottom: 0;
  }
}

/* レイアウト レスポンシブありなし
--------------------------------------*/
@media screen and (max-width: 767px) {

    /* スクロールバー用 */
    .sp-scroll {
        overflow-x: auto;
        margin-bottom: 1.5rem;
    }

    .sp-scroll table.table-layout-01 {
        margin-bottom: 0;
        width: 740px;
    }

    .nowrap {
        /* 改行なし */
        white-space: nowrap;
    }

    /* レスポンシブ用　上下 */
    .table-layout-02 > thead > tr > th,
    .table-layout-02 > tbody > tr > th,
    .table-layout-02 > tbody > tr > td {
        display: block;
        width: 100%;
    }

}

/* レスポンシブ時の変化を桁数で自動判別するテーブル（2023年6月） */
.news-content table,
.table-auto {
  background: #FFF;
  margin: 0 auto 6rem;
  width: 100%;
}
.news-content table th,
.news-content table td,
.table-auto th,
.table-auto td {
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #d9dee1;
  box-shadow: inset 0 0 0 1px #fff;
  vertical-align: top;
}
.news-content table td {
  text-align: left;
}

.scrolltable{
  border-collapse: collapse;
}
.news-content table thead th,
.table-auto thead th {
  background-color: var(--table-bg-01);
  text-align: center;
}
.news-content table th,
.table-auto th {
  background-color: var(--table-bg-02);
  text-align: center;
}

.table-auto .splash,
.table-auto thead th.splash{
    background-color: var(--table-bg-splash);
}
.table-auto .align-01 {
    text-align: right;
}
.table-auto .align-02 {
    text-align: center;
}
.table-auto .align-03 {
    text-align: left;
}
.table-auto .v_align-01 {
    vertical-align: top;
}
.table-auto .v_align-02 {
    vertical-align: baseline;
}
.table-auto .v_align-03 {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
 .news-content .scrolltable,
 .scrolltable {
    margin-bottom: 1.5rem;
    width: 1024px;
  }
  .news-content .recombination > thead > tr > th,
  .news-content .recombination > tbody > tr > td,
  .recombination > thead > tr > th,
  .recombination > tbody > tr > th,
  .recombination > tbody > tr > td {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 1px solid #D9DEE1;
    border-bottom: 1px solid #D9DEE1;
    border-left: 1px solid #D9DEE1;
  }
 .recombination > thead > tr:first-child > th:first-child{
     border-top: 1px solid #D9DEE1;
  }
 .recombination > thead > tr:last-child > th:last-child{
     border-bottom: 0;
  }
 .recombination > tbody > tr:first-child > th:first-child{
     border-top: 1px solid #D9DEE1;
  }
}

/* デザイン
--------------------------------------*/
.table-outline-01 {
    border-collapse: collapse;
}

.table-outline-01 td {
    position: relative;
}

.table-outline-01 th,
.table-outline-01 td {
    border: 1px solid #E0E0E0;
    box-shadow: inset 0 0 0 1px #fff;
}

.table-outline-01 .bg01 {
    background: var(--table-bg-02);
}

.table-outline-01 thead th {
    background-color: var(--table-bg-01);
    text-align: center;
}

.table-outline-01 th {
    background-color: var(--table-bg-02);
    text-align: center;
}

.table-outline-02 tr {
    border-bottom: 1px dotted #E0E0E0;
}

.table-outline-02 th,
.table-outline-02 td {
    padding: 27.5px 18px;
}

.table-outline-02 th {
    font-size: 1.8rem;
    font-weight: 500;
}

.table-outline-03 {
    margin: 0;
}

.table-outline-03 th,
.table-outline-03 td {
    border: none;
    background: none;
}

/* テーブル内テーブル */
.innertable > tbody > tr:first-child > th,
.innertable > tbody > tr:first-child > td {
  border-top: 0;
}
.innertable > tbody > tr:last-child > th,
.innertable > tbody > tr:last-child > td {
  border-bottom: 0;
}


.table-outline-03.innertable th {
    padding: 0 1.5rem 1.5rem 0;
}

.table-outline-03.innertable td {
    padding: 0 0 1.5rem 1.5rem;
}

.innertable tr:last-child td {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .innertable tr:first-child th {
        padding: 0 0 1.5rem 0;
    }

    .table-outline-03.innertable th {
        padding: 1.5rem 1.5rem 1.5rem 0;
    }

    .innertable td,
    .table-outline-03.innertable td {
        padding: 1.5rem 0;
    }

    .table-layout-02.table-outline-01 {
        border-top: 1px solid #E0E0E0;
    }

    .table-layout-02.table-outline-01 tr th,
    .table-layout-02.table-outline-01 tr td {
        border-top: none;
        border-right: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
        border-left: 1px solid #E0E0E0;
    }

    .table-outline-02 th {
        padding: 20px 12px 6px;
    }

    .table-outline-02 td {
        padding: 6px 12px 20px;
    }

    /* 入れこ */
    .table-layout-02 .table-layout-01 th,
    .table-layout-02 .table-layout-01 td {
        display: inline;
    }

    .table-layout-02 .table-outline-01 th,
    .table-layout-02 .table-outline-01 td {
        border-top: 1px solid #E0E0E0;
        display: table-cell;
        width: inherit;
    }

     .table-outline-03 {
      &  th, td {
          border-top: 0;
          border-right: 0;
          border-left: 0;
        }
        & th {
          border-bottom: 1px dotted #CCC;
        }
        &  td {
          border-bottom: 1px solid #E0E0E0;
        }
        &  tr:last-child td:last-child {
          border-bottom: 0;
        }
      }

    .table-auto:not([class*="innertable"]) ,
    .table-layout-02.table-outline-01 {
      & .table-outline-03{
        &  tr {
          &  th, td {
            border-left :0 ;
            border-right: 0;
            padding: 1.5rem 0;
          }
        }
        tr:last-child td:last-child {
          border-bottom: 0;
        }
      }
          }
    
    .table-layout-02 .table-layout-01 tr th {
        border-top: 1px solid #E0E0E0;
    }
}

/* テーブル内テーブル2 */
.innertable-02 {
  margin-bottom: 0;
  th,td { 
    padding: 0 20px 0 0;
    border: 0;
  }
  th {
    background: #FFF;
  }
  th:last-child,
  td:last-child {
    padding-right: 0;
  }
}
@media screen and (width <= 767px){
  .innertable-02 {
    margin-bottom: 0;
    width: 100%;
    th,td { 
      border: 0;
    }
    th:last-child,
    td:last-child {
      padding-right: 0;
    }
  }
}


/* 文字位置
--------------------------------------*/
.table-text-01>tbody>tr>th {
    text-align: center;
}

.table-text-01>tbody>tr>td {
    text-align: left;
}

.table-text-02>tbody>tr>th,
.table-text-02>tbody>tr>td {
    text-align: center;
}

.table-text-03>tbody>tr>th,
.table-text-03>tbody>tr>td {
    text-align: left;
}

.table-text-04>tbody>tr>th {
    text-align: center;
}

.table-text-04>tbody>tr>td {
    text-align: right;
}

.table-text-05>tbody>tr>th {
    text-align: left;
}

.table-text-05>tbody>tr>td {
    text-align: right;
}

.table-text-06>tbody>tr>th {
    text-align: left;
}

.table-text-06>tbody>tr>td {
    text-align: center;
}

.table-text-07>tbody>tr>th {
    text-align: center;
}

.table-text-07>tbody>tr>td {
    text-align: left;
}

.table-text-07>tbody>tr>td:last-child {
    text-align: center;
}

.table-text-08>tbody>tr>th {
    /*イベント一覧など、縦横中央*/
    text-align: center;
    vertical-align: middle;
}

.table-text-08>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
}

.table-text-09>tbody>tr>th {
    text-align: right;
}

.table-text-09>tbody>tr>td {
    text-align: left;
}

/* 文字位置 個別
--------------------------------------*/
.table-set .align-01 {
    text-align: right;
}

.table-set .align-02 {
    text-align: center;
}

.table-set .align-03 {
    text-align: left;
}

.table-set .v_align-01 {
    vertical-align: top;
}

.table-set .v_align-02 {
    vertical-align: baseline;
}

.table-set .v_align-03 {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {

    /*スマホだけテキストセンター*/
    .table-set .align-02-sp {
        text-align: center;
    }
}

/* テーブルのセル内での「地図を見る」リンク横並び（PC）
--------------------------------------*/
.table-outline-01 .table-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table-outline-01 .table-link-wrap-left {
    flex: 1;
}
.table-outline-01 .table-link-wrap-right {
    padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
    /* SPでは縦並び */
    .table-outline-01 .table-link-wrap {
        display: block;
    }
    .table-outline-01 .table-link-wrap-right {
        padding: 0.9rem 0 0;
    }
}

/* 色個別
--------------------------------------*/
.table-set .splash {
    background-color: var(--table-bg-splash);
}

.table-outline-01 thead th.splash {
    background-color: var(--table-bg-splash);
}

/* リンクボックスブロック内のテーブル
--------------------------------------*/
.table-in-link-box {
    display: flex;
    padding: 1.2rem;
}
.table-in-link-box th {
    width: 100px;
    color: var(--main-color);
    font-weight: bold;
}
.table-in-link-box td {
    font-weight: normal;
}


/* 横幅
--------------------------------------*/
.size-05 {
    width: 5%;
}

.size-08 {
    width: 8%;
}

.size-10 {
    width: 10%;
}

.size-13 {
    width: 13%;
}

.size-15 {
    width: 15%;
}

.size-20 {
    width: 20%;
}

.size-22 {
    width: 22%;
}

.size-25 {
    width: 25%;
}

.size-28 {
    width: 28%;
}

.size-30 {
    width: 30%;
}

.size-33 {
    width: calc(100% / 3);
}

.size-35 {
    width: 35%;
}

.size-40 {
    width: 40%;
}

.size-45 {
    width: 45%;
}

.size-50 {
    width: 50%;
}

.size-55 {
    width: 55%;
}

.size-60 {
    width: 60%;
}

.size-65 {
    width: 65%;
}

.size-70 {
    width: 70%;
}

.size-75 {
    width: 75%;
}

.size-80 {
    width: 80%;
}

.size-85 {
    width: 85%;
}

.size-90 {
    width: 90%;
}

.size-93 {
    width: 93%;
}

.size-95 {
    width: 95%;
}

.size-97 {
    width: 97%;
}

.size-100 {
    width: 100%;
}

/*--------------------------------------
 パーツ
--------------------------------------*/


/* パンくずリスト
--------------------------------------*/
.breadcrumb {
    padding: 10px 0;
    background: var(--color-gray-bg);
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-left: 32px;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 30px;
    color: #7A7A7A;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url("../img/icon_arrow01_04.svg") no-repeat center / contain;
    transform: rotate(-90deg);
    content: '';
}

.breadcrumb ul li:last-child:after {
    position: static;
    content: '';
}

.breadcrumb ul li a {
    color: #7A7A7A;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

@media screen and (min-width: 1264px) {
    .breadcrumb ul {
        padding-left: 0;
    }
}


/*--------------------------------------
 注釈関連
--------------------------------------*/

p.note {
    position: relative;
    padding: 0 0 0 2.6rem;
    font-size: 1.4rem;
}
p.note:after {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
    font-size: 1.4rem;
}

ul.note-01,
ol li ul.note-01 {
    /* 注記 ※ */
    margin-top: 1rem;
    padding: 0 0 0 2.6rem;
    counter-reset: number;
}

ul.note-01 li,
ol ul.note-01 li {
    position: relative;
    list-style: none;
    font-size: 1.4rem;
}

ul.note-01 li:before,
ol li ul.note-01 li:before {
    counter-increment: number;
    content: "※";
    position: absolute;
    left: -2.6rem;
    width: 1em;
    height: 1em;
    background: initial;
    border: initial;
    border-radius: initial;
    text-align: initial;
    font-size: 1.4rem;
    line-height: 1.7;
    top: 0;
}

.align-02 ul.note-01 li {
    display: inline-block;
}

.align-02 ul.note-01 li:before {
    top: 0;
}

ul.note-02,
ol li ul.note-02 {
    /* 注記 ＊ */
    margin-top: 1rem;
    padding: 0 0 0 2.6rem;
    counter-reset: number;
}

ul.note-02 li,
ol li ul.note-02 li {
    position: relative;
    list-style: none;
    font-size: 1.4rem;
}

ul.note-02 li:before,
ol li ul.note-02 li:before {
    counter-increment: number;
    content: "＊";
    position: absolute;
    top: -0.1em;
    left: -2.6rem;
    width: 1em;
    height: 1em;
    background: initial;
    border: initial;
    border-radius: initial;
    font-size: initial;
    text-align: initial;
}

.note-03 {
    /* 注記 ※1 */
    margin-top: 1rem;
    padding: 0 0 0 3.6rem;
    counter-reset: number;
}

.note-03 li {
    position: relative;
    list-style: none;
    font-size: 1.4rem;
}

.note-03 li:before {
    counter-increment: number;
    content: "※"counter(number)"";
    position: absolute;
    top: 0;
    left: -3.6rem;
    width: 2.4rem;
    height: 1em;
}

.note-04 {
    /* 注記（注1） */
    margin-top: 1rem;
    padding: 0 0 0 6.4rem;
    counter-reset: number;
}

.note-04 li {
    position: relative;
    list-style: none;
    font-size: 1.4rem;
}

.note-04 li:before {
    counter-increment: number;
    content: "（注"counter(number)"）";
    position: absolute;
    top: 0;
    left: -6.4rem;
    width: 5.2em;
    height: 1em;
    white-space: nowrap;
}

.bottom-caution {
    padding-top: 1rem;
}

/* -----------
枠線
------------*/
.column-01 {
    /* 枠囲み */
    box-sizing: border-box;
    padding: 25px;
    border: 2px var(--main-color) solid;
    border-radius: 3px;
    background: #FFF;
}

.column-01.no-border {
    /* 枠無し */
    padding: 40px;
    border: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.column-01 .column-headline {
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    color: var(--main-color);
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.column-01 .column-headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background:var(--main-color);
    content: "";
}

.column-01 .column-headline.no-deco {
    color: inherit;
    padding-bottom: 0;
    margin-bottom: 4rem;
}
.column-01 .column-headline.no-deco.no-deco-02 {
    margin-bottom: 2.3rem;
}
.column-01 .column-headline.no-deco:after {
    content: none;
}
@media (min-width: 768px) {
    .column-01 .column-headline.bottom-space-pc-01 {
        margin-bottom: 2rem;
    }
}

.column-01 .column-subheading-01 {
    margin-bottom: 2rem;
    color: var(--main-color);
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.column-01 .column-img-01 {
    height: 60px;
    margin-bottom: 4px;
    text-align: center;
}

.column-01 .column-img-01 img {
    width: inherit !important;
}

.column-01 .column-qr-01 {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.2rem;
    text-align: center;
}

.column-01 .column-text-01 {
    margin-bottom: 2rem;
    text-align: center;
}

.column-01 .column-text-02 {
    font-size: 1.4rem;
}

.column-01 .column-btn-01 {
    /* 角丸ボタン */
    margin: 2rem 0 0;
}

.column-01 .column-btn-01 a,
.column-01 .column-btn-02 a {
    display: block;
    position: relative;
    border-radius: 4px;
    background: var(--main-color);
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.column-01 .column-btn-01 a {
    padding: 1.9rem 3.2rem;
}

.column-01 .column-btn-02 a {
    padding: 2.4rem 3.2rem;
}

.column-01 .column-btn-02 a span {
    display: block;
    font-size: 3rem;
}

.column-01 .column-btn-01 a:before,
.column-01 .column-btn-02 a:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.2rem;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_arrow01_white.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

.column-01 .tel-number,
.column-01 .tel-number-free {
    /* アイコン付き電話番号・フリーダイアル */
    display: table;
    margin: 0 auto 1.2rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

.column-01 .tel-number span,
.column-01 .tel-number-free span {
    display: table-cell;
    vertical-align: middle;
}

.column-01 span.pc-none {
    display: none;
}

.column-01 span.sp-none {
    display: table-cell;
}

.column-01 .tel-number span img {
    display: block;
    width: 40px;
    margin-right: 4px;
}
.column-01 .tel-number-free span img {
    display: block;
    width: 50px;
    margin-right: 4px;
}

.column-01 .tel-number-pcsp {
    /* アイコン付き電話番号（SP時はボタン表示） */
    margin: 0 auto 1.2rem;
    font-weight: bold;
}

.column-01 .tel-number-pcsp a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.column-01 .tel-number-pcsp .icon-tel {
    height: 44px;
    padding-top: 5px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .column-01 {
        padding: 2rem;
    }

    .column-01.no-border {
        /* 枠無し */
        padding: 2rem;
    }

    .column-01 .column-headline {
        font-size: 1.6rem;
    }

    .column-01 .column-headline.no-deco {
        margin-bottom: 2rem;
    }
    .column-01 .column-headline.no-deco.no-deco-02 {
        margin-bottom: 2rem;
    }
    .column-01 img {
        width: inherit;
    }

    .column-01 .column-btn-01 a,
    .column-01 .column-btn-02 a {
        padding: 1.9rem 3.2rem;
        font-size: 1.6rem;
    }

    .column-01 .tel-number,
    .column-01 .tel-number-free {
        margin-bottom: 8px;
        font-size: 2.8rem;
    }

    .column-01 span.pc-none {
        display: block;
    }

    .column-01 span.sp-none {
        display: none;
    }

    .column-01 .tel-number a,
    .column-01 .tel-number-free a {
        text-decoration: underline;
        color: var(--main-color);
    }

    .column-01 .tel-number span img {
        width: 32px;
        margin-right: 8px;
    }
    
    .column-01 .tel-number-pcsp a {
        /* アイコン付き電話番号（SP時はボタン表示） */
        position: relative;
        border-radius: 4px;
        background: var(--main-color);
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .column-01 .tel-number-pcsp .icon-tel {
        width: 100%;
        height: 65px;
        padding: 0;
        border: 0;
    }
    .column-01 .tel-number-pcsp .icon-tel-free {
        width: 37px;
        height: 22px;
        margin-right: 10px;
        background: url("../img/icon_tel_free_white.svg") no-repeat center / contain;
    }
}

@media all and (min-width: 768px) {
    /* 枠無し囲み内のアイコンのPC時 */
    .column-01.no-border .column-img-01 {
        height: 80px;
        margin-bottom: 1.2rem;
    }
    .column-01.no-border .column-img-01 .column-ico {
        height: 80px;
    }
}

.column-02 {
    /* 枠囲み（グレー罫線） */
    padding: 25px;
    border: 1px #D0D9D0 solid;
}

.column-02 .column-headline {
    margin-bottom: 0.4rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .column-02 {
        padding: 2rem;
    }
}

.column-05 {
    /* 左画像、右テキストレイアウト（幅汎用） */
    display: flex;
}

.column-06 {
    /* 右画像、左テキストレイアウト（幅汎用） */
    display: flex;
    flex-direction: row-reverse;
}

.column-05>div,
.column-06>div {
    width: 100%;
}

.column-05 .column-img,
.column-05 .column-img-01,
.column-05 .column-img-02 {
    width: inherit;
    margin-right: 3.2rem;
}

.column-06 .column-img,
.column-06 .column-img-01,
.column-06 .column-img-02 {
    width: inherit;
    margin-left: 3.2rem;
}

.column-05 .column-img-01 img,
.column-06 .column-img-01 img {
    width: 25.6rem;
}

.column-05 .column-img ul,
.column-06 .column-img ul,
.column-05 .column-img-01 ul,
.column-06 .column-img-01 ul {
    /* 画像複数並び */
    display: flex;
}

.column-05 .column-img ul li,
.column-06 .column-img ul li,
.column-05 .column-img-01 ul li,
.column-06 .column-img-01 ul li {
    margin-right: 3.2rem;
}

.column-05 .column-img ul li:last-child,
.column-06 .column-img ul li:last-child,
.column-05 .column-img-01 ul li:last-child,
.column-06 .column-img-01 ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    .column-05,
    .column-06 {
        /* 画像、テキストレイアウト（幅汎用）SP */
        display: block;
    }

    .column-05 .column-img,
    .column-06 .column-img,
    .column-05 .column-img-01,
    .column-06 .column-img-01 {
        margin: 0 0 1rem;
    }

    .column-05 .column-img-02,
    .column-06 .column-img-02 {
        text-align: center;
        margin: 0 0 1rem;
    }

    .column-05 .column-img img,
    .column-06 .column-img img,
    .column-05 .column-img-02 img,
    .column-06 .column-img-02 img {
        max-width: 100% !important;
        width: auto !important;
    }

    .column-05 .column-img img.img-sp-01,
    .column-06 .column-img img.img-sp-01,
    .column-05 .column-img-02 img.img-sp-01 .column-06 .column-img-02 img.img-sp-01 {
        width: 30% !important;
    }

    .column-05 .column-img-01 img,
    .column-06 .column-img-01 img {
        width: 100%;
    }

    .column-05 .column-img ul li,
    .column-06 .column-img ul li,
    .column-05 .column-img-01 ul li,
    .column-06 .column-img-01 ul li {
        /* 画像複数並び */
        width: 48%;
        margin-right: 4%;
    }

    .column-05 .column-img ul li img,
    .column-06 .column-img ul li img,
    .column-05 .column-img-01 ul li img,
    .column-06 .column-img-01 ul li img {
        width: 100%;
    }
}

.outer-01 {
    /* 枠線付きボックス */
    padding: 2.4rem;
    border: 2px #E0E0E0 solid;
    border-radius: 3px;
}

.outer-01.no-border {
    border: none;
}

.outer-02 {
    /* 背景付きボックス */
    padding: 2.4rem;
    border-radius: 3px;
    background: var(--color-gray-bg);
}

.outer-03 {
    /* 背景付きボックス */
    padding: 2.4rem;
    border-radius: 3px;
    background: var(--main-color-light);
}

.outer-04 {
    /* 枠線付きボックス */
    padding: 2.4rem;
    border: 2px var(--main-color-light) solid;
    border-radius: 3px;
}

.outer-05 {
    /* 背景付きボックス */
    padding: 2rem;
    border: 2px var(--main-color) solid;
    border-radius: 3px;
}

.outer-06 {
    /* ボーダー囲み */
    display: table;
    margin: 0 auto;
    padding: 2.4rem;
    border: 2px #DCDFDD solid;
    border-radius: 3px;
    box-sizing: border-box;
}

[class*="outer-"] {
  > *:last-child:not([class*="bottom-"]):not([class*="grid-"]),
  > *:last-child > *:last-child:not([class*="bottom-"]):not([class*="grid-"]),
  > *:last-child > *:last-child > *:last-child:not([class*="bottom-"]):not([class*="grid-"]) {
  margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
    .outer-01,
    .outer-02,
    .outer-03,
    .outer-04,
    .outer-05,
    .outer-06 {
        padding: 2rem;
    }

    .outer-06 {
        width: inherit;
    }
}

.outer-bg-01 {
    /* 背景付き幅100%ボックス */
    background: var(--main-color-light);
    padding: 6rem 0;
}

.outer-bg-01 .grid-box,
.outer-bg-01 .grid-box > * {
    /* グリッドのmarginを調整 */
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .outer-bg-01 {
        /* 背景付き幅100%ボックスSP */
        padding: 4rem 0;
    }
    .outer-bg-01 .grid-box > *:not(:last-of-type) {
        /* グリッドのmarginを調整 */
        margin-bottom: 1.6rem;
    }
}

.adobe-reader {
    /* adobe */
    display: table;
    margin: 0 auto;
    padding: 2.2rem;
    border: 2px #E0E0E0 solid;
    border-radius: 4px;
    background: #FFF;
}

.adobe-reader>dt,
.adobe-reader>dd {
    display: table-cell;
    vertical-align: middle;
}

.adobe-reader>dt>a{
    display: flex;
    width: 158px;
    align-items: center;
    margin: auto;
}

.adobe-reader>dd {
    padding-left: 2rem;
}

@media screen and (max-width: 767px) {

    .adobe-reader {
        padding: 2rem;
    }

    .adobe-reader>dt,
    .adobe-reader>dd {
        display: block;
    }

    .adobe-reader>dd {
        margin-top: 2rem;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .adobe-reader>dt>a{
        width: 200px;
    }
}



/*--------------------------------------
 リスト
--------------------------------------*/
/* 丸リスト */
ul.list-disc,
ol ul.list-disc {
    counter-reset: number;
}

.list-disc.margin-reset {
    margin: 0;
}

ul.list-disc>li,
ol ul.list-disc>li {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 0 0 0 30px;
    text-indent: 0;
}

ul.list-disc>li:last-child,
ol ul.list-disc>li:last-child {
    margin: 0;
}

ul.list-disc>li:before,
ol ul.list-disc>li:before {
    display: none;
}

ul.list-disc>li:after,
ol ul.list-disc>li:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--main-color);
    width: 6px;
    height: 6px;
    top: 0.9rem;
    left: 0.5rem;
    border-radius: 50%;
}
ul.list-disc.text-big>li:after,
ol ul.list-disc.text-big>li:after {
    width: 8px;
    height: 8px;
    top: 15px;
}
ul.list-disc.text-bigger>li:after,
ol ul.list-disc.text-bigger>li:after {
    width: 10px;
    height: 10px;
    top: 18px;
}


ul.list-disc>li .note,
ol ul.list-disc>li .note {
    margin: 1rem 0;
}

/* 丸リスト ●が大きいほう */
.list-disc-big.margin-reset {
    margin: 0;
}

ul.list-disc-big>li,
ol ul.list-disc-big>li {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 0 0 0 30px;
    text-indent: 0;
}

ul.list-disc-big>li:after,
ol ul.list-disc-big>li:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--main-color);
    width: 12px;
    height: 12px;
    top: 0.7rem;
    left: 0.8rem;
    border-radius: 50%;
}
ul.list-disc-big.text-big>li:after,
ol ul.list-disc-big.text-big>li:after {
    width: 16px;
    height: 16px;
    top: 10px;
}
ul.list-disc-big.text-bigger>li:after,
ol ul.list-disc-big.text-bigger>li:after {
    width: 16px;
    height: 16px;
    top: 15px;
}


/* 通常番号リスト */
ol.number-list-01 {
  padding-left: 2rem;
  counter-reset: number;
}
ol.number-list-01 > li{
  position: relative;
  list-style: none;
  padding-left: 0.6rem;
}
ol.number-list-01 > li:before {
  counter-increment: number;
  content: counter(number)". ";
  position: absolute;
  top: 1px;
  left: -1.7rem;
  text-align: left;
  display: block;
}
ol.number-list-01.text-bigger > li:before {
  left: -2.3rem;
}

/* カッコ数字 */
ol.number-list-02 {
  padding-left: 2.6rem;
  counter-reset: number;
}
ol.number-list-02 > li {
  position: relative;
  list-style: none;
}
ol.number-list-02 > li:before{
  counter-increment: number;
  content: "("counter(number)")";
  font-size: 98%;
  background: inherit;
  color: #555;
  position: absolute;
  top: 1px;
  left: -2.8rem;
  width: 2.5rem;
  border: inherit;
  border-radius: inherit;
  text-align: left;
}
ol.number-list-02.text-big > li:before{
  left: -3.3rem;
}
ol.number-list-02.text-bigger > li:before{
  font-size: 80%;
  top: 6px;
  left: -3.7rem;
}

/* 丸数字 */
ol.number-list-03 {
  padding-left: 2.1rem;
  counter-reset: number;
}
ol.number-list-03 > li {
  position: relative;
  list-style: none;
  padding-left: 0.5rem;
}
ol.number-list-03 > li:before {
  counter-increment: number;
  content: counter(number);
  font-size: 80%;
  background:#fff;
  color:#222;
  position: absolute;
  top: 4px;
  left: -2.3rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border: 1px solid #222;
  border-radius: 50%;
  line-height: 1.8rem;
  letter-spacing: -1px;
}
ol.number-list-03.text-big > li:before {
  line-height: 2.2rem;
  top: 10px;
  width: 2.4rem;
  height: 2.4rem;
}
ol.number-list-03.text-bigger > li:before {
  font-size: 70%;
  line-height: 2.5rem;
  top: 13px;
  left: -2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

/* a. */
ol.number-list-04 {
    padding-left: 2.6rem;
    counter-reset: number;
}

ol.number-list-04 > li {
    position: relative;
    list-style: none;
}

ol.number-list-04 > li:before {
    counter-increment: number;
    content: counter(number, lower-alpha)". ";
    position: absolute;
    top: 0;
    left: -1.4em;
    width: 3em;
    height: 1em;
    font-size: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    text-align: inherit;
}
ol.number-list-04.text-big > li:before {
    left: -1em;
}

/* A. */
ol.number-list-05 {
    padding-left: 2.6rem;
    counter-reset: number;
}

ol.number-list-05 > li {
    position: relative;
    list-style: none;
}

ol.number-list-05 > li:before {
    counter-increment: number;
    content: counter(number, upper-alpha)". ";
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 3em;
    height: 1em;
    font-size: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    text-align: inherit;
}
ol.number-list-05.text-big > li:before {
    left: -1.1em;
}

/* (a) */
ol.number-list-06 {
    padding-left: 2.6rem;
    counter-reset: number;
}

ol.number-list-06 > li {
    position: relative;
    list-style: none;
}

ol.number-list-06 > li:before {
    counter-increment: number;
    content: "（"counter(number, lower-alpha)"）";
    position: absolute;
    top: 0;
    left: -2.4em;
    width: 4em;
    height: 1em;
    font-size: inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
    text-align: inherit;
    white-space: nowrap;
}
ol.number-list-06.text-big > li:before {
    left: -2.1em;
}


/* 汎用リスト */

p.indent-list,
.indent-list > li {
  display: table;
  margin: 0;
}
p.indent-list,
.indent-list.space-01 > li { /* スペース少 */
  margin-bottom: 1rem;
}
p.indent-list span,
.indent-list > li > span {
  display: table-cell;
  vertical-align: top;
  text-indent: 0;
  padding-right: 1rem;
}
p.indent-list span:first-of-type,
.indent-list > li > span:first-of-type {
  white-space: nowrap;
}
.outer-01, .outer-02, .outer-03, .outer-04, .outer-05, .outer-06 {
    & td {
        & > *:last-child.indent-list,
        & > *:last-child.indent-list & > *:last-child {
            margin-bottom: 0 !important;
        }
    }
}


/* 行間調整
--------------------------------------*/
/* リスト行間調整 2025/09 */

.content :where(ul, ol).list-space-00 { --ls: 0; --tls: 1rem }
.content :where(ul, ol).list-space-01 { --ls: 1rem; --tls: 1rem }
.content :where(ul, ol).list-space-02 { --ls: 2rem; --tls: 2rem }
.content :where(ul, ol).list-space-03 { --ls: 3rem; --tls: 3rem }


/* 各リストの下マージンおよび内包liの下マージンは --ls */
.content ul :is(.list-space-01, .list-space-02, .list-space-03):not(:last-child):not([class*="bottom-"]),
.content ol :is(.list-space-01, .list-space-02, .list-space-03):not(:last-child):not([class*="bottom-"]),
.content :where(ul, ol):is([class*="list-space-"]) > li  {
  margin-bottom: var(--ls);
}

/* リスト内のブロック要素の上マージン ＝そのリストの --ls を継承（一番上および上下マージンの個別指定がある場合を除く）  */
.content :where(ul, ol):is([class*="list-space-"]) > li > :where(div, form, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, table, ul, ol):not(:first-child):not([class*="top-"], [class*="topbottom-"]) {
  margin-top: var(--tls);
}

/* リスト内のブロック要素の下マージン ＝そのリストの --ls を継承（一番下および上下マージンの個別指定がある場合を除く）  */
.content :where(ul, ol):is([class*="list-space-"]) > li > :where(div, form, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, table, ul, ol):not(:last-child):not([class*="bottom-"], [class*="topbottom-"]) {
  margin-bottom: var(--tls);
}

/* 各リスト直下の最後の要素は は 0 */
.content :where(ul, ol):is([class*="list-space-"]) > li:last-child:not([class*="bottom-"], [class*="topbottom-"]),
.content :where(ul, ol):is([class*="list-space-"])
  > li > :where(*:last-child):not([class*="bottom-"], [class*="topbottom-"]) {
  margin-bottom: 0;
}


/* ニュース一覧
--------------------------------------*/
ul.news-list > li {
    margin-bottom: 0;
    padding: 2.1rem 1.8rem;
    border-bottom: 1px solid #E0E0E0;
}

ul.news-list > li:first-child {
    
}

.news-list .head {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}

.news-list .date {
    color: #7A7A7A;
    font-size: 1.4rem;
    vertical-align: top;
    white-space: nowrap;
}

.news-list .category {
    display: flex;
    margin-bottom: 0;
}
.news-list .category-item {
    margin-bottom: 0;
    margin-left: 8px;
    padding: 0.2rem 1.6rem;
    border: 1px solid rgba(0,123,208,0.2);
    border-radius: 3px;
    background: #fff;
    color: var(--main-color);
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
}

.news-list .category-item.new {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.news-list a {
    width: 100%;
    font-size: 1.6rem;
    text-decoration: none;
}
.news-list a.link-arrow,
.news-list a.link-blank,
.news-list a.link-pdf,
.news-list a.link-xls,
.news-list a.link-doc {
    padding-left: 0;
    padding-right: 3.2rem;
}
.news-list a.link-arrow:before,
.news-list a.link-blank:before,
.news-list a.link-pdf:before,
.news-list a.link-xls:before,
.news-list a.link-doc:before {
    left: auto;
    right: 0;
}

.news-list .txt img {
    position: relative;
    top: 0.1em;
    padding-left: 0.6rem;
}

@media screen and (max-width: 767px) {
    ul.news-list > li {
        display: block;
        width: 100%;
        padding: 1.2rem 0;
    }

    .news-list a {
        font-size: 1.6rem;
    }

    .news-list .head {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .news-list .category {
        margin: 0 auto 1.2rem 0;

    }

    .news-list .category-item {
        margin-left: 0;
        margin-right: 4px;
    }

    .news-list .date {
        display: block;
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .news-list .txt {
        display: block;
        width: 100%;
    }
}

.link-blank-box {
    /* 別窓アイコン */
    display: inline-block;
    position: relative;
    padding: 0.6rem 0.8rem 0.4rem 3rem;
    background: var(--main-color);
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.link-blank-box:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/icon_blank_white.svg") no-repeat;
    background-size: 100% auto;
    content: '';
}

.link-blank-box:hover {
    opacity: 0.6;
    color: #FFF;
}

/* アンカーリンクリスト（無印、2〜3共通設定） */
.content .anchor-link-list,
.content .anchor-link-list-02,
.content .anchor-link-list-03 {
  & li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 3rem;
  }
  & a {
    text-decoration: none;
  }
  & a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
  }
}

/* アンカーリンクリスト02（Q&A用） */
.content .anchor-link-list-02 > li {
  padding-left: 6rem;
}
.anchor-link-list-02 span {
  position: absolute;
  left: 3rem;
}

/* アンカーリンクリスト03（インライン） */
.anchor-link-list-03 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

/*--------------------------------------
 ボタン
--------------------------------------*/
.btn-link-list,
.content .btn-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 2rem;
  justify-content: center;
}

.btn-link-list.left-start {
    justify-content: flex-start;
}

.btn-link-list > *,
.content .btn-link-list > * {
    display: flex;
    margin-bottom: 24px;
}

.btn-link-list > *.btn-grow,
.content .btn-link-list > *.btn-grow {
    flex: 1;
}

.btn-link-list > * a,
.btn-link-list > * input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

/* 囲みの中のボタン */
.column-01 .btn-link-list > * {
  margin-bottom: 0;
}

/* 内部リンク パターン2 */
.content ul.btn-link-list-02 > * {
    margin: 0 0 10px;
}
.btn-link-list-02 > * a.btn-link-04 {
    padding: 1.1rem 2rem;
}

@media screen and (max-width: 767px) {
    .btn-link-list,
    .content .btn-link-list {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -8px; /* ボタンの下部余白を相殺する */
    }

    .btn-link-list > *,
    .content .btn-link-list > * {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 8px;
    }

    /* 囲みの中のボタン */
    .column-01 .btn-link-list {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -20px; /* ボタンの下部余白を相殺する */
    }
    .column-01 .btn-link-list > * {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* 内部リンク パターン2 */
    .content ul.btn-link-list-02 > * {
        margin: 0 0 8px;
    }
}

a.btn-link-01,
input.btn-link-01,
a.btn-link-02,
input.btn-link-02,
a.btn-link-03,
input.btn-link-03 {
    display: flex;
    position: relative;
    background-color: var(--btn-color);
    border: none;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -webkit-appearance: none;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    justify-content: center;
}

a.btn-link-01,
input.btn-link-01 {
    padding: 1.1rem 3.2rem;
}

a.btn-link-02,
input.btn-link-02 {
    padding: 1.9rem 3.2rem;
    font-size: 1.8rem;
}

a.btn-link-03,
input.btn-link-03 {
    padding: 2.4rem 3.2rem;
    font-size: 2.0rem;
}

a.btn-link-01:before,
input.btn-link-01:before,
a.btn-link-02:before,
input.btn-link-02:before,
a.btn-link-03:before,
input.btn-link-03:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.2rem;
    width: 22px;
    height: 22px;
    margin: auto;
    background: url("../img/icon_arrow01_white.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

a.btn-link-01.link-blank:before,
input.btn-link-01.link-blank:before,
a.btn-link-02.link-blank:before,
input.btn-link-02.link-blank:before,
a.btn-link-03.link-blank:before,
button.btn-link-03.link-blank:before,
input.btn-link-03.link-blank:before {
    background-image: url("../img/icon_blank_white.svg");
    transform: rotate(0);
}

a.btn-link-04,
input.btn-link-04 {
    /* （罫線） */
    display: flex;
    position: relative;
    padding: 1.1rem 3.2rem;
    border: 1px var(--btn-color) solid;
    border-radius: 4px;
    color: var(--btn-color);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    justify-content: center;
}


/* 内部リンク用ボタン */
a.btn-link-04.link-anchor,
input.btn-link-04.link-anchor {
    padding: 1.9rem 3.5rem;
}

a.btn-link-04:before,
input.btn-link-04:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.2rem;
    width: 22px;
    height: 22px;
    margin: auto;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

a.btn-link-04.link-anchor:before,
input.btn-link-04.link-anchor:before {
    transform: rotate(0);
}

a.btn-link-04.link-blank:before,
input.btn-link-04.link-blank:before {
    background-image: url("../img/icon_blank.svg");
    transform: rotate(0);
}

a.btn-link-01.link-pdf:before,
input.btn-link-01.link-pdf:before,
a.btn-link-02.link-pdf:before,
input.btn-link-02.link-pdf:before,
a.btn-link-03.link-pdf:before,
input.btn-link-03.link-pdf:before,
a.btn-link-04.link-pdf:before,
input.btn-link-04.link-pdf:before {
    background-image: url("../img/icon_pdf.svg");
    transform: rotate(0);
}

a.btn-link-01.link-xls:before,
input.btn-link-01.link-xls:before,
a.btn-link-02.link-xls:before,
input.btn-link-02.link-xls:before,
a.btn-link-03.link-xls:before,
input.btn-link-03.link-xls:before,
a.btn-link-04.link-xls:before,
input.btn-link-04.link-xls:before {
    background-image: url("../img/icon_xls.svg");
    transform: rotate(0);
}

a.btn-link-05 {
    /* （背景違い） */
    display: block;
    position: relative;
    padding: 1.1rem 3.2rem;
    border-radius: 4px;
    background: var(--color-gray-bg);
    text-decoration: none;
    color: var(--btn-color);
}

a.btn-link-05:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.2rem;
    width: 22px;
    height: 22px;
    margin: auto;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

a.btn-link-01.align-03,
a.btn-link-02.align-03,
a.btn-link-03.align-03,
a.btn-link-04.align-03 {
  justify-content: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
    /* 内部リンク用ボタン　SP時のみ左寄せ */
    a.btn-link-04.link-anchor,
    input.btn-link-04.link-anchor {
        justify-content: flex-start;
        padding: 1.6rem 3.8rem 1.6rem 1.2rem;
        text-align: left;
    }
}

/*--------------------------------------
 カラムリスト
--------------------------------------*/
.list-col-02 { column-count: 2; }
.list-col-03 { column-count: 3; }
.list-col-04 { column-count: 4; }
.list-col-05 { column-count: 5; }
.list-col-06 { column-count: 6; }

@media screen and (width <= 767px){ 
  .list-col-sp-01 { column-count: 1; }
  .list-col-sp-02 { column-count: 2; }
  .list-col-sp-03 { column-count: 3; }
  .list-col-sp-04 { column-count: 4; }
  .list-col-sp-05 { column-count: 5; }
}

/*--------------------------------------
 リンク
--------------------------------------*/
.content .link-list li {
    /* リンクリスト（下マージン付） */
    margin-bottom: 1rem;
}

.content .link-list li:last-child {
    margin-bottom: 0;
}

.link-arrow {
    /* 通常リンクアイコン */
    display: inline-block;
    position: relative;
    padding-left: 3.2rem;
    text-decoration: none;
    text-indent: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-arrow:hover {
    opacity: 0.6;
}

.link-arrow:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

.link-arrow.link-arrow-w:before {
    background-image: url("../img/icon_arrow01_white.svg");
}

.link-blank {
    /* 別窓アイコン */
    display: inline-block;
    position: relative;
    padding-left: 3.6rem;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    word-break: break-all;
}

.link-blank:hover {
    opacity: 0.6;
}

.link-blank:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: url("../img/icon_blank.svg") no-repeat center / contain;
    content: '';
}

.link-pdf {
    /* PDFアイコン */
    display: inline-block;
    position: relative;
    padding-left: 3.2rem;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-pdf:hover {
    text-decoration: underline;
}

.link-pdf:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_pdf.svg") no-repeat center / contain;
    content: '';
}

.link-xls {
    /* Excelアイコン */
    display: inline-block;
    position: relative;
    padding-left: 3.2rem;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-xls:hover {
    text-decoration: underline;
}

.link-xls:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_xls.svg") no-repeat center / contain;
    content: '';
}

.link-doc {
    /* Wordアイコン */
    display: inline-block;
    position: relative;
    padding-left: 3.2rem;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-doc:hover {
    text-decoration: underline;
}

.link-doc:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_doc.svg") no-repeat center / contain;
    content: '';
}

/* 下線リンク */
.link-under-line {
    color: var(--main-color);
    text-decoration: underline;
}

/* ホバーでアイコンが出てくる下線リンク */
.link-subtle {
  display: inline-block;
  margin: 0 2px;
  color: var(--main-color);
  text-decoration: underline;
}
.link-subtle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1.4rem;
  transition: 0.3s;
}
.link-subtle:hover {
  opacity: 1;
  text-decoration: none;
}
.link-subtle:hover::before {
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  background-color: var(--main-color);
}

.link-subtle-arrow::before {
  clip-path: polygon(20% 10%, 65% 50%, 20% 90%, 15% 80%, 50% 50%, 15% 20%);
}
.link-subtle-arrow:hover::before {
  margin-right: 0;
}
.link-subtle-blank::before {
  clip-path: polygon( 89.999% 37.071%,89.999% 55%,100% 55%,100% 20%,64.997% 20%,64.997% 30%,82.928% 30%,51.461% 61.464%,58.533% 68.536%,89.999% 37.071%,95.014% 70%,95.014% 90%,94.883% 91.622%,94.504% 93.161%,93.898% 94.596%,93.085% 95.906%,92.085% 97.071%,90.92% 98.071%,89.609% 98.884%,88.174% 99.49%,86.636% 99.869%,85.013% 100%,85.013% 100%,30.009% 100%,28.387% 99.869%,26.848% 99.49%,25.414% 98.884%,24.103% 98.071%,22.938% 97.071%,21.938% 95.906%,21.125% 94.596%,20.519% 93.161%,20.14% 91.622%,20.009% 90%,20.009% 90%,20.009% 35%,20.14% 33.378%,20.519% 31.839%,21.125% 30.404%,21.938% 29.094%,22.938% 27.929%,24.103% 26.929%,25.414% 26.116%,26.848% 25.51%,28.387% 25.131%,30.009% 25%,30.009% 25%,50.011% 25%,50.011% 35%,30.009% 35%,30.009% 90%,85.013% 90%,85.013% 70%,95.014% 70% );
}
.link-subtle-blank:hover::before {
  margin-right: 5px;
}

.btn-link-list li button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--main-color);
    border: none;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-link-list li button {
    width: 100%;
    padding: 2rem;
}

.btn-link-list li .is-disable {
    opacity: 50%;
    background: #666;
    cursor: default;
    pointer-events: none;
}

.btn-link-list li button.link-blank::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 1.2rem;
    width: 22px;
    height: 22px;
    margin: auto;
    content: '';
    background-image: url(../common/mg/icon_blank_white.svg);
    transform: rotate(0);
}

/* コラムのアイコン */
.column-ico {
    width: auto;
    height: 60px;
}

.column-line-01 {
    position: relative;
    margin-top: 2rem;
    padding-top: 2rem;
}
.column-line-01:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: auto;
    content: "";
}

.link-column-01 .link-blank,
.link-column-02 .link-blank,
.link-column-01 .link-pdf,
.link-column-02 .link-pdf,
.link-column-01 .link-xls,
.link-column-02 .link-xls,
.link-column-01 .link-doc,
.link-column-02 .link-doc {
    text-decoration: none;
}

.link-column-01,
.link-column-02 {
    /* リンク（角丸リンク付き） */
    display: flex;
}

.link-column-01 .column-text-01 p {
    margin-bottom: 0;
}

.link-column-01>a,
.link-column-02>a,
.link-column-01>div {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px var(--main-color) solid;
    border-radius: 4px;
    background: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.link-column-01>a.link-blank,
.link-column-02>a.link-blank {
    position: static;
    padding: 0;
}

.link-column-01>a.link-blank:before,
.link-column-02>a.link-blank:before {
    position: static;
    background: none;
}

.link-column-01>a .column-headline{
    display: flex;
    position: relative;
    width: 100%;
    min-height: 10rem;
    padding: 2rem 4rem 2rem 2rem;
    background: var(--main-color-light);
    border-bottom: 1px var(--main-color) solid;
    box-sizing: border-box;
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center;
}
.link-column-01>div .column-headline {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 10rem;
    padding: 2.5rem;
    background: var(--main-color-light);
    border-bottom: 1px var(--main-color) solid;
    box-sizing: border-box;
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center;
}

.link-column-01 .column-headline span.headline-icon {
    display: inline-block;
    margin: 0.5rem 0.8rem 0 0;
    padding: 0.4rem 1.2rem;
    border-radius: 3px;
    background: var(--main-color);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
}

.link-column-01>a .column-headline:after,
.link-column-01>a.link-blank .column-headline:after {
}

.link-column-01>a .column-headline:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2rem;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

.link-column-01>a.link-blank .column-headline:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: url("../img/icon_blank.svg") no-repeat center / contain;
}

.link-column-01>a .column-text-01,
.link-column-01>div .column-text-01 {
    margin-bottom: 0;
    padding: 2.5rem;
}

.link-column-02>a {
    background: var(--main-color-light);
}

.link-column-02>a .column-text-01,
.link-column-02>a .column-text-02 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 2.4rem 2rem;
    box-sizing: border-box;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    align-items: center;
}

.link-column-02>a .column-text-01 {
}

.link-column-02>a .column-text-02 {
}

.link-column-02>a .column-text-01 img,
.link-column-02>a .column-text-02 img {
    max-width: 100% !important;
    width: auto !important;
    padding-right: 2rem;
}

.link-column-02>a .column-text-01:after,
.link-column-02>a .column-text-02:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2rem;
    width: 28px;
    height: 28px;
    margin: auto;
    background: url("../img/icon_arrow01_01.svg") no-repeat center / contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: '';
}

.link-column-02>a.link-anchor {
}

.link-column-02>a.link-anchor:before {
}

.link-column-02>a.link-anchor .column-text-01:after {
}

.link-column-03 {
    /* リンク2つ用（個別調整） */
    border: 2px var(--main-color) solid;
    border-radius: 4px;
    background: #fffbe6;
}

.link-column-03 a.link-blank {
    position: static;
    padding: 0;
}

.link-column-03 a.link-blank:before {
    position: static;
    background: none;
}

.link-column-03 .column-text-01 {
    padding: 0 0 1.5rem;
}

.link-column-03 .column-text-01 p {
    padding: 1.8rem 1.8rem 0 2.5rem;
}

.link-column-03 .column-text-01 p a {
    display: flex;
    width: 100%;
    position: relative;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    align-items: center;
    text-decoration: none;
}

.link-column-03 .column-text-01 p a img {
    max-width: 100% !important;
    width: auto !important;
    padding-right: 2rem;
}

.link-column-03 .column-text-01 p a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    margin-top: -5px;
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/icon_arrow.svg");
}

@media screen and (max-width: 767px) {
    .link-column-01 {
        /* 枠囲み3カラム（角丸リンク付き）SP */
        display: block;
        margin: 0 0 2.4rem !important;
    }

    .link-column-01:last-of-type {
        margin: 0 !important;
    }

    .link-column-01>a,
    .link-column-01>div {
        width: inherit;
    }

    .link-column-01>a .column-headline
    {
        min-height: auto;
        width: inherit;
        padding: 2rem 4rem 2rem 2rem;
    }
    
    .link-column-01>div .column-headline
    {
        min-height: auto;
        width: inherit;
        padding: 2rem;
    }
    

    .link-column-01 .column-headline span {
        margin-top: 0;
        margin-bottom: 0;
    }

    .link-column-01>a .column-text-01,
    .link-column-01>div .column-text-01 {
        padding: 2rem;
    }

    .link-column-02>a .column-text-01 img {
        max-width: 100% !important;
        width: auto !important;
        padding-right: 3vw;
    }

    .link-column-03>a .column-text-01 {
        height: 10rem;
    }
}



/*--------------------------------------
 画像
--------------------------------------*/
.img-100 {
    /* 画像幅100% */
    width: 100%;
}

.img-95 {
    /* 画像幅95% */
    width: 95%;
}

/*--------------------------------------
 テキスト装飾関連
--------------------------------------*/
strong {
    /* 重要な事 */
    color: var(--strong-text);
    font-weight: bold;
    background-color: rgb(var(--strong-bg-rgb), .1);
    padding: 0.2rem 0;
}

em {
    /* 強調 */
    color: var(--em-text);
    font-weight: bold;
    font-style: normal;
    background-color: rgb(var(--em-bg-rgb), .1);
    padding: 0.2rem 0;
}

form * {
    font-size: 1.6rem;
}

.text-deco-bold {
    font-weight: bold;
}

.text-deco-normal {
    font-weight: 500;
}

.text-deco-normal-font {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333;
}

.text-deco-uline {
    text-decoration: underline;
}

.text-deco-uline-dot {
    border-bottom: 1px dotted #2B332B;
}

.text-deco-black {
    color: #333;
}

.text-maincolor {
  color: var(--text-main-color);
}

.text-blue-01 {
    color: #007BD0;
}

.text-green-01 {
    color: #009B76;
}

.text-gray-01 {
    color: var(--color-gray);
}

.text-red {
    color: #EB2C2C;
}

.text-orange-01 {
    color: #FF8E09;
}

.text-small {
    font-size: 1.4rem;
}

.text-smaller {
    font-size: 1rem;
}

.text-big {
    font-size: 2.2rem;
}

.text-big-02 {
    font-size: 1.8rem;
}

.text-bigger {
    font-size: 2.8rem;
}

.text-box {
    display: block;
}

.text-deco-frame {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    color: var(--main-color);
    font-size: 1.2rem;
    font-weight: bold;
}

.text-01 {
    font-size: 1.8rem;
}

.text-02 {
    font-size: 2rem;
}

.text-03 {
    font-size: 2.2rem;
}

.text-04 {
    font-size: 2.4rem;
}

.text-05 {
    font-size: 2.6rem;
}

.text-06 {
    font-size: 2.8rem;
}

.text-07 {
    font-size: 3rem;
}

.text-08 {
    font-size: 4rem;
}

.text-center {
    text-align: center;
}

.box-text-01 {
    /* 背景囲み */
    padding: 1rem;
    background: var(--main-color);
    font-size: 2.5rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.box-text-02 {
    padding: 0.5rem;
    background: var(--main-color);
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.box-text-03 {
    padding: 1.2rem;
    background: var(--color-gray-bg);
}

.read-more {
    /* 縦スクロールフレーム */
    height: 40rem;
    padding: 4rem;
    overflow-y: scroll;
    border: 4px #eee solid;
}

/* 電話番号 */

.icon-tel,
.icon-tel-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: fit-content;
  white-space: nowrap;
}
.icon-tel {
  font-size: 3rem;
}
.icon-tel-small {
  font-size: 2.2rem;
}

.icon-tel:before,
.icon-tel-small:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 通常電話アイコン */
.tel-number {
  text-indent: 45px;
}
.tel-number::before{
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon_tel_number.svg");
}
.icon-tel-small.tel-number {
  text-indent: 40px;
}
.icon-tel-small.tel-number::before{
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url("../img/icon_tel_number.svg");
}

/* フリーダイヤル */
.tel-free {
  text-indent: 55px;
}
.tel-free::before{
    left: 2px;
    top: 11px;
    width: 46px;
    height: 28px;
    background-image: url("../img/icon_tel_free.svg");
}
.icon-tel-small.tel-free {
  text-indent: 40px;
}
.icon-tel-small.tel-free::before {
  left: 0px;
  top: 7px;
  width: 40px;
  height: 22px;
  background-image: url("../img/icon_tel_free.svg");
}


@media screen and (width <= 767px){
  a.icon-tel,
  a.icon-tel-small {
    margin-top: 10px !important;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    text-decoration: none;
    text-align: left;
  }
  .icon-tel {
    font-size: 2.4rem;
    padding: 10px;
  }
  .icon-tel-small {
    font-size: 2rem;
    padding: 5px;
  }
  /* 電話番号 */
   .icon-tel-small.tel-number{
    text-indent: 45px;
  }
 .tel-number::before{
    left: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
  }
  .column-01 .tel-number-pcsp .icon-tel.tel-number::before {
    background-image: url("../img/icon_tel_number_white.svg");
    left: calc(50% - 80px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-tel-small.tel-number::before{
    left: 12px;
    top: 5px;
    width: 32px;
    height: 32px;
  }
  /* フリーダイヤル */
  .tel-free {
    text-indent: 50px;
  }
  .icon-tel-small.tel-free{
    text-indent: 45px;
  }
 .tel-free::before{
    top: 18px;
    left: 14px;
    width: 46px;
    height: 25px;
  }
  .column-01 .tel-number-pcsp .icon-tel.tel-free::before {
    left: calc(50% - 80px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-tel-small.tel-free::before{
    top: 11px;
    left: 8px;
  }
  .column-01 .tel-number-pcsp .icon-tel-small.tel-free::before{
    top: 11px;
    left: 8px;
  }
}

/* 文字位置
--------------------------------------*/
.align-01 {
    text-align: right;
}

.align-02 {
    text-align: center;
}

.align-03 {
    text-align: left;
}

.v_align-01 {
    vertical-align: top;
}

.v_align-02 {
    vertical-align: baseline;
}

.v_align-03 {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .align-01-sp {
        text-align: right;
    }

    .align-02-sp {
        text-align: center;
    }

    .align-03-sp {
        text-align: left;
    }
}

@media all and (min-width: 768px) {
    .align-01-pc {
        text-align: right;
    }

    .align-02-pc {
        text-align: center;
    }

    .align-03-pc {
        text-align: left;
    }
}

/* 限定表示
--------------------------------------*/
.table-01 .sp-none,
.table-sp-01 .sp-none,
.sp-none {
    display: run-in;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 767px) {

    .table-01 .sp-none,
    .table-sp-01 .sp-none,
    .sp-none {
        display: none;
    }

    .pc-none {
        display: run-in;
    }
}

/* 改行
--------------------------------------*/
br.pc {
    display: block;
}

br.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }
}

/*--------------------------------------
 画像関連
--------------------------------------*/
img.photo-01 {
    padding: 4px;
    border: 1px solid #ececec;
    background-color: #fff;
}

img.photo-02 {
    padding: 1px;
    border: 1px solid #ececec;
    background-color: #fff;
}

img.photo-03 {
    border: 1px solid #ececec;
}

img.text {
    padding: 0 5px;
    vertical-align: middle;
}

figure {
    text-align: center;
}

figure figcaption {
    text-align: center;
    margin: 1rem 0;
}

img.size-inherit {
    max-width: 100% !important;
    width: auto !important;
}

@media screen and (max-width: 767px) {
    img.rwd-100 {
        max-width: 100%;
    }

    img.rwd-90 {
        max-width: 90%;
    }

    img.rwd-80 {
        max-width: 80%;
    }

    img.rwd-70 {
        max-width: 70%;
    }

    img.rwd-60 {
        max-width: 60%;
    }

    img.rwd-50 {
        max-width: 50%;
    }

    .content img,
    .content-free img {
        width: 100%;
        vertical-align: top;
    }

    img.size-inherit  {
        max-width: 100% !important;
        width: auto !important;
    }
}

/*--------------------------------------
 インターネットバンキングのログイン
--------------------------------------*/
/*共通*/
.login-set{
    padding: 4rem;
}
.login-set > div{
    margin: 0 auto 4rem;
    padding: 40px;
    width: 1200px;
}
.login-set > div:last-child{
    margin-bottom: 0;
}
.login-set .heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-set .heading img{/*アイコン*/
    width: 60px;
    margin: 0 16px 0 0;
}
.login-set .heading h2{
    font-size: 2.8rem;
}
/*パターン１*/
.login-box-01,
.login-box-03{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-box-01 div{
  width: 50%;
}
.login-box-01 h2{
  text-align: left;
}
/*パターン２*/
.login-box-02 .heading{
  margin-bottom: 24px;
}
/*パターン３*/
.login-box-03 div{
  width: 419px;
}
.login-box-03 div:first-child{
  width: 225px;
}
.login-box-03 .heading h2{
    font-size: 2.2rem;
}
 /*PCでボタンが横並びになる場合使用*/
.login-btn-box{
    display: flex;
    justify-content: space-between;
}
.login-btn-box > div{
  width: 49%;
}
@media screen and (max-width: 767px) {
  /*共通*/
  .login-set{
    padding: 4rem 16px;
  }
  .login-set > div{
    flex-wrap: wrap;
    display: flex;
        width: 100%;
        height: auto;
        padding: 20px;
  }
  .login-set .heading {
    display: flex;
        flex-direction: column;
        width: 100%;
  }
  .login-set .heading img {
    margin: 0 auto 8px;
  }
  .login-set .heading h2{
    width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 24px;
  }
  /*パターン１*/
  .login-box-01 div{
    width: 100%;
  }
  /*パターン２*/
  .login-box-02 .heading{
    margin-bottom: 0;
  }
    .login-box-02 div{
    width: 100%;
  }
  .login-box-02 .btn-link-list li{
    width: 100%;
  }
  .login-box-02 .anchor-link-list-03 {
        flex-direction: column;
    }
    /*パターン３*/
  .login-box-03 div:first-child {
    width: 100%;
  }
    /*PCでボタンが横並びになる場合使用*/
  .login-btn-box{
    display: block;
    width: 100%;
  }
  .login-btn-box > div {
    width: 100%;
  }
  .login-btn-box div:first-child {
    margin-bottom: 20px;
  }
  .login-box-03 div {
    width: 100%;
  }
  .login-box-03 div:nth-child(2)  {
    margin-bottom: 20px;
  }
}

/*--------------------------------------
 メリット一覧
--------------------------------------*/
.merit-box {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.merit-box .merit-box-item {
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.merit-box .merit-box-title {
    color: var(--main-color);
    font-size: 2.2rem;
    margin: 0 auto 12px;
    font-weight: bold;
}
.merit-box.web_karishinsa .merit-box-title {
    margin-bottom: 0;
    font-size: 2rem;
}
.merit-box .merit-box-text {
    margin: 0 auto;
}
.merit-box .merit-box-number {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: var(--main-color);
    color: #fff;
    margin: 0;
    width: 94px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 3px 0;
    padding: 0 0 0 12px;
    font-weight: bold;
}
.merit-box .merit-box-number span {
    font-size: 2rem;
    width: 100%;
}
/* 個別ページ対応 しんきん電子記録 債権サービス */
.merit-box.densai {
    margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
    .merit-box {
        flex-wrap: wrap;
    }
    .merit-box .merit-box-item {
        flex: 0 0 100%;
        margin-bottom: 1.5rem;
        padding: 40px 30px;
        margin-bottom: 0;
    }
    .merit-box .merit-box-item:not(:last-child) {
        margin: 0 auto 24px;
    }
    .merit-box .merit-box-item img {
        width: 50px;
    }
    .merit-box.web_karishinsa .merit-box-title {
        font-size: 2.2rem;
    }
}

/*--------------------------------------
 リストボックス01
--------------------------------------*/
.list-box-01 .list-box-01-inner {
    padding: 2rem;
    position: relative;
}
.list-box-01 .list-box-01-inner h3 {
    font-size: 2.2rem;
}
.list-box-01 .list-box-01-inner .rate {
    font-size: 2.4rem;
    margin: 2rem 0;
}
.list-box-01 .list-box-01-inner .rate-number {
    font-size: 4rem;
    font-weight: bold;
}

.list-box-01.line-01 .list-box-01-inner::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--main-color);
}

/*--------------------------------------
 各店舗のタグ
--------------------------------------*/
.content .branch-tag {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    margin: 30px 0 0;
}
.content .table-set .branch-tag {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 8px;
    margin: 0 auto;
    max-width: 10em;
}
.content .table-set .branch-tag + ul {
    margin-top: 1rem;
}
.content .branch-tag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 6px;
    border-radius: 3px;
    background-color: #7A7A7A;
    color: #fff;
}
.content .branch-tag-item.disabled {
    background-color: rgba(122, 122, 122, .3);
}
@media screen and (max-width: 767px) {
    .content .branch-tag {
        grid-template-columns: repeat(2,1fr);
        margin: 20px 0;
    }
}

/*--------------------------------------
 ローンの流れ、ステップ一覧
--------------------------------------*/
.step {
    min-height: 170px;
    position: relative;
}

.step-box-area .grid-box .step img {

}

.step-box-area .step-box {
    border: 1px solid var(--main-color);
    padding: 40px 40px 40px 128px;
    position: relative;
    margin: 0 auto 28px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-box-area .step-box:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 0 24px;
    border-color: var(--main-color) transparent transparent transparent;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.step-box-area .step-box .step-number {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: var(--main-color);
    color: #fff;
    margin: 0;
    width: 88px;
    height: 88px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 3px 0;
    font-weight: bold;
}

.step-box-area .step-box .step-number span {
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}

.step-box-area .step-box .step-detail {
    width: 742px;
    margin: 0;
}

.step-box-area .step-box-no-image .step-detail {
    width: 100%;
}

.step-box-area .step-box .step {
    margin: 0;
    text-align: center;
    min-height: auto;
}

.step-box-area .step-box .step.step-img {
    width: 250px;
    height: 140px;
}

.step-box-area .step-box .step-detail .step-heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: var(--main-color);
    font-weight: bold;
}

/* 矢印の無いパターン */
.step-box-area.no-arrow .step-box:not(:last-child)::after{
    content: unset;
}
.step-box-area.no-arrow .step-box {
    margin: 0 auto 20px;
}

/* ラインなし、背景青色のパターン */
.step-box-area.step-box-bg01 .step-box {
    border: none;
    background-color: var(--main-color-light);
}

@media screen and (max-width: 767px) {
    .step-box-area .grid-box .step {
        width: 256px;
        margin: 0 auto;
    }

    .step-box-area .step-box {
        display: block;
        margin-bottom: 26px;
        padding: 66px 20px 20px 20px;
    }

    .step-box-area .step-box .step-number {
        width: 94px;
        height: 48px;
        flex-wrap: nowrap;
        font-size: 1.4rem;
    }
    .step-box-area .step-box .step-number span {
        font-size: 2rem;
        margin: -2px 0 0 6px;
        width: auto;
    }

    .step-box-area .step-box .step-detail {
        width: auto;
        margin: 0 auto 12px;
    }

    .step-box-area .step-box .step-detail .step-heading {
        margin-bottom: 12px;
        font-size: 2rem;
    }
    
    .step-box-area .step-box .step.step-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    
    .step-box-area .step-box .step.step-img {
        width: 240px
    }
}


/*--------------------------------------
 PC/SP 表示切り替え
--------------------------------------*/
.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    
    .sp-only {
        display: block;
    }  
    .sp-only-wid {
        width: 100%;
    }
}


/*--------------------------------------
 2カラムボックス 青ボーダー、装飾付き
--------------------------------------*/
.layout-box-01 {
    text-align: center;
}
.layout-box-01 .layout-box-01-inner {
    position: relative;
}
.layout-box-01 .layout-box-01-inner::before {
    content: "";
    width: 40px;
    height: 3px;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    background-color: var(--main-color);
}
.layout-box-01 .outer-05 {
    border: 1px var(--main-color) solid;
}
.layout-box-01 .text {
    font-weight: 500;
}
.layout-box-01 .layout-box-01-inner .image {
    width: auto;
}




/*--------------------------------------
 余白設定
--------------------------------------*/
.reset,
.content .reset {
    margin: 0;
}

.top-reset,
.content .top-reset {
    margin-top: 0;
}

.bottom-reset,
.content .bottom-reset {
    margin-bottom: 0;
}

.bottom-reset li:last-child,
.content .bottom-reset li:last-child {
    margin-bottom: 0;
}

.rightleft-reset,
.content .rightleft-reset {
    margin-right: 0;
    margin-left: 0;
}

.indent-reset,
.content .indent-reset {
    text-indent: 0;
}

.topbottom-space-01,
.content .topbottom-space-01 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.topbottom-space-02,
.content .topbottom-space-02 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.topbottom-space-03,
.content .topbottom-space-03 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.bottom-space-01,
.content .bottom-space-01,
.inquire-wrap .bottom-space-01 {
    margin-bottom: 1.5rem;
}

.bottom-space-02,
.content .bottom-space-02,
.inquire-wrap .bottom-space-02 {
    margin-bottom: 3rem;
}

.bottom-space-03,
.content .bottom-space-03,
.inquire-wrap .bottom-space-03 {
    margin-bottom: 6rem;
}

.bottom-space-04,
.content .bottom-space-04,
.inquire-wrap .bottom-space-04 {
    margin-bottom: 8rem;
}

.bottom-space-05,
.content .bottom-space-05,
.inquire-wrap .bottom-space-05 {
    margin-bottom: 2rem;
}

.top-space-01,
.content .top-space-01 {
    margin-top: 1.5rem;
}

.top-space-02,
.content .top-space-02 {
    margin-top: 3rem;
}

.top-space-03,
.content .top-space-03 {
    margin-top: 6rem;
}

.top-space-04,
.content .top-space-04 {
    margin-top: 8rem;
}

.top-space-05,
.content .top-space-05 {
    margin-top: 2rem;
}

.rightleft-space-01,
.content .rightleft-space-01 {
    margin: 0 auto ;
}

@media all and (max-width: 767px) {
    /* SPのみの余白設定 */
    .reset-sp,
    .content .reset-sp {
        margin: 0;
    }
    .top-reset-sp,
    .content .top-reset-sp {
        margin-top: 0;
    }
    .bottom-reset-sp,
    .content .bottom-reset-sp {
        margin-bottom: 0;
    }
}


/* =====================
 削除予定（box-text-link）
===================== */

.box-text-link-01,
.box-text-link-01-hi {
    /* ボタン1つ中央（背景ブルー） */
    width: 35rem;
    margin: 0 auto;
}

ul.box-text-link-01,
ul.box-text-link-01-hi {
    /* ボタン2つ中央（背景ブルー） */
    display: flex;
    justify-content: center;
}

ul.box-text-link-01 li,
ul.box-text-link-01-hi li {
    width: 35rem;
    margin: 0 1.5rem;
}

ul.box-text-link-01 li.other-link {
    padding: 0 0 0 3rem;
    border-left: 1px #707070 solid;
}

ul.box-text-link-01 li.other-link a {
    width: 25rem;
}

.box-text-link-01 a,
.box-text-link-01 button,
.btn-link-list li button,
p.box-text-link-01-hi a,
ul.box-text-link-01 li a,
ul.box-text-link-01 li input,
ul.box-text-link-01-hi li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--main-color);
    border: none;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.box-text-link-01 a,
.box-text-link-01 button,
.btn-link-list li button,
ul.box-text-link-01 li a,
ul.box-text-link-01 li input {
    width: 100%;
    padding: 2rem;
}

.box-text-link-01-hi a,
ul.box-text-link-01-hi a {
    padding: 2.4rem 1rem;
    font-size: 2.2rem;
}

.box-text-link-01 .is-disable,
.btn-link-list li .is-disable {
    opacity: 50%;
    background: #666;
    cursor: default;
    pointer-events: none;
}

.box-text-link-01 a:before,
.box-text-link-01 button:before,
.btn-link-list li button:before,
p.box-text-link-01-hi a:before,
ul.box-text-link-01 li a:before,
ul.box-text-link-01 li input:before,
ul.box-text-link-01-hi li a:before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 12px;
    height: 8px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/icon_arrow01_white.svg");
}

.box-text-link-01 a.link-blank:before,
.box-text-link-01 button.link-blank:before,
.btn-link-list li button.link-blank:before,
p.box-text-link-01-hi a.link-blank:before,
ul.box-text-link-01 li a.link-blank:before,
ul.box-text-link-01-hi li a.link-blank:before {
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background: url("../img/icon_blank_white.svg") no-repeat;
    background-size: 100% auto;
}

ul.box-text-link-02 li {
    /* 罫線角丸リンクリスト */
    margin-bottom: 1rem;
}

ul.box-text-link-02 li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 1rem 1rem 4rem;
    border: 1px var(--main-color) solid;
    border-radius: 4px;
    text-decoration: none;
}

ul.box-text-link-02 li a:before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 12px;
    height: 8px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/icon_arrow01_01.svg");
}

ul.box-text-link-02 li a.link-anchor:before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

ul.box-text-link-02 li a.link-blank:before {
    left: 1.3rem;
    width: 14px;
    height: 14px;
    background: url("../img/icon_blank.svg") no-repeat;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-size: 100% 100%;
}

ul.box-text-link-02 li a.link-pdf:before {
    left: 1.3rem;
    width: 18px;
    height: 20px;
    background: url("../img/icon_pdf.svg") no-repeat;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-size: 100% auto;
}

ul.box-text-link-03 {
    /* 横並び4列（SP1列） */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

ul.box-text-link-03 li {
    display: flex;
    align-items: stretch;
    width: 274px;
    margin: 0 8px 8px 0;
}

ul.box-text-link-03 li:nth-child(4n) {
    margin: 0 0 8px;
}

ul.box-text-link-03 li a {
    width: 274px;
}

ul.box-text-link-03 li a,
ul.box-text-link-04 li a,
ul.box-text-link-05 li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 1rem 1rem 4rem;
    border: 1px var(--main-color) solid;
    border-radius: 4px;
    text-decoration: none;
}

ul.box-text-link-03 li a:before,
ul.box-text-link-04 li a:before,
ul.box-text-link-05 li a:before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 12px;
    height: 8px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/icon_arrow01_01.svg");
}

ul.box-text-link-03 li a.link-anchor:before,
ul.box-text-link-04 li a.link-anchor:before,
ul.box-text-link-05 li a.link-anchor:before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

ul.box-text-link-03 li a.link-blank:before,
ul.box-text-link-04 li a.link-blank:before,
ul.box-text-link-05 li a.link-blank:before {
    left: 1.3rem;
    width: 14px;
    height: 14px;
    background: url("../img/icon_blank.svg") no-repeat;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-size: 100% 100%;
}

ul.box-text-link-03 li a.link-pdf:before {
    left: 1.3rem;
    width: 18px;
    height: 20px;
    background: url("../img/icon_pdf.svg") no-repeat;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-size: 100% auto;
}

ul.box-text-link-04 {
    /* 横並び4列（SP2列） */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

ul.box-text-link-04 li {
    display: flex;
    align-items: stretch;
    width: 274px;
    margin: 0 8px 8px 0;
}

ul.box-text-link-04 li:nth-child(4n) {
    margin: 0 0 8px;
}

ul.box-text-link-05 {
    /* 横並び2列 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
}

ul.box-text-link-05 li {
    display: flex;
    position: relative;
    width: 552px;
    padding-bottom: 1rem;
}

ul.box-text-link-04 li a {
    width: 274px;
}

ul.box-text-link-05 li a {
    width: 552px;
}

@media screen and (max-width: 767px) {

    p.box-text-link-01,
    p.box-text-link-01-hi {
        /* ボタン1つ中央（背景ブルー）SP */
        width: 100%;
        margin: 0;
    }

    ul.box-text-link-01,
    ul.box-text-link-01-hi {
        /* ボタン2つ中央（背景ブルー）SP */
        flex-wrap: wrap;
    }

    ul.box-text-link-01 li,
    ul.box-text-link-01-hi li {
        width: 46%;
        margin: 0 2%;
    }

    ul.box-text-link-01 li.other-link {
        width: 96%;
        margin: 4% 0 0;
        padding: 4% 0 0;
        border-left: none;
        border-top: 1px #707070 solid;
    }

    ul.box-text-link-01 li.other-link a {
        width: 46%;
        margin: 0 auto;
    }

    p.box-text-link-01 a:before,
    p.box-text-link-01 button:before,
    p.box-text-link-01-hi a:before,
    ul.box-text-link-01 li a:before,
    ul.box-text-link-01 li input:before,
    ul.box-text-link-01-hi li a:before {
        left: 1rem;
    }

    ul.box-text-link-03 {
        /* 横並び4列（SP1列） */
        margin-bottom: 4rem;
    }

    ul.box-text-link-03 li {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 0;
    }

    ul.box-text-link-03 li a {
        width: 100%;
    }

    ul.box-text-link-03 li:nth-child(2n) {
        margin: 0 0 2%;
    }

    ul.box-text-link-04,
    ul.box-text-link-05 {
        /* 横並び4列（SP2列） */
        margin-bottom: 4rem;
    }

    ul.box-text-link-04 li,
    ul.box-text-link-05 li {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 0;
    }

    ul.box-text-link-04 li a,
    ul.box-text-link-05 li a {
        width: 100%;
    }

    ul.box-text-link-04 li:nth-child(2n),
    ul.box-text-link-05 li:nth-child(2n) {
        margin: 0 0 2%;
    }
}

/* =====================
 ↑ 削除予定ここまで
===================== */



@media all and (min-width: 768px) {
    /* PCのみの余白設定 */
    .reset-pc,
    .content .reset-pc {
        margin: 0;
    }
    .top-reset-pc,
    .content .top-reset-pc {
        margin-top: 0;
    }
    .bottom-reset-pc,
    .content .bottom-reset-pc {
        margin-bottom: 0;
    }
    .bottom-space-pc-01,
    .content .bottom-space-pc-01 {
        margin-bottom: 2rem;
    }
    .bottom-space-pc-02,
    .content .bottom-space-pc-02 {
        margin-bottom: 4rem;
    }
    .bottom-space-pc-03,
    .content .bottom-space-pc-03 {
        margin-bottom: 1rem;
    }
}

/*--------------------------------------
 display
--------------------------------------*/
.display-flex {
    display: flex;
}
.display-flex-cneter-01 {
    display: flex;
    align-items: center;
}
.display-flex-cneter-02 {
    display: flex;
    align-items: center;
    justify-self: center;
}
.display-inlineBlock {
    display: inline-block;
}



/*==========================================

 印刷用

============================================*/

@media print {
    .container {
        display: block;
    }

    .header {
        position: absolute;
    }

    .header .gnavi-upper {
        display: none !important;
    }

    .header .gnavi-lower {
        border-top: 1px solid #333;
        border-bottom: 0 solid #333;
    }

    .header .gnavi-middle .middle-secondary {
        display: none !important;
    }

    .header .gnavi-lower .header-wrap {
        display: none !important;
    }

    .footer {
        border-top: 1px solid #333;
    }

    .footer .footer-wrap {
        display: none !important;
    }

    .footer .footer-secondary {
        display: none !important;
    }

    .footer .footer-copyright {
        background-color: #fff;
        color: #000;
    }

    .pagetop {
        display: none;
    }
}