@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
body {
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    letter-spacing: 0.1em;
    padding-top: 0px;
    background-color: "#cdcdcd";
}

a {
    cursor: pointer;
}

a:hover {
    color: inherit;
}

p {
    color: #555555;
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgba(0, 0, 128, 0.02);
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 576px) {
    .l-container {
        max-width: 606px;
    }
}

@media screen and (min-width: 768px) {
    .l-container {
        max-width: 798px;
    }
}

@media screen and (min-width: 992px) {
    .l-container {
        max-width: 1022px;
    }
}

@media screen and (min-width: 1200px) {
    .l-container {
        max-width: 1230px;
    }
}

.l-container--fluid {
    max-width: 100% !important;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
* Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

.l-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.l-row--no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
    padding-right: 0;
    padding-left: 0;
}

.l-row__col--1,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col,
.l-row__col--auto,
.l-row__col--sm-1,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm,
.l-row__col--sm-auto,
.l-row__col--md-1,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md,
.l-row__col--md-auto,
.l-row__col--lg-1,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg,
.l-row__col--lg-auto,
.l-row__col--xl-1,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl,
.l-row__col--xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.l-row__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    word-break: break-all;
}

.l-row__col--auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.l-row__col--1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.l-row__col--2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.l-row__col--3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.l-row__col--4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.l-row__col--5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.l-row__col--6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.l-row__col--7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.l-row__col--8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.l-row__col--9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.l-row__col--10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.l-row__col--11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.l-row__col--12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.l-row__col--order-first {
    -ms-flex-order: -1;
    order: -1;
}

.l-row__col--order-last {
    -ms-flex-order: 13;
    order: 13;
}

.l-row__col--order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.l-row__col--order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.l-row__col--order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.l-row__col--order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.l-row__col--order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.l-row__col--order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.l-row__col--order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.l-row__col--order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.l-row__col--order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.l-row__col--order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.l-row__col--order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.l-row__col--order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.l-row__col--order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.l-row__col--offset-1 {
    margin-left: 8.333333%;
}

.l-row__col--offset-2 {
    margin-left: 16.666667%;
}

.l-row__col--offset-3 {
    margin-left: 25%;
}

.l-row__col--offset-4 {
    margin-left: 33.333333%;
}

.l-row__col--offset-5 {
    margin-left: 41.666667%;
}

.l-row__col--offset-6 {
    margin-left: 50%;
}

.l-row__col--offset-7 {
    margin-left: 58.333333%;
}

.l-row__col--offset-8 {
    margin-left: 66.666667%;
}

.l-row__col--offset-9 {
    margin-left: 75%;
}

.l-row__col--offset-10 {
    margin-left: 83.333333%;
}

.l-row__col--offset-11 {
    margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
    .l-row__col--sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .l-row__col--sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .l-row__col--sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-row__col--sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-row__col--sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .l-row__col--sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-row__col--sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .l-row__col--sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .l-row__col--sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-sm-0 {
        margin-left: 0;
    }

    .l-row__col--offset-sm-1 {
        margin-left: 8.333333%;
    }

    .l-row__col--offset-sm-2 {
        margin-left: 16.666667%;
    }

    .l-row__col--offset-sm-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-sm-4 {
        margin-left: 33.333333%;
    }

    .l-row__col--offset-sm-5 {
        margin-left: 41.666667%;
    }

    .l-row__col--offset-sm-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-sm-7 {
        margin-left: 58.333333%;
    }

    .l-row__col--offset-sm-8 {
        margin-left: 66.666667%;
    }

    .l-row__col--offset-sm-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-sm-10 {
        margin-left: 83.333333%;
    }

    .l-row__col--offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 768px) {
    .l-row__col--md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .l-row__col--md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .l-row__col--md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-row__col--md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-row__col--md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .l-row__col--md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-row__col--md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .l-row__col--md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .l-row__col--md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-md-0 {
        margin-left: 0;
    }

    .l-row__col--offset-md-1 {
        margin-left: 8.333333%;
    }

    .l-row__col--offset-md-2 {
        margin-left: 16.666667%;
    }

    .l-row__col--offset-md-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-md-4 {
        margin-left: 33.333333%;
    }

    .l-row__col--offset-md-5 {
        margin-left: 41.666667%;
    }

    .l-row__col--offset-md-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-md-7 {
        margin-left: 58.333333%;
    }

    .l-row__col--offset-md-8 {
        margin-left: 66.666667%;
    }

    .l-row__col--offset-md-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-md-10 {
        margin-left: 83.333333%;
    }

    .l-row__col--offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 992px) {
    .l-row__col--lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .l-row__col--lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .l-row__col--lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-row__col--lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-row__col--lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .l-row__col--lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-row__col--lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .l-row__col--lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .l-row__col--lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-lg-0 {
        margin-left: 0;
    }

    .l-row__col--offset-lg-1 {
        margin-left: 8.333333%;
    }

    .l-row__col--offset-lg-2 {
        margin-left: 16.666667%;
    }

    .l-row__col--offset-lg-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-lg-4 {
        margin-left: 33.333333%;
    }

    .l-row__col--offset-lg-5 {
        margin-left: 41.666667%;
    }

    .l-row__col--offset-lg-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-lg-7 {
        margin-left: 58.333333%;
    }

    .l-row__col--offset-lg-8 {
        margin-left: 66.666667%;
    }

    .l-row__col--offset-lg-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-lg-10 {
        margin-left: 83.333333%;
    }

    .l-row__col--offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 1200px) {
    .l-row__col--xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .l-row__col--xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .l-row__col--xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-row__col--xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-row__col--xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .l-row__col--xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-row__col--xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .l-row__col--xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .l-row__col--xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-xl-0 {
        margin-left: 0;
    }

    .l-row__col--offset-xl-1 {
        margin-left: 8.333333%;
    }

    .l-row__col--offset-xl-2 {
        margin-left: 16.666667%;
    }

    .l-row__col--offset-xl-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-xl-4 {
        margin-left: 33.333333%;
    }

    .l-row__col--offset-xl-5 {
        margin-left: 41.666667%;
    }

    .l-row__col--offset-xl-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-xl-7 {
        margin-left: 58.333333%;
    }

    .l-row__col--offset-xl-8 {
        margin-left: 66.666667%;
    }

    .l-row__col--offset-xl-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-xl-10 {
        margin-left: 83.333333%;
    }

    .l-row__col--offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.l-row__col--column-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.l-row__col--column-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
    margin-top: 30px;
}

@media screen and (min-width: 576px) {

    .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
    .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {

    .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
    .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
        margin-top: 30px;
    }

    .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
    .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {

    .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
    .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
        margin-top: 30px;
    }

    .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
    .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {

    .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+1),
    .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
        margin-top: 0;
    }

    .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+5),
    .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
        margin-top: 30px;
    }
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
    /* h1 {
    font-size: 2.5em;
}*/
}

.l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}

/* =========================================================
main - メイン
========================================================= */
.l-main {
    margin: 0px auto;
    /*
    dl {
    @include flexbox;

    dt {
    width: 33.34%;
    font-size: 14px;
    margin: 0 0.01%;
    padding: 1%;
    border: #ddd solid 1px;
    //border-top-left-radius: 30px;
    //border-top-right-radius: 30px;
    @include flexbox;
    @include flex-direction($value: column);
    @include flex-center;

    &:first-of-type {
    background-color: #f1f1f1;
}

    &:nth-of-type(2) {
    background-color: #f2f2f2;
}

    &:last-of-type {
    background-color: #f3f3f3;
}

}

    dd {
    width: 33.34%;
    margin: 0 0.01%;
    padding: 1%;
    border: #ddd solid 1px;
    @include flexbox;
    @include flex-direction($value: column);
    @include flex-center;

}
}
    */
}

/* =========================================================
sidebar - サイドバー
========================================================= */
/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
    background-color: #e9efea;
}

.l-footer a {
    position: relative;
    transition: 0.4s ease all;
    z-index: 10;
    /*
    &::before {
    content: "";
    display: block;
    border-top: rgba(255, 255, 255, 0) 7px solid;
    border-bottom: rgba(255, 255, 255, 0)7px solid;
    border-left: #009A83 7px solid;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: -1;

}

    &::after {
    content: "";
    display: block;
    border-top: rgba(255, 255, 255, 0) 7px solid;
    border-bottom: rgba(255, 255, 255, 0) 7px solid;
    border-right: #009A83 7px solid;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    z-index: -1;
}
    */
}

.l-wrap {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.2);
    border-right: rgba(0, 0, 0, 0.13) 1px solid;
    border-left: rgba(0, 0, 0, 0.13) 1px solid;
}

/* =========================================================
site-branding - サイトのロゴなど
========================================================= */
.c-site-branding__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 22px;
    font-size: 1.375rem;
    color: #333333;
    text-decoration: none;
}

.c-site-branding__link:hover {
    color: #333333;
    text-decoration: none;
}

.c-site-branding__logo {
    width: 38px;
    height: auto;
    margin-right: .1rem;
}

.c-site-branding--vibration:hover .c-site-branding__logo {
    animation: vibration 0.12s linear infinite;
}

.c-site-branding--goodbye .c-site-branding__logo {
    transition: 1.5s;
}

.c-site-branding--goodbye:hover .c-site-branding__logo {
    opacity: 0;
    margin-bottom: 1rem;
}

.c-site-branding--rocket:hover .c-site-branding__logo {
    animation: rocketOut 3s ease-in-out forwards;
}

@keyframes vibration {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }

    12.5% {
        transform: rotate(0.4deg) translate(1px, -1px);
    }

    25% {
        transform: rotate(0.8deg) translate(0px, 1px);
    }

    37.5% {
        transform: rotate(0.4deg) translate(-1px, 0);
    }

    50% {
        transform: rotate(0deg) translate(0, 0);
    }

    62.5% {
        transform: rotate(-0.4deg) translate(1px, 0);
    }

    75% {
        transform: rotate(-0.8deg) translate(0, 1px);
    }

    87.5% {
        transform: rotate(-0.4deg) translate(-1px, -1px);
    }

    100% {
        transform: rotate(0deg) translate(0, 0);
    }
}

@keyframes rocketOut {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }

    51% {
        transform: rotate(90deg) translate(0, 0);
    }

    100% {
        transform: rotate(90deg) translate(0, -100vw);
    }
}

/* =========================================================
copyright - コピーライト
========================================================= */
.c-copylight {
    font-size: 12px;
    font-size: 0.75rem;
    color: #777777;
}

.c-copylight__link {
    text-decoration: none;
    transition: .3s;
    color: #777777;
}

.c-copylight__link:hover {
    opacity: .7;
}

.c-copylight__link:hover {
    color: #777777;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
}

.c-navbar__item {
    height: 100%;
}

.c-navbar__item.is-current .c-navbar__link {
    border-bottom-color: #555555;
}

.c-navbar__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
    padding: 1rem;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.c-navbar__link:hover {
    border-bottom-color: #555555;
}

.c-navbar__link.is-no-link {
    cursor: default;
}

.c-sub-navbar {
    display: block;
    height: 0;
    background: rgba(245, 245, 245, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.c-sub-navbar__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.c-sub-navbar__item {
    height: 100%;
}

.c-sub-navbar__item.is-current .c-sub-navbar__link {
    color: #ffffff;
    background-color: #555555;
}

.c-sub-navbar__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
    padding: 1rem;
}

.c-sub-navbar__link:hover {
    color: #ffffff;
    background-color: #555555;
}

.c-navbar__item--has-sub-navbar:hover .c-sub-navbar {
    height: 62px;
    opacity: 1;
    visibility: visible;
}

.c-sns-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
}

.c-sns-navbar__item {
    height: 100%;
}

.c-sns-navbar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    height: 100%;
    padding: .5rem;
    text-decoration: none;
}

.c-sns-navbar__link:hover {
    opacity: .7;
}

.c-sns-navbar__icon {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333333;
}

.c-sns-navbar__icon:hover {
    color: #333333;
}

.hamburger {
    top: 10px;
    right: 2px;
    left: auto;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

.hamburger::after {
    content: 'MENU';
    color: #333333;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    text-align: center;
    transition: .3s;
}

.hamburger.active::after {
    content: 'CLOSE';
}

.hamburger.active .hamburger__icon::before,
.hamburger.active .hamburger__icon::after {
    background-color: #333333;
}

.fat-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fat-nav ul a {
    color: #333333;
    font-weight: bold;
}

.c-modal-nav {
    width: 100%;
    display: none;
}

.c-modal-nav__item {
    width: 100%;
    padding: 0 !important;
}

.c-modal-nav__item.is-current .c-modal-nav__link {
    background-color: #555555;
    color: #ffffff;
}

.c-modal-nav__item.is-current .c-modal-nav__link::after {
    color: #ffffff;
}

.c-modal-nav__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
    font-weight: bold;
}

.c-modal-nav__link.is-no-link {
    cursor: default;
}

.c-sub-modal-nav {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: rgba(255, 255, 255, 0.3);
}

.c-sub-modal-nav__item {
    width: 100%;
    padding: 0 !important;
}

.c-sub-modal-nav__item.is-current .c-sub-modal-nav__link {
    color: #ffffff;
    background-color: #555555;
}

.c-sub-modal-nav__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8em 1rem;
    font-size: 16px;
    font-size: 1rem;
}

.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link {
    position: relative;
}

.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -9px;
    color: #333333;
    font-size: 18px;
    font-size: 1.125rem;
    transition: .3s;
}

.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link.is-open::after {
    transform: rotate(180deg);
}

.c-modal-nav__item--has-c-sub-modal-nav .c-sub-modal-nav {
    display: none;
}

.c-footer-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-footer-navbar {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.c-footer-navbar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-navbar__link {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
    padding: 1rem;
    transition: .3s;
}

.c-footer-navbar__link:hover {
    opacity: .7;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl {
    font-weight: 700;
}

.c-basic-ttl::before,
.c-basic-ttl::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.c-basic-ttl::before {
    margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c-basic-ttl::after {
    margin-top: calc((1 - 1.6) * 0.5em);
}

.c-basic-ttl__small {
    font-size: 80%;
}

.c-basic-ttl--xxs,
.p-post h6 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: .75rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--xxs,
    .p-post h6 {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }
}

.c-basic-ttl--xs,
.p-post h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--xs,
    .p-post h5 {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

.c-basic-ttl--sm,
.p-post h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--sm,
    .p-post h4 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 1.75rem;
    }
}

.c-basic-ttl--md,
.p-post h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--md,
    .p-post h3 {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 2rem;
    }
}

.c-basic-ttl--lg,
.p-post h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--lg,
    .p-post h2 {
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 2.25rem;
    }
}

.c-basic-ttl--xl,
.p-post h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {

    .c-basic-ttl--xl,
    .p-post h1 {
        font-size: 45px;
        font-size: 2.8125rem;
        margin-bottom: 2.5rem;
    }
}

.c-basic-ttl--box {
    background: #fff;
    border-radius: 6px;
    padding: 1em;
}

.c-basic-ttl--box__main {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #2d5b3e;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 992px) {
    .c-basic-ttl--box__main {
        font-size: 45px;
        font-size: 2.8125rem;
        margin-bottom: 0.2rem;
    }
}

.c-basic-ttl--box__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
}

.c-basic-ttl--box__sub .big {
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
    .c-basic-ttl--box__sub {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt,
.p-post p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: .86rem;
}

.c-basic-txt::before,
.p-post p::before,
.c-basic-txt::after,
.p-post p::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.c-basic-txt::before,
.p-post p::before {
    margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c-basic-txt::after,
.p-post p::after {
    margin-top: calc((1 - 1.6) * 0.5em);
}

@media screen and (min-width: 992px) {

    .c-basic-txt,
    .p-post p {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

.c-basic-txt:last-of-type,
.p-post p:last-of-type {
    margin-bottom: 0;
}

.c-basic-txt__small {
    font-size: 80%;
}

.c-basic-txt--line span {
    position: relative;
    z-index: 10;
}

.c-basic-txt--line span::after {
    content: "";
    display: block;
    width: 100%;
    height: 55%;
    background-color: rgba(255, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.c-small-txt {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: .67rem;
}

.c-small-txt::before,
.c-small-txt::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.c-small-txt::before {
    margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c-small-txt::after {
    margin-top: calc((1 - 1.6) * 0.5em);
}

@media screen and (min-width: 992px) {
    .c-small-txt {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: .86rem;
    }
}

.c-small-txt:last-of-type {
    margin-bottom: 0;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    padding: 1em 1.5rem;
    background-color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    color: #555555;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}

.c-basic-btn__icon {
    margin-right: .5rem;
}

.c-basic-btn:hover {
    background-color: #dddddd;
    color: #ffffff;
}

.c-basic-btn--icon-right .c-basic-btn__icon {
    margin-right: 0;
    margin-left: .5rem;
}

.c-basic-btn--main-color {
    background-color: #dddddd;
    color: #ffffff;
}

.c-basic-btn--main-color:hover {
    background-color: #ffffff;
    color: #555555;
}

.c-basic-btn--xs {
    min-width: 120px;
    padding: .5em;
    font-size: 10px;
    font-size: 0.625rem;
}

.c-basic-btn--sm {
    min-width: 150px;
    padding: .75em;
    font-size: 12px;
    font-size: 0.75rem;
}

.c-basic-btn--round {
    border-radius: 50px;
}

.c-slide-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    padding: 1em 1.5rem;
    background-color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    transition: .3s;
}

.c-slide-btn::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dddddd;
    transition: .3s;
}

.c-slide-btn__in {
    z-index: 1;
}

.c-slide-btn__icon {
    margin-right: .5rem;
}

.c-slide-btn:hover {
    color: #ffffff;
}

.c-slide-btn:hover::before {
    width: 100%;
}

.c-slide-btn--icon-right .c-slide-btn__icon {
    margin-right: 0;
    margin-left: .5rem;
}

.c-slide-btn--main-color {
    background-color: #dddddd;
    color: #ffffff;
}

.c-slide-btn--main-color::before {
    background-color: #ffffff;
}

.c-slide-btn--main-color:hover {
    color: #555555;
}

.c-slide-btn--xs {
    min-width: 120px;
    padding: .5em;
    font-size: 10px;
    font-size: 0.625rem;
}

.c-slide-btn--sm {
    min-width: 150px;
    padding: .75em;
    font-size: 12px;
    font-size: 0.75rem;
}

.c-slide-btn--round {
    border-radius: 50px;
}

.c-slide-btn--back::before {
    left: auto;
    right: 0;
}

.c-pagetop-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #cccccc;
    text-decoration: none;
    transition: .3s;
    z-index: 5;
}

.c-pagetop-btn:hover {
    opacity: .7;
}

.c-pagetop-btn__icon {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 3px;
    margin-left: 1px;
}

.c-pagetop-btn__icon:hover {
    color: #ffffff;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
    display: block;
    height: auto;
    max-width: 100%;
}

.c-circle-img {
    border-radius: 50%;
}

.c-trim-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.c-trim-img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.c-trim-img__in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 100%;
}

.c-trim-img--3to4::before {
    padding-top: 75%;
}

.c-trim-img--golden::before {
    padding-top: 61.83%;
}

.c-trim-img--silver::before {
    padding-top: 70.66%;
}

.c-zoom-img {
    display: inline-block;
    overflow: hidden;
}

.c-zoom-img__in {
    display: block;
    transition: .3s;
}

.c-zoom-img:hover .c-zoom-img__in {
    transform: scale(1.1, 1.1);
}

.c-hover-img {
    display: inline-block;
    transition: .3s;
}

.c-hover-img:hover {
    opacity: .7;
}

/* =========================================================
gmap - Google Maps埋め込み
========================================================= */
.c-gmap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

@media screen and (min-width: 992px) {
    .c-gmap {
        padding-top: 30.22%;
    }
}

.c-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
.c-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dddddd;
    color: #ffffff;
    width: 100%;
    max-width: 100px;
    height: 25px;
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 4px;
}

@media screen and (min-width: 992px) {
    .c-category {
        max-width: 120px;
        height: 30px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.c-category--info {
    background-color: #dddddd;
}

.c-category--news {
    background-color: #cccccc;
}

.c-category--blog {
    background-color: #eaeaea;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
}

.c-breadcrumbs__item + .c-breadcrumbs__item::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #cccccc;
    margin: 0 .5rem;
}

.c-breadcrumbs__link {
    color: #555555;
    text-decoration: none;
    transition: .3s;
}

.c-breadcrumbs__link:hover {
    opacity: .7;
}

.c-breadcrumbs__link:hover {
    color: #555555;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.c-pagenation__item + .c-pagenation__item {
    margin-left: .5rem;
}

.c-pagenation__item.is-current .c-pagenation__link {
    border-color: #999999;
    background-color: #555555;
    color: #ffffff;
    pointer-events: none;
}

.c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
    display: none;
}

@media screen and (min-width: 576px) {
    .c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
        display: block;
    }
}

.c-pagenation__link {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}

@media screen and (max-width: 991px) {
    .c-pagenation__link:hover {
        color: #999999;
    }

    .c-pagenation__link:active {
        background-color: #999999;
        color: #ffffff;
    }
}

@media screen and (min-width: 992px) {
    .c-pagenation__link {
        transition: .3s;
    }

    .c-pagenation__link:hover {
        background-color: #999999;
        color: #ffffff;
    }
}

.c-post-pagenation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-post-pagenation__item:first-of-type .c-post-pagenation__link::before {
    content: '\f104';
}

.c-post-pagenation__item:first-of-type .c-post-pagenation__link:hover::before {
    margin-left: .2rem;
    margin-right: .8rem;
}

.c-post-pagenation__item:last-of-type {
    margin-left: auto;
}

.c-post-pagenation__item:last-of-type .c-post-pagenation__link::after {
    content: '\f105';
}

.c-post-pagenation__item:last-of-type .c-post-pagenation__link:hover::after {
    margin-left: .8rem;
    margin-right: .2rem;
}

.c-post-pagenation__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #555555;
    font-size: 14px;
    font-size: 0.875rem;
    transition: .3s;
}

.c-post-pagenation__link:hover {
    opacity: .7;
}

@media screen and (min-width: 992px) {
    .c-post-pagenation__link {
        font-size: 16px;
        font-size: 1rem;
    }
}

.c-post-pagenation__link::before,
.c-post-pagenation__link::after {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #cccccc;
    margin: 0 .5rem;
    transition: .3s;
}

/* =========================================================
text-field - テキストボックス
========================================================= */
.c-txt-field {
    width: 100%;
    min-height: 44px;
    padding: .5rem;
    border: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #fafafa;
    font-size: 16px;
    font-size: 1rem;
    color: #555555;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-txt-field::placeholder {
    color: #cccccc;
}

.c-txt-field:-ms-input-placeholder {
    color: #cccccc;
}

.c-txt-field::-ms-input-placeholder {
    color: #cccccc;
}

.c-txt-field.is-entered {
    background-color: #ffffff;
}

/* =========================================================
textarea - テキストエリア
========================================================= */
.c-txtarea {
    resize: none;
    width: 100%;
    height: 10rem;
    padding: .5rem;
    border: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #fafafa;
    font-size: 16px;
    font-size: 1rem;
    color: #555555;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-txtarea::placeholder {
    color: #cccccc;
}

.c-txtarea:-ms-input-placeholder {
    color: #cccccc;
}

.c-txtarea::-ms-input-placeholder {
    color: #cccccc;
}

.c-txtarea.is-entered {
    background-color: #ffffff;
}

/* =========================================================
radio - ラジオボタン
========================================================= */
.c-radio {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: .5rem;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
}

.c-radio__input {
    display: none;
}

.c-radio__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    color: #555555;
}

.c-radio__name::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    margin-right: .5rem;
}

.c-radio__name::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    left: calc(1px + .25rem);
    opacity: 0;
    transition: .3s;
}

.c-radio__input:checked + .c-radio__name::after {
    opacity: 1;
}

/* =========================================================
checkbox - チェックボックス
========================================================= */
.c-checkbox {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: .5rem;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
}

.c-checkbox__input {
    display: none;
}

.c-checkbox__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    color: #555555;
}

.c-checkbox__name::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: .5rem;
}

.c-checkbox__name::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -.6rem;
    left: calc(1px + .12rem);
    opacity: 0;
    transition: .3s;
}

.c-checkbox__input:checked + .c-checkbox__name::after {
    opacity: 1;
}

/* =========================================================
select - セレクトボックス
========================================================= */
.c-select {
    display: block;
    position: relative;
}

.c-select::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    color: #999999;
    position: absolute;
    top: 50%;
    margin-top: -.7rem;
    right: .5rem;
    pointer-events: none;
}

.c-select__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    font-size: 1rem;
    color: #555555;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: .5rem;
    padding-right: 1.75rem;
    border: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
}

.c-select__select::-ms-expand {
    display: none;
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【js-h1】各タイトルのアニメーション
*/
.js-h1 {
    opacity: 0;
    transition: 0.5s;
    position: relative;
}

.js-h1::before {
    transition: 1s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 100;
}

.js-h1.js-h1-in {
    display: inline-block;
    opacity: 1;
}

.js-h1.js-h1-in::before {
    width: 0;
    opacity: 0.5;
}

/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-inview-fade {
    opacity: 0;
    transition: 1s;
    position: relative;
    top: -100%;
}

.jq-inview-fade-in {
    opacity: 1;
    top: 0;
}

.jq-inview-box {
    opacity: 0;
    transition: 1s;
    position: relative;
    top: -20%;
}

.jq-inview-box-in {
    opacity: 1;
    top: 0;
}

/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.l-header {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.l-header.jq-inview-on .jq-inview-fix .l-header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: white;
    padding: 8px 8px;
    color: #333;
}

@media screen and (max-width: 575px) {
    .l-header.jq-inview-on .jq-inview-fix {
        position: fixed;
        width: 100%;
    }
}

/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
    background-color: rgba(255, 255, 255, 0.9);
    transition: .3s;
}

.p-header__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 62px;
}

@media screen and (max-width: 991px) {
    .p-header__in {
        min-width: 100%;
    }
}

.p-header__logo,
.p-header__nav,
.p-header__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
}

.p-header__logo {
    margin-right: auto;
}

/* =========================================================
modal - モーダル内のオブジェクト
========================================================= */
.p-modal {
    background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 992px) {
    .p-modal {
        display: none !important;
    }
}

.p-modal__in {
    padding-top: 62px;
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
    background-color: #fff;
}

.p-footer-primary {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-footer-primary__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.p-footer-primary__in a {
    color: #348424;
    font-weight: bold;
}

@media screen and (min-width: 576px) {
    .p-footer-primary__in {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-footer-primary__copylight {
    margin-top: 0.1rem;
    font-size: 10px;
    font-size: 0.625rem;
}

@media screen and (min-width: 576px) {
    .p-footer-primary__copylight {
        margin-top: 0;
    }
}

.p-footer-secondary {
    padding: 1rem 0;
}

.p-footer-secondary__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-footer-secondary__in {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-footer-secondary__sns {
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .p-footer-secondary__sns {
        margin-top: 0;
    }
}

/* =========================================================
slider - スライダー
========================================================= */
.p-hero-slider__item {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 61px);
    overflow: hidden;
}

.p-hero-slider__item.swiper-slide-active .p-hero-slider__img img {
    animation-name: slide-zoom;
    animation-fill-mode: forwards;
    animation-duration: 5.0s;
    transition-timing-function: ease-in-out;
}

.p-hero-slider__item.swiper-slide-prev .p-hero-slider__img img {
    transform: scale(1.1, 1.1);
}

.p-hero-slider__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.p-hero-slider__item-in {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2rem calc(1.5rem + 22px);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-hero-slider__item-in {
        padding: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .p-hero-slider__item-in {
        padding: 4rem;
    }
}

.p-hero-slider__img img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: calc(100vh - 61px);
}

.p-hero-slider__arrow {
    background-image: none;
    width: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 42px;
    font-size: 2.625rem;
    color: #ffffff;
    transition: .3s;
}

.p-hero-slider__arrow:hover {
    opacity: .7;
}

.p-hero-slider__arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.p-hero-slider__arrow--prev::before {
    content: '\f104';
}

.p-hero-slider__arrow--next::before {
    content: '\f105';
}

.p-hero-slider__dots {
    bottom: 0 !important;
}

.p-hero-slider__dots .swiper-pagination-bullet {
    width: 22px;
    height: 44px;
    background: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    opacity: .3;
    margin: 0;
    transition: .3s;
}

.p-hero-slider__dots .swiper-pagination-bullet:hover {
    opacity: .7;
}

.p-hero-slider__dots .swiper-pagination-bullet::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
}

.p-hero-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@keyframes slide-zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.1, 1.1);
    }
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
    padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
    .p-section {
        padding: 4rem 0;
    }
}

@media screen and (min-width: 992px) {
    .p-section {
        padding: 3rem 0;
    }
}

.p-section--bg-color01 {
    background-color: #f5f5f5;
}

.p-section--bg-color02 {
    background-color: #fafafa;
}

.p-section--bg-lightgreen {
    background-color: #e9efea;
}

.p-section--bg-lightgray {
    background-color: #f0f1f0;
}

.p-section--bg-line {
    background-image: url("../images/common/bg_line.png");
    background-repeat: repeat;
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
.p-card {
    border: 1px solid #eeeeee;
    background-color: #fafafa;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.p-card__body {
    padding: 1.5rem;
    transition: .3s;
}

.p-card__img {
    transition: .3s;
}

.p-card__img--top {
    border-radius: 4px 4px 0 0;
}

.p-card__img--bottom {
    margin-top: auto;
    border-radius: 0 0 4px 4px;
}

.p-card__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.p-card__link:hover ~ .p-card__img {
    opacity: .7;
}

.p-card__link:hover ~ .p-card__body {
    opacity: .7;
}

.p-card__btn {
    padding: 1.5rem;
    padding-top: 0;
    margin-top: auto;
}

.p-card--has-zoom-img .p-card__img {
    overflow: hidden;
}

.p-card--has-zoom-img .p-card__img-in {
    transition: .3s;
}

.p-card--has-zoom-img:hover .p-card__img-in {
    transform: scale(1.1, 1.1);
}

.p-card--has-btn .p-card__btn-in::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.p-card--has-btn .p-card__img--bottom {
    margin-top: 0;
}

.p-card--has-btn:hover .p-card__body,
.p-card--has-btn:hover .p-card__img {
    opacity: .7;
}

.p-bg-img-card {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    transition: .3s;
}

.p-bg-img-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}

.p-bg-img-card::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: .3s;
}

.p-bg-img-card__in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .p-bg-img-card__in {
        padding: 2rem 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .p-bg-img-card__in {
        padding: 3rem 2rem;
    }
}

.p-bg-img-card--has-link {
    position: relative;
}

.p-bg-img-card--has-link:hover::before {
    transform: scale(1.1, 1.1);
}

.p-bg-img-card--has-link:hover::after {
    opacity: .7;
}

.p-bg-img-card--has-link .p-bg-img-card__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
}

.p-bg-img-card--has-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}

.p-bg-img-card--has-btn:hover::before {
    transform: scale(1.1, 1.1);
}

.p-bg-img-card--has-btn:hover::after {
    opacity: .7;
}

.p-bg-img-card--has-btn .p-bg-img-card__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
}

.p-bg-img-card--01::before {
    background: url("../images/top/bg_img01.jpg") no-repeat center center;
    background-size: cover;
}

.p-bg-img-card--02::before {
    background: url("../images/top/bg_img02.jpg") no-repeat center center;
    background-size: cover;
}

.p-bg-img-card--03::before {
    background: url("../images/top/bg_img03.jpg") no-repeat center center;
    background-size: cover;
}

.p-bg-img-card--04::before {
    background: url("../images/top/bg_img04.jpg") no-repeat center center;
    background-size: cover;
}

.p-bg-img-card--05::before {
    background: url("../images/top/bg_img05.jpg") no-repeat center center;
    background-size: cover;
}

.p-bg-img-card--06::before {
    background: url("../images/top/bg_img06.jpg") no-repeat center center;
    background-size: cover;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
.p-basic-list {
    display: inline-block;
    text-align: left;
}

.p-basic-list__item {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.p-basic-list__item:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #cccccc;
    position: absolute;
    top: .05rem;
    left: 0;
}

.p-basic-list__item + .p-basic-list__item {
    margin-top: .25rem;
}

@media screen and (min-width: 992px) {
    .p-basic-list__item {
        font-size: 16px;
        font-size: 1rem;
    }
}

.p-basic-list__item--has-sub-list .p-basic-list__sub-list {
    display: block;
    margin-top: .5rem;
}

.p-sub-list {
    display: inline-block;
    text-align: left;
}

.p-sub-list__item {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.p-sub-list__item:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    color: #cccccc;
    position: absolute;
    top: .05rem;
    left: 0;
}

.p-sub-list__item + .p-sub-list__item {
    margin-top: .25rem;
}

@media screen and (min-width: 992px) {
    .p-sub-list__item {
        font-size: 16px;
        font-size: 1rem;
    }
}

.p-link-list {
    display: inline-block;
    text-align: left;
}

.p-link-list__link {
    position: relative;
    display: block;
    padding-left: 1rem;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    transition: .3s;
}

.p-link-list__link:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #cccccc;
    position: absolute;
    top: .05rem;
    left: 0;
    transition: .3s;
}

.p-link-list__link + .p-link-list__link {
    margin-top: .25rem;
}

.p-link-list__link:hover {
    opacity: .7;
}

.p-link-list__link:hover:before {
    left: .25rem;
}

@media screen and (min-width: 992px) {
    .p-link-list__link {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* =========================================================
article - 記事のクラスなど
========================================================= */
.p-article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-article-list__item + .p-article-list__item {
    margin-top: 1rem;
}

.p-article-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    text-decoration: none;
    color: #555555;
    transition: .3s;
}

.p-article-list__link:hover {
    opacity: .7;
}

.p-article-list__link:hover {
    color: #555555;
}

@media screen and (min-width: 768px) {
    .p-article-list__link {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

.p-article-list__date {
    padding: .4rem 0;
    margin-right: 1rem;
    margin-bottom: 0;
}

.p-article-list__cate {
    -webkit-box-flex: 100px;
    -webkit-flex: 100px 0 0;
    -moz-box-flex: 100px;
    -moz-flex: 100px 0 0;
    -ms-flex: 100px 0 0;
    flex: 100px 0 0;
    margin-right: 1rem;
}

.p-article-list__ttl {
    width: 100%;
    margin-top: .8rem;
}

@media screen and (min-width: 768px) {
    .p-article-list__ttl {
        width: auto;
        padding: .4rem 0;
        margin-top: 0;
    }
}

.p-article {
    border-top: 1px solid #dddddd;
    position: relative;
    padding: 1.5rem 0;
}

@media screen and (min-width: 992px) {
    .p-article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-article:last-of-type {
    border-bottom: 1px solid #dddddd;
}

.p-article__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.p-article__link:hover ~ .p-article__img {
    opacity: .7;
}

.p-article__link:hover ~ .p-article__in {
    opacity: .7;
}

.p-article__img {
    width: 100%;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1.5rem;
    transition: .3s;
}

@media screen and (min-width: 992px) {
    .p-article__img {
        -webkit-box-flex: 250px;
        -webkit-flex: 250px 0 0;
        -moz-box-flex: 250px;
        -moz-flex: 250px 0 0;
        -ms-flex: 250px 0 0;
        flex: 250px 0 0;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .p-article__img {
        -webkit-box-flex: 300px;
        -webkit-flex: 300px 0 0;
        -moz-box-flex: 300px;
        -moz-flex: 300px 0 0;
        -ms-flex: 300px 0 0;
        flex: 300px 0 0;
    }
}

.p-article__in {
    transition: .3s;
}

.p-article__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
}

.p-article__date {
    margin-bottom: 0;
}

.p-article__cate {
    margin-left: 1rem;
}

.p-article__ttl {
    line-height: 1.6;
}

.p-article__body {
    margin-top: 1rem;
}

.p-article--has-zoom-img .p-article__img {
    overflow: hidden;
}

.p-article--has-zoom-img .p-article__img-in {
    transition: .3s;
}

.p-article--has-zoom-img:hover .p-article__img-in {
    transform: scale(1.1, 1.1);
}

.p-article--sm {
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 992px) {
    .p-article--sm {
        padding: 1.25rem 0;
    }
}

.p-article--sm .p-article__img {
    -webkit-box-flex: 80px;
    -webkit-flex: 80px 0 0;
    -moz-box-flex: 80px;
    -moz-flex: 80px 0 0;
    -ms-flex: 80px 0 0;
    flex: 80px 0 0;
    margin-bottom: 0;
    margin-right: 1rem;
}

.p-article--sm .p-article__meta {
    margin-bottom: .5rem;
}

/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
.p-side-section {
    text-align: left;
}

.p-side-section__ttl {
    text-align: center;
    margin-bottom: 1rem;
}

.p-side-section + .p-side-section {
    margin-top: 3rem;
}

/* =========================================================
alternate-layout - 左右どちらか半分に画像を敷くレイアウト
========================================================= */
.p-alt-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-alt-layout {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-alt-layout::before {
    content: '';
    display: block;
    width: 100%;
    height: 20rem;
}

@media screen and (min-width: 768px) {
    .p-alt-layout::before {
        height: 30rem;
    }
}

@media screen and (min-width: 992px) {
    .p-alt-layout::before {
        width: 60%;
        height: auto;
        margin-bottom: 3rem;
    }
}

.p-alt-layout__detail {
    width: 100%;
    padding: 2rem 1rem;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-alt-layout__detail {
        padding: 2rem 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .p-alt-layout__detail {
        width: 50%;
        padding: 3rem;
        margin-top: 3rem;
        margin-left: -10%;
    }
}

.p-alt-layout__in {
    transition: .3s;
}

@media screen and (min-width: 992px) {
    .p-alt-layout--reverse::before {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .p-alt-layout--reverse .p-alt-layout__detail {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: -10%;
    }
}

.p-alt-layout--has-btn .p-alt-layout__detail:hover .p-alt-layout__in {
    opacity: .7;
}

.p-alt-layout--has-btn .p-alt-layout__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.p-alt-layout--01::before {
    background: url("../images/top/section_bg_img01.jpg") no-repeat center center;
    background-size: cover;
}

.p-alt-layout--02::before {
    background: url("../images/top/section_bg_img02.jpg") no-repeat center center;
    background-size: cover;
}

/* =========================================================
page-head - 子ページのタイトル
========================================================= */
.p-page-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-page-head {
        padding: 2rem 0;
        text-align: left;
    }
}

.p-page-head__txt {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.p-page-head--top {
    background: url("../images/common/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--about {
    background: url("../images/about/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--grid {
    background: url("../images/grid/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--compornent {
    background: url("../images/compornent/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--project {
    background: url("../images/project/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--news {
    background: url("../images/news/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

.p-page-head--form {
    background: url("../images/form/page_head_bg.jpg") no-repeat center center;
    background-size: cover;
}

/* =========================================================
breadcrumbs - パンくずリストの大枠
========================================================= */
.p-breadcrumbs-section {
    background-color: #eeeeee;
    padding: .8rem 0;
}

/* =========================================================
form - フォームのオブジェクト
========================================================= */
.p-form-group + .p-form-group {
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .p-form-group + .p-form-group {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .p-form-group + .p-form-group {
        margin-top: 5rem;
    }
}

.p-form-item {
    display: block;
}

.p-form-item + .p-form-item {
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .p-form-item + .p-form-item {
        margin-top: 1.5rem;
    }
}

.p-form-item__ttl {
    display: block;
    margin-bottom: .5rem;
}

.p-form-item--required .p-form-item__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.p-form-item--required .p-form-item__ttl::after {
    content: '必須';
    background-color: #dddddd;
    padding: 0 .5rem;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: .5rem;
}

/* =========================================================
post - wysiwygなどを使用して出力した投稿にデフォルトのスタイルを当てる
========================================================= */
.p-post audio,
.p-post canvas,
.p-post progress,
.p-post video {
    display: inline-block;
    vertical-align: baseline;
}

.p-post audio:not([controls]) {
    display: none;
    height: 0;
}

.p-post [hidden],
.p-post template {
    display: none;
}

.p-post a {
    background-color: transparent;
}

.p-post a:active,
.p-post a:hover {
    outline: 0;
}

.p-post abbr[title] {
    border-bottom: 1px dotted;
}

.p-post b,
.p-post strong {
    font-weight: 700;
}

.p-post dfn {
    font-style: italic;
}

.p-post h1 {
    font-size: 3.2em;
    letter-spacing: 0.3em;
    margin: .67em 0;
    text-shadow: 7px 7px 6px rgba(0, 0, 0, 0.1);
}

.p-post h1::before {
    content: "";
    display: block;
    width: 80%;
    height: 30%;
    background-color: rgba(0, 0, 155, 0.3);
}

.p-post mark {
    background: #ff0;
    color: #000;
}

.p-post small {
    font-size: 80%;
}

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

.p-post sup {
    top: -0.5em;
}

.p-post sub {
    bottom: -0.25em;
}

.p-post img {
    border: 0;
}

.p-post svg:not(:root) {
    overflow: hidden;
}

.p-post figure {
    margin: 1em 40px;
}

.p-post hr {
    box-sizing: content-box;
    height: 0;
}

.p-post pre {
    overflow: auto;
}

.p-post code,
.p-post kbd,
.p-post pre,
.p-post samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.p-post button,
.p-post input,
.p-post optgroup,
.p-post select,
.p-post textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.p-post button {
    overflow: visible;
}

.p-post button,
.p-post select {
    text-transform: none;
}

.p-post button,
.p-post html input[type=button],
.p-post input[type=reset],
.p-post input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.p-post button[disabled],
.p-post html input[disabled] {
    cursor: default;
}

.p-post button::-moz-focus-inner,
.p-post input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.p-post input {
    line-height: normal;
}

.p-post input[type=checkbox],
.p-post input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.p-post input[type=number]::-webkit-inner-spin-button,
.p-post input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

.p-post input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.p-post input[type=search]::-webkit-search-cancel-button,
.p-post input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.p-post fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.p-post textarea {
    overflow: auto;
}

.p-post optgroup {
    font-weight: 700;
}

.p-post table {
    border-collapse: collapse;
    border-spacing: 0;
}

.p-post td,
.p-post th {
    padding: 0;
}

.p-post i {
    font-style: italic;
}

.p-post blockquote {
    padding: 1rem;
    margin: 0 0 1rem;
    border-left: 5px solid #eee;
}

.p-post blockquote ol:last-child,
.p-post blockquote p:last-child,
.p-post blockquote ul:last-child {
    margin-bottom: 0;
}

.p-post blockquote + h1,
.p-post blockquote + h2,
.p-post blockquote + h3,
.p-post blockquote + h4,
.p-post blockquote + h5,
.p-post blockquote + h6 {
    margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {

    .p-post blockquote + h1,
    .p-post blockquote + h2,
    .p-post blockquote + h3,
    .p-post blockquote + h4,
    .p-post blockquote + h5,
    .p-post blockquote + h6 {
        margin-top: 2.5rem;
    }
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6 {
    font-weight: 700;
}

.p-post h1::before,
.p-post h1::after,
.p-post h2::before,
.p-post h2::after,
.p-post h3::before,
.p-post h3::after,
.p-post h4::before,
.p-post h4::after,
.p-post h5::before,
.p-post h5::after,
.p-post h6::before,
.p-post h6::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.p-post h1::before,
.p-post h2::before,
.p-post h3::before,
.p-post h4::before,
.p-post h5::before,
.p-post h6::before {
    margin-bottom: calc((1 - 1.6) * 0.5em);
}

.p-post h1::after,
.p-post h2::after,
.p-post h3::after,
.p-post h4::after,
.p-post h5::after,
.p-post h6::after {
    margin-top: calc((1 - 1.6) * 0.5em);
}

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

    .p-post h1,
    .p-post h2,
    .p-post h3,
    .p-post h4,
    .p-post h5,
    .p-post h6 {
        text-align: left !important;
    }
}

.p-post p + h1,
.p-post p + h2,
.p-post p + h3,
.p-post p + h4,
.p-post p + h5,
.p-post p + h6 {
    margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {

    .p-post p + h1,
    .p-post p + h2,
    .p-post p + h3,
    .p-post p + h4,
    .p-post p + h5,
    .p-post p + h6 {
        margin-top: 2.5rem;
    }
}

.p-post img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.p-post ul,
.p-post ol {
    display: inline-block;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.p-post ul ul,
.p-post ul ol,
.p-post ol ul,
.p-post ol ol {
    margin-bottom: 0;
}

.p-post ul {
    list-style-type: disc;
}

.p-post ol {
    list-style-type: decimal;
}

/* =========================================================
top - スライダー
========================================================= */
.p-top {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    /*投票結果*/
}

.p-top-candidate {
    /*名前*/
}

@media screen and (min-width: 768px) {
    .p-top-candidate {
        margin: 0 auto;
        width: 600px;
    }
}

.p-top-candidate-description {
    text-align: center;
}

.p-top-candidate-description__in {
    background: #788a74;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.2em 1em;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-description__in {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-top-candidate-box {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100%;
    /*左右*/
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 20px;
        max-width: 800px;
    }
}

.p-top-candidate-box__date {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__date {
        width: 57%;
    }
}

.p-top-candidate-box__value {
    width: 100%;
    text-align: center;
    background-color: #e9efea;
    padding: 20px 10px;
    vertical-align: bottom;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__value {
        width: 29%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0;
    }
}

.p-top-candidate-box__value-num {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    color: #348424;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-box__value-num {
        font-size: 27px;
        /* font-size: 1.875rem; */
    }
}

.p-top-candidate-name {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.p-top-candidate-name rt {
    font-size: 35%;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-name rb {
        line-height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-top-candidate-name {
        font-size: 35px;
        font-size: 2.1875rem;
        text-align: left;
        line-height: 50px;
    }
}

.p-top-candidate-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.1em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-info {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0;
        text-align: left;
    }
}

.p-top-candidate-icon {
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-icon {
        width: 12%;
        margin-right: 1%;
    }
}

.p-top-candidate-icon__in {
    line-height: 50px;
    display: inline-block;
    background: #ccc;
    width: 50px;
    height: 50px;
    background: #d90b23;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ccc;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.p-top-candidate-icon__in2 {
    line-height: 50px;
    display: inline-block;
    background: #ccc;
    width: 50px;
    height: 50px;
    background: #2d5b3e;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ccc;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


.p-top-candidate-icon-s__in {
    line-height: 25px;
    display: inline-block;
    background: #ccc;
    width: 25px;
    height: 25px;
    background: #d90b23;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    font-size: 1rem;
    color: #ccc;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.p-top-candidate-icon-s__in2 {
    line-height: 25px;
    display: inline-block;
    background: #ccc;
    width: 25px;
    height: 25px;
    background: #2d5b3e;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    font-size: 1rem;
    color: #ccc;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-top-candidate-icon__in {
        font-size: 27px;
        /* font-size: 1.75rem; */
        padding-left: 2px;
    }

    .p-top-candidate-icon__in2 {
        font-size: 28px;
        font-size: 1.75rem;
        padding-left: 2px;
    }

    .p-top-candidate-icon-s__in {
        font-size: 20px;
        font-size: 1rem;
        padding-left: 2px;
    }

    .p-top-candidate-icon-s__in2 {
        font-size: 20px;
        font-size: 1rem;
        padding-left: 2px;
    }
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-main {
    color: #dddddd !important;
}

.u-fc-black {
    color: #333333 !important;
}

.u-fc-white {
    color: #ffffff !important;
}

.u-fc-red {
    color: #d90b23 !important;
}

.u-fc-green {
    color: #766D44 !important;
}

.u-fc-blue {
    color: #2D83BA !important;
}

.u-fw-l {
    font-weight: lighter !important;
}

.u-fw-n {
    font-weight: normal !important;
}

.u-fw-b {
    font-weight: bold !important;
}

.u-ta-l {
    text-align: left;
}

.u-ta-c {
    text-align: center;
}

.u-ta-r {
    /* text-align: right; */
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
    margin: 0rem !important;
}

.u-mt-0,
.u-my-0 {
    margin-top: 0rem !important;
}

.u-mr-0,
.u-mx-0 {
    margin-right: 0rem !important;
}

.u-mb-0,
.u-my-0 {
    margin-bottom: 0rem !important;
}

.u-ml-0,
.u-mx-0 {
    margin-left: 0rem !important;
}

.u-m-1 {
    margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
    margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
    margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
    margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
    margin-left: 0.5rem !important;
}

.u-m-2 {
    margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
    margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
    margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
    margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
    margin-left: 1rem !important;
}

.u-m-3 {
    margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
    margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
    margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
    margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
    margin-left: 1.5rem !important;
}

.u-m-4 {
    margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
    margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
    margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
    margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
    margin-left: 2rem !important;
}

.u-m-5 {
    margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
    margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
    margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
    margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
    margin-left: 2.5rem !important;
}

.u-m-6 {
    margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
    margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
    margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
    margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
    margin-left: 3rem !important;
}

.u-p-0 {
    padding: 0rem !important;
}

.u-pt-0,
.u-py-0 {
    padding-top: 0rem !important;
}

.u-pr-0,
.u-px-0 {
    padding-right: 0rem !important;
}

.u-pb-0,
.u-py-0 {
    padding-bottom: 0rem !important;
}

.u-pl-0,
.u-px-0 {
    padding-left: 0rem !important;
}

.u-p-1 {
    padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
    padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
    padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
    padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
    padding-left: 0.5rem !important;
}

.u-p-2 {
    padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
    padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
    padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
    padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
    padding-left: 1rem !important;
}

.u-p-3 {
    padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
    padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
    padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
    padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
    padding-left: 1.5rem !important;
}

.u-p-4 {
    padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
    padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
    padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
    padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
    padding-left: 2rem !important;
}

.u-p-5 {
    padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
    padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
    padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
    padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
    padding-left: 2.5rem !important;
}

.u-p-6 {
    padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
    padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
    padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
    padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
    padding-left: 3rem !important;
}

.u-m-auto {
    margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
    margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
    margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
    margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
    margin-left: auto !important;
}

@media screen and (min-width: 576px) {
    .u-m-sm-0 {
        margin: 0rem !important;
    }

    .u-mt-sm-0,
    .u-my-sm-0 {
        margin-top: 0rem !important;
    }

    .u-mr-sm-0,
    .u-mx-sm-0 {
        margin-right: 0rem !important;
    }

    .u-mb-sm-0,
    .u-my-sm-0 {
        margin-bottom: 0rem !important;
    }

    .u-ml-sm-0,
    .u-mx-sm-0 {
        margin-left: 0rem !important;
    }

    .u-m-sm-1 {
        margin: 0.5rem !important;
    }

    .u-mt-sm-1,
    .u-my-sm-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-sm-1,
    .u-mx-sm-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-sm-1,
    .u-my-sm-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-sm-1,
    .u-mx-sm-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-sm-2 {
        margin: 1rem !important;
    }

    .u-mt-sm-2,
    .u-my-sm-2 {
        margin-top: 1rem !important;
    }

    .u-mr-sm-2,
    .u-mx-sm-2 {
        margin-right: 1rem !important;
    }

    .u-mb-sm-2,
    .u-my-sm-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-sm-2,
    .u-mx-sm-2 {
        margin-left: 1rem !important;
    }

    .u-m-sm-3 {
        margin: 1.5rem !important;
    }

    .u-mt-sm-3,
    .u-my-sm-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-sm-3,
    .u-mx-sm-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-sm-3,
    .u-my-sm-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-sm-3,
    .u-mx-sm-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-sm-4 {
        margin: 2rem !important;
    }

    .u-mt-sm-4,
    .u-my-sm-4 {
        margin-top: 2rem !important;
    }

    .u-mr-sm-4,
    .u-mx-sm-4 {
        margin-right: 2rem !important;
    }

    .u-mb-sm-4,
    .u-my-sm-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-sm-4,
    .u-mx-sm-4 {
        margin-left: 2rem !important;
    }

    .u-m-sm-5 {
        margin: 2.5rem !important;
    }

    .u-mt-sm-5,
    .u-my-sm-5 {
        margin-top: 2.5rem !important;
    }

    .u-mr-sm-5,
    .u-mx-sm-5 {
        margin-right: 2.5rem !important;
    }

    .u-mb-sm-5,
    .u-my-sm-5 {
        margin-bottom: 2.5rem !important;
    }

    .u-ml-sm-5,
    .u-mx-sm-5 {
        margin-left: 2.5rem !important;
    }

    .u-m-sm-6 {
        margin: 3rem !important;
    }

    .u-mt-sm-6,
    .u-my-sm-6 {
        margin-top: 3rem !important;
    }

    .u-mr-sm-6,
    .u-mx-sm-6 {
        margin-right: 3rem !important;
    }

    .u-mb-sm-6,
    .u-my-sm-6 {
        margin-bottom: 3rem !important;
    }

    .u-ml-sm-6,
    .u-mx-sm-6 {
        margin-left: 3rem !important;
    }

    .u-p-sm-0 {
        padding: 0rem !important;
    }

    .u-pt-sm-0,
    .u-py-sm-0 {
        padding-top: 0rem !important;
    }

    .u-pr-sm-0,
    .u-px-sm-0 {
        padding-right: 0rem !important;
    }

    .u-pb-sm-0,
    .u-py-sm-0 {
        padding-bottom: 0rem !important;
    }

    .u-pl-sm-0,
    .u-px-sm-0 {
        padding-left: 0rem !important;
    }

    .u-p-sm-1 {
        padding: 0.5rem !important;
    }

    .u-pt-sm-1,
    .u-py-sm-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-sm-1,
    .u-px-sm-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-sm-1,
    .u-py-sm-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-sm-1,
    .u-px-sm-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-sm-2 {
        padding: 1rem !important;
    }

    .u-pt-sm-2,
    .u-py-sm-2 {
        padding-top: 1rem !important;
    }

    .u-pr-sm-2,
    .u-px-sm-2 {
        padding-right: 1rem !important;
    }

    .u-pb-sm-2,
    .u-py-sm-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-sm-2,
    .u-px-sm-2 {
        padding-left: 1rem !important;
    }

    .u-p-sm-3 {
        padding: 1.5rem !important;
    }

    .u-pt-sm-3,
    .u-py-sm-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-sm-3,
    .u-px-sm-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-sm-3,
    .u-py-sm-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-sm-3,
    .u-px-sm-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-sm-4 {
        padding: 2rem !important;
    }

    .u-pt-sm-4,
    .u-py-sm-4 {
        padding-top: 2rem !important;
    }

    .u-pr-sm-4,
    .u-px-sm-4 {
        padding-right: 2rem !important;
    }

    .u-pb-sm-4,
    .u-py-sm-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-sm-4,
    .u-px-sm-4 {
        padding-left: 2rem !important;
    }

    .u-p-sm-5 {
        padding: 2.5rem !important;
    }

    .u-pt-sm-5,
    .u-py-sm-5 {
        padding-top: 2.5rem !important;
    }

    .u-pr-sm-5,
    .u-px-sm-5 {
        padding-right: 2.5rem !important;
    }

    .u-pb-sm-5,
    .u-py-sm-5 {
        padding-bottom: 2.5rem !important;
    }

    .u-pl-sm-5,
    .u-px-sm-5 {
        padding-left: 2.5rem !important;
    }

    .u-p-sm-6 {
        padding: 3rem !important;
    }

    .u-pt-sm-6,
    .u-py-sm-6 {
        padding-top: 3rem !important;
    }

    .u-pr-sm-6,
    .u-px-sm-6 {
        padding-right: 3rem !important;
    }

    .u-pb-sm-6,
    .u-py-sm-6 {
        padding-bottom: 3rem !important;
    }

    .u-pl-sm-6,
    .u-px-sm-6 {
        padding-left: 3rem !important;
    }

    .u-m-sm-auto {
        margin: auto !important;
    }

    .u-mt-sm-auto,
    .u-my-sm-auto {
        margin-top: auto !important;
    }

    .u-mr-sm-auto,
    .u-mx-sm-auto {
        margin-right: auto !important;
    }

    .u-mb-sm-auto,
    .u-my-sm-auto {
        margin-bottom: auto !important;
    }

    .u-ml-sm-auto,
    .u-mx-sm-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-m-md-0 {
        margin: 0rem !important;
    }

    .u-mt-md-0,
    .u-my-md-0 {
        margin-top: 0rem !important;
    }

    .u-mr-md-0,
    .u-mx-md-0 {
        margin-right: 0rem !important;
    }

    .u-mb-md-0,
    .u-my-md-0 {
        margin-bottom: 0rem !important;
    }

    .u-ml-md-0,
    .u-mx-md-0 {
        margin-left: 0rem !important;
    }

    .u-m-md-1 {
        margin: 0.5rem !important;
    }

    .u-mt-md-1,
    .u-my-md-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-md-1,
    .u-mx-md-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-md-1,
    .u-my-md-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-md-1,
    .u-mx-md-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-md-2 {
        margin: 1rem !important;
    }

    .u-mt-md-2,
    .u-my-md-2 {
        margin-top: 1rem !important;
    }

    .u-mr-md-2,
    .u-mx-md-2 {
        margin-right: 1rem !important;
    }

    .u-mb-md-2,
    .u-my-md-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-md-2,
    .u-mx-md-2 {
        margin-left: 1rem !important;
    }

    .u-m-md-3 {
        margin: 1.5rem !important;
    }

    .u-mt-md-3,
    .u-my-md-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-md-3,
    .u-mx-md-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-md-3,
    .u-my-md-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-md-3,
    .u-mx-md-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-md-4 {
        margin: 2rem !important;
    }

    .u-mt-md-4,
    .u-my-md-4 {
        margin-top: 2rem !important;
    }

    .u-mr-md-4,
    .u-mx-md-4 {
        margin-right: 2rem !important;
    }

    .u-mb-md-4,
    .u-my-md-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-md-4,
    .u-mx-md-4 {
        margin-left: 2rem !important;
    }

    .u-m-md-5 {
        margin: 2.5rem !important;
    }

    .u-mt-md-5,
    .u-my-md-5 {
        margin-top: 2.5rem !important;
    }

    .u-mr-md-5,
    .u-mx-md-5 {
        margin-right: 2.5rem !important;
    }

    .u-mb-md-5,
    .u-my-md-5 {
        margin-bottom: 2.5rem !important;
    }

    .u-ml-md-5,
    .u-mx-md-5 {
        margin-left: 2.5rem !important;
    }

    .u-m-md-6 {
        margin: 3rem !important;
    }

    .u-mt-md-6,
    .u-my-md-6 {
        margin-top: 3rem !important;
    }

    .u-mr-md-6,
    .u-mx-md-6 {
        margin-right: 3rem !important;
    }

    .u-mb-md-6,
    .u-my-md-6 {
        margin-bottom: 3rem !important;
    }

    .u-ml-md-6,
    .u-mx-md-6 {
        margin-left: 3rem !important;
    }

    .u-p-md-0 {
        padding: 0rem !important;
    }

    .u-pt-md-0,
    .u-py-md-0 {
        padding-top: 0rem !important;
    }

    .u-pr-md-0,
    .u-px-md-0 {
        padding-right: 0rem !important;
    }

    .u-pb-md-0,
    .u-py-md-0 {
        padding-bottom: 0rem !important;
    }

    .u-pl-md-0,
    .u-px-md-0 {
        padding-left: 0rem !important;
    }

    .u-p-md-1 {
        padding: 0.5rem !important;
    }

    .u-pt-md-1,
    .u-py-md-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-md-1,
    .u-px-md-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-md-1,
    .u-py-md-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-md-1,
    .u-px-md-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-md-2 {
        padding: 1rem !important;
    }

    .u-pt-md-2,
    .u-py-md-2 {
        padding-top: 1rem !important;
    }

    .u-pr-md-2,
    .u-px-md-2 {
        padding-right: 1rem !important;
    }

    .u-pb-md-2,
    .u-py-md-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-md-2,
    .u-px-md-2 {
        padding-left: 1rem !important;
    }

    .u-p-md-3 {
        padding: 1.5rem !important;
    }

    .u-pt-md-3,
    .u-py-md-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-md-3,
    .u-px-md-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-md-3,
    .u-py-md-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-md-3,
    .u-px-md-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-md-4 {
        padding: 2rem !important;
    }

    .u-pt-md-4,
    .u-py-md-4 {
        padding-top: 2rem !important;
    }

    .u-pr-md-4,
    .u-px-md-4 {
        padding-right: 2rem !important;
    }

    .u-pb-md-4,
    .u-py-md-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-md-4,
    .u-px-md-4 {
        padding-left: 2rem !important;
    }

    .u-p-md-5 {
        padding: 2.5rem !important;
    }

    .u-pt-md-5,
    .u-py-md-5 {
        padding-top: 2.5rem !important;
    }

    .u-pr-md-5,
    .u-px-md-5 {
        padding-right: 2.5rem !important;
    }

    .u-pb-md-5,
    .u-py-md-5 {
        padding-bottom: 2.5rem !important;
    }

    .u-pl-md-5,
    .u-px-md-5 {
        padding-left: 2.5rem !important;
    }

    .u-p-md-6 {
        padding: 3rem !important;
    }

    .u-pt-md-6,
    .u-py-md-6 {
        padding-top: 3rem !important;
    }

    .u-pr-md-6,
    .u-px-md-6 {
        padding-right: 3rem !important;
    }

    .u-pb-md-6,
    .u-py-md-6 {
        padding-bottom: 3rem !important;
    }

    .u-pl-md-6,
    .u-px-md-6 {
        padding-left: 3rem !important;
    }

    .u-m-md-auto {
        margin: auto !important;
    }

    .u-mt-md-auto,
    .u-my-md-auto {
        margin-top: auto !important;
    }

    .u-mr-md-auto,
    .u-mx-md-auto {
        margin-right: auto !important;
    }

    .u-mb-md-auto,
    .u-my-md-auto {
        margin-bottom: auto !important;
    }

    .u-ml-md-auto,
    .u-mx-md-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .u-m-lg-0 {
        margin: 0rem !important;
    }

    .u-mt-lg-0,
    .u-my-lg-0 {
        margin-top: 0rem !important;
    }

    .u-mr-lg-0,
    .u-mx-lg-0 {
        margin-right: 0rem !important;
    }

    .u-mb-lg-0,
    .u-my-lg-0 {
        margin-bottom: 0rem !important;
    }

    .u-ml-lg-0,
    .u-mx-lg-0 {
        margin-left: 0rem !important;
    }

    .u-m-lg-1 {
        margin: 0.5rem !important;
    }

    .u-mt-lg-1,
    .u-my-lg-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-lg-1,
    .u-mx-lg-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-lg-1,
    .u-my-lg-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-lg-1,
    .u-mx-lg-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-lg-2 {
        margin: 1rem !important;
    }

    .u-mt-lg-2,
    .u-my-lg-2 {
        margin-top: 1rem !important;
    }

    .u-mr-lg-2,
    .u-mx-lg-2 {
        margin-right: 1rem !important;
    }

    .u-mb-lg-2,
    .u-my-lg-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-lg-2,
    .u-mx-lg-2 {
        margin-left: 1rem !important;
    }

    .u-m-lg-3 {
        margin: 1.5rem !important;
    }

    .u-mt-lg-3,
    .u-my-lg-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-lg-3,
    .u-mx-lg-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-lg-3,
    .u-my-lg-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-lg-3,
    .u-mx-lg-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-lg-4 {
        margin: 2rem !important;
    }

    .u-mt-lg-4,
    .u-my-lg-4 {
        margin-top: 2rem !important;
    }

    .u-mr-lg-4,
    .u-mx-lg-4 {
        margin-right: 2rem !important;
    }

    .u-mb-lg-4,
    .u-my-lg-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-lg-4,
    .u-mx-lg-4 {
        margin-left: 2rem !important;
    }

    .u-m-lg-5 {
        margin: 2.5rem !important;
    }

    .u-mt-lg-5,
    .u-my-lg-5 {
        margin-top: 2.5rem !important;
    }

    .u-mr-lg-5,
    .u-mx-lg-5 {
        margin-right: 2.5rem !important;
    }

    .u-mb-lg-5,
    .u-my-lg-5 {
        margin-bottom: 2.5rem !important;
    }

    .u-ml-lg-5,
    .u-mx-lg-5 {
        margin-left: 2.5rem !important;
    }

    .u-m-lg-6 {
        margin: 3rem !important;
    }

    .u-mt-lg-6,
    .u-my-lg-6 {
        margin-top: 3rem !important;
    }

    .u-mr-lg-6,
    .u-mx-lg-6 {
        margin-right: 3rem !important;
    }

    .u-mb-lg-6,
    .u-my-lg-6 {
        margin-bottom: 3rem !important;
    }

    .u-ml-lg-6,
    .u-mx-lg-6 {
        margin-left: 3rem !important;
    }

    .u-p-lg-0 {
        padding: 0rem !important;
    }

    .u-pt-lg-0,
    .u-py-lg-0 {
        padding-top: 0rem !important;
    }

    .u-pr-lg-0,
    .u-px-lg-0 {
        padding-right: 0rem !important;
    }

    .u-pb-lg-0,
    .u-py-lg-0 {
        padding-bottom: 0rem !important;
    }

    .u-pl-lg-0,
    .u-px-lg-0 {
        padding-left: 0rem !important;
    }

    .u-p-lg-1 {
        padding: 0.5rem !important;
    }

    .u-pt-lg-1,
    .u-py-lg-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-lg-1,
    .u-px-lg-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-lg-1,
    .u-py-lg-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-lg-1,
    .u-px-lg-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-lg-2 {
        padding: 1rem !important;
    }

    .u-pt-lg-2,
    .u-py-lg-2 {
        padding-top: 1rem !important;
    }

    .u-pr-lg-2,
    .u-px-lg-2 {
        padding-right: 1rem !important;
    }

    .u-pb-lg-2,
    .u-py-lg-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-lg-2,
    .u-px-lg-2 {
        padding-left: 1rem !important;
    }

    .u-p-lg-3 {
        padding: 1.5rem !important;
    }

    .u-pt-lg-3,
    .u-py-lg-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-lg-3,
    .u-px-lg-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-lg-3,
    .u-py-lg-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-lg-3,
    .u-px-lg-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-lg-4 {
        padding: 2rem !important;
    }

    .u-pt-lg-4,
    .u-py-lg-4 {
        padding-top: 2rem !important;
    }

    .u-pr-lg-4,
    .u-px-lg-4 {
        padding-right: 2rem !important;
    }

    .u-pb-lg-4,
    .u-py-lg-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-lg-4,
    .u-px-lg-4 {
        padding-left: 2rem !important;
    }

    .u-p-lg-5 {
        padding: 2.5rem !important;
    }

    .u-pt-lg-5,
    .u-py-lg-5 {
        padding-top: 2.5rem !important;
    }

    .u-pr-lg-5,
    .u-px-lg-5 {
        padding-right: 2.5rem !important;
    }

    .u-pb-lg-5,
    .u-py-lg-5 {
        padding-bottom: 2.5rem !important;
    }

    .u-pl-lg-5,
    .u-px-lg-5 {
        padding-left: 2.5rem !important;
    }

    .u-p-lg-6 {
        padding: 3rem !important;
    }

    .u-pt-lg-6,
    .u-py-lg-6 {
        padding-top: 3rem !important;
    }

    .u-pr-lg-6,
    .u-px-lg-6 {
        padding-right: 3rem !important;
    }

    .u-pb-lg-6,
    .u-py-lg-6 {
        padding-bottom: 3rem !important;
    }

    .u-pl-lg-6,
    .u-px-lg-6 {
        padding-left: 3rem !important;
    }

    .u-m-lg-auto {
        margin: auto !important;
    }

    .u-mt-lg-auto,
    .u-my-lg-auto {
        margin-top: auto !important;
    }

    .u-mr-lg-auto,
    .u-mx-lg-auto {
        margin-right: auto !important;
    }

    .u-mb-lg-auto,
    .u-my-lg-auto {
        margin-bottom: auto !important;
    }

    .u-ml-lg-auto,
    .u-mx-lg-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-m-xl-0 {
        margin: 0rem !important;
    }

    .u-mt-xl-0,
    .u-my-xl-0 {
        margin-top: 0rem !important;
    }

    .u-mr-xl-0,
    .u-mx-xl-0 {
        margin-right: 0rem !important;
    }

    .u-mb-xl-0,
    .u-my-xl-0 {
        margin-bottom: 0rem !important;
    }

    .u-ml-xl-0,
    .u-mx-xl-0 {
        margin-left: 0rem !important;
    }

    .u-m-xl-1 {
        margin: 0.5rem !important;
    }

    .u-mt-xl-1,
    .u-my-xl-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-xl-1,
    .u-mx-xl-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-xl-1,
    .u-my-xl-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-xl-1,
    .u-mx-xl-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-xl-2 {
        margin: 1rem !important;
    }

    .u-mt-xl-2,
    .u-my-xl-2 {
        margin-top: 1rem !important;
    }

    .u-mr-xl-2,
    .u-mx-xl-2 {
        margin-right: 1rem !important;
    }

    .u-mb-xl-2,
    .u-my-xl-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-xl-2,
    .u-mx-xl-2 {
        margin-left: 1rem !important;
    }

    .u-m-xl-3 {
        margin: 1.5rem !important;
    }

    .u-mt-xl-3,
    .u-my-xl-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-xl-3,
    .u-mx-xl-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-xl-3,
    .u-my-xl-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-xl-3,
    .u-mx-xl-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-xl-4 {
        margin: 2rem !important;
    }

    .u-mt-xl-4,
    .u-my-xl-4 {
        margin-top: 2rem !important;
    }

    .u-mr-xl-4,
    .u-mx-xl-4 {
        margin-right: 2rem !important;
    }

    .u-mb-xl-4,
    .u-my-xl-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-xl-4,
    .u-mx-xl-4 {
        margin-left: 2rem !important;
    }

    .u-m-xl-5 {
        margin: 2.5rem !important;
    }

    .u-mt-xl-5,
    .u-my-xl-5 {
        margin-top: 2.5rem !important;
    }

    .u-mr-xl-5,
    .u-mx-xl-5 {
        margin-right: 2.5rem !important;
    }

    .u-mb-xl-5,
    .u-my-xl-5 {
        margin-bottom: 2.5rem !important;
    }

    .u-ml-xl-5,
    .u-mx-xl-5 {
        margin-left: 2.5rem !important;
    }

    .u-m-xl-6 {
        margin: 3rem !important;
    }

    .u-mt-xl-6,
    .u-my-xl-6 {
        margin-top: 3rem !important;
    }

    .u-mr-xl-6,
    .u-mx-xl-6 {
        margin-right: 3rem !important;
    }

    .u-mb-xl-6,
    .u-my-xl-6 {
        margin-bottom: 3rem !important;
    }

    .u-ml-xl-6,
    .u-mx-xl-6 {
        margin-left: 3rem !important;
    }

    .u-p-xl-0 {
        padding: 0rem !important;
    }

    .u-pt-xl-0,
    .u-py-xl-0 {
        padding-top: 0rem !important;
    }

    .u-pr-xl-0,
    .u-px-xl-0 {
        padding-right: 0rem !important;
    }

    .u-pb-xl-0,
    .u-py-xl-0 {
        padding-bottom: 0rem !important;
    }

    .u-pl-xl-0,
    .u-px-xl-0 {
        padding-left: 0rem !important;
    }

    .u-p-xl-1 {
        padding: 0.5rem !important;
    }

    .u-pt-xl-1,
    .u-py-xl-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-xl-1,
    .u-px-xl-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-xl-1,
    .u-py-xl-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-xl-1,
    .u-px-xl-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-xl-2 {
        padding: 1rem !important;
    }

    .u-pt-xl-2,
    .u-py-xl-2 {
        padding-top: 1rem !important;
    }

    .u-pr-xl-2,
    .u-px-xl-2 {
        padding-right: 1rem !important;
    }

    .u-pb-xl-2,
    .u-py-xl-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-xl-2,
    .u-px-xl-2 {
        padding-left: 1rem !important;
    }

    .u-p-xl-3 {
        padding: 1.5rem !important;
    }

    .u-pt-xl-3,
    .u-py-xl-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-xl-3,
    .u-px-xl-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-xl-3,
    .u-py-xl-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-xl-3,
    .u-px-xl-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-xl-4 {
        padding: 2rem !important;
    }

    .u-pt-xl-4,
    .u-py-xl-4 {
        padding-top: 2rem !important;
    }

    .u-pr-xl-4,
    .u-px-xl-4 {
        padding-right: 2rem !important;
    }

    .u-pb-xl-4,
    .u-py-xl-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-xl-4,
    .u-px-xl-4 {
        padding-left: 2rem !important;
    }

    .u-p-xl-5 {
        padding: 2.5rem !important;
    }

    .u-pt-xl-5,
    .u-py-xl-5 {
        padding-top: 2.5rem !important;
    }

    .u-pr-xl-5,
    .u-px-xl-5 {
        padding-right: 2.5rem !important;
    }

    .u-pb-xl-5,
    .u-py-xl-5 {
        padding-bottom: 2.5rem !important;
    }

    .u-pl-xl-5,
    .u-px-xl-5 {
        padding-left: 2.5rem !important;
    }

    .u-p-xl-6 {
        padding: 3rem !important;
    }

    .u-pt-xl-6,
    .u-py-xl-6 {
        padding-top: 3rem !important;
    }

    .u-pr-xl-6,
    .u-px-xl-6 {
        padding-right: 3rem !important;
    }

    .u-pb-xl-6,
    .u-py-xl-6 {
        padding-bottom: 3rem !important;
    }

    .u-pl-xl-6,
    .u-px-xl-6 {
        padding-left: 3rem !important;
    }

    .u-m-xl-auto {
        margin: auto !important;
    }

    .u-mt-xl-auto,
    .u-my-xl-auto {
        margin-top: auto !important;
    }

    .u-mr-xl-auto,
    .u-mx-xl-auto {
        margin-right: auto !important;
    }

    .u-mb-xl-auto,
    .u-my-xl-auto {
        margin-bottom: auto !important;
    }

    .u-ml-xl-auto,
    .u-mx-xl-auto {
        margin-left: auto !important;
    }
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .pc-show {
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px) {
    .sp-show {
        display: none !important;
    }
}

.u-none {
    display: none !important;
}

.u-inline {
    display: inline !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-block {
    display: block !important;
}

.u-table {
    display: table !important;
}

.u-table-row {
    display: table-row !important;
}

.u-table-cell {
    display: table-cell !important;
}

.u-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media screen and (min-width: 576px) {
    .u-sm-none {
        display: none !important;
    }

    .u-sm-inline {
        display: inline !important;
    }

    .u-sm-inline-block {
        display: inline-block !important;
    }

    .u-sm-block {
        display: block !important;
    }

    .u-sm-table {
        display: table !important;
    }

    .u-sm-table-row {
        display: table-row !important;
    }

    .u-sm-table-cell {
        display: table-cell !important;
    }

    .u-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 768px) {
    .u-mu-none {
        display: none !important;
    }

    .u-mu-inline {
        display: inline !important;
    }

    .u-mu-inline-block {
        display: inline-block !important;
    }

    .u-mu-block {
        display: block !important;
    }

    .u-mu-table {
        display: table !important;
    }

    .u-mu-table-row {
        display: table-row !important;
    }

    .u-mu-table-cell {
        display: table-cell !important;
    }

    .u-mu-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-mu-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 992px) {
    .u-lg-none {
        display: none !important;
    }

    .u-lg-inline {
        display: inline !important;
    }

    .u-lg-inline-block {
        display: inline-block !important;
    }

    .u-lg-block {
        display: block !important;
    }

    .u-lg-table {
        display: table !important;
    }

    .u-lg-table-row {
        display: table-row !important;
    }

    .u-lg-table-cell {
        display: table-cell !important;
    }

    .u-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-xl-none {
        display: none !important;
    }

    .u-xl-inline {
        display: inline !important;
    }

    .u-xl-inline-block {
        display: inline-block !important;
    }

    .u-xl-block {
        display: block !important;
    }

    .u-xl-table {
        display: table !important;
    }

    .u-xl-table-row {
        display: table-row !important;
    }

    .u-xl-table-cell {
        display: table-cell !important;
    }

    .u-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .u-print-none {
        display: none !important;
    }

    .u-print-inline {
        display: inline !important;
    }

    .u-print-inline-block {
        display: inline-block !important;
    }

    .u-print-block {
        display: block !important;
    }

    .u-print-table {
        display: table !important;
    }

    .u-print-table-row {
        display: table-row !important;
    }

    .u-print-table-cell {
        display: table-cell !important;
    }

    .u-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.u-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.u-flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.u-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.u-flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.u-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.u-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.u-justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.u-justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.u-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.u-justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.u-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.u-align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.u-align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.u-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.u-align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.u-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.u-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.u-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.u-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.u-align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.u-align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.u-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.u-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.u-align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.u-align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.u-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.u-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.u-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media screen and (min-width: 576px) {
    .u-flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .u-flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media screen and (min-width: 992px) {
    .u-flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}


.pc_none {
    display: block;
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}

.human {
    text-align: center;
    margin: 10px;
}

.human img {
    width: 160px;
}

@media screen and (min-width: 768px) {
    .human img {
        width: 110px;
    }
}

.red {
    color: red;
}
