@charset "utf-8";

/*

base.css
Version: 2024.02.01

*/

/* --------------------------------------------------------
/* リセットCSS
/* ベース
/* タッチデバイス
/* 要素
/* フォーム
/* マージン
/* パディング
/* 幅指定（%）
/* フロート
/* テキスト
/* 表示
/* フォント
/* カラー
/* クリアフィックス / .clearfix
/* 可変幅（常に100%）
/* 表示・非表示設定
/* ホバーエフェクト
/* アイコン / .ico
/* 画像アイコン / .imgico
/* ボタン / .btn
/* ステッカー / .sticker
/* 幅、余白確保ボックス / .holder-
/* テーブル / .table
/* レスポンシブテーブル / .primary-table, .secondly-table
/* スクロールテーブル / .scroll-table
/* 注釈 / .note, note-list
/* 画像付きボックス / .media
/* インフォメーション / .headline
/* ブロック / .block
/* 間仕切り / .partition-img
/* object-fit画像 / img.ofi-img
/* 画像フレーム / .imgflame
/* 影フレーム / .shadowflame
/* 背景フレーム / .backgroundflame
/* 画像エフェクト / .imgeffect
/* 発光エフェクト / .shineeffect
/* マーカー / .marker
/* リンク / .link
/* リスト(デフォルトスタイル) / .ul, .ol
/* リスト(アイコン付き) / .list, list-*
/* 定義 / .dl
/* メッセージ / .msg
/* 条 / .article
/* 文書 / .doc
/* ボーダーボックス / .border
/* ナンバーリスト / .number-list
/* 星評価レーティング / .rating-star
/* コンテンツ幅 / .wrap
/* レイアウトシステム / .flex
/* レイアウトシステム / .flexbox
/* グリッドシステム / .row（左揃え）
/* グリッドシステム / .grid-list（両端揃え2%余白）
/* グリッドシステム / .grid（display: grid）
-------------------------------------------------------- */


/* リセットCSS
-------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

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

/* fieldset, progress, meter以外のすべての要素でボーダーを削除し、背景に適切なデフォルトを設定 */
*:where(:not(fieldset, progress, meter)) {
    border-width: 0;
    border-style: solid;
    background-origin: border-box;
    background-repeat: no-repeat;
}

html {
    block-size: 100%; /* アプリケーションでパーセントによる高さを許可する */
       -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
            text-size-adjust: none; /* テキストのサイズはfont-sizeのみで制御されるようにする */
}

/* 減速を好まないユーザーのためにスムーズなスクロールを実現（採用保留） */
/* @media (prefers-reduced-motion: no-preference) {
    html:focus-within {
        scroll-behavior: smooth;
    }
} */

body {
    min-height: 100vh; /* コンテンツが空の場合でもビューポートを満たす */

    min-block-size: 100%; /* アプリケーションでパーセントによる高さを許可する */
    /* scrollbar-gutter: stable both-edges; バグが修正されるまで削除 */
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
form,
fieldset,
legend,
table,
th,
td,
caption,
a,
article,
aside,
nav,
section,
figure,
figcaption,
footer,
header,
main,
audio,
canvas,
video,
menu,
details {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

fieldset,
legend,
img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

/* a:not([href]) {
    cursor: auto;
} */

a:active,
a:hover {
    outline-width: 0;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

[type=submit],
[type=button],
[type=reset],
a,
button,
label[for] {
    cursor: pointer;
}

/* アンカーされている要素に余分なスクロールマージンを設定 */
:target {
    scroll-margin-block: 5ex;
}


/* ベース
-------------------------------------------------------- */
html {
    /* overflow-y: scroll; */
    font-size: 62.5%;
}

/* html.noscroll {
    overflow: hidden;
    height: 100%;
} */

body {
    /* position: relative; */
    width: 100%;
    height: auto;
    background: #fff;
    color: #020202;
    word-wrap: break-word;
    letter-spacing: .06em;
    font-size: 1.7rem;
    font-family: "Noto Sans JP", sans-serif;
    /* font-family: "Noto Serif JP", serif; */
    /* font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    /* font-family: "hannari"; */
    line-height: 2.0;

    backface-visibility: hidden;
    overflow-wrap: break-word;
    text-rendering: geometricPrecision;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; */
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
body.noscroll {
    /* position: fixed; // IOSでFixed要素の背景が消える */
    overflow: hidden;
    height: 100%;

    touch-action: pinch-zoom;
}

/* isolationでJSフレームワークで生成するコンテンツを常に上に表示 */
#root,
#__next {
    isolation: isolate;
}

/* @font-face {
    font-family: "hannari";
    font-style: normal;
    font-weight: normal;
    src: url("../../assets/font/hannari.eot");
    src: url("../../assets/font/hannari.eot?#iefix") format("embedded-opentype"), url("../../assets/font/hannari.woff2") format("woff2"), url("../../assets/font/hannari.woff") format("woff"), url("../../assets/font/hannari.ttf") format("truetype"), url("../../assets/font/hannari.otf") format("opentype")
} */

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    /* html {
        font-size: 75%;
    } */
    body {
        min-width: initial;
        font-size: 1.6rem;
    }
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    body {
        font-family: "Noto Sans JP", sans-serif;
    }
}


/* タッチデバイス
-------------------------------------------------------- */
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}


/* 要素
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    max-height: 100%;
    color: #020202;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;

    overflow-wrap: break-word;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

/* h1,
h2,
h3,
h4 {
    text-wrap: balance;
} */

p,
li,
dt,
dd,
th,
td,
pre {
    -ms-word-break: break-strict;
        word-break: break-strict;

    -ms-line-break: strict;
        line-break: strict;
}

p {
    margin: 0 0 1.5em;
    max-height: 100%;

    overflow-wrap: break-word;
}

p:last-child {
    margin-bottom: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

ul {
    /* max-height: 100%; */
    list-style: none;
}

ol {
    /* max-height: 100%; */
    list-style: none;
}

/* cssの優先順位にて停止 */
/* ul[class],
ol[class] {
    margin: 0;
    padding: 0;
    list-style: none;
} */

dt {
    /* max-height: 100%; */
    font-weight: 700;
}

dd {
    /* max-height: 100%; */
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace, serif;
}

a {
    background: transparent;
    color: #020202;
    text-decoration: none;
}

a:not([class]) {
    color: currentColor;

    text-decoration-skip-ink: auto;
}

a:link,
a.visited {
    text-decoration: none;
    /* text-decoration: underline; */
}

a:hover,
a.active {
    color: #818181;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border-style: none;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    display: inline;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    border-style: none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

address,
cite,
em,
dfn,
i,
var {
    font-style: normal;
}

em {
    font-weight: 700;
}

b,
strong {
    font-weight: bolder;
}

code,
samp,
kbd {
    font-family: monospace, sans-serif;
}

abbr {
    border: 0;
    font-variant: normal;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

del {
    text-decoration: line-through;
}

dfn {
    font-style: italic;
}

ins {
    background-color: #ff0;
    color: #020202;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #020202;
    font-weight: 700;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: inherit;
}

th,
td {
    padding: 8px;
    border: 1px solid #c1c1c1;
    text-align: left;
    font-weight: normal;
}

th {
    background: #b0b5fa;
}

caption {
    text-align: left;
    font-weight: normal;
}


/* フォーム
-------------------------------------------------------- */
/* デフォルトCSSを非表示 */
input,
button,
textarea,
select {
    -webkit-appearance: none;
            appearance: none;
}

input,
textarea,
select {
    margin: 0;
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 1.6rem; /* iOS端末のフォーム拡大表示対策 */
    /* font-size: inherit; */
    font-family: inherit;
    resize: none;
}

input,
button {
    vertical-align: middle;
    line-height: normal;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    display: block;
    margin-bottom: 0;
    padding: .5em;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .05);
    vertical-align: middle;
    /* font-size: 1em; */
    line-height: 45px;
    transition: background-color .24s ease-in-out;
}

input[type=date] {
    display: inline-block;
    width: auto;
    cursor: pointer;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
    border: 1px solid #1b63a7;
}

select {
    padding: .5em 2.5em .5em .5em;
    line-height: normal;
    cursor: pointer;
}

/* デフォルトの矢印を非表示（IE用） */
select::-ms-expand {
    display: none;
}
.wpcf7-form-control-wrap[data-name="your-select"],
.your-select,
.first-time,
.second-time {
    position: relative;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name="your-select"]::before,
.your-select::before,
.first-time::before,
.second-time::before {
    position: absolute;
    top: 13px;
    right: .8em;
    z-index: 1;
    display: block;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(1, 92, 172, 1);
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}
.wpcf7-form-control-wrap[data-name="your-select"]::after,
.your-select::after,
.first-time::after,
.second-time::after {
    position: absolute;
    top: 24px;
    right: .8em;
    z-index: 1;
    display: block;
    border-top: 6px solid rgba(1, 92, 172, 1);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}

textarea {
    overflow: auto;
    padding: .5em;
    min-height: 180px;
    max-width: 100%;
    vertical-align: top;
    line-height: 1.5em;
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: .2em;
    width: 20px;
    height: 20px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .05);
    color: #fff;
    vertical-align: -.8rem;
    cursor: pointer;
    /* transition: all .15s ease-out 0s; */
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate,
input[type=radio]:checked::before {
    border: 1px solid rgba(1, 92, 172, 1);
    background: rgba(1, 92, 172, 1);
}

/* チェックボックス */
input[type=checkbox]::before,
input[type=checkbox]::after {
    position: absolute;
    background: #fff;
    content: "";
    /* transition: all .2s ease-in-out; */
}
input[type=checkbox]::before {
    top: 6px;
    left: 2px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
}
input[type=checkbox]::after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    /* transition-delay: .2s; */
    transform: rotate(40deg);
}
input[type=checkbox]:checked::before {
    top: 11px;
    left: 2px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked::after {
    right: 6px;
    bottom: 2px;
    width: 2px;
    height: 13px;
}
input[type=checkbox]:indeterminate::before,
input[type=checkbox]:indeterminate::after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
}
input[type=checkbox]:indeterminate::before {
    top: 7px;
    left: 1px;
}
input[type=checkbox]:indeterminate::after {
    right: 1px;
    bottom: 7px;
}

/* ラジオボタン */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked::before {
    transform: scale(1);
}
input[type=radio]::before {
    display: block;
    margin: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    /* transition: all ease-out .25s; */
    transform: scale(0);
}

label {
    cursor: pointer;
}

/* ファイルアップロード */
input[type="file"] {
    display: none;
}
.file-label {
    display: inline-block;
    padding: 10px 40px;
    background-color: #384878;
    color: #fff;
    cursor: pointer;
}
.file-txt {
    display: inline-block;
    padding: 10px;
}

legend {
    color: #020202;
}

/* 送信ボタン */
#submit-button {
    margin: 0 auto;
    text-align: center;
}
input[type="submit"] {
    display: inline-block;
    margin-top: 2em;
    padding: 1.4em .5em;
    max-width: 320px;
    width: 100%;
    height: auto;
    border: 1px solid #333;
    border-radius: 5px;
    background: #333;
    color: #fff;
    text-align: center;
    text-indent: .5em;
    letter-spacing: .5em;
    font-weight: 600;
    font-size: 90%;
    line-height: 1.3;
    cursor: pointer;
    transition: all .3s ease;
}
input[type="submit"]:hover {
    border-color: rgba(1, 92, 172, 1);
    background-color: rgba(1, 92, 172, 1);
    color: #fff;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    input[type="submit"] {
        padding: 15px 30px;
        font-size: 1.8rem;
    }
}

/* 編集不可 */
input[readonly] {
    color: #020202;
}
.readonly-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f5f5f5 !important;
    color: #020202;
    cursor: default !important;
}

/* PDFに保存ボタン */
button.btn-download {
    /* display: inline-block; */
    display: flex;
    margin-top: 1em;
    padding: .5em .9em .5em .6em;
    /* max-width: 220px;
    width: 100%; */
    height: auto;
    border: 1px solid #dedcd7;
    /* border-bottom: 3px solid rgba(0, 23, 70, 1); */
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
    color: #666;
    text-align: center;
    text-indent: .2em;
    letter-spacing: 0;
    font-weight: 500;
    /* font-size: 100%; */
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    cursor: pointer;
    transition: all .3s ease;

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
button.btn-download:hover {
    /* border-color: rgba(0, 23, 70, .9); */
    background-color: rgba(255, 255, 255, .9);
    background-image: linear-gradient(to bottom, #f9f8f6 85%, #eee 100%);
    color: #666;
}
button.btn-download .ico {
    color: #de321e;
    font-size: 120%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    button.btn-download {
        padding: .5em .9em .5em .6em;
        font-size: 1.3rem;
    }
}


/* マージン
-------------------------------------------------------- */
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.m15 {
    margin: 15px !important;
}
.m20 {
    margin: 20px !important;
}
.m25 {
    margin: 25px !important;
}
.m30 {
    margin: 30px !important;
}
.m35 {
    margin: 35px !important;
}
.m40 {
    margin: 40px !important;
}
.m45 {
    margin: 45px !important;
}
.m50 {
    margin: 50px !important;
}
.m60 {
    margin: 60px !important;
}
.m70 {
    margin: 70px !important;
}
.m80 {
    margin: 80px !important;
}
.m90 {
    margin: 90px !important;
}
.m100 {
    margin: 100px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.ml0 {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr100 {
    margin-right: 100px !important;
}


/* パディング
-------------------------------------------------------- */
.p0 {
    padding: 0 !important;
}
.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}
.p25 {
    padding: 25px !important;
}
.p30 {
    padding: 30px !important;
}
.p35 {
    padding: 35px !important;
}
.p40 {
    padding: 40px !important;
}
.p45 {
    padding: 45px !important;
}
.p50 {
    padding: 50px !important;
}
.p60 {
    padding: 60px !important;
}
.p70 {
    padding: 70px !important;
}
.p80 {
    padding: 80px !important;
}
.p90 {
    padding: 90px !important;
}
.p100 {
    padding: 100px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl80 {
    padding-left: 80px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.pl100 {
    padding-left: 100px !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pr60 {
    padding-right: 60px !important;
}
.pr70 {
    padding-right: 70px !important;
}
.pr80 {
    padding-right: 80px !important;
}
.pr90 {
    padding-right: 90px !important;
}
.pr100 {
    padding-right: 100px !important;
}


/* 幅指定（%）
-------------------------------------------------------- */
.w5per {
    width: 5% !important;
}
.w10per {
    width: 10% !important;
}
.w15per {
    width: 15% !important;
}
.w20per {
    width: 20% !important;
}
.w25per {
    width: 25% !important;
}
.w30per {
    width: 30% !important;
}
.w35per {
    width: 35% !important;
}
.w40per {
    width: 40% !important;
}
.w45per {
    width: 45% !important;
}
.w50per {
    width: 50% !important;
}
.w55per {
    width: 55% !important;
}
.w60per {
    width: 60% !important;
}
.w65per {
    width: 65% !important;
}
.w70per {
    width: 70% !important;
}
.w75per {
    width: 75% !important;
}
.w80per {
    width: 80% !important;
}
.w85per {
    width: 85% !important;
}
.w90per {
    width: 90% !important;
}
.w95per {
    width: 95% !important;
}
.w100per {
    width: 100% !important;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .w5per-s {
        width: 5% !important;
    }
    .w10per-s {
        width: 10% !important;
    }
    .w15per-s {
        width: 15% !important;
    }
    .w20per-s {
        width: 20% !important;
    }
    .w25per-s {
        width: 25% !important;
    }
    .w30per-s {
        width: 30% !important;
    }
    .w35per-s {
        width: 35% !important;
    }
    .w40per-s {
        width: 40% !important;
    }
    .w45per-s {
        width: 45% !important;
    }
    .w50per-s {
        width: 50% !important;
    }
    .w55per-s {
        width: 55% !important;
    }
    .w60per-s {
        width: 60% !important;
    }
    .w65per-s {
        width: 65% !important;
    }
    .w70per-s {
        width: 70% !important;
    }
    .w75per-s {
        width: 75% !important;
    }
    .w80per-s {
        width: 80% !important;
    }
    .w85per-s {
        width: 85% !important;
    }
    .w90per-s {
        width: 90% !important;
    }
    .w95per-s {
        width: 95% !important;
    }
    .w100per-s {
        width: 100% !important;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .w5per-m {
        width: 5% !important;
    }
    .w10per-m {
        width: 10% !important;
    }
    .w15per-m {
        width: 15% !important;
    }
    .w20per-m {
        width: 20% !important;
    }
    .w25per-m {
        width: 25% !important;
    }
    .w30per-m {
        width: 30% !important;
    }
    .w35per-m {
        width: 35% !important;
    }
    .w40per-m {
        width: 40% !important;
    }
    .w45per-m {
        width: 45% !important;
    }
    .w50per-m {
        width: 50% !important;
    }
    .w55per-m {
        width: 55% !important;
    }
    .w60per-m {
        width: 60% !important;
    }
    .w65per-m {
        width: 65% !important;
    }
    .w70per-m {
        width: 70% !important;
    }
    .w75per-m {
        width: 75% !important;
    }
    .w80per-m {
        width: 80% !important;
    }
    .w85per-m {
        width: 85% !important;
    }
    .w90per-m {
        width: 90% !important;
    }
    .w95per-m {
        width: 95% !important;
    }
    .w100per-m {
        width: 100% !important;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .w5per-l {
        width: 5% !important;
    }
    .w10per-l {
        width: 10% !important;
    }
    .w15per-l {
        width: 15% !important;
    }
    .w20per-l {
        width: 20% !important;
    }
    .w25per-l {
        width: 25% !important;
    }
    .w30per-l {
        width: 30% !important;
    }
    .w35per-l {
        width: 35% !important;
    }
    .w40per-l {
        width: 40% !important;
    }
    .w45per-l {
        width: 45% !important;
    }
    .w50per-l {
        width: 50% !important;
    }
    .w55per-l {
        width: 55% !important;
    }
    .w60per-l {
        width: 60% !important;
    }
    .w65per-l {
        width: 65% !important;
    }
    .w70per-l {
        width: 70% !important;
    }
    .w75per-l {
        width: 75% !important;
    }
    .w80per-l {
        width: 80% !important;
    }
    .w85per-l {
        width: 85% !important;
    }
    .w90per-l {
        width: 90% !important;
    }
    .w95per-l {
        width: 95% !important;
    }
    .w100per-l {
        width: 100% !important;
    }
}


/* フロート
-------------------------------------------------------- */
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}


/* テキスト
-------------------------------------------------------- */
.tal {
    text-align: left !important;
}
.tar {
    text-align: right !important;
}
.tac {
    text-align: center !important;
}
.break-all {
    word-break: break-all !important;
}
.indent {
    display: inline-block;
    text-indent: -.5em;
}


/* 表示
-------------------------------------------------------- */
.disp-n {
    display: none !important;
}
.disp-i {
    display: inline !important;
}
.disp-ib {
    display: inline-block !important;
}
.disp-b {
    display: block !important;
}


/* フォント
-------------------------------------------------------- */
.font-normal {
    font-weight: normal !important;
}
.font-bold {
    font-weight: bold !important;
}
.font-xs {
    font-size: 10px !important;
}
.font-s {
    font-size: 12px !important;
}
.font-m {
    font-size: 14px !important;
}
.font-l {
    font-size: 16px !important;
}
.font-xl {
    font-size: 18px !important;
}


/* カラー
-------------------------------------------------------- */
.base-color {
    color: #1b63a7 !important;
}
.orange {
    color: #f88522 !important;
}
.yellow {
    color: #ecc200 !important;
}
.bright-yellow {
    color: rgba(255, 96, 16, 1) !important;
}
.red {
    color: #eb1010 !important;
}
.red-two {
    color: #bf1517 !important;
}
.light-blue {
    color: #87b4de !important;
}
.green {
    color: #00a498 !important;
}
.light-green {
    color: #6cc104 !important;
}
.light-gray {
    color: #ccc !important;
}
.dark-gray {
    color: #aaa !important;
}
.white {
    color: #fff !important;
}


/* クリアフィックス / .clearfix
-------------------------------------------------------- */
.clearfix {
    display: block;
}
.clearfix::before,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* 可変幅（常に100%）
-------------------------------------------------------- */
.fluid {
    display: block;
    width: 100%;
}

/* 画像幅以下の場合のみ100% */
.fluid-max100 {
    max-width: 100%;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .fluid-s,
    .fluid-sm {
        display: block;
        width: 100%;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .fluid-m,
    .fluid-sm {
        display: block;
        width: 100%;
    }
}


/* 表示・非表示設定
-------------------------------------------------------- */
.hidden-o {
    overflow: hidden;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .visible-m {
        display: none !important;
    }
    .visible-l {
        display: none !important;
    }
    .hidden-s {
        display: none !important;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .visible-s {
        display: none !important;
    }
    .visible-l {
        display: none !important;
    }
    .hidden-m {
        display: none !important;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visible-s {
        display: none !important;
    }
    .visible-m {
        display: none !important;
    }
    .hidden-l {
        display: none !important;
    }
}


/* ホバーエフェクト
-------------------------------------------------------- */
/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .hover {
        transition: opacity .1s ease-out;
    }
    .hover:hover {
        opacity: .8;
    }
}


/* アイコン / .ico
-------------------------------------------------------- */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "webfont";
    src: url("../../assets/font/webfont.eot?85037385");
    src: url("../../assets/font/webfont.eot?85037385#iefix") format("embedded-opentype"),
    url("../../assets/font/webfont.woff2?85037385") format("woff2"),
    url("../../assets/font/webfont.woff?85037385") format("woff"),
    url("../../assets/font/webfont.ttf?85037385") format("truetype"),
    url("../../assets/font/webfont.svg?85037385#webfont") format("svg");
}
.ico {
    width: 1.2857142857142858em;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "webfont";
    line-height: 1;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ico-search:before {
    content: "\e800";
} /* '' */
.ico-mail-empty:before {
    content: "\e801";
} /* '' */
.ico-mail:before {
    content: "\e802";
} /* '' */
.ico-mail-squared:before {
    content: "\e803";
} /* '' */
.ico-heart:before {
    content: "\e804";
} /* '' */
.ico-heart-empty:before {
    content: "\e805";
} /* '' */
.ico-star-1:before {
    content: "\e806";
} /* '' */
.ico-star-2:before {
    content: "\e807";
} /* '' */
.ico-star-4:before {
    content: "\e808";
} /* '' */
.ico-star-3:before {
    content: "\e809";
} /* '' */
.ico-videocam:before {
    content: "\e80a";
} /* '' */
.ico-camera:before {
    content: "\e80b";
} /* '' */
.ico-camera-2:before {
    content: "\e80c";
} /* '' */
.ico-ok:before {
    content: "\e80d";
} /* '' */
.ico-ok-circled:before {
    content: "\e80e";
} /* '' */
.ico-ok-circled-2:before {
    content: "\e80f";
} /* '' */
.ico-ok-squared:before {
    content: "\e810";
} /* '' */
.ico-cancel:before {
    content: "\e811";
} /* '' */
.ico-cancel-circled:before {
    content: "\e812";
} /* '' */
.ico-cancel-circled-2:before {
    content: "\e813";
} /* '' */
.ico-plus:before {
    content: "\e814";
} /* '' */
.ico-plus-circled:before {
    content: "\e815";
} /* '' */
.ico-plus-squared:before {
    content: "\e816";
} /* '' */
.ico-plus-squared-2:before {
    content: "\e817";
} /* '' */
.ico-minus:before {
    content: "\e818";
} /* '' */
.ico-minus-circled:before {
    content: "\e819";
} /* '' */
.ico-minus-squared:before {
    content: "\e81a";
} /* '' */
.ico-minus-squared-2:before {
    content: "\e81b";
} /* '' */
.ico-help:before {
    content: "\e81c";
} /* '' */
.ico-help-circled:before {
    content: "\e81d";
} /* '' */
.ico-home:before {
    content: "\e81e";
} /* '' */
.ico-link-ext:before {
    content: "\e81f";
} /* '' */
.ico-link-ext-2:before {
    content: "\e820";
} /* '' */
.ico-tag:before {
    content: "\e821";
} /* '' */
.ico-tags:before {
    content: "\e822";
} /* '' */
.ico-bookmark:before {
    content: "\e823";
} /* '' */
.ico-bookmark-empty:before {
    content: "\e824";
} /* '' */
.ico-flag:before {
    content: "\e825";
} /* '' */
.ico-flag-empty:before {
    content: "\e826";
} /* '' */
.ico-flag-checkered:before {
    content: "\e827";
} /* '' */
.ico-comment:before {
    content: "\e828";
} /* '' */
.ico-chat:before {
    content: "\e829";
} /* '' */
.ico-comment-empty:before {
    content: "\e82a";
} /* '' */
.ico-chat-empty:before {
    content: "\e82b";
} /* '' */
.ico-location:before {
    content: "\e82c";
} /* '' */
.ico-doc-text:before {
    content: "\e82d";
} /* '' */
.ico-file-pdf:before {
    content: "\e82e";
} /* '' */
.ico-file-word:before {
    content: "\e82f";
} /* '' */
.ico-file-excel:before {
    content: "\e830";
} /* '' */
.ico-file-powerpoint:before {
    content: "\e831";
} /* '' */
.ico-rss:before {
    content: "\e832";
} /* '' */
.ico-rss-squared:before {
    content: "\e833";
} /* '' */
.ico-phone:before {
    content: "\e834";
} /* '' */
.ico-phone-squared:before {
    content: "\e835";
} /* '' */
.ico-fax:before {
    content: "\e836";
} /* '' */
.ico-menu:before {
    content: "\e837";
} /* '' */
.ico-calendar:before {
    content: "\e838";
} /* '' */
.ico-zoom-in:before {
    content: "\e839";
} /* '' */
.ico-zoom-out:before {
    content: "\e83a";
} /* '' */
.ico-down-circled-2:before {
    content: "\e83b";
} /* '' */
.ico-up-circled-2:before {
    content: "\e83c";
} /* '' */
.ico-left-circled-2:before {
    content: "\e83d";
} /* '' */
.ico-right-circled-2:before {
    content: "\e83e";
} /* '' */
.ico-down-dir:before {
    content: "\e83f";
} /* '' */
.ico-up-dir:before {
    content: "\e840";
} /* '' */
.ico-left-dir:before {
    content: "\e841";
} /* '' */
.ico-right-dir:before {
    content: "\e842";
} /* '' */
.ico-down-open:before {
    content: "\e843";
} /* '' */
.ico-left-open:before {
    content: "\e844";
} /* '' */
.ico-right-open:before {
    content: "\e845";
} /* '' */
.ico-up-open:before {
    content: "\e846";
} /* '' */
.ico-angle-left:before {
    content: "\e847";
} /* '' */
.ico-angle-right:before {
    content: "\e848";
} /* '' */
.ico-angle-up:before {
    content: "\e849";
} /* '' */
.ico-angle-down:before {
    content: "\e84a";
} /* '' */
.ico-angle-circled-left:before {
    content: "\e84b";
} /* '' */
.ico-angle-circled-right:before {
    content: "\e84c";
} /* '' */
.ico-angle-circled-up:before {
    content: "\e84d";
} /* '' */
.ico-angle-circled-down:before {
    content: "\e84e";
} /* '' */
.ico-angle-double-left:before {
    content: "\e84f";
} /* '' */
.ico-angle-double-right:before {
    content: "\e850";
} /* '' */
.ico-angle-double-up:before {
    content: "\e851";
} /* '' */
.ico-angle-double-down:before {
    content: "\e852";
} /* '' */
.ico-down:before {
    content: "\e853";
} /* '' */
.ico-left:before {
    content: "\e854";
} /* '' */
.ico-right:before {
    content: "\e855";
} /* '' */
.ico-up:before {
    content: "\e856";
} /* '' */
.ico-down-big:before {
    content: "\e857";
} /* '' */
.ico-left-big:before {
    content: "\e858";
} /* '' */
.ico-right-big:before {
    content: "\e859";
} /* '' */
.ico-up-big:before {
    content: "\e85a";
} /* '' */
.ico-left-circled:before {
    content: "\e85b";
} /* '' */
.ico-right-circled:before {
    content: "\e85c";
} /* '' */
.ico-up-circled:before {
    content: "\e85d";
} /* '' */
.ico-down-circled:before {
    content: "\e85e";
} /* '' */
.ico-collapse-left:before {
    content: "\e85f";
} /* '' */
.ico-expand-right:before {
    content: "\e860";
} /* '' */
.ico-collapse:before {
    content: "\e861";
} /* '' */
.ico-expand:before {
    content: "\e862";
} /* '' */
.ico-globe:before {
    content: "\e863";
} /* '' */
.ico-laptop:before {
    content: "\e864";
} /* '' */
.ico-user:before {
    content: "\e865";
} /* '' */
.ico-chart-line:before {
    content: "\e866";
} /* '' */
.ico-chart-area:before {
    content: "\e867";
} /* '' */
.ico-chart-bar:before {
    content: "\e868";
} /* '' */
.ico-chart-pie:before {
    content: "\e869";
} /* '' */
.ico-cab:before {
    content: "\e86a";
} /* '' */
.ico-building-filled:before {
    content: "\e86b";
} /* '' */
.ico-calc:before {
    content: "\e86c";
} /* '' */
.ico-briefcase:before {
    content: "\e86d";
} /* '' */
.ico-award:before {
    content: "\e86e";
} /* '' */
.ico-desktop:before {
    content: "\e86f";
} /* '' */
.ico-tablet:before {
    content: "\e870";
} /* '' */
.ico-gift:before {
    content: "\e871";
} /* '' */
.ico-money:before {
    content: "\e872";
} /* '' */
.ico-play-circled:before {
    content: "\e873";
} /* '' */
.ico-play-circled-2:before {
    content: "\e874";
} /* '' */
.ico-play:before {
    content: "\e875";
} /* '' */
.ico-stop:before {
    content: "\e876";
} /* '' */
.ico-book:before {
    content: "\e877";
} /* '' */
.ico-basket:before {
    content: "\e878";
} /* '' */
.ico-brush:before {
    content: "\e879";
} /* '' */
.ico-birthday:before {
    content: "\e87a";
} /* '' */
.ico-diamond:before {
    content: "\e87b";
} /* '' */
.ico-music:before {
    content: "\e87c";
} /* '' */
.ico-pin:before {
    content: "\e87d";
} /* '' */
.ico-direction:before {
    content: "\e87e";
} /* '' */
.ico-pencil:before {
    content: "\e87f";
} /* '' */
.ico-pencil-squared:before {
    content: "\e880";
} /* '' */
.ico-edit:before {
    content: "\e881";
} /* '' */
.ico-link:before {
    content: "\e882";
} /* '' */
.ico-unlink:before {
    content: "\e883";
} /* '' */
.ico-popup:before {
    content: "\e884";
} /* '' */
.ico-popup-1:before {
    content: "\e885";
} /* '' */
.ico-down-open-2:before {
    content: "\e886";
} /* '' */
.ico-left-open-2:before {
    content: "\e887";
} /* '' */
.ico-down-circle:before {
    content: "\e888";
} /* '' */
.ico-left-circle:before {
    content: "\e889";
} /* '' */
.ico-right-circle:before {
    content: "\e88a";
} /* '' */
.ico-up-circle:before {
    content: "\e88b";
} /* '' */
.ico-freedial:before {
    content: "\e88c";
} /* '' */
.ico-lock:before {
    content: "\e88d";
} /* '' */
.ico-down-micro:before {
    content: "\e88e";
} /* '' */
.ico-up-micro:before {
    content: "\e88f";
} /* '' */
.ico-attention:before {
    content: "\e890";
} /* '' */
.ico-attention-circled:before {
    content: "\e891";
} /* '' */
.ico-clock:before {
    content: "\e892";
} /* '' */
.ico-folder:before {
    content: "\e893";
} /* '' */
.ico-truck:before {
    content: "\e894";
} /* '' */
.ico-clock-1:before {
    content: "\e895";
} /* '' */
.ico-line:before {
    content: "\e896";
} /* '' */
.ico-down-open-1:before {
    content: "\e897";
} /* '' */
.ico-left-open-1:before {
    content: "\e898";
} /* '' */
.ico-right-open-1:before {
    content: "\e899";
} /* '' */
.ico-up-open-1:before {
    content: "\e89a";
} /* '' */
.ico-down-open-mini:before {
    content: "\e89b";
} /* '' */
.ico-left-open-mini:before {
    content: "\e89c";
} /* '' */
.ico-right-open-mini:before {
    content: "\e89d";
} /* '' */
.ico-up-open-mini:before {
    content: "\e89e";
} /* '' */
.ico-down-open-big:before {
    content: "\e89f";
} /* '' */
.ico-left-open-big:before {
    content: "\e8a0";
} /* '' */
.ico-right-open-big:before {
    content: "\e8a1";
} /* '' */
.ico-up-open-big:before {
    content: "\e8a2";
} /* '' */
.ico-down-dir-1:before {
    content: "\e8a3";
} /* '' */
.ico-left-dir-1:before {
    content: "\e8a4";
} /* '' */
.ico-right-dir-1:before {
    content: "\e8a5";
} /* '' */
.ico-up-dir-1:before {
    content: "\e8a6";
} /* '' */
.ico-dot-1:before {
    content: "\e8a7";
} /* '' */
.ico-dot-2:before {
    content: "\e8a8";
} /* '' */
.ico-dot-3:before {
    content: "\e8a9";
} /* '' */
.ico-pencil-1:before {
    content: "\e8aa";
} /* '' */
.ico-right-open-2:before {
    content: "\e8ab";
} /* '' */
.ico-up-open-2:before {
    content: "\e8ac";
} /* '' */
.ico-location-1:before {
    content: "\e8ad";
} /* '' */
.ico-ok-1:before {
    content: "\e8ae";
} /* '' */
.ico-ok-2:before {
    content: "\e8af";
} /* '' */
.ico-ok-circled-3:before {
    content: "\e8b0";
} /* '' */
.ico-ok-circled2:before {
    content: "\e8b1";
} /* '' */
.ico-location-2:before {
    content: "\e8b2";
} /* '' */
.ico-left-open-3:before {
    content: "\e8b3";
} /* '' */
.ico-right-open-3:before {
    content: "\e8b4";
} /* '' */
.ico-down-circle-1:before {
    content: "\e8b5";
} /* '' */
.ico-left-circle-1:before {
    content: "\e8b6";
} /* '' */
.ico-right-circle-1:before {
    content: "\e8b7";
} /* '' */
.ico-up-circle-1:before {
    content: "\e8b8";
} /* '' */
.ico-left-open-outline:before {
    content: "\e8b9";
} /* '' */
.ico-left-open-4:before {
    content: "\e8ba";
} /* '' */
.ico-right-open-outline:before {
    content: "\e8bb";
} /* '' */
.ico-right-open-4:before {
    content: "\e8bc";
} /* '' */
.ico-tiktok-2:before {
    content: "\e8bd";
} /* '' */
.ico-pinterest:before {
    content: "\e8be";
} /* '' */
.ico-crown:before {
    content: "\e8bf";
} /* '' */
.ico-phone-1:before {
    content: "\e8c0";
} /* '' */
.ico-phone-circled:before {
    content: "\e8c1";
} /* '' */
.ico-comment-1:before {
    content: "\e8c2";
} /* '' */
.ico-comment-2:before {
    content: "\e8c3";
} /* '' */
.ico-chat-1:before {
    content: "\e8c4";
} /* '' */
.ico-freedial-2:before {
    content: "\e8c5";
} /* '' */
.ico-phone-2:before {
    content: "\e8c6";
} /* '' */
.ico-fax-2:before {
    content: "\e8c7";
} /* '' */
.ico-tiktok:before {
    content: "\e8c8";
} /* '' */
.ico-feedly:before {
    content: "\e8c9";
} /* '' */
.ico-hatena:before {
    content: "\e8ca";
} /* '' */
.ico-print:before {
    content: "\e8cb";
} /* '' */
.ico-print-1:before {
    content: "\e8cc";
} /* '' */
.ico-cancel-1:before {
    content: "\e8cd";
} /* '' */
.ico-home-1:before {
    content: "\e8ce";
} /* '' */
.ico-basket-1:before {
    content: "\e8cf";
} /* '' */
.ico-basket-alt:before {
    content: "\e8d0";
} /* '' */
.ico-book-1:before {
    content: "\e8d1";
} /* '' */
.ico-attach:before {
    content: "\e8d2";
} /* '' */
.ico-basket-2:before {
    content: "\e8d3";
} /* '' */
.ico-calendar-1:before {
    content: "\e8d4";
} /* '' */
.ico-calendar-inv:before {
    content: "\e8d5";
} /* '' */
.ico-book-open:before {
    content: "\e8d6";
} /* '' */
.ico-twitter-post:before {
    content: "\e8d7";
} /* '' */
.ico-ok-circled-1:before {
    content: "\f06d";
} /* '' */
.ico-cancel-circled-1:before {
    content: "\f06e";
} /* '' */
.ico-twitter-1:before {
    content: "\f099";
} /* '' */
.ico-facebook-1:before {
    content: "\f09a";
} /* '' */
.ico-docs:before {
    content: "\f0c5";
} /* '' */
.ico-linkedin:before {
    content: "\f0e1";
} /* '' */
.ico-coffee:before {
    content: "\f0f4";
} /* '' */
.ico-food:before {
    content: "\f0f5";
} /* '' */
.ico-folder-empty:before {
    content: "\f114";
} /* '' */
.ico-youtube-play:before {
    content: "\f16a";
} /* '' */
.ico-male:before {
    content: "\f183";
} /* '' */
.ico-taxi:before {
    content: "\f1ba";
} /* '' */
.ico-bus:before {
    content: "\f207";
} /* '' */
.ico-ship:before {
    content: "\f21a";
} /* '' */
.ico-facebook-official:before {
    content: "\f230";
} /* '' */
.ico-subway:before {
    content: "\f239";
} /* '' */
.ico-get-pocket:before {
    content: "\f265";
} /* '' */
.ico-map-pin:before {
    content: "\f276";
} /* '' */
.ico-commenting:before {
    content: "\f27a";
} /* '' */
.ico-commenting-o:before {
    content: "\f27b";
} /* '' */
.ico-user-circle:before {
    content: "\f2bd";
} /* '' */
.ico-user-circle-o:before {
    content: "\f2be";
} /* '' */
.ico-user-o:before {
    content: "\f2c0";
} /* '' */
.ico-facebook:before {
    content: "\f300";
} /* '' */
.ico-facebook-rect:before {
    content: "\f301";
} /* '' */
.ico-twitter:before {
    content: "\f302";
} /* '' */
.ico-twitter-bird:before {
    content: "\f303";
} /* '' */
.ico-twitter-squared:before {
    content: "\f304";
} /* '' */
.ico-vkontakte-rect:before {
    content: "\f30a";
} /* '' */
.ico-linkedin-squared:before {
    content: "\f30c";
} /* '' */
.ico-tumblr-rect:before {
    content: "\f310";
} /* '' */
.ico-tumblr:before {
    content: "\f311";
} /* '' */
.ico-youtube:before {
    content: "\f313";
} /* '' */
.ico-instagram:before {
    content: "\f31e";
} /* '' */
.ico-instagram-filled:before {
    content: "\f31f";
} /* '' */


/* 画像アイコン / .imgico
-------------------------------------------------------- */
.imgico {
    display: inline-block;
    background: url(../../assets/img/common/ico_imgico.png) no-repeat 0 0;
    vertical-align: middle;
    line-height: 0;
}


/* ボタン / .btn
-------------------------------------------------------- */
.btn {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    border: 0;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .1s ease-out;

    -webkit-appearance: none;
            appearance: none;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn:hover {
        opacity: .8;
    }
}

a.btn {
    text-decoration: none !important;
}
.btn .ico {
    position: relative;
    top: -.1em;
    right: 0;
    margin-left: 5px;
}
.btn .imgico {
    margin-left: 5px;
}

/* 青+白文字 */
.btn-blue {
    padding: 12px 22px;
    /* border: 1px solid #1b63a7; */
    border-radius: 4px;
    background: #1b63a7;
    box-shadow: 0 3px 0 #103b64;
    color: #fff !important;
    font-weight: 700;
}
.btn-blue.btn-blue-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-blue:hover {
        color: #fff;
    }
}

/* オレンジ+白文字 */
.btn-orange {
    padding: 12px 22px;
    /* border: 1px solid #f7790b; */
    border-radius: 4px;
    background: #f7790b;
    box-shadow: 0 3px 0 #cc3100;
    color: #fff !important;
    font-weight: 700;
}
.btn-orange.btn-orange-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-orange:hover {
        color: #fff;
    }
}

/* 白+黒文字 */
.btn-white {
    padding: 12px 22px;
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    background: #f0f0f0;
    box-shadow: 0 3px 0 #b0b0b0;
    color: #222 !important;
    font-weight: 700;
}
.btn-white.btn-white-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}
.btn-white .ico {
    color: #1b63a7;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-white:hover {
        color: #020202;
    }
}

/* 赤+白文字 */
.btn-red {
    padding: 12px 22px;
    /* border: 1px  solid #e42540; */
    border-radius: 4px;
    background: #e42540;
    box-shadow: 0 3px 0 #911224;
    color: #fff !important;
    font-weight: 700;
}
.btn-red.btn-red-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-red:hover {
        color: #fff;
    }
}

/* 緑+白文字 */
.btn-green {
    padding: 12px 22px;
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    background: #65bc1f;
    box-shadow: 0 3px 0 #288b04;
    color: #fff !important;
    font-weight: 700;
}
.btn-green.btn-green-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-green:hover {
        color: #fff;
    }
}

/* 黒+白文字 */
.btn-black {
    padding: 12px 22px;
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    background: #444;
    box-shadow: 0 3px 0 #000;
    color: #fff !important;
    font-weight: 700;
}
.btn-black.btn-black-l {
    padding: 18px 27px;
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-black:hover {
        color: #fff;
    }
}

/* .btn-view */
.btn-view {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    width: 12em;
    color: #0070c0;
    text-align: left;
    text-decoration: none;
    letter-spacing: .08em;
    font-weight: 500;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
}
.btn-view:hover {
    color: #0070c0;
}
.btn-view::after {
    position: absolute;
    right: 0;
    bottom: .5em;
    width: 0;
    height: 0;
    border-width: 0 0 .5em .5em;
    border-style: solid;
    border-color: transparent transparent #0070c0 transparent;
    content: "";
}
.btn-view .more {
    position: relative;
    display: block;
    padding: 0 0 .6em 0;
}
.btn-view .more::before,
.btn-view .more::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0070c0;
    content: "";
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .btn-view {
        width: 15em;
    }
    .btn-view:hover {
        opacity: .6;
    }
    .btn-view .more::before {
        width: 0;
        transition: width .4s ease;
    }
    .btn-view .more:hover::before {
        width: 100%;
    }
    .btn-view .more::after {
        width: 100%;
        transition: width .6s ease, left .6s ease;
    }
    .btn-view .more:hover::after {
        left: 100%;
        width: 0;
        transition: width .2s ease, left .2s ease;
    }
}


/* ステッカー / .sticker
-------------------------------------------------------- */
.sticker {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fc9c43;
    box-shadow: 0 1px 1px 0 #ccc;
    color: #fff;
    vertical-align: middle;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1;
    transition: background-color .1s ease-out;
}
.sticker:hover {
    background: #e59600;
    color: #fff;
}


/* 幅、余白確保ボックス / .holder-
-------------------------------------------------------- */
/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .holder-s,
    .holder-sm,
    .holder-sl,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 98%;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .holder-m,
    .holder-sm,
    .holder-ml,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 98%;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .holder-l,
    .holder-sl,
    .holder-ml,
    .holder-sml {
        margin-right: auto;
        margin-left: auto;
        width: 960px;
    }
}


/* テーブル / .table
-------------------------------------------------------- */
.table {
    margin: 0 0 1.5em;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    /* background: rgba(0, 0, 0, .0); */
}
.table caption {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #0070c0;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.table tr:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}
.table th,
.table td {
    padding: 30px 30px;
    /* border: 0; */
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}
.table th {
    width: 28%;
    font-size: 1.7rem;
}
.table td {
    font-size: 1.6rem;
}
.table th > :last-child,
.table td > :last-child {
    margin-bottom: 0;
}
.table thead th {
    background: #0070c0;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.table tbody th {
    background: #fafafa;
    /* background: rgba(0, 0, 0, .0); */
    font-weight: 600;
}
.table-striped tbody tr:nth-child(even) th {
    background: #e7eaed;
}
.table-striped tbody tr:nth-child(even) td {
    background: #f5f5f5;
}
.table-use-caption thead th {
    background: #999;
    filter: none;
}
.table table {
    font-size: 1.4rem;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .table-responsive {
        width: 100%;
    }
    .table-responsive th,
    .table-responsive td {
        display: block;
        width: 100%;
        border-bottom: 0;
        text-align: center;
    }
    .table-responsive th {
        padding: 10px;
        background-position: 0 100%;
    }
    .table-responsive td {
        text-align: left;
    }
    .table-responsive tr:last-child > :last-child {
        /* border-bottom: 1px solid #e6e6e6; */
    }
}

/* .table-ttl */
.table-ttl {
    background: #cbd9e6 !important;
    color: #355d7d;
}


/* レスポンシブテーブル / .primary-table, .secondly-table
-------------------------------------------------------- */
.no-js .primary-table-ml,
.no-js .primary-table-l {
    display: table !important;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .primary-table-ml,
    .primary-table-l {
        display: none;
    }
    .secondly-table-s,
    .secondly-table-sm {
        margin: 0 0 10px;
    }
    .secondly-table-s caption,
    .secondly-table-s th,
    .secondly-table-s td,
    .secondly-table-sm caption,
    .secondly-table-sm th,
    .secondly-table-sm td {
        padding: 5px;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .primary-table-l {
        display: none;
    }
    .secondly-table-s {
        display: none;
    }
    .secondly-table-sm {
        margin: 0 0 10px;
    }
    .secondly-table-sm caption,
    .secondly-table-sm th,
    .secondly-table-sm td {
        padding: 5px;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .secondly-table-s,
    .secondly-table-sm {
        display: none;
    }
}


/* スクロールテーブル / .scroll-table
-------------------------------------------------------- */
.scroll-table {
    position: relative;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .scroll-table {
        overflow-x: auto;
        margin-bottom: 20px;
        max-width: 960px;
        /* white-space: nowrap; */
    }
    .scroll-table::before {
        position: absolute;
        top: 8px;
        right: 16px;
        padding: 4px 8px;
        border-radius: 4px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        content: "⟵ 横にスワイプ可能 ⟶";
        white-space: nowrap;
        font-size: 1.5rem;
        opacity: 1;
        transition: opacity .4s ease-in-out;
        pointer-events: none;
    }
    .scroll-table.scrolled::before {
        opacity: 0;
    }
    .scroll-table::-webkit-scrollbar {
        height: 10px;
    }
    .scroll-table::-webkit-scrollbar-track {
        margin: 0 2px;
        border-radius: 5px;
        background: #ccc;
    }
    .scroll-table::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    .scroll-table table {
        margin: 0;
        min-width: 100%;
        width: auto;
        background: #fff;
        table-layout: fixed;
    }
    .scroll-table tbody th {
        min-width: 100px;
        width: 100px;
    }
    .scroll-table td {
        min-width: 150px;
        width: 150px;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .scroll-table {
        overflow-x: auto;
        margin-bottom: 20px;
        max-width: 960px;
        /* white-space: nowrap; */
    }
    .scroll-table::before {
        position: absolute;
        top: 8px;
        right: 16px;
        padding: 4px 8px;
        border-radius: 4px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        content: "⟵ 横にスワイプ可能 ⟶";
        white-space: nowrap;
        font-size: 1.5rem;
        opacity: 1;
        transition: opacity .4s ease-in-out;
        pointer-events: none;
    }
    .scroll-table.scrolled::before {
        opacity: 0;
    }
    .scroll-table::-webkit-scrollbar {
        height: 10px;
    }
    .scroll-table::-webkit-scrollbar-track {
        margin: 0 2px;
        border-radius: 5px;
        background: #ccc;
    }
    .scroll-table::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    .scroll-table table {
        margin: 0;
        min-width: 100%;
        width: auto;
        background: #fff;
        table-layout: fixed;
    }
    .scroll-table tbody th {
        min-width: 100px;
        width: 100px;
    }
    .scroll-table td {
        min-width: 150px;
        width: 150px;
    }
}


/* 注釈 / .note, note-list
-------------------------------------------------------- */
.note,
.note-list li {
    margin-left: 1em;
    text-indent: -1em;
}
.note-list-margin li {
    margin-bottom: 1em;
}
.note-list-margin li:last-child {
    margin-bottom: 0;
}


/* 画像付きボックス / .media
-------------------------------------------------------- */
/* clearfix */
.media {
    display: block;
}
.media::before,
.media::after {
    display: block;
    clear: both;
    content: "";
}

/* .media */
.media-img {
    display: block;
    margin: 0 0 1.5em;
    text-align: center;
}
.media-img > img {
    display: inline;
}
.media-img-rev {
    margin: 0 0 1.5em;
}
.media-body {
    overflow: visible;
}
.media-body > :last-child {
    margin-bottom: 0;
}
.media-body-ttl {
    margin: 0 auto 20px;
    padding: 0;
    color: #020202;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.6;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .media {
        margin: 0 0 50px 0;
        padding: 0;
    }
    .media-img {
        float: left;
        margin-right: 3.75%; /* 60.00px */
        width: 48.125%; /* 770.00px */
    }
    .media-img > img {
        display: block;
    }
    .media-img-rev {
        float: right;
        margin-right: 0;
        margin-left: 3.75%; /* 60.00px */
    }
    .media-body {
        float: left;
        /* overflow: hidden; */
        width: 48.125%; /* 770.00px */
    }
    .media-body-ttl {
        font-size: 3.2rem;
    }

    /* テキスト回り込みレイアウト */
    .media-body.around {
        float: none;
        overflow: visible;
        margin: 0 0 1.5em 0;
        width: auto;
    }
    .media-body.around > p {
        text-align: justify;
    }
}


/* インフォメーション / .headline
-------------------------------------------------------- */
.headline {
    width: 100%;
}
.headline-inner {
    margin: 0 auto;
    /* padding: 0 14px;
    max-width: 1640px; */
    width: 100%;
}

/* .headline-ttl */
.headline-ttl {
    display: flex;
    margin-bottom: 30px;

    justify-content: space-between;
    align-items: flex-end;
}
.headline-ttl .box {
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.7;
}
.headline-ttl .box span {
    display: block;
    color: #094b7e;
    letter-spacing: .06em;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
}
.headline-ttl .btn a {
    color: #094b7e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
}

/* .headline-body */
.headline-body {
    margin-bottom: 40px;
}
.page-home .headline-body {
    overflow: auto;
    height: 420px;
}
.headline-body .body-box {
    border-bottom: 1px dotted #aeb6ab;
    background: #fff;
}

/* .page-home .headline-body .body-box {
    margin: 1.2em 0 0;
    padding: 0 0 1.2em;
} */

.headline-body .body-box:hover {
    background: #f4f2eb;
}

/* .headline-body .body-box:first-child {
    margin: 0;
} */

.headline-body .body-box a {
    display: flex;
    flex-direction: column;
    padding: 10px 14px 10px;
    text-decoration: none;

    flex-wrap: wrap;
}
.headline-body .body-box-date {
    display: flex;
    margin-bottom: 5px;
    font-size: 0;

    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.headline-body .body-box-date .ico {
    position: relative;
    top: 1px;
    margin-right: 5px;
    color: #0070c0;
    font-size: 1.4rem;
}
.headline-body .body-box-date .date {
    display: inline-block;
    margin: .4em .4em .4em 0;
    color: #0070c0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
}
.headline-body .body-box-date .category {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    padding: 1px 5px;
    width: 120px;
    border-radius: 2px;
    background: #a5a5a5;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
}
.headline-body .body-box-date .category.information {
    background: #00acee;
}
.headline-body .body-box-date .category.blog {
    background: #ffab3c;
}
.headline-body .body-box-date .category.campaign {
    background: #87c040;
}
.headline-body .body-box-date .category.event {
    background: #db4a39;
}
.headline-body .body-box-list {
    display: flex;
    /* margin: 0 0 0 1.3em; */

    align-items: center;
    justify-content: flex-start;
}
.headline-body .body-box-list .ico {
    position: relative;
    margin: 0 1em 0 0;
    color: #586f12;
    font-size: 1.3rem;
}
.headline-body .body-box-list .ttl {
    color: #020202;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* .headline-ftr */
.headline-ftr {
    text-align: center;
}
.headline-ftr .btn {
    margin: 1.5em 0 0 0;
}
.headline-ftr .btn:first-child {
    margin: 0;
}
.headline-ftr .btn-headline {
    padding: 16px 22px;
    width: 100%;
    border-radius: 4px;
    background: #0070c0;
    /* box-shadow: 0 3px 0 #004981; */
    color: #fff;
    font-weight: 700;
}
.headline-ftr .btn-headline .ico {
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 1.6rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .headline-inner {
        padding: 0 0;
    }

    /* .headline-body */
    .headline-body {
        margin-bottom: 50px;
    }
    .page-home .headline-body {
        height: 300px;
    }
    .headline-body .body-box a {
        flex-direction: row;
        /* align-items: center; */

        align-items: flex-start;
    }
    .headline-body .body-box-date {
        margin: 0 30px 0 0;
        width: auto;
    }
    .headline-body .body-box-list {
        flex: 1;
    }

    /* .headline-ftr */
    .headline-ftr {
        text-align: center;
    }
    .headline-ftr .btn {
        margin: 0 0 0 1.5em;
        padding: 18px 18px;
    }
    .headline-ftr .btn .ico {
        margin: 0 10px 0 0;
    }
    .headline-ftr .btn-headline {
        max-width: 320px;
        width: 40%;
    }
}


/* ブロック / .block
-------------------------------------------------------- */
.block {
    margin: 0 0 50px;
}
.block:last-child {
    margin: 0;
}
.block-ttl {
    margin: 0 0 30px;
    padding: 3px 10px 15px 3px;
    border-bottom: 1px solid #eee;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 2.2rem;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}
.block-ttl .ico {
    margin-right: .4em;
    padding: 6px 3px 6px 2px;
    color: rgba(255, 96, 16, 1);
    font-size: 2.4rem;
}
.block-body {
    padding: 0 0 0 0;
}
.block-body > :last-child {
    margin-bottom: 0;
}
.block-body-ttl {
    margin: 0 0 1em;
    padding: .5em .5em .5em 1em;
    border-bottom: 1px solid rgba(219, 219, 219, .9);
    border-left: 5px solid rgba(255, 96, 16, 1);
    background: #fff;
    color: #020202;
    font-weight: 600;
    font-size: 2.4rem;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .block-ttl {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .block-body {
        padding: 0;
    }
    .block-body-ttl {
        font-size: 2.0rem;
    }
}


/* 間仕切り / .partition-img
-------------------------------------------------------- */
.partition-img {
    overflow: hidden;
    margin-bottom: 100px;
    width: 100%;
    height: 430px;
    background: url(../../assets/img/common/img_partition-img.jpg) no-repeat center center / cover fixed;
}

/* .panel */
.partition-img.panel {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: transparent;
}
.partition-img.panel .panel-inner {
    margin: 50px 0;
}
.partition-img.panel .panel-inner img {
    width: 50%;
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .partition-img.panel .panel-inner img {
        width: 25%;
    }
}


/* object-fit画像 / img.ofi-img
-------------------------------------------------------- */
img.ofi-img {
    font-family: "object-fit: cover; object-position: 0 100%;"; /* IE対策 */

    -o-object-position: 0 100%;
       object-position: 0 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


/* 画像フレーム / .imgflame
-------------------------------------------------------- */
.imgflame {
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
}


/* 影フレーム / .shadowflame
-------------------------------------------------------- */
.shadowflame {
    position: relative;
    box-shadow: 0 0 12px 0 rgba(219, 216, 200, 1);
}


/* 背景フレーム / .backgroundflame
-------------------------------------------------------- */
.backgroundflame {
    position: relative;
}
.backgroundflame::after {
    position: absolute;
    top: 60px;
    left: 90px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff320;
    content: "";
}


/* 画像エフェクト / .imgeffect
-------------------------------------------------------- */
.imgeffect {
    position: relative;
}
.imgeffect::after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff;
    content: "";
}


/* 発光エフェクト / .shineeffect
-------------------------------------------------------- */
.shineeffect {
    position: relative;
    overflow: hidden;
}
.shineeffect::after {
    position: absolute;
    top: 0;
    left: -150%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .9) 81%, rgba(255, 255, 255, 0) 100%);
    content: "";
    animation: shineeffect 3s linear infinite;
}
.shineeffect.first::after {
    animation-delay: 0s; /* すぐに開始 */
}
.shineeffect.second::after {
    animation-delay: .5s; /* .5秒後に開始 */
}
@keyframes shineeffect {
    0%,
    33% {
        left: -150%;
    }
    66%,
    100% {
        left: 150%;
    }
}


/* マーカー / .marker
-------------------------------------------------------- */
.marker {
    display: inline;
    background: linear-gradient(transparent 67%, #fdee21 67%, #fdee21);
    background: linear-gradient(transparent 67%, #fff000 67%, #fff000);
}
.marker-blue {
    display: inline;
    background: linear-gradient(transparent 67%, #00a0e8 67%, #00a0e8);
}
.marker-red {
    display: inline;
    background: linear-gradient(transparent 67%, #e4007e 67%, #e4007e);
}
.marker-yellow {
    display: inline;
    background: linear-gradient(transparent 67%, #fff000 67%, #fff000);
}

/* .marker-custom */
.marker-stripe {
    background: repeating-linear-gradient(-45deg, #fad3d1, #fad3d1 2px, transparent 2px, transparent 4px) no-repeat 0 .75em;
}
.marker-dot {
    border-bottom: 3px dotted #b7e3ff;
    background: initial;
}
.marker-point {
    margin: 0 0 0 0;
    border-bottom: 2px solid #e30c10;
    color: #e30c10;
}
.marker-point .point {
    position: relative;
}
.marker-point .point::after {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(0, 64, 119, 1);
    content: "";
    transform: translateX(-50%);
}

/* marker-scroll.js */
.marker-scroll {
    padding: 0 5px;
    background-image: linear-gradient(#fdee21, #fdee21);
    background-position: 0 100%;
    background-size: 0 50%;
    background-repeat: no-repeat;
    transition: .8s;
}
.marker-scroll.is-active {
    background-size: 100% 50%;
}


/* リンク / .link
-------------------------------------------------------- */
.link {
    display: inline-block;
}
.link .ico {
    margin: 0 5px;
    color: #1b63a7;
}


/* リスト(デフォルトスタイル) / .ul, .ol
-------------------------------------------------------- */
.ul {
    margin: 0 0 1.5em 1.5em;
    list-style: disc outside; /* 黒丸 */
}
.ul-circle {
    list-style: circle; /* 白丸 */
}
.ul-square {
    list-style: square; /* 黒四角 */
}
.ul-margin > li {
    margin-bottom: 1em;
}
.ol {
    margin: 0 0 1.5em 2em;
    list-style: decimal outside; /* 算用数字 */
}
.ol-lower-roman {
    list-style-type: lower-roman; /* 小文字のローマ数字 */
}
.ol-upper-roman {
    list-style-type: upper-roman; /* 大文字のローマ数字 */
}
.ol-lower-greek {
    list-style-type: lower-greek; /* 小文字のギリシャ文字 */
}
.ol-decimal-leading-zero {
    list-style-type: decimal-leading-zero; /* 先頭に0をつけた算用数字 */
}
.ol-lower-latin {
    list-style-type: lower-latin; /* 小文字のアルファベット */
}
.ol-upper-latin {
    list-style-type: upper-latin; /* 大文字のアルファベット */
}
.ol-cjk-ideographic {
    list-style-type: cjk-ideographic; /* 漢数字 */
}
.ol-hiragana {
    list-style-type: hiragana; /* ひらがなのあいうえお順 */
}
.ol-katakana {
    list-style-type: katakana; /* カタカナのアイウエオ順 */
}
.ol-hiragana-iroha {
    list-style-type: hiragana-iroha; /* ひらがなのいろはにほへと順 */
}
.ol-katakana-iroha {
    list-style-type: katakana-iroha; /* カタカナのイロハニホヘト順 */
}
.ol-margin > li {
    margin-bottom: 1em;
}


/* リスト(アイコン付き) / .list, list-*
-------------------------------------------------------- */
.list {
    margin: 0 0 1.5em 1.5em;
}
.list li {
    position: relative;
}
.list li li {
    margin: 0 0 0 13px;
}
.list li::after {
    position: absolute;
    top: .5em;
    left: -1.1em;
    display: block;
    content: "";
}
.list-margin > li {
    margin-bottom: 1em;
}
.list-arrow-down li::after {
    top: 1em;
    width: 0;
    height: 0;
    border-top: 5px solid #0070c0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.list-arrow-up li::after {
    top: 1em;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0070c0;
    border-left: 5px solid transparent;
}
.list-arrow-right li::after {
    top: 1em;
    width: 0;
    height: 0;
    border-top: 5px solid #0070c0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: rotate(-90deg);
}
.list-chevron-down li::after {
    top: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0070c0;
    border-bottom: 1px solid #0070c0;
    transform: rotate(45deg);
}
.list-chevron-up li::after {
    top: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0070c0;
    border-bottom: 1px solid #0070c0;
    transform: rotate(-135deg);
}
.list-chevron-right li::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #0070c0;
    border-bottom: 1px solid #0070c0;
    transform: rotate(-45deg);
}
.list-circle li::after {
    width: 5px;
    height: 5px;
    border: 1px solid #0070c0;
    border-radius: 50%;
    background-color: #fff;
}
.list-check li::after {
    width: 8px;
    height: 3px;
    border-bottom: 2px solid #0070c0;
    border-left: 2px solid #0070c0;
    transform: rotate(-45deg);
}


/* 定義 / .dl
-------------------------------------------------------- */
.dl {
    margin: 0 0 1.5em;
    padding: 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.dl dt {
    margin: 0 0 10px;
    padding: 8px 11px;
    background: #eee;
    font-weight: 700;
}
.dl dd {
    margin: 0 0 20px;
    padding: 0 0 0 0;
}
.dl dd:last-child {
    margin: 0;
}
.dl dd > :last-child {
    margin-bottom: 0;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .dl dd {
        padding: 0;
    }
}


/* メッセージ / .msg
-------------------------------------------------------- */
.msg {
    margin: 0 0 20px;
    padding: 20px 25px;
    /* border: 1px solid #ddd; */
    background: #f7f7f7;
}
.msg > :last-child {
    margin-bottom: 0;
}
.msg .btn {
    margin: 0 5px 5px 0;
}
.msg-ttl {
    margin: 0 0 10px;
    color: #69b000;
    font-weight: 700;
    font-size: 1.8rem;
}
.msg-ttl .ico {
    margin: 0 5px 0 0;
    font-size: 1.8rem;
}
.msg-body > :last-child {
    margin-bottom: 0;
}
.msg-notice {
    border-color: #e7e3d3;
    background: #fbf8ea;
}
.msg-notice .msg-ttl {
    color: rgba(255, 96, 16, 1);
}
.msg-caution {
    border-color: #ebd5d5;
    background: #fbeded;
}
.msg-caution .msg-ttl {
    color: #bf1517;
}
.msg-reason {
    padding: 1.5em 2em;
    border-color: #e7e3d3;
    background: rgba(0, 0, 0, .02);
}
.msg-reason .msg-ttl {
    color: rgba(245, 128, 13, 1);
    font-size: 2.6rem;
    line-height: 1.8;
}
.msg-reason .msg-ttl .marker {
    font-size: 110%;
}
.msg-point {
    position: relative;
    margin: 0 0 30px;
    padding: 3em 2.5em 2em;
    border: 3px solid #fd0;
    border-radius: 8px;
    background: #fffbef;
}
.msg-point .msg-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: .5em 1em;
    width: auto;
    border-radius: 0 0 10px 0;
    background: #fd0;
    color: #020202;
    font-size: 1.5rem;
    line-height: 1.2;
}
.msg-link {
    position: relative;
    margin: 0 0 30px;
    padding: 1.5em 1.5em 1.5em;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.msg-link .msg-ttl {
    position: absolute;
    top: -12px;
    left: 14px;
    margin: 0;
    padding: .2em .2em;
    background: #fff;
    color: #020202;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}
.msg-link .msg-body li {
    position: relative;
    margin-bottom: .5em;
    padding-left: 1.2em;
    font-size: 1.7rem;
}
.msg-link .msg-body li:last-child {
    margin-bottom: 0;
}
.msg-link .msg-body li::before {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fd0;
    content: "";
}
.msg-link .msg-body li a {
    color: #27b1db;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .msg-ttl {
        font-size: 1.8rem;
    }
    .msg-reason {
        padding: 1em 1em;
    }
    .msg-reason .msg-ttl {
        font-size: 1.8rem;
    }
}


/* 条 / .article
-------------------------------------------------------- */
.article {
    margin-bottom: 40px;
}
.article-ttl {
    margin-bottom: 15px;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 1.8rem;
}
.article-ttl::before {
    display: inline-block;
    margin-right: 7px;
    width: 11px;
    height: 11px;
    border: 3px solid #0070c0;
    border-radius: 6px;
    content: "";
}
.article-body {
    padding: 0 0 0 0;
}
.article-body > :last-child {
    margin-bottom: 0;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .article-ttl {
        font-size: 1.6rem;
    }
    .article-body {
        padding: 0;
    }
}


/* 文書 / .doc
-------------------------------------------------------- */
.doc .ol li {
    margin-bottom: .5em;
}
.doc-ttl {
    margin-bottom: 1em;
    font-weight: normal;
}
.doc-body {
    padding-left: 1.5em;
}


/* ボーダーボックス / .border
-------------------------------------------------------- */
.border {
    margin: 0 0 20px;
    padding: 25px 30px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.border > :last-child {
    margin-bottom: 0;
}
.border-gray {
    border-color: #ddd;
    background-color: #fcfcfc;
}
.border-green {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}
.border-blue {
    border-color: #bce8f1;
    background-color: #d9edf7;
}
.border-yellow {
    border-color: #efe6c0;
    background-color: #fffdf5;
}
.border-red {
    border-color: #ebccd1;
    background-color: #f2dede;
}
.border-white {
    border-color: #ddd;
    background-color: #fff;
}
.border-ttl {
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 2.2rem;
}


/* ナンバーリスト / .number-list
-------------------------------------------------------- */
.number-list {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none !important; /* 数字を一旦消す */
    counter-reset: number 0; /* 数字をリセット */
}
.number-list li {
    position: relative;
    margin-bottom: 5px;
    padding: 1.2em;
    border-left: 48px solid #0070c0;
    background: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8em;
}
.number-list li span {
    font-weight: 600;
    font-size: 1.8rem;
}
.number-list li::before {
    /* 以下数字をつける */
    position: absolute;
    top: 50%;
    left: -48px;
    /* 数字のデザイン変える */
    display: inline-block;
    width: 48px;
    height: 1em;
    color: white;
    content: counter(number);
    counter-increment: number 1;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    line-height: 1;
    transform: translateY(-50%);
}


/* 星評価レーティング / .rating-star
-------------------------------------------------------- */
.rating {
    display: flex;
    width: 100%;

    justify-content: center;
    align-items: flex-end;
}

/* .rating-star */
.rating-star {
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #ccc;
    white-space: nowrap;
    font-size: 1.2rem;
}
.rating-star::before,
.rating-star::after {
    content: "★★★★★";
}
.rating-star::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    color: #ffcf32;
    white-space: nowrap;
}
.rating-star[data-rate="5"]::after {
    width: 100%;
}
.rating-star[data-rate="4.9"]::after {
    width: 98%;
}
.rating-star[data-rate="4.8"]::after {
    width: 96%;
}
.rating-star[data-rate="4.7"]::after {
    width: 94%;
}
.rating-star[data-rate="4.6"]::after {
    width: 92%;
}
.rating-star[data-rate="4.5"]::after {
    width: 90%;
}
.rating-star[data-rate="4.4"]::after {
    width: 88%;
}
.rating-star[data-rate="4.3"]::after {
    width: 86%;
}
.rating-star[data-rate="4.2"]::after {
    width: 84%;
}
.rating-star[data-rate="4.1"]::after {
    width: 82%;
}
.rating-star[data-rate="4"]::after {
    width: 80%;
}
.rating-star[data-rate="3.9"]::after {
    width: 78%;
}
.rating-star[data-rate="3.8"]::after {
    width: 76%;
}
.rating-star[data-rate="3.7"]::after {
    width: 74%;
}
.rating-star[data-rate="3.6"]::after {
    width: 72%;
}
.rating-star[data-rate="3.5"]::after {
    width: 70%;
}
.rating-star[data-rate="3.4"]::after {
    width: 68%;
}
.rating-star[data-rate="3.3"]::after {
    width: 66%;
}
.rating-star[data-rate="3.2"]::after {
    width: 64%;
}
.rating-star[data-rate="3.1"]::after {
    width: 62%;
}
.rating-star[data-rate="3"]::after {
    width: 60%;
}
.rating-star[data-rate="2.9"]::after {
    width: 58%;
}
.rating-star[data-rate="2.8"]::after {
    width: 56%;
}
.rating-star[data-rate="2.7"]::after {
    width: 54%;
}
.rating-star[data-rate="2.6"]::after {
    width: 52%;
}
.rating-star[data-rate="2.5"]::after {
    width: 50%;
}
.rating-star[data-rate="2.4"]::after {
    width: 48%;
}
.rating-star[data-rate="2.3"]::after {
    width: 46%;
}
.rating-star[data-rate="2.2"]::after {
    width: 44%;
}
.rating-star[data-rate="2.1"]::after {
    width: 42%;
}
.rating-star[data-rate="2"]::after {
    width: 40%;
}
.rating-star[data-rate="1.9"]::after {
    width: 38%;
}
.rating-star[data-rate="1.8"]::after {
    width: 36%;
}
.rating-star[data-rate="1.7"]::after {
    width: 34%;
}
.rating-star[data-rate="1.6"]::after {
    width: 32%;
}
.rating-star[data-rate="1.5"]::after {
    width: 30%;
}
.rating-star[data-rate="1.4"]::after {
    width: 28%;
}
.rating-star[data-rate="1.3"]::after {
    width: 26%;
}
.rating-star[data-rate="1.2"]::after {
    width: 24%;
}
.rating-star[data-rate="1.1"]::after {
    width: 22%;
}
.rating-star[data-rate="1"]::after {
    width: 20%;
}
.rating-star[data-rate="0.9"]::after {
    width: 18%;
}
.rating-star[data-rate="0.8"]::after {
    width: 16%;
}
.rating-star[data-rate="0.7"]::after {
    width: 14%;
}
.rating-star[data-rate="0.6"]::after {
    width: 12%;
}
.rating-star[data-rate="0.5"]::after {
    width: 10%;
}
.rating-star[data-rate="0.4"]::after {
    width: 8%;
}
.rating-star[data-rate="0.3"]::after {
    width: 6%;
}
.rating-star[data-rate="0.2"]::after {
    width: 4%;
}
.rating-star[data-rate="0.1"]::after {
    width: 2%;
}
.rating-star[data-rate="0"]::after {
    width: 0;
}

/* .rating-num */
.rating-num {
    margin-left: .5em;
    font-size: 1.6rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .rating-star {
        font-size: 2.2rem;
    }
}


/* コンテンツ幅 / .wrap
-------------------------------------------------------- */
.wrap790,
.wrap960,
.wrap1000,
.wrap1100,
.wrap1200,
.wrap1240,
.wrap1290,
.wrap1312,
.wrap1340,
.wrap1360,
.wrap1400,
.wrap1460,
.wrap1480,
.wrap1500,
.wrap1520,
.wrap1560,
.wrap1640,
.wrap1650,
.wrap1680,
.wrap1690,
.wrap1920 {
    margin: 0 auto;
    padding: 0 14px;
    max-width: none;
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .wrap790,
    .wrap960,
    .wrap1000,
    .wrap1100,
    .wrap1200,
    .wrap1240,
    .wrap1290,
    .wrap1312,
    .wrap1340,
    .wrap1360,
    .wrap1400,
    .wrap1460,
    .wrap1480,
    .wrap1500,
    .wrap1520,
    .wrap1560,
    .wrap1640,
    .wrap1650,
    .wrap1680,
    .wrap1690,
    .wrap1920 {
        padding: 0 20px;
        width: calc(100% - 0px);
    }
    .wrap790 {
        max-width: 790px; /* ランディングページ */
    }
    .wrap960 {
        max-width: 960px; /* NHK */
    }
    .wrap1000 {
        max-width: 1000px; /* アットホーム */
    }
    .wrap1100 {
        max-width: 1100px; /* CNN */
    }
    .wrap1200 {
        max-width: 1200px; /* SONY */
    }
    .wrap1240 {
        max-width: 1240px; /* みずほ銀行 */
    }
    .wrap1290 {
        max-width: 1290px; /* Yahooショッピング */
    }
    .wrap1312 {
        max-width: 1312px; /* 日本経済新聞社 */
    }
    .wrap1340 {
        max-width: 1340px; /* 楽天 */
    }
    .wrap1360 {
        max-width: 1360px; /* - */
    }
    .wrap1400 {
        max-width: 1400px; /* 電通・食べログ */
    }
    .wrap1460 {
        max-width: 1460px; /* - */
    }
    .wrap1480 {
        max-width: 1480px; /* - */
    }
    .wrap1500 {
        max-width: 1500px; /* Amazon */
    }
    .wrap1520 {
        max-width: 1520px; /* - */
    }
    .wrap1560 {
        max-width: 1560px; /* - */
    }
    .wrap1640 {
        max-width: 1640px; /* 無印良品 */
    }
    .wrap1650 {
        max-width: 1650px; /* - */
    }
    .wrap1680 {
        max-width: 1680px; /* - */
    }
    .wrap1690 {
        max-width: 1690px; /* - */
    }
    .wrap1920 {
        max-width: 1920px; /* YouTube・Facebook */
    }
}


/* レイアウトシステム / .flex
-------------------------------------------------------- */
.flex {
    position: relative;
    display: flex;
    margin: 0 auto;

    flex-wrap: wrap;
}
.flex::after {
    display: none;
}
.flex.inline {
    display: inline-flex;
}
.flex.inline > * {
    width: 100%;
}
.flex.start {
    justify-content: flex-start;
}
.flex.end {
    justify-content: flex-end;
}
.flex.center {
    justify-content: center;
}
.flex.around {
    justify-content: space-around;
}
.flex.between {
    justify-content: space-between;
}
.flex.ai-stretch {
    align-items: stretch;
}
.flex.ai-center {
    align-items: center;
}
.flex.ai-baseline {
    align-items: baseline;
}
.flex.ai-start {
    align-items: flex-start;
}
.flex.ai-end {
    align-items: flex-end;
}
.flex.nowrap {
    flex-wrap: nowrap;
}
.flex.column {
    flex-direction: column;
}
.flex.row {
    flex-direction: row;
}
.flex.c-reverse {
    flex-direction: column-reverse;
}
.flex.r-reverse {
    flex-direction: row-reverse;
}

/* .flex img */
.flex img {
    margin: 0 auto;
}

/* .flex-item */
.flex-item {
    flex: 1;
}

/* 2分割 */
.flex.col2 > .flex-item {
    width: calc(100% / 2);
}

/* 3分割 */
.flex.col3 > .flex-item {
    width: calc(100% / 3);
}

/* 4分割 */
.flex.col4 > .flex-item {
    width: calc(100% / 4);
}

/* 5分割 */
.flex.col5 > .flex-item {
    width: calc(100% / 5);
}

/* 6分割 */
.flex.col6 > .flex-item {
    width: calc(100% / 6);
}

.flex.col2 > .flex-item,
.flex.col3 > .flex-item,
.flex.col4 > .flex-item,
.flex.col5 > .flex-item,
.flex.col6 > .flex-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;

    flex: none;
}

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    .flex.sp-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flex.sp-col1 > .flex-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flex.col3.sp-col2 > .flex-item,
    .flex.col4.sp-col2 > .flex-item,
    .flex.col5.sp-col2 > .flex-item,
    .flex.col6.sp-col2 > .flex-item {
        width: calc(100% / 2);
    }
    /* 3分割 */
    .flex.col3.sp-col3 > .flex-item,
    .flex.col4.sp-col3 > .flex-item,
    .flex.col5.sp-col3 > .flex-item,
    .flex.col6.sp-col3 > .flex-item {
        width: calc(100% / 3);
    }
}

/* tb（1200px未満の場合に適用） */
@media (max-width: 1199.98px) {
    .flex.tb-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flex.tb-col1 > .flex-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flex.col3.tb-col2 > .flex-item,
    .flex.col4.tb-col2 > .flex-item,
    .flex.col5.tb-col2 > .flex-item,
    .flex.col6.tb-col2 > .flex-item {
        width: calc(100% / 2);
    }
    /* 3分割 */
    .flex.col3.tb-col3 > .flex-item,
    .flex.col4.tb-col3 > .flex-item,
    .flex.col5.tb-col3 > .flex-item,
    .flex.col6.tb-col3 > .flex-item {
        width: calc(100% / 3);
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .flex.pc-reverse {
        flex-direction: row-reverse;
    }
    /* 1分割 */
    .flex.pc-col1 > .flex-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}


/* レイアウトシステム / .flexbox
-------------------------------------------------------- */
.flexbox {
    position: relative;
    display: flex;
    margin: 0 auto;

    flex-wrap: wrap;
}
.flexbox::after {
    display: none;
}
.flexbox.inline {
    display: inline-flex;
}
.flexbox.inline > * {
    width: 100%;
}
.flexbox.start {
    justify-content: flex-start;
}
.flexbox.end {
    justify-content: flex-end;
}
.flexbox.center {
    justify-content: center;
}
.flexbox.around {
    justify-content: space-around;
}
.flexbox.between {
    justify-content: space-between;
}
.flexbox.ai-stretch {
    align-items: stretch;
}
.flexbox.ai-center {
    align-items: center;
}
.flexbox.ai-baseline {
    align-items: baseline;
}
.flexbox.ai-start {
    align-items: flex-start;
}
.flexbox.ai-end {
    align-items: flex-end;
}
.flexbox.nowrap {
    flex-wrap: nowrap;
}
.flexbox.column {
    flex-direction: column;
}
.flexbox.row {
    flex-direction: row;
}
.flexbox.c-reverse {
    flex-direction: column-reverse;
}
.flexbox.r-reverse {
    flex-direction: row-reverse;
}

/* .flexbox img */
.flexbox img {
    margin: 0 auto;
}

/* .flexbox-item */
.flexbox-item {
    flex: 1;
}

/* 2分割 */
.flexbox.col2 > .flexbox-item {
    width: 48.125%; /* 770.00px */
}

/* 3分割 */
.flexbox.col3 > .flexbox-item {
    width: 30.833333333333332%; /* 493.33px */
}

/* 4分割 */
.flexbox.col4 > .flexbox-item {
    width: 22.1875%; /* 355.00px */
}

/* 5分割 */
.flexbox.col5 > .flexbox-item {
    width: 17%; /* 272.00px */
}

/* 6分割 */
.flexbox.col6 > .flexbox-item {
    width: 13.541666666666664%; /* 216.66px */
}

.flexbox.col2 > .flexbox-item,
.flexbox.col3 > .flexbox-item,
.flexbox.col4 > .flexbox-item,
.flexbox.col5 > .flexbox-item,
.flexbox.col6 > .flexbox-item {
    margin-right: 1.875%; /* 30.00px */
    margin-bottom: 3.75%; /* 60.00px */
    margin-left: 1.875%; /* 30.00px */

    flex: none;
}
.flexbox.col2 > .flexbox-item:nth-child(odd) {
    margin-left: 0;
}
.flexbox.col2 > .flexbox-item:nth-child(even) {
    margin-right: 0;
}
.flexbox.col3 > .flexbox-item:first-child,
.flexbox.col3 > .flexbox-item:nth-child(3n+1),
.flexbox.col4 > .flexbox-item:first-child,
.flexbox.col4 > .flexbox-item:nth-child(4n+1),
.flexbox.col5 > .flexbox-item:first-child,
.flexbox.col5 > .flexbox-item:nth-child(5n+1),
.flexbox.col6 > .flexbox-item:first-child,
.flexbox.col6 > .flexbox-item:nth-child(6n+1) {
    margin-left: 0;
}
.flexbox.col3 > .flexbox-item:nth-child(3n),
.flexbox.col4 > .flexbox-item:nth-child(4n),
.flexbox.col5 > .flexbox-item:nth-child(5n),
.flexbox.col6 > .flexbox-item:nth-child(6n) {
    margin-right: 0;
}

/* sp（768px未満の場合に適用） */
@media (max-width: 767.98px) {
    .flexbox.sp-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flexbox.sp-col1 > .flexbox-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flexbox.col3.sp-col2 > .flexbox-item,
    .flexbox.col4.sp-col2 > .flexbox-item,
    .flexbox.col5.sp-col2 > .flexbox-item,
    .flexbox.col6.sp-col2 > .flexbox-item {
        width: 48.125%; /* 770.00px */
    }
    .flexbox.col3.sp-col2 > .flexbox-item:first-child,
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(3n+1),
    .flexbox.col4.sp-col2 > .flexbox-item:first-child,
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.sp-col2 > .flexbox-item:first-child,
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.sp-col2 > .flexbox-item:first-child,
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1.875%; /* 30.00px */
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(3n),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(4n),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(5n),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(6n) {
        margin-right: 1.875%; /* 30.00px */
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(odd) {
        margin-left: 0;
    }
    .flexbox.col3.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col4.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col5.sp-col2 > .flexbox-item:nth-child(even),
    .flexbox.col6.sp-col2 > .flexbox-item:nth-child(even) {
        margin-right: 0;
    }
    /* 3分割 */
    .flexbox.col4.sp-col3 > .flexbox-item,
    .flexbox.col5.sp-col3 > .flexbox-item,
    .flexbox.col6.sp-col3 > .flexbox-item {
        width: 30.833333333333332%; /* 493.33px */
    }
    .flexbox.col4.sp-col3 > .flexbox-item:first-child,
    .flexbox.col4.sp-col3 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.sp-col3 > .flexbox-item:first-child,
    .flexbox.col5.sp-col3 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.sp-col3 > .flexbox-item:first-child,
    .flexbox.col6.sp-col3 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1.875%; /* 30.00px */
    }
    .flexbox.col4.sp-col3 > .flexbox-item:nth-child(4n),
    .flexbox.col5.sp-col3 > .flexbox-item:nth-child(5n),
    .flexbox.col6.sp-col3 > .flexbox-item:nth-child(6n) {
        margin-right: 1.875%; /* 30.00px */
    }
    .flexbox.col4.sp-col3 > .flexbox-item:first-child,
    .flexbox.col4.sp-col3 > .flexbox-item:nth-child(3n+1),
    .flexbox.col5.sp-col3 > .flexbox-item:first-child,
    .flexbox.col5.sp-col3 > .flexbox-item:nth-child(3n+1),
    .flexbox.col6.sp-col3 > .flexbox-item:first-child,
    .flexbox.col6.sp-col3 > .flexbox-item:nth-child(3n+1) {
        margin-left: 0;
    }
    .flexbox.col4.sp-col3 > .flexbox-item:nth-child(3n),
    .flexbox.col5.sp-col3 > .flexbox-item:nth-child(3n),
    .flexbox.col6.sp-col3 > .flexbox-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* tb（1200px未満の場合に適用） */
@media (max-width: 1199.98px) {
    .flexbox.tb-reverse {
        flex-direction: column-reverse;
    }
    /* 1分割 */
    .flexbox.tb-col1 > .flexbox-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    /* 2分割 */
    .flexbox.col3.tb-col2 > .flexbox-item,
    .flexbox.col4.tb-col2 > .flexbox-item,
    .flexbox.col5.tb-col2 > .flexbox-item,
    .flexbox.col6.tb-col2 > .flexbox-item {
        width: 48.125%; /* 770.00px */
    }
    .flexbox.col3.tb-col2 > .flexbox-item:first-child,
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(3n+1),
    .flexbox.col4.tb-col2 > .flexbox-item:first-child,
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.tb-col2 > .flexbox-item:first-child,
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.tb-col2 > .flexbox-item:first-child,
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1.875%; /* 30.00px */
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(3n),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(4n),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(5n),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(6n) {
        margin-right: 1.875%; /* 30.00px */
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(odd),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(odd) {
        margin-left: 0;
    }
    .flexbox.col3.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col4.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col5.tb-col2 > .flexbox-item:nth-child(even),
    .flexbox.col6.tb-col2 > .flexbox-item:nth-child(even) {
        margin-right: 0;
    }
    /* 3分割 */
    .flexbox.col4.tb-col3 > .flexbox-item,
    .flexbox.col5.tb-col3 > .flexbox-item,
    .flexbox.col6.tb-col3 > .flexbox-item {
        width: 30.833333333333332%; /* 493.33px */
    }
    .flexbox.col4.tb-col3 > .flexbox-item:first-child,
    .flexbox.col4.tb-col3 > .flexbox-item:nth-child(4n+1),
    .flexbox.col5.tb-col3 > .flexbox-item:first-child,
    .flexbox.col5.tb-col3 > .flexbox-item:nth-child(5n+1),
    .flexbox.col6.tb-col3 > .flexbox-item:first-child,
    .flexbox.col6.tb-col3 > .flexbox-item:nth-child(6n+1) {
        margin-left: 1.875%; /* 30.00px */
    }
    .flexbox.col4.tb-col3 > .flexbox-item:nth-child(4n),
    .flexbox.col5.tb-col3 > .flexbox-item:nth-child(5n),
    .flexbox.col6.tb-col3 > .flexbox-item:nth-child(6n) {
        margin-right: 1.875%; /* 30.00px */
    }
    .flexbox.col4.tb-col3 > .flexbox-item:first-child,
    .flexbox.col4.tb-col3 > .flexbox-item:nth-child(3n+1),
    .flexbox.col5.tb-col3 > .flexbox-item:first-child,
    .flexbox.col5.tb-col3 > .flexbox-item:nth-child(3n+1),
    .flexbox.col6.tb-col3 > .flexbox-item:first-child,
    .flexbox.col6.tb-col3 > .flexbox-item:nth-child(3n+1) {
        margin-left: 0;
    }
    .flexbox.col4.tb-col3 > .flexbox-item:nth-child(3n),
    .flexbox.col5.tb-col3 > .flexbox-item:nth-child(3n),
    .flexbox.col6.tb-col3 > .flexbox-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .flexbox.pc-reverse {
        flex-direction: row-reverse;
    }
    /* 1分割 */
    .flexbox.pc-col1 > .flexbox-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}


/* グリッドシステム / .row（左揃え）
-------------------------------------------------------- */
.row {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.row.reverse {
    flex-direction: row-reverse;
}
.row > * {
    /* display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 1px; */
    max-width: 100%;
    width: 100%;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

/* 余白 */
.row {
    margin-top: -.9375%; /* 15.00px */
    margin-right: -.9375%; /* 15.00px */
    margin-bottom: -.9375%; /* 15.00px */
    margin-left: -.9375%; /* 15.00px */
}
.row > * {
    margin-top: .9375%; /* 15.00px */
    margin-bottom: .9375%; /* 15.00px */
    padding-right: .9375%; /* 15.00px */
    padding-left: .9375%; /* 15.00px */
}
.row-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.row-0 > * {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.row-10 {
    margin-top: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
}
.row-10 > * {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.row-20 {
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
}
.row-20 > * {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.row-30 {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
}
.row-30 > * {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.row-40 {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
}
.row-40 > * {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.row-50 {
    margin-top: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    margin-left: -25px;
}
.row-50 > * {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

/* 12分割 */
.row [class^="colauto-"] {
    max-width: 100%;
    width: auto;

    flex: 0 0 auto;
}
.row [class^="col1-"] {
    max-width: 8.33333333%;

    flex: 0 0 8.33333333%;
}
.row [class^="col2-"] {
    max-width: 16.66666667%;

    flex: 0 0 16.66666667%;
}
.row [class^="col3-"] {
    max-width: 25%;

    flex: 0 0 25%;
}
.row [class^="col4-"] {
    max-width: 33.33333333%;

    flex: 0 0 33.33333333%;
}
.row [class^="col5-"] {
    max-width: 41.66666667%;

    flex: 0 0 41.66666667%;
}
.row [class^="col5col-"] {
    max-width: 20%;

    flex: 0 0 20%;
}
.row [class^="col6-"] {
    max-width: 50%;

    flex: 0 0 50%;
}
.row [class^="col7-"] {
    max-width: 58.33333333%;

    flex: 0 0 58.33333333%;
}
.row [class^="col8-"] {
    max-width: 66.66666667%;

    flex: 0 0 66.66666667%;
}
.row [class^="col9-"] {
    max-width: 75%;

    flex: 0 0 75%;
}
.row [class^="col10-"] {
    max-width: 83.33333333%;

    flex: 0 0 83.33333333%;
}
.row [class^="col11-"] {
    max-width: 91.66666667%;

    flex: 0 0 91.66666667%;
}
.row [class^="col12-"] {
    max-width: 100%;

    flex: 0 0 100%;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    /* .row:not(.not-fluid) > [class*="col12-"] {
        margin-top: 15px;
        width: 100%;
    }
    .row:not(.not-fluid) > [class*="col12-"]:first-child {
        margin-top: 0;
    } */
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .row [class*="-auto-"] {
        max-width: 100%;
        width: auto;

        flex: 0 0 auto;
    }
    .row [class*="-1-"] {
        max-width: 8.33333333%;

        flex: 0 0 8.33333333%;
    }
    .row [class*="-2-"] {
        max-width: 16.66666667%;

        flex: 0 0 16.66666667%;
    }
    .row [class*="-3-"] {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row [class*="-4-"] {
        max-width: 33.33333333%;

        flex: 0 0 33.33333333%;
    }
    .row [class*="-5-"] {
        max-width: 41.66666667%;

        flex: 0 0 41.66666667%;
    }
    .row [class*="-5col-"] {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row [class*="-6-"] {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row [class*="-7-"] {
        max-width: 58.33333333%;

        flex: 0 0 58.33333333%;
    }
    .row [class*="-8-"] {
        max-width: 66.66666667%;

        flex: 0 0 66.66666667%;
    }
    .row [class*="-9-"] {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .row [class*="-10-"] {
        max-width: 83.33333333%;

        flex: 0 0 83.33333333%;
    }
    .row [class*="-11-"] {
        max-width: 91.66666667%;

        flex: 0 0 91.66666667%;
    }
    .row [class*="-12-"] {
        max-width: 100%;

        flex: 0 0 100%;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .row [class$="-auto"] {
        max-width: 100%;
        width: auto;

        flex: 0 0 auto;
    }
    .row [class$="-1"] {
        max-width: 8.33333333%;

        flex: 0 0 8.33333333%;
    }
    .row [class$="-2"] {
        max-width: 16.66666667%;

        flex: 0 0 16.66666667%;
    }
    .row [class$="-3"] {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row [class$="-4"] {
        max-width: 33.33333333%;

        flex: 0 0 33.33333333%;
    }
    .row [class$="-5"] {
        max-width: 41.66666667%;

        flex: 0 0 41.66666667%;
    }
    .row [class$="-5col"] {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row [class$="-6"] {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row [class$="-7"] {
        max-width: 58.33333333%;

        flex: 0 0 58.33333333%;
    }
    .row [class$="-8"] {
        max-width: 66.66666667%;

        flex: 0 0 66.66666667%;
    }
    .row [class$="-9"] {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .row [class$="-10"] {
        max-width: 83.33333333%;

        flex: 0 0 83.33333333%;
    }
    .row [class$="-11"] {
        max-width: 91.66666667%;

        flex: 0 0 91.66666667%;
    }
    .row [class$="-12"] {
        max-width: 100%;

        flex: 0 0 100%;
    }
}


/* グリッドシステム / .grid-list（両端揃え2%余白）
-------------------------------------------------------- */
.grid-list {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.grid-list > * {
    /* display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 1px; */
    max-width: 100%;
    width: 100%;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}
/* .grid-list.grid-list-fit > * {
    flex-direction: row;
} */

/* 12分割 */
.grid-list [class^="col1-"] {
    width: calc( 100% / 1);
}
.grid-list [class^="col2-"] {
    width: calc((100% - 2%) / 2); /* 49% */
}
.grid-list [class^="col3-"] {
    width: calc((100% - 4%) / 3); /* 32% */
}
.grid-list [class^="col4-"] {
    width: calc((100% - 6%) / 4); /* 23.5% */
}
.grid-list [class^="col5-"] {
    width: calc((100% - 8%) / 5); /* 18.4% */
}
.grid-list [class^="col6-"] {
    width: calc((100% - 10%) / 6); /* 15% */
}
.grid-list [class^="col7-"] {
    width: calc((100% - 12%) / 7); /* 12.5714285714% */
}
.grid-list [class^="col8-"] {
    width: calc((100% - 14%) / 8); /* 10.75% */
}
.grid-list [class^="col9-"] {
    width: calc((100% - 16%) / 9); /* 9.33333333333% */
}
.grid-list [class^="col10-"] {
    width: calc((100% - 18%) / 10); /* 8.2% */
}
.grid-list [class^="col11-"] {
    width: calc((100% - 20%) / 11); /* 7.27272727273% */
}
.grid-list [class^="col12-"] {
    width: calc((100% - 22%) / 12); /* 6.5% */
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .grid-list:not(.not-fluid) > [class*="col1-"] {
        margin-top: 15px;
        width: 100%;
    }
    .grid-list:not(.not-fluid) > [class*="col1-"]:first-child {
        margin-top: 0;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .grid-list [class*="-1-"] {
        width: calc( 100% / 1);
    }
    .grid-list [class*="-2-"] {
        width: calc((100% - 2%) / 2);
    }
    .grid-list [class*="-3-"] {
        width: calc((100% - 4%) / 3);
    }
    .grid-list [class*="-4-"] {
        width: calc((100% - 6%) / 4);
    }
    .grid-list [class*="-5-"] {
        width: calc((100% - 8%) / 5);
    }
    .grid-list [class*="-6-"] {
        width: calc((100% - 10%) / 6);
    }
    .grid-list [class*="-7-"] {
        width: calc((100% - 12%) / 7);
    }
    .grid-list [class*="-8-"] {
        width: calc((100% - 14%) / 8);
    }
    .grid-list [class*="-9-"] {
        width: calc((100% - 16%) / 9);
    }
    .grid-list [class*="-10-"] {
        width: calc((100% - 18%) / 10);
    }
    .grid-list [class*="-11-"] {
        width: calc((100% - 20%) / 11);
    }
    .grid-list [class*="-12-"] {
        width: calc((100% - 22%) / 12);
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .grid-list [class$="-1"] {
        width: calc( 100% / 1);
    }
    .grid-list [class$="-2"] {
        width: calc((100% - 2%) / 2);
    }
    .grid-list [class$="-3"] {
        width: calc((100% - 4%) / 3);
    }
    .grid-list [class$="-4"] {
        width: calc((100% - 6%) / 4);
    }
    .grid-list [class$="-5"] {
        width: calc((100% - 8%) / 5);
    }
    .grid-list [class$="-6"] {
        width: calc((100% - 10%) / 6);
    }
    .grid-list [class$="-7"] {
        width: calc((100% - 12%) / 7);
    }
    .grid-list [class$="-8"] {
        width: calc((100% - 14%) / 8);
    }
    .grid-list [class$="-9"] {
        width: calc((100% - 16%) / 9);
    }
    .grid-list [class$="-10"] {
        width: calc((100% - 18%) / 10);
    }
    .grid-list [class$="-11"] {
        width: calc((100% - 20%) / 11);
    }
    .grid-list [class$="-12"] {
        width: calc((100% - 22%) / 12);
    }
}


/* グリッドシステム / .grid（display: grid）
-------------------------------------------------------- */
.grid {
    display: grid;
    margin: 0 auto;
    width: 100%;

    grid-gap: 0 2rem;
    grid-template-columns: repeat(12, 1fr); /* カラム数設定 */
}

/* 12分割 */
.grid .col-1 {
    grid-column: span 1;
}
.grid .col-2 {
    grid-column: span 2;
}
.grid .col-3 {
    grid-column: span 3;
}
.grid .col-4 {
    grid-column: span 4;
}
.grid .col-5 {
    grid-column: span 5;
}
.grid .col-6 {
    grid-column: span 6;
}
.grid .col-7 {
    grid-column: span 7;
}
.grid .col-8 {
    grid-column: span 8;
}
.grid .col-9 {
    grid-column: span 9;
}
.grid .col-10 {
    grid-column: span 10;
}
.grid .col-11 {
    grid-column: span 11;
}
.grid .col-12 {
    grid-column: span 12;
}
