<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    word-break: break-all
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    /*font-weight: 400;*/
    font-style: normal;
    vertical-align: baseline;
    background: 0 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

address,
article,
aside,
canvas,
details,
div,
figcaption,
figure,
footer,
header,
hr,
iframe,
menu,
nav,
section,
textarea {
    display: block;
    line-height: 1
}

iframe {
    max-width: 100% !important
}

a,
label {
    cursor: pointer
}

blockquote {
    padding: 0;
    margin: 0;
    display: block
}

address,
em {
    font-style: normal
}

hr {
    border: 0;
    margin: 0;
    padding: 0
}

li,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical;
    overflow: hidden;
    -webkit-appearance: none;
    border: none
}

button,
input,
select {
    vertical-align: middle;
    border-radius: 0;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

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

:after,
:before {
    padding: 0;
    margin: 0;
    line-height: 1
}

a {
    text-decoration: none
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

html {
    font-size: 62.5%;
    height: 100%;
    min-height: 100%
}

body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    line-height: 1;
    min-width: 320px;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word
}

a {
    color: #063fa6;
    text-decoration: none
}

a:hover {
    color: #e57795
}

p {
    line-height: 1.5;
    margin-bottom: 1em
}

.container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%
}

.container-overlay {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.l-contents {
    padding-bottom: 345px;
    padding-top: 46px;
    position: relative
}

.hide-footer-sns .l-contents {
    padding-bottom: 212px
}

.l-footer {
    background-color: #454545;
    height: 345px;
    padding: 20px 0 10px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.l-footer-copy {
    color: #c8c8c8;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center
}

.l-footer-nav {
    padding: 20px 0;
    text-align: center
}

.l-footer-nav-item {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 10px
}

.l-footer-nav-item:last-child {
    margin-bottom: 0
}

.l-footer-nav-item&gt;a {
    color: #fff
}

.l-footer-sns {
    border-bottom: solid 1px #999;
    padding-bottom: 30px;
    text-align: center
}

.l-footer-sns .heading-secondary {
    border-bottom: solid 3px #fff;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 1em 2px
}

.l-footer-sns .sns-icon {
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.l-footer-sns .sns-icon:hover {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.l-footer-sns .sns-icon:hover {
    color: #fff
}

.hide-footer-sns .l-footer {
    height: 212px
}

.hide-footer-sns .l-footer .l-footer-sns {
    display: none
}

.l-header-top {
    background-color: #000;
    border-top: solid 4px #d9517c;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    height: 50px;
    padding: 10px 20px;
    position: relative
}

.l-contents {
    margin: auto;
    width: 95%;
    max-width: 980px
}

.heading {
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word
}

.heading&gt;.no-break {
    display: inline-block;
    font-weight: inherit
}

.heading-primary {
    font-size: 20px;
    font-size: 2rem
}

.heading-secondary {
    font-size: 16px;
    font-size: 1.6rem
}

.heading-general {
    font-size: 15px;
    font-size: 1.5rem
}

.heading.d-square {
    padding-left: 1em;
    position: relative
}

.heading.d-square:before {
    content: "■";
    line-height: 1.5;
    position: absolute;
    left: 0
}

.heading.d-disc {
    padding-left: 1em;
    position: relative
}

.heading.d-disc:before {
    content: "●";
    line-height: 1.5;
    position: absolute;
    left: 0
}

.heading.d-underline {
    text-decoration: underline;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.button {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 20px;
    text-align: center;
    text-decoration: none
}

.button.size-s {
    height: 35px;
    line-height: 35px
}

.button.size-m {
    height: 40px;
    line-height: 40px
}

.button.size-l {
    height: 50px;
    line-height: 50px
}

.button.wide-s {
    width: 200px
}

.button.wide-m {
    width: 50%
}

.button.wide-l {
    width: 100%
}

.button.r-square {
    border-radius: 0
}

.button.r-round {
    border-radius: 3px
}

.button.r-circle {
    border-radius: 50px
}

.button-primary {
    background-color: #e6315e;
    color: #fff;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.button-primary:hover {
    -webkit-box-shadow: 0 0 5px #454545;
    box-shadow: 0 0 5px #454545
}

.button-primary:hover {
    background-color: #e6315e;
    color: #fff
}

.button-secondary {
    background-color: #063fa6;
    color: #fff;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.button-secondary:hover {
    -webkit-box-shadow: 0 0 5px #454545;
    box-shadow: 0 0 5px #454545
}

.button-secondary:hover {
    color: #fff
}

.button-general {
    background-color: #454545;
    color: #fff;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.button-general:hover {
    -webkit-box-shadow: 0 0 5px #454545;
    box-shadow: 0 0 5px #454545
}

.button-general:hover {
    color: #fff
}

.list-square {
    padding-left: 2em
}

.list-square&gt;li {
    line-height: 1.5;
    list-style-type: square
}

.list-square&gt;li:last-child {
    margin-bottom: 0
}

.list-decimal {
    padding-left: 2em
}

.list-decimal&gt;li {
    line-height: 1.5;
    list-style-type: decimal
}

.list-decimal&gt;li:last-child {
    margin-bottom: 0
}

.list-dots {
    padding-left: 2em
}

.list-dots&gt;li {
    line-height: 1.5;
    list-style-type: disc
}

.list-dots&gt;li:last-child {
    margin-bottom: 0
}

.list-date-item {
    margin-bottom: 1em;
    zoom: 1
}

.list-date-item:after {
    content: "";
    display: block;
    clear: both
}

.list-date-item&gt;.date {
    float: left;
    font-weight: 700;
    line-height: 1.5
}

.list-date-item&gt;.body {
    line-height: 1.5;
    margin-left: 120px
}

.t-white {
    color: #fff
}

.t-black {
    color: #000
}

.t-darkgray {
    color: #454545
}

.t-gray {
    color: #999
}

.t-lightgray {
    color: #c8c8c8
}

.t-pink {
    color: #e57795
}

.t-blue {
    color: #063fa6
}

.t-red {
    color: #e4222b
}

.dataList {
    line-height: 1.5
}

.dataList-title.d-square {
    padding-left: 1em;
    position: relative
}

.dataList-title.d-square:before {
    content: "■";
    line-height: 1.5;
    position: absolute;
    left: 0
}

.dataList-title.d-disc {
    padding-left: 1em;
    position: relative
}

.dataList-title.d-disc:before {
    content: "●";
    line-height: 1.5;
    position: absolute;
    left: 0
}

.dataList-title.d-dots {
    padding-left: 1em;
    position: relative
}

.dataList-title.d-dots:before {
    content: "・";
    line-height: 1.5;
    position: absolute;
    left: 0
}

.dataList-data {
    padding-left: 2em
}

.tbl {
    line-height: 1.2;
    width: 100%
}

.tbl-th {
    display: block;
    font-weight: 700;
    padding: .8em;
    text-align: center;
    width: 100%
}

.type2 .tbl-th {
    display: table-cell;
    font-weight: 700;
    padding: .8em;
    text-align: center;
    width: 50%
}

.type2 .tbl-th:first-child {
    border-right: 2px solid;
}

.tbl-th-strong {
    font-weight: 700
}

.tbl-td {
    display: block;
    line-height: 1.5;
    padding: .8em;
    width: 100%;
}

.type2 tbody .tbl-th {
    text-align: left;
}

.type2 .tbl-td {
    display: table-cell;
    line-height: 1.5;
    padding: .8em;
    width: 50%
}


.tbl.b-solid {
    border: solid 2px #000;
    border-bottom: none
}

.tbl.b-solid .tbl-td,
.tbl.b-solid .tbl-th {
    border-bottom: solid 2px #000
}

.tbl.b-dot {
    border: dotted 1px #000;
    border-bottom: none
}

.tbl.b-dot .tbl-td,
.tbl.b-dot .tbl-th {
    border-bottom: dotted 1px #000
}

.tbl.b-dash {
    border: dashed 1px #000;
    border-bottom: none
}

.tbl.b-dash .tbl-td,
.tbl.b-dash .tbl-th {
    border-bottom: dashed 1px #000
}

/*項目が横並びタイプのテーブル*/
.tbl-sbs {
    width: 100%;
    border: solid 2px #000;
    
}

.tbl-sbs th {
    background-color: #c8c8c8;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
}

.tbl-sbs td {
    line-height: 1.3;
}

.tbl-sbs td:not(:first-of-type) {
    text-align: center;
}

.tbl-sbs th, .tbl-sbs td {
    padding: 0.8em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;   
}


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-col {
    padding: 0 4px 8px
}

.flex .col-12 {
    width: 100%
}

.flex .col-8 {
    width: 66.66%
}

.flex .col-6 {
    width: 50%
}

.flex .col-4 {
    width: 33.33%
}

.flex .col-3 {
    width: 25%
}

.flex .col-2 {
    width: 16.66%
}

.flex .col-1 {
    width: 8.33%
}

.flex-reset-l [class*=col-],
.flex-reset-m [class*=col-],
.flex-reset-s [class*=col-] {
    width: 100%
}

.t-big {
    display: inline-block;
    font-size: 1.2em;
    font-weight: inherit
}

.t-small {
    display: inline-block;
    font-size: .8em;
    font-weight: inherit
}

.t-em {
    display: inline-block;
    font-weight: 700
}

.t-strong {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700
}

.t-sup {
    display: inline-block;
    font-size: .6em;
    vertical-align: super
}

.t-sub {
    display: inline-block;
    font-size: .6em;
    vertical-align: sub
}

.sns-icon-container {
    text-align: center
}

.sns-icon {
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin: 0 .5em;
    padding: 5px;
    text-align: center;
    width: 50px;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.sns-icon:hover {
    -webkit-box-shadow: 0 0 5px #454545;
    box-shadow: 0 0 5px #454545
}

.sns-icon-facebook {
    background-color: #3b5998
}

.sns-icon-twitter {
    background-color: #55acee
}

.sns-icon-line {
    background-color: #00b900
}

.sns-icon-hatena {
    background-color: #00a4de
}

.sns-icon-instagram {
    background-color: #d93177
}

.sns-icon-instagram .fa {
    position: relative;
    top: -1px
}

.sns-icon-youtube {
    background-color: #cd201f
}

.sns-icon-youtube .fa {
    position: relative;
    top: -1px
}

.gzinfo-head {
    margin: 5px 0 20px
}

.gzinfo-head p {
    line-height: 1.5
}

.gzinfo-head .pressrelease {
    padding-left: 20px
}

.gzinfo-head-company,
.gzinfo-head-date {
    margin-bottom: 2px
}

.gzinfo-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 58px auto 40px
}

.gzinfo-mainvisual {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 700px
}

.gzinfo-subvisual {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 800px
}

.gzinfo-article {
    margin-bottom: 60px
}

.gzinfo-article .heading {
    margin-bottom: 1em
}

.gzinfo-article&gt;p {
    padding: 0 1em
}

.gzinfo-article .no-break {
    display: inline-block;
    font-weight: inherit
}

.gzinfo-article .tbl-th {
    background-color: #c8c8c8
}

.gzinfo-share {
    margin-bottom: 60px;
    text-align: center
}

.gzinfo-share-l .gzinfo-share-button {
    height: 40px;
    width: 57px
}

.gzinfo-share.border {
    border: solid 1px #c8c8c8;
    padding: 12px 8px 8px
}

.gzinfo-share-heading {
    display: inline-block;
    line-height: 32px;
    margin-right: 12px;
    vertical-align: top
}

.gzinfo-share-button {
    display: inline-block;
    height: 32px;
    margin: 0 4px 4px;
    position: relative;
    vertical-align: top;
    width: 32px
}

.gzinfo-share-button img {
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.gzinfo-share-button2 {
    display: inline-block;
    height: 40px;
    margin: 0 4px 4px;
    position: relative;
    vertical-align: top;
    width: 57px
}

.gzinfo-share-button2 img {
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.u-left {
    text-align: left
}

.u-right {
    text-align: right
}

.u-center {
    text-align: center
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.u-mt0 {
    margin-top: 0
}

.u-mr0 {
    margin-right: 0
}

.u-mb0 {
    margin-bottom: 0
}

.u-ml0 {
    margin-left: 0
}

.u-mt5 {
    margin-top: 5px
}

.u-mr5 {
    margin-right: 5px
}

.u-mb5 {
    margin-bottom: 5px
}

.u-ml5 {
    margin-left: 5px
}

.u-mt10 {
    margin-top: 10px
}

.u-mr10 {
    margin-right: 10px
}

.u-mb10 {
    margin-bottom: 10px
}

.u-ml10 {
    margin-left: 10px
}

.u-mt15 {
    margin-top: 15px
}

.u-mr15 {
    margin-right: 15px
}

.u-mb15 {
    margin-bottom: 15px
}

.u-ml15 {
    margin-left: 15px
}

.u-mt20 {
    margin-top: 20px
}

.u-mr20 {
    margin-right: 20px
}

.u-mb20 {
    margin-bottom: 20px
}

.u-ml20 {
    margin-left: 20px
}

.u-mt25 {
    margin-top: 25px
}

.u-mr25 {
    margin-right: 25px
}

.u-mb25 {
    margin-bottom: 25px
}

.u-ml25 {
    margin-left: 25px
}

.u-mt30 {
    margin-top: 30px
}

.u-mr30 {
    margin-right: 30px
}

.u-mb30 {
    margin-bottom: 30px
}

.u-ml30 {
    margin-left: 30px
}

.u-mt35 {
    margin-top: 35px
}

.u-mr35 {
    margin-right: 35px
}

.u-mb35 {
    margin-bottom: 35px
}

.u-ml35 {
    margin-left: 35px
}

.u-mt40 {
    margin-top: 40px
}

.u-mr40 {
    margin-right: 40px
}

.u-mb40 {
    margin-bottom: 40px
}

.u-ml40 {
    margin-left: 40px
}

.u-mt45 {
    margin-top: 45px
}

.u-mr45 {
    margin-right: 45px
}

.u-mb45 {
    margin-bottom: 45px
}

.u-ml45 {
    margin-left: 45px
}

.u-mt50 {
    margin-top: 50px
}

.u-mr50 {
    margin-right: 50px
}

.u-mb50 {
    margin-bottom: 50px
}

.u-ml50 {
    margin-left: 50px
}

.u-pt0 {
    padding-top: 0
}

.u-pr0 {
    padding-right: 0
}

.u-pb0 {
    padding-bottom: 0
}

.u-pl0 {
    padding-left: 0
}

.u-pt5 {
    padding-top: 5px
}

.u-pr5 {
    padding-right: 5px
}

.u-pb5 {
    padding-bottom: 5px
}

.u-pl5 {
    padding-left: 5px
}

.u-pt10 {
    padding-top: 10px
}

.u-pr10 {
    padding-right: 10px
}

.u-pb10 {
    padding-bottom: 10px
}

.u-pl10 {
    padding-left: 10px
}

.u-pt15 {
    padding-top: 15px
}

.u-pr15 {
    padding-right: 15px
}

.u-pb15 {
    padding-bottom: 15px
}

.u-pl15 {
    padding-left: 15px
}

.u-pt20 {
    padding-top: 20px
}

.u-pr20 {
    padding-right: 20px
}

.u-pb20 {
    padding-bottom: 20px
}

.u-pl20 {
    padding-left: 20px
}

.u-pt25 {
    padding-top: 25px
}

.u-pr25 {
    padding-right: 25px
}

.u-pb25 {
    padding-bottom: 25px
}

.u-pl25 {
    padding-left: 25px
}

.u-pt30 {
    padding-top: 30px
}

.u-pr30 {
    padding-right: 30px
}

.u-pb30 {
    padding-bottom: 30px
}

.u-pl30 {
    padding-left: 30px
}

.u-pt35 {
    padding-top: 35px
}

.u-pr35 {
    padding-right: 35px
}

.u-pb35 {
    padding-bottom: 35px
}

.u-pl35 {
    padding-left: 35px
}

.u-pt40 {
    padding-top: 40px
}

.u-pr40 {
    padding-right: 40px
}

.u-pb40 {
    padding-bottom: 40px
}

.u-pl40 {
    padding-left: 40px
}

.u-pt45 {
    padding-top: 45px
}

.u-pr45 {
    padding-right: 45px
}

.u-pb45 {
    padding-bottom: 45px
}

.u-pl45 {
    padding-left: 45px
}

.u-pt50 {
    padding-top: 50px
}

.u-pr50 {
    padding-right: 50px
}

.u-pb50 {
    padding-bottom: 50px
}

.u-pl50 {
    padding-left: 50px
}

.sp {
    display: none;
}

.point li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 10px;
}

.point li:last-child {
    margin-bottom: 0;
}

.nopoint {
    margin: 0;
}

.nopoint li {
    list-style: none;
    margin-bottom: 7px;
    line-height: 1.3;
}

.nopoint li:last-of-type {
    margin-bottom: 0;
}

.bullet-point li {
    list-style: inside;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 10px;
}

.point li:last-child {
    margin-bottom: 0;
}

.corr {
    display: flex;
    flex-wrap: wrap;
}

.corr dt {
    width: 100%;
    white-space: nowrap;
}

.corr dd {
    width: 100%;
    margin-bottom: 10px;
}

.corr-wide {
    display: flex;
    flex-wrap: wrap;
}
.corr-wide dt {
    width: 100%;
    margin-bottom: 10px;
}
.corr-wide dd {
    width: 100%;
    margin-bottom: 10px;
}

.type {

}
.type li {
    margin-bottom: 15px;
}

.center_banner{
	text-align: center;
}

@media screen and (min-width:480px) {
    .flex .col-s-12 {
        width: 100%
    }

    .flex .col-s-8 {
        width: 66.66%
    }

    .flex .col-s-6 {
        width: 50%
    }

    .flex .col-s-4 {
        width: 33.33%
    }

    .flex .col-s-3 {
        width: 25%
    }

    .flex .col-s-2 {
        width: 16.66%
    }

    .flex .col-s-1 {
        width: 8.33%
    }

    .flex-reset-s {
        display: block
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 14px;
        font-size: 1.4rem
    }

    .tbl-th {
        display: table-cell;
        vertical-align: middle;
        width: 30%
    }

    .tbl-td {
        display: table-cell
    }

    .tbl.b-solid .tbl-td,
    .tbl.b-solid .tbl-th {
        border: solid 2px #000
    }

    .tbl.b-dot .tbl-td,
    .tbl.b-dot .tbl-th {
        border: dotted 1px #000
    }

    .tbl.b-dash .tbl-td,
    .tbl.b-dash .tbl-th {
        border: dashed 1px #000
    }

    .flex .col-m-12 {
        width: 100%
    }

    .flex .col-m-8 {
        width: 66.66%
    }

    .flex .col-m-6 {
        width: 50%
    }

	.center_banner{
		text-align: center;
	}

    .flex .col-m-4 {
        width: 33.33%
    }

    .flex .col-m-3 {
        width: 25%
    }

    .flex .col-m-2 {
        width: 16.66%
    }

    .flex .col-m-1 {
        width: 8.33%
    }

    .flex-reset-m {
        display: block
    }

    .gzinfo-title {
        font-size: 20px;
        font-size: 2rem;
        text-align: center
    }

    .gzinfo-article .tbl-th {
        background-color: #fff
    }

    .sp {
        display: inline;
    }

    .corr dt {
        width: 30%;
    }
    
    .corr dd {
        width: 70%;
    }

    .corr-wide dt {
        width: 50%;
        white-space: nowrap;
    }
    .corr-wide dd {
        width: 50%;
    }
}

@media screen and (min-width:980px) {
    .container-overlay {
        display: none
    }

    .l-contents {
        padding-bottom: 268px
    }

    .hide-footer-sns .l-contents {
        padding-bottom: 135px
    }

    .l-footer {
        height: 268px;
        padding-top: 30px
    }

    .l-footer-nav {
        margin-left: 20px
    }

    .l-footer-nav-item {
        border-left: solid 1px #fff;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
        padding: 0 10px;
        text-align: center
    }

    .l-footer-nav-item:last-child {
        border-right: solid 1px #fff
    }

    .hide-footer-sns .l-footer {
        height: 135px
    }

    .flex .col-l-12 {
        width: 100%
    }

    .flex .col-l-8 {
        width: 66.66%
    }

    .flex .col-l-6 {
        width: 50%
    }

	.center_banner{
		text-align: center;
	}

    .flex .col-l-4 {
        width: 33.33%
    }

    .flex .col-l-3 {
        width: 25%
    }

    .flex .col-l-2 {
        width: 16.66%
    }

    .flex .col-l-1 {
        width: 8.33%
    }

    .flex-reset-l {
        display: block
    }

    .corr dt {
        width: 23%;
    }
    
    .corr dd {
        width: 77%;
    }

    .corr-wide dt {
        width: 40%;
    }
    .corr-wide dd {
        width: 60%;
    }

    
}</pre></body></html>