@charset "UTF-8";

/******************************************************************************
██    ██  █████  ██████  ██  █████  ██████  ██      ███████ ███████
██    ██ ██   ██ ██   ██ ██ ██   ██ ██   ██ ██      ██      ██
██    ██ ███████ ██████  ██ ███████ ██████  ██      █████   ███████
 ██  ██  ██   ██ ██   ██ ██ ██   ██ ██   ██ ██      ██           ██
  ████   ██   ██ ██   ██ ██ ██   ██ ██████  ███████ ███████ ███████
******************************************************************************/


/******************************************************************************
██████  ███████ ███    ███
██   ██ ██      ████  ████
██████  █████   ██ ████ ██
██   ██ ██      ██  ██  ██
██   ██ ███████ ██      ██
******************************************************************************/


/******************************************************************************
 ██████  ██████  ██       ██████  ██████  ███████
██      ██    ██ ██      ██    ██ ██   ██ ██
██      ██    ██ ██      ██    ██ ██████  ███████
██      ██    ██ ██      ██    ██ ██   ██      ██
 ██████  ██████  ███████  ██████  ██   ██ ███████
******************************************************************************/


/* サイト内では下記のカラーしか使われていません。 */


/******************************************************************************
███    ███  ██████  ██████  ██    ██ ██      ███████     ███    ███  █████  ██████   ██████  ██ ███    ██       ██████   ██████  ████████ ████████  ██████  ███    ███
████  ████ ██    ██ ██   ██ ██    ██ ██      ██          ████  ████ ██   ██ ██   ██ ██       ██ ████   ██       ██   ██ ██    ██    ██       ██    ██    ██ ████  ████
██ ████ ██ ██    ██ ██   ██ ██    ██ ██      █████ █████ ██ ████ ██ ███████ ██████  ██   ███ ██ ██ ██  ██ █████ ██████  ██    ██    ██       ██    ██    ██ ██ ████ ██
██  ██  ██ ██    ██ ██   ██ ██    ██ ██      ██          ██  ██  ██ ██   ██ ██   ██ ██    ██ ██ ██  ██ ██       ██   ██ ██    ██    ██       ██    ██    ██ ██  ██  ██
██      ██  ██████  ██████   ██████  ███████ ███████     ██      ██ ██   ██ ██   ██  ██████  ██ ██   ████       ██████   ██████     ██       ██     ██████  ██      ██
******************************************************************************/


/* 各モジュールのマージンボトムに設定する大きさは、必ず下記のうちのいずれかになります。 */


/******************************************************************************
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████ ███████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██    ███████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██         ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██    ███████
******************************************************************************/


/*
███████ ████████  ██████
██         ██    ██
█████      ██    ██
██         ██    ██
███████    ██     ██████
*/


/* コンテンツ幅 */


/*
██████  ███████ ███████ ███████ ████████
██   ██ ██      ██      ██         ██
██████  █████   ███████ █████      ██
██   ██ ██           ██ ██         ██
██   ██ ███████ ███████ ███████    ██
*/


/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
 :after,
 :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

:after,
 :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

input {
    border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=number] {
    width: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}


/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/

html {
    font-size: 100%;
    font-family: Arial, Helvetica, "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}


/*
███████  ██████  ███    ██ ████████  █████  ██     ██ ███████ ███████  ██████  ███    ███ ███████
██      ██    ██ ████   ██    ██    ██   ██ ██     ██ ██      ██      ██    ██ ████  ████ ██
█████   ██    ██ ██ ██  ██    ██    ███████ ██  █  ██ █████   ███████ ██    ██ ██ ████ ██ █████
██      ██    ██ ██  ██ ██    ██    ██   ██ ██ ███ ██ ██           ██ ██    ██ ██  ██  ██ ██
██       ██████  ██   ████    ██    ██   ██  ███ ███  ███████ ███████  ██████  ██      ██ ███████
*/


/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/


/* FONT PATH
* -------------------------- */

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em;
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa-fw,
.fa-li {
    text-align: center;
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont-eot.eot?v=4.7.0);
    src: url(../font/fontawesome-webfont-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../font/fontawesome-webfont-woff2.woff2?v=4.7.0) format("woff2"), url(../font/fontawesome-webfont-woff.woff?v=4.7.0) format("woff"), url(../font/fontawesome-webfont-ttf.ttf?v=4.7.0) format("truetype"), url(../font/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right,
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before,
.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*
███    ███  █████  ██████  ███████ ███████ ██ ███    ██ ██████  ███████ ██████
████  ████ ██   ██ ██   ██ ██      ██      ██ ████   ██ ██   ██ ██      ██   ██
██ ████ ██ ███████ ██████  ███████ █████   ██ ██ ██  ██ ██   ██ █████   ██████
██  ██  ██ ██   ██ ██   ██      ██ ██      ██ ██  ██ ██ ██   ██ ██      ██   ██
██      ██ ██   ██ ██   ██ ███████ ██      ██ ██   ████ ██████  ███████ ██   ██
*/


/*
 ██████  ██    ██ ███████ ██████  ██     ██ ██████  ██ ████████ ███████
██    ██ ██    ██ ██      ██   ██ ██     ██ ██   ██ ██    ██    ██
██    ██ ██    ██ █████   ██████  ██  █  ██ ██████  ██    ██    █████
██    ██  ██  ██  ██      ██   ██ ██ ███ ██ ██   ██ ██    ██    ██
 ██████    ████   ███████ ██   ██  ███ ███  ██   ██ ██    ██    ███████
*/

@media screen and (max-width: 1024px) {
    .show-for-gte-pc {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .show-for-lte-tb {
        display: none !important;
    }
}

@media screen and (min-width: 640px) {
    .show-for-lte-sp {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    .show-for-gte-tb {
        display: none !important;
    }
}


/******************************************************************************
██ ███    ███ ██████   ██████  ██████  ████████ ███████
██ ████  ████ ██   ██ ██    ██ ██   ██    ██    ██
██ ██ ████ ██ ██████  ██    ██ ██████     ██    ███████
██ ██  ██  ██ ██      ██    ██ ██   ██    ██         ██
██ ██      ██ ██       ██████  ██   ██    ██    ███████
******************************************************************************/

.col:first-child {
    margin-left: 0;
}

.col:last-child {
    margin-right: 0;
}

.col-1 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(((100% - 110px) / 12 * 1));
}

.col-2 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(10px + ((100% - 110px) / 12 * 2));
}

.col-3 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(20px + ((100% - 110px) / 12 * 3));
}

.col-4 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(30px + ((100% - 110px) / 12 * 4));
}

.col-5 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(40px + ((100% - 110px) / 12 * 5));
}

.col-6 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50px + ((100% - 110px) / 12 * 6));
}

.col-7 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(60px + ((100% - 110px) / 12 * 7));
}

.col-8 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(70px + ((100% - 110px) / 12 * 8));
}

.col-9 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(80px + ((100% - 110px) / 12 * 9));
}

.col-10 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(90px + ((100% - 110px) / 12 * 10));
}

.col-11 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100px + ((100% - 110px) / 12 * 11));
}

.col-12 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(110px + (100% - 110px));
}

@media screen and (min-width: 1025px) {
    .col-pc-1 {
        width: calc(((100% - 110px) / 12 * 1));
    }
    .col-pc-2 {
        width: calc(10px + ((100% - 110px) / 12 * 2));
    }
    .col-pc-3 {
        width: calc(20px + ((100% - 110px) / 12 * 3));
    }
    .col-pc-4 {
        width: calc(30px + ((100% - 110px) / 12 * 4));
    }
    .col-pc-5 {
        width: calc(40px + ((100% - 110px) / 12 * 5));
    }
    .col-pc-6 {
        width: calc(50px + ((100% - 110px) / 12 * 6));
    }
    .col-pc-7 {
        width: calc(60px + ((100% - 110px) / 12 * 7));
    }
    .col-pc-8 {
        width: calc(70px + ((100% - 110px) / 12 * 8));
    }
    .col-pc-9 {
        width: calc(80px + ((100% - 110px) / 12 * 9));
    }
    .col-pc-10 {
        width: calc(90px + ((100% - 110px) / 12 * 10));
    }
    .col-pc-11 {
        width: calc(100px + ((100% - 110px) / 12 * 11));
    }
    .col-pc-12 {
        width: calc(110px + (100% - 110px));
    }
}


/******************************************************************************
███    ███ ██ ██   ██ ██ ███    ██
████  ████ ██  ██ ██  ██ ████   ██
██ ████ ██ ██   ███   ██ ██ ██  ██
██  ██  ██ ██  ██ ██  ██ ██  ██ ██
██      ██ ██ ██   ██ ██ ██   ████
******************************************************************************/


/******************************************************************************
███    ███  ██████  ██████  ██    ██ ██      ███████ ███████
████  ████ ██    ██ ██   ██ ██    ██ ██      ██      ██
██ ████ ██ ██    ██ ██   ██ ██    ██ ██      █████   ███████
██  ██  ██ ██    ██ ██   ██ ██    ██ ██      ██           ██
██      ██  ██████  ██████   ██████  ███████ ███████ ███████
******************************************************************************/


/******************************************************************************
 ██████   ██
██  ████ ███
██ ██ ██  ██
████  ██  ██
 ██████   ██
******************************************************************************/


/* 複合モジュールですが、特に区別して扱いたい特別な複合モジュール。 */


/******************************************************************************
 ██████   ██  ██████   ██
██  ████ ███ ██  ████ ███
██ ██ ██  ██ ██ ██ ██  ██
████  ██  ██ ████  ██  ██
 ██████   ██  ██████   ██
******************************************************************************/

.mod-0101 {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -47px;
    z-index: 3;
}

.mod-0101.z-max {
    z-index: 9999;
}

.mod-0101 .bluebar {
    line-height: 1;
    font-size: 0;
    background: #0d2ea0;
}

.mod-0101 .bluebar .wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
}

.mod-0101 .bluebar .wrap:after {
    content: '';
    clear: both;
    display: block;
}

.mod-0101 .bluebar .logo,
.mod-0101 .bluebar .menu {
    float: left;
    width: 50%;
}

.mod-0101 .logo {
    padding: 12px 0 9px;
    z-index: 3;
}

.mod-0101 .logo a {
    display: block;
    width: 102px;
}

.mod-0101 .logo img {
    display: block;
    width: 102px;
    height: auto;
}

.mod-0101 .menu {
    padding: 17px 0;
    text-align: right;
}

.mod-0101 .menu .item {
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875;
}

.mod-0101 .menu .item a {
    color: #fff;
}

.mod-0101 .menu .item+.item {
    margin-left: 35px;
}

.mod-0101 .menu .item.language {
    line-height: 1;
    font-size: 0;
    position: relative;
    background: white\9;
}

@media all and (-ms-high-contrast: none) {
    .mod-0101 .menu .item.language {
        background: transparent\0;
    }
}

.mod-0101 .menu .item.language:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
    font-size: 0.75;
    z-index: 1;
}

.mod-0101 .menu .item.language .selector {
    position: relative;
    box-sizing: border-box;
    min-width: 184px;
    height: 26px;
    padding: 0 9px 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75;
    line-height: 15px;
    line-height: 0.9375;
    border: 1px solid #314dae;
    z-index: 2;
    cursor: pointer;
    outline: none;
}

html.ie9 .mod-0101 .menu .item.language {
    background: #0d2ea0;
}

@media screen and (min-width: 1025px) {
    html.ie9 .mod-0101 .menu .item.language {
        background: #fff;
    }
}

.mod-0101 .menu .item.language .selector option {
    font-size: 12px;
    font-size: 0.75;
    color: #222;
}

.mod-0101 .menu .item.search .icon {
    position: relative;
    top: 2px;
}

.mod-0101 .bluebar .menu .item.hamburger .bars {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 18px;
}

.mod-0101 .bluebar .menu .item a {
    display: block;
    height: 100%;
}

.mod-0101 .bluebar .menu .item.hamburger .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.mod-0101 .bluebar .menu .item.hamburger .bar-1 {
    top: 0;
}

.mod-0101 .bluebar .menu .item.hamburger .bar-2 {
    top: 50%;
    margin-top: -1px;
}

.mod-0101 .bluebar .menu .item.hamburger .bar-3 {
    top: auto;
    bottom: 0;
}

.mod-0101 .bluebar .menu .item.hamburger.is-open .bar-1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.mod-0101 .bluebar .menu .item.hamburger.is-open .bar-2 {
    opacity: 0;
}

.mod-0101 .bluebar .menu .item.hamburger.is-open .bar-3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.mod-0101 .pagelinks,
.mod-0101 .languagelinks,
.mod-0101 .searchform {
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
}

.mod-0101 .languagelinks,
.mod-0101 .searchform {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 4;
    background: #fff;
}

@media screen and (min-width: 1025px) {
    .mod-0101 .searchform:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        height: 43px;
        background: 0 0 repeat-x;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAArCAYAAAC5IuLZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGB2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYTczNTljNS00MTAxLTQzOTMtYTY4MC03ODdlMTQyNmI5ZDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQ4QTdCNjEwM0ZFMTFFODk1RTFFNEExQjhENTgzMzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ0ZjM5YjEtM2Q5Ny00YzRjLTg0NzEtOGYzOWE2NjcxN2FmIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wMi0yM1QxOTozODo0MyswOTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDItMjNUMTk6NDE6MDErMDk6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDItMjNUMTk6NDE6MDErMDk6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTc3ZTAzNC1iZjI5LTQwYzYtODllZS1lNzllMDY5YjRiNjgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4OWNiYWEwNC0xMDhkLTExN2ItYTkxYi1iMjljNDI3YjY1M2MiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTQ0ZjM5YjEtM2Q5Ny00YzRjLTg0NzEtOGYzOWE2NjcxN2FmIiBzdEV2dDp3aGVuPSIyMDE4LTAyLTIzVDE5OjQxOjAxKzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JEXHMAAAADxJREFUCJl1zEkSgEAIQ9Ent/bsKriDsqvdJT8DnIEncP+psbv0CuQmXQ6W2SzmYFh2r5rVt5fNCgKOgBc5yidYaU78UAAAAABJRU5ErkJggg==);
        opacity: 0;
        -webkit-transition: opacity 0s ease-out;
        transition: opacity 0s ease-out;
        pointer-events: none;
    }
    .mod-0101 .searchform.is-open {
        overflow: visible;
    }
    .mod-0101 .searchform.is-open:after {
        opacity: 1;
    }
}

.mod-0101 .pagelinks {
    position: relative;
    padding: 0 32px 0 131px;
    text-align: right;
    color: #fff;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1025px) {
    .mod-0101 .pagelinks {
        min-height: 47px;
    }
}

.mod-0101 .pagelinks .globalmark {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 1.25;
    letter-spacing: .02em;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
}

.mod-0101 .pagelinks .globalmark a {
    color: #fff;
    text-decoration: none;
}

.mod-0101 .pagelinks .globalmark a:visited {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .mod-0101 .pagelinks .globalmark a:hover {
        text-decoration: none;
    }
}

.mod-0101 .pagelinks .item {
    font-size: 15px;
    font-size: 0.9375;
    letter-spacing: 0;
    display: inline-block;
}

.mod-0101 .pagelinks .item.product a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .mod-0101 .pagelinks .item.product a:hover {
        text-decoration: underline;
    }
}

.mod-0101 .pagelinks .item+.item:not(.product) {
    margin-left: 42px;
}

.mod-0101 .pagelinks .item+.item.divide {
    position: relative;
}

.mod-0101 .pagelinks .item+.item.divide a {
    margin-left: 80px;
}

.mod-0101 .pagelinks .item+.item.divide:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
}

.mod-0101 .pagelinks .item a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (min-width: 1025px) {
    .mod-0101 .pagelinks .item a {
        line-height: 23px;
    }
}

.mod-0101 .pagelinks .item a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}

.mod-0101 .pagelinks .item:hover:not(.product) a:after,
.mod-0101 .pagelinks .item:not(.product) a.is-open:after {
    opacity: 1;
}

.mod-0101 .pagelinks .item a[data-pcmenu-id="digest"]+.list-inner .list {
    padding: 10px 0 0;
}

.mod-0101 .pagelinks .item a[data-pcmenu-id="digest"]+.list-inner .list .item {
    padding-left: 0;
    background: none;
    border-color: #ddd;
}

.mod-0101 .pagelinks .item a[data-pcmenu-id="digest"]+.list-inner .list .item:last-child {
    border-bottom: 1px solid #ddd;
}

.mod-0101 .pagelinks .item a[data-pcmenu-id="digest"]+.list-inner .list .item a {
    padding: 0;
}

.mod-0101 .pagelinks .item a[data-pcmenu-id="digest"]+.list-inner .list .item a:before {
    content: none;
}

.mod-0101 .searchform .wrap {
    padding: 20px 10px;
}

.mod-0101 .searchform .wrap .mf_finder_searchBox_items_wrapper {
    position: relative;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
}

.mod-0101 .searchform input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 48px;
    padding: 13px 84px 12px 16px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1;
    background: #f2f2f2;
}

.mod-0101 .searchform button,
.mod-0101 .searchform .mf_finder_searchBox_submit {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 18px 14px;
    color: #fff;
    background: #191919;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75;
    white-space: nowrap;
}

.mod-0101 .searchform .mf_finder_searchBox_submit span:after {
    content: 'Search';
}

.mod-0101 .searchform input::-webkit-input-placeholder {
    font-style: italic;
}

.mod-0101 .searchform input:-ms-input-placeholder {
    font-style: italic;
}

.mod-0101 .searchform input::placeholder {
    font-style: italic;
}

.mod-0101 .searchform input::-webkit-input-placeholder {
    font-style: italic;
}

.mod-0101 .searchform input:-ms-input-placeholder {
    font-style: italic;
}

.mod-0101 .searchform input::-moz-placeholder {
    font-style: italic;
}

.mod-0101 .searchform input {
    outline: 0;
}

.mod-0101 .searchform .mf_finder_container .mf_finder_searchBox_suggest_items {
    list-style-type: none;
}

.mod-0101 .searchform .mf_finder_container .mf_finder_searchBox_suggest_items li {
    background: #e9edf1;
}

.mod-0101 .searchform .mf_finder_container .mf_finder_searchBox_suggest_items li a {
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #222;
    text-decoration: none;
}

.mod-0101 .searchform .mf_finder_container .mf_finder_searchBox_suggest_items li+li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.mod-0101 .pcmenu {
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #fff;
}

.mod-0101 .pcmenu:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 43px;
    background: 0 0 repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAArCAYAAAC5IuLZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGB2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYTczNTljNS00MTAxLTQzOTMtYTY4MC03ODdlMTQyNmI5ZDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQ4QTdCNjEwM0ZFMTFFODk1RTFFNEExQjhENTgzMzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ0ZjM5YjEtM2Q5Ny00YzRjLTg0NzEtOGYzOWE2NjcxN2FmIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wMi0yM1QxOTozODo0MyswOTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDItMjNUMTk6NDE6MDErMDk6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDItMjNUMTk6NDE6MDErMDk6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMTc3ZTAzNC1iZjI5LTQwYzYtODllZS1lNzllMDY5YjRiNjgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4OWNiYWEwNC0xMDhkLTExN2ItYTkxYi1iMjljNDI3YjY1M2MiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTQ0ZjM5YjEtM2Q5Ny00YzRjLTg0NzEtOGYzOWE2NjcxN2FmIiBzdEV2dDp3aGVuPSIyMDE4LTAyLTIzVDE5OjQxOjAxKzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JEXHMAAAADxJREFUCJl1zEkSgEAIQ9Ent/bsKriDsqvdJT8DnIEncP+psbv0CuQmXQ6W2SzmYFh2r5rVt5fNCgKOgBc5yidYaU78UAAAAABJRU5ErkJggg==);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mod-0101 .pcmenu.is-open {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mod-0101 .pcmenu.is-open:after {
    opacity: 1;
}

.mod-0101 .pcmenu .section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    visibility: hidden;
}

.mod-0101 .pcmenu .section .wrap-section {
    overflow: hidden;
}

.mod-0101 .pcmenu .section.parent-is-open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
}

.mod-0101 .pcmenu .section .linkmenus {
    box-sizing: border-box;
    padding: 30px 0;
}

.mod-0101 .pcmenu .alert {
    max-width: 1160px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
    font-size: 14px;
    font-size: 0.875;
}

.mod-0101 .pcmenu .alert .sub {
    font-size: 12px;
    font-size: 0.75;
    color: #999;
}

.mod-0101 .pcmenu .alert .icon {
    margin-right: 10px;
}

.mod-0101 .pcmenu .wrapper {
    max-width: 1160px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto -10px;
    list-style-type: none;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu .item {
    width: calc(20px + ((100% - 110px) / 12 * 3));
    margin: 0 5px 10px;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu .item:nth-child(4n+1) {
    margin-left: 0;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu .item:nth-child(4n) {
    margin-right: 0;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu .item .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.mod-0101 .pcmenu .linkmenus .thmbmenu .item .link .thmb {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
    margin-right: 20px;
}

.mod-0101 .pcmenu .linkmenus .mod-a004 {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0 30px;
}

.mod-0101 .pcmenu .linkmenus .mod-a004 .mod-a004__col {
    width: calc(50px + ((100% - 110px) / 12 * 6));
    margin: 0 5px;
}

.mod-0101 .pcmenu .linkmenus .mod-a004 .mod-a004__col:nth-child(odd) {
    margin-left: 0;
}

.mod-0101 .pcmenu .linkmenus .mod-a004 .mod-a004__col:nth-child(even) {
    margin-right: 0;
}

.mod-0101 .pcmenu .linkmenus .mod-2003,
.mod-0101 .pcmenu .linkmenus .mod-a014 .products .group .title,
.mod-a014 .products .group .mod-0101 .pcmenu .linkmenus .title {
    margin-top: 0;
    margin-bottom: 13px;
}

.mod-0101 .pcmenu .linkmenus .mod-6006 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-0101 .pcmenu .linkmenus .mod-6006 .item {
    width: calc(50px + ((100% - 110px) / 12 * 6));
    margin-left: 5px;
    margin-right: 5px;
}

.mod-0101 .pcmenu .linkmenus .mod-6006 .item:nth-child(odd) {
    margin-left: 0;
}

.mod-0101 .pcmenu .linkmenus .mod-6006 .item:nth-child(even) {
    margin-right: 0;
}

.mod-0101 .pcmenu .linkmenus .mod-6006 .item,
.mod-0101 .pcmenu .linkmenus .mod-6006 .item+.item {
    padding-top: 0;
    padding-bottom: 5px;
    border: none;
}

.mod-0101 .pcmenu .linkmenus .mod-6006.four .item {
    width: calc(20px + ((100% - 110px) / 12 * 3));
}

.mod-0101 .pcmenu .linkmenus .mod-6006.four .item:nth-child(odd) {
    margin-left: 5px;
}

.mod-0101 .pcmenu .linkmenus .mod-6006.four .item:nth-child(even) {
    margin-right: 5px;
}

.mod-0101 .pcmenu .linkmenus .mod-6006.four .item:nth-child(4n+1) {
    margin-left: 0;
}

.mod-0101 .pcmenu .linkmenus .mod-6006.four .item:nth-child(4n) {
    margin-right: 0;
}

.mod-0101 .for-sp {
    display: none !important;
}

.mod-0101.simple .menu .item.language,
.mod-0101.simple .menu .item.search,
.mod-0101.simple .menu .item.hamburger,
.mod-0101.simple .pagelinks .item {
    visibility: hidden;
    pointer-events: none;
}

@media screen and (min-width: 1025px) {
    .mod-0101 .menu .item.search .icon {
        position: relative;
    }
    .mod-0101 .menu .item.search .icon:after {
        content: '';
        position: absolute;
        bottom: -21px;
        left: -11px;
        display: block;
        width: 40px;
        height: 8px;
        background: #fff;
        opacity: 0;
        -webkit-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
    }
    .mod-0101 .menu .item.search.is-open .icon:after {
        opacity: 1;
    }
    .mod-0101 .pagelinks {
        height: auto !important;
    }
    .mod-0101 .pagelinks .item.is-active:not(.is-hover) a:before,
    .mod-0101 .pagelinks .item.is-active:not(.is-hover) a:before {
        content: '';
        position: absolute;
        bottom: 6px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        opacity: 1;
    }
    .mod-0101 .pagelinks .item .list-inner {
        display: none;
    }
    .mod-0101 .languagelinks {
        height: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .mod-0101 .logo {
        padding: 10px 0 8px;
    }
    .mod-0101 .pcmenu {
        display: none !important;
    }
    .mod-0101 .for-sp {
        display: inline-block !important;
    }
    .mod-0101 .for-pc {
        display: none !important;
    }
    .mod-0101 {
        margin-bottom: 0;
    }
    .mod-0101 .menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mod-0101 .menu .item {
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .mod-0101 .bluebar {
        position: relative;
        z-index: 3;
    }
    .mod-0101 .bluebar .wrap {
        position: relative;
        padding-left: 29px;
        padding-right: 20px;
        min-height: 50px;
    }
    .mod-0101 .bluebar .logo {
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mod-0101 .bluebar .logo {
        left: 29px;
    }
    .mod-0101 .bluebar .logo img {
        width: 85px;
    }
    .mod-0101 .bluebar .menu {
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .mod-0101 .bluebar .menu .item {
        position: relative;
        font-size: 21px;
        font-size: 1.3125;
        vertical-align: top;
    }
    .mod-0101 .bluebar .menu .item+.item {
        margin-left: 25px;
    }
    .mod-0101 .bluebar .menu .item.is-open:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #fff transparent;
    }
    .mod-0101 .bluebar .menu .item.language .fa,
    .mod-0101 .bluebar .menu .item.search .icon {
        position: relative;
        top: -2px;
    }
    .mod-0101 .bluebar .menu .item.language:after {
        display: none;
    }
    .mod-0101 .pagelinks,
    .mod-0101 .languagelinks,
    .mod-0101 .searchform {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 0;
    }
    .mod-0101 .pagelinks {
        background: #fff;
        z-index: 3;
        padding: 0;
    }
    .mod-0101 .pagelinks:after,
    .mod-0101 .searchform:after,
    .mod-0101 .languagelinks:after {
        content: '';
        position: absolute;
        top: -5px;
        right: 116px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #fff transparent;
    }
    .mod-0101 .pagelinks .list {
        padding: 31px 0 0;
    }
    .mod-0101 .pagelinks .list .item {
        display: block !important;
        margin-bottom: 0;
    }
    .mod-0101 .pagelinks .list .item a:after {
        display: none;
    }
    .mod-0101 .pagelinks .list .item+.item a {
        margin-left: 0px;
    }
    .mod-0101 .pagelinks .list .item.divide:after {
        display: none;
    }
    .mod-0101 .pagelinks .list .item.toplink {
        text-transform: uppercase;
        text-align: center;
        border-bottom: none;
    }
    .mod-0101 .pagelinks .list .item.toplink a {
        position: relative;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .mod-0101 .pagelinks .list .item a:before {
        content: '\f054';
        position: absolute;
        top: 50%;
        right: 6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #0d2ea0;
        font-size: 10px;
        font-size: 0.625;
    }
    .mod-0101 .pagelinks .list .item.nest>a:before,
    .mod-0101 .pagelinks .list .item.nest>a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: auto;
        right: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 13px;
        height: 2px;
        background: #222;
        opacity: 1;
    }
    .mod-0101 .pagelinks .list .item.nest a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .mod-0101 .pagelinks .list .item.nest>a.is-open:after {
        opacity: 0;
    }
    .mod-0101 .pagelinks .list .item.nest.is-open a:after {
        opacity: 0;
    }
    .mod-0101 .pagelinks .list .item.nest .item:last-child {
        border-bottom: none;
    }
    .mod-0101 .pagelinks .list .item.nest .toggle-inner {
        display: block;
    }
    .mod-0101 .pagelinks .list .item.nest .list-inner {
        overflow: hidden;
        height: 0;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-0101 .pagelinks .list .item.nest .list-inner .item {
        border-bottom-color: #fff;
        padding-left: 10px;
        background: #e9edf1;
    }
    .mod-0101 .pagelinks .list .item.nest .list-inner .item:first-child {
        border-top: 1px solid #fff;
    }
    .mod-0101 .pagelinks .list .item.nest .list-inner .item:last-child {
        border-bottom-color: #ddd;
    }
    .mod-0101 .pagelinks .list .item.toplink a:before {
        display: none;
    }
    .mod-0101 .pagelinks .list {
        text-align: left;
    }
    .mod-0101 .pagelinks .list .item {
        border-bottom: 1px solid #ddd;
    }
    .mod-0101 .pagelinks .list .item a {
        display: block;
        padding-top: 11px;
        padding-bottom: 10px;
    }
    .mod-0101 .pagelinks .list .item:first-child {
        border-top: 1px solid #ddd;
    }
    .mod-0101 .pagelinks .list .item a {
        color: #222;
    }
    .mod-0101 .pagelinks .list .item+.item {
        margin-left: 0;
    }
    .mod-0101 .pagelinks .list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod-0101 .searchform {
        z-index: 3;
    }
    .mod-0101 .searchform:after {
        right: 71px;
    }
    .mod-0101 .languagelinks {
        font-size: 0;
        line-height: 1;
        z-index: 3;
    }
    .mod-0101 .languagelinks:after {
        right: 115px;
    }
    .mod-0101 .languagelinks .list {
        list-style-type: none;
        padding: 31px 20px 32px;
    }
    .mod-0101 .languagelinks .list .item a {
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 6px;
        padding-right: 6px;
        border-bottom: 1px solid #ddd;
        color: #222;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.75;
        letter-spacing: 0;
    }
    .mod-0101 .languagelinks .list .item:first-child {
        border-top: 1px solid #ddd;
    }
    .mod-0101 .languagelinks .list .item a .icon {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 14px;
        border-radius: 9999px;
        border: 1px solid #0d2ea0;
        color: #0d2ea0;
        text-align: center;
        font-size: 14px;
        font-size: 0.875;
        vertical-align: middle;
    }
    .mod-0101 .languagelinks .list .item a .icon .mark {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .mod-0101 .languagelinks .list .item a .txt {
        position: relative;
        top: 2px;
    }
    .mod-0101 .languagelinks .list .item.is-active a .icon {
        color: #fff;
        background: #0d2ea0;
    }
}

html.ie8 .mod-0101 .pagelinks {
    height: auto !important;
}

html.ie8 .mod-0101 .pagelinks .list .item .list-inner {
    display: none !important;
}

html.ie8 .mod-0101 .pagelinks .list .item a:after {
    visibility: hidden !important;
}

html.ie8 .mod-0101 .pcmenu .section:after {
    display: none !important;
}


/******************************************************************************
 ██  ██████
███ ██  ████
 ██ ██ ██ ██
 ██ ████  ██
 ██  ██████
******************************************************************************/


/* ナビゲーションモジュール */


/******************************************************************************
██████   ██████
     ██ ██  ████
 █████  ██ ██ ██
██      ████  ██
███████  ██████
******************************************************************************/


/* 見出しモジュール */


/******************************************************************************
██████   ██████   ██████   ██
     ██ ██  ████ ██  ████ ███
 █████  ██ ██ ██ ██ ██ ██  ██
██      ████  ██ ████  ██  ██
███████  ██████   ██████   ██
******************************************************************************/

.mod-2001,
.mod-a013 .title-main {
    position: relative;
    margin-bottom: 30px;
}

.mod-2001 .title,
.mod-a013 .title-main .title {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,1+69,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0) 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0) 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.mod-2001 .title .hdg,
.mod-a013 .title-main .title .hdg {
    max-width: 1160px;
    margin: 0 auto;
    padding: 22px 0;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5;
    line-height: 1.416666667;
    color: #fff;
}

.mod-2001 .title .hdg .txt,
.mod-a013 .title-main .title .hdg .txt {
    position: relative;
    display: block;
    padding: 0 30px 0 49px;
    font-weight: normal;
}

.mod-2001 .title .hdg .txt:after,
.mod-a013 .title-main .title .hdg .txt:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 30px;
    display: block;
    width: 5px;
    height: 22px;
    background: #fff;
}

.mod-2001 .pct,
.mod-a013 .title-main .pct {
    font-size: 0;
    line-height: 1;
}

.mod-2001 .pct .image,
.mod-a013 .title-main .pct .image {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .mod-2001 .title,
    .mod-a013 .title-main .title {
        top: 0;
    }
}

@media screen and (max-width: 639px) {
    .mod-2001,
    .mod-a013 .title-main {
        margin-bottom: 16px;
    }
    .mod-2001 .title,
    .mod-a013 .title-main .title {
        position: static;
        background: #222;
    }
    .mod-2001 .title .hdg,
    .mod-a013 .title-main .title .hdg {
        padding: 10px 0;
        font-size: 16px;
        font-size: 1;
        font-weight: bold;
    }
    .mod-2001 .title .hdg .txt,
    .mod-a013 .title-main .title .hdg .txt {
        padding: 0 10px;
    }
    .mod-2001 .title .hdg .txt:after,
    .mod-a013 .title-main .title .hdg .txt:after {
        display: none;
    }
}


/******************************************************************************
██████   ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██  █████
██      ████  ██ ████  ██ ██
███████  ██████   ██████  ███████
******************************************************************************/

.mod-2002 {
    position: relative;
    height: 180px;
    margin-bottom: 60px;
}

.mod-2002.is-up-z-index {
    z-index: 4;
}

.mod-2002.is-up-z-index:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .825;
}

.mod-2002 .mod-6018 {
    display: none;
}

.mod-2002 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.mod-2002 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mod-2002 .content {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    max-width: 1160px;
    padding: 0 30px 22px;
    color: #fff;
}

.mod-2002 .content .category {
    font-size: 14px;
    font-size: 0.875;
    line-height: 2;
    margin-bottom: 6px;
    font-weight: normal;
}

.mod-2002 .content .hdg {
    font-size: 24px;
    font-size: 1.5;
    line-height: 1.416666667;
    font-weight: normal;
}

.mod-2002 .content .hdg .txt {
    display: block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .mod-2002 {
        height: auto;
        margin-bottom: 30px;
        z-index: 2;
    }
    .mod-2002 .mod-6018 {
        position: absolute;
        top: 38px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 100%;
        width: calc(100% - 40px);
        display: block;
    }
    .mod-2002 .bg {
        position: static;
        height: 60px;
    }
    .mod-2002 .content {
        position: static;
        background: #222;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod-2002 .content .category {
        font-size: 14px;
        font-size: 0.875;
        padding-top: 29px;
    }
    .mod-2002 .content .category+.hdg {
        padding-top: 7px;
    }
    .mod-2002 .content .hdg {
        font-size: 24px;
        font-size: 1.5;
        line-height: 1.416666667;
        padding-top: 37px;
    }
    .mod-2002 .content .hdg .txt {
        position: static;
        padding-left: 0;
    }
    .mod-2002 .content .hdg .txt:before {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .mod-2002 .mod-6018 {
        width: calc(100% - 20px);
    }
    .mod-2002 .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mod-2002 .content .category {
        font-size: 13px;
        font-size: 0.8125;
    }
    .mod-2002 .content .category+.hdg {
        padding-top: 0;
    }
    .mod-2002 .content .hdg {
        font-size: 16px;
        font-size: 1;
        line-height: 1.35;
        font-weight: bold;
    }
}

.ie8 .mod-2002 .content,
.ie8 .mod-2002 .bg {
    position: static;
    color: #222;
}


/******************************************************************************
██████   ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██  █████
██      ████  ██ ████  ██      ██
███████  ██████   ██████  ██████
******************************************************************************/


/* H2 */

.mod-2003,
.mod-a014 .products .group .title {
    font-size: 20px;
    font-size: 1.25;
    position: relative;
    padding-bottom: 9px;
    border-bottom: 3px solid #0d2ea0;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: .04em;
}

.mod-2003 .icon,
.mod-a014 .products .group .title .icon {
    font-size: 14px;
    font-size: 0.875;
    line-height: 1;
    position: absolute;
    bottom: 13px;
    right: 0;
    font-weight: normal;
    text-align: right;
    display: block;
    width: 70px;
}

.mod-2003 .icon .main,
.mod-a014 .products .group .title .icon .main {
    margin-right: 9px;
}

.mod-2003 .icon a,
.mod-a014 .products .group .title .icon a {
    color: #222;
    text-decoration: none;
}

.mod-2003 .icon a .main,
.mod-a014 .products .group .title .icon a .main {
    color: #0033cc;
}

.mod-2003 .link,
.mod-a014 .products .group .title .link {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #222;
    text-decoration: none;
    line-height: 26px;
    line-height: 1.625;
}

.mod-2003 .link:before,
.mod-a014 .products .group .title .link:before {
    content: '\f138';
    position: absolute;
    top: 0;
    left: 0;
    color: #0d2ea0;
    font-family: 'fontAwesome';
    text-decoration: none;
}

.mod-2003 .link:hover,
.mod-a014 .products .group .title .link:hover {
    color: #0033cc;
    text-decoration: underline;
}

.mod-2003.small,
.mod-a014 .products .group .small.title {
    font-size: 16px;
    font-size: 1;
    letter-spacing: .04em;
    margin-bottom: 11px;
    padding-bottom: 14px;
}

@media screen and (min-width: 1025px) {
    .mod-2003 .icon a:hover .icontext,
    .mod-a014 .products .group .title .icon a:hover .icontext {
        color: #0033cc;
        text-decoration: underline;
    }
}

@media screen and (max-width: 639px) {
    .mod-2003,
    .mod-a014 .products .group .title {
        padding-bottom: 3px;
        font-size: 16px;
        font-size: 1;
    }
    .mod-2003 .link,
    .mod-a014 .products .group .title .link {
        padding-left: 20px;
    }
}


/******************************************************************************
██████   ██████   ██████  ██   ██
     ██ ██  ████ ██  ████ ██   ██
 █████  ██ ██ ██ ██ ██ ██ ███████
██      ████  ██ ████  ██      ██
███████  ██████   ██████       ██
******************************************************************************/


/* H3 */

.mod-2004 {
    padding: 14px 18px 11px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1;
    line-height: 1.5;
    letter-spacing: .04em;
    background: #eee;
}

.mod-2004 .red {
    color: #e70d55;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 639px) {
    .mod-2004 {
        font-size: 14px;
        font-size: 0.875;
    }
}


/******************************************************************************
██████   ██████   ██████  ███████
     ██ ██  ████ ██  ████ ██
 █████  ██ ██ ██ ██ ██ ██ ███████
██      ████  ██ ████  ██      ██
███████  ██████   ██████  ███████
******************************************************************************/


/* H4 */

.mod-2005 {
    position: relative;
    padding-bottom: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    color: #222;
    font-size: 16px;
    font-size: 1;
    line-height: 1.5;
    letter-spacing: .020em;
}


/******************************************************************************
██████   ██████   ██████   ██████
     ██ ██  ████ ██  ████ ██
 █████  ██ ██ ██ ██ ██ ██ ███████
██      ████  ██ ████  ██ ██    ██
███████  ██████   ██████   ██████
******************************************************************************/


/* H5 */

.mod-2006 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.714285714;
    letter-spacing: .02em;
}


/******************************************************************************
██████   ██████   ██████  ███████
     ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██     ██
██      ████  ██ ████  ██    ██
███████  ██████   ██████     ██
******************************************************************************/

.mod-2007 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.714285714;
    font-weight: bold;
}


/******************************************************************************
██████   ██████   ██████   █████
     ██ ██  ████ ██  ████ ██   ██
 █████  ██ ██ ██ ██ ██ ██  █████
██      ████  ██ ████  ██ ██   ██
███████  ██████   ██████   █████
******************************************************************************/

.mod-2008 {
    margin-bottom: 20px;
    padding: 18px 18px 12px;
    background: #eaeff3;
    border-bottom: 4px solid #0f2d9f;
}

.mod-2008,
.mod-2008 .txt {
    font-size: 24px;
    font-size: 1.5;
    line-height: 1.416666667;
    color: #222;
    font-weight: bold;
}

.mod-2008 .sub-1 {
    font-size: 16px;
    font-size: 1;
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: -10px;
}

.mod-2008 .sub-1+.sub-2 {
    margin-top: 15px;
}

.mod-2008 .sub-2 {
    font-size: 14px;
    font-size: 0.875;
    margin-top: 5px;
    margin-bottom: -3px;
}

@media screen and (max-width: 639px) {
    .mod-2008 {
        font-size: 20px;
        font-size: 1.25;
        line-height: 1.35;
    }
    .mod-2008 .sub-1,
    .mod-2008 .sub-2 {
        margin-bottom: 15px;
    }
    .mod-2008 .sub-1+.sub-2 {
        margin-top: -10px;
    }
}


/******************************************************************************
██████   ██████   ██████   █████
     ██ ██  ████ ██  ████ ██   ██
 █████  ██ ██ ██ ██ ██ ██  ██████
██      ████  ██ ████  ██      ██
███████  ██████   ██████   █████
******************************************************************************/

.mod-2009 {
    font-size: 16px;
    font-size: 1;
    line-height: 1.5;
    padding: 10px 17px;
    border: 1px solid #ddd;
    border-top: 2px solid #0d2ea0;
    font-weight: bold;
}

@media screen and (max-width: 639px) {
    .mod-2009 {
        padding: 8px 14px;
        font-size: 16px;
        font-size: 1;
    }
}


/******************************************************************************
██████   ██████   ██  ██████
     ██ ██  ████ ███ ██  ████
 █████  ██ ██ ██  ██ ██ ██ ██
██      ████  ██  ██ ████  ██
███████  ██████   ██  ██████
******************************************************************************/

.mod-2010 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: .08em;
    font-weight: normal;
    padding-right: 120px;
    padding-left: 120px;
}

.mod-2010 .txt {
    font-size: 24px;
    font-size: 1.5;
}

.mod-2010 .subtxt {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 120px;
    display: block;
    margin-top: -2px;
    font-size: 16px;
    font-size: 1;
    letter-spacing: .06em;
}

.mod-2010 .subtxt .mod-6001,
.mod-2010 .subtxt .mod-6022 .txt,
.mod-6022 .mod-2010 .subtxt .txt {
    padding-left: 17px;
}

@media screen and (max-width: 639px) {
    .mod-2010 {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        font-size: 1;
    }
    .mod-2010 .txt {
        font-size: 20px;
        font-size: 1.25;
        display: block;
        margin-bottom: 23px;
    }
    .mod-2010 .subtxt {
        position: static;
        text-align: center;
        max-width: none;
    }
}


/******************************************************************************
██████   ██████
     ██ ██  ████
 █████  ██ ██ ██
     ██ ████  ██
██████   ██████
******************************************************************************/


/* 文章モジュール */


/******************************************************************************
██████   ██████   ██████   ██
     ██ ██  ████ ██  ████ ███
 █████  ██ ██ ██ ██ ██ ██  ██
     ██ ████  ██ ████  ██  ██
██████   ██████   ██████   ██
******************************************************************************/

.mod-3001,
.mod-7002 .description>p:not([class^="mod-"]),
.mod-a004 p:not([class^="mod-"]),
.mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 20px;
    color: #222;
    font-size: 14px;
    font-size: 0.875;
    line-height: 2;
}

.mod-3001.right,
.mod-7002 .description>p.right:not([class^="mod-"]),
.mod-a004 p.right:not([class^="mod-"]),
.mod-a010>p.right:not([class^="mod-"]) {
    text-align: right;
}

.mod-3001.continuous,
.mod-7002 .description>p.continuous:not([class^="mod-"]),
.mod-a004 p.continuous:not([class^="mod-"]),
.mod-a010>p.continuous:not([class^="mod-"]) {
    margin-top: -60px;
}

.mod-3001 .large,
.mod-7002 .description>p:not([class^="mod-"]) .large,
.mod-a004 p:not([class^="mod-"]) .large,
.mod-a010>p:not([class^="mod-"]) .large {
    font-size: 20px;
    font-size: 1.25;
}

@media screen and (max-width: 639px) {
    .mod-3001.continuous,
    .mod-7002 .description>p.continuous:not([class^="mod-"]),
    .mod-a004 p.continuous:not([class^="mod-"]),
    .mod-a010>p.continuous:not([class^="mod-"]) {
        margin-top: -30px;
    }
    .mod-3001 .large,
    .mod-7002 .description>p:not([class^="mod-"]) .large,
    .mod-a004 p:not([class^="mod-"]) .large,
    .mod-a010>p:not([class^="mod-"]) .large {
        font-size: 14px;
        font-size: 0.875;
    }
}

.mod-3001 .bold,
.mod-7002 .description>p:not([class^="mod-"]) .bold,
.mod-a004 p:not([class^="mod-"]) .bold,
.mod-a010>p:not([class^="mod-"]) .bold {
    font-weight: bold;
}

.mod-3001 .marker,
.mod-7002 .description>p:not([class^="mod-"]) .marker,
.mod-a004 p:not([class^="mod-"]) .marker,
.mod-a010>p:not([class^="mod-"]) .marker {
    padding: 3px;
    color: #222;
    font-weight: bold;
}

.mod-3001 a,
.mod-7002 .description>p:not([class^="mod-"]) a,
.mod-a004 p:not([class^="mod-"]) a,
.mod-a010>p:not([class^="mod-"]) a {
    color: #222;
}

.mod-3001 a[target="_blank"],
.mod-7002 .description>p:not([class^="mod-"]) a[target="_blank"],
.mod-a004 p:not([class^="mod-"]) a[target="_blank"],
.mod-a010>p:not([class^="mod-"]) a[target="_blank"] {
    margin-right: 5px;
}

.mod-3001 a[target="_blank"]:after,
.mod-7002 .description>p:not([class^="mod-"]) a[target="_blank"]:after,
.mod-a004 p:not([class^="mod-"]) a[target="_blank"]:after,
.mod-a010>p:not([class^="mod-"]) a[target="_blank"]:after {
    margin-left: 5px;
}

.mod-3001 a:hover,
.mod-7002 .description>p:not([class^="mod-"]) a:hover,
.mod-a004 p:not([class^="mod-"]) a:hover,
.mod-a010>p:not([class^="mod-"]) a:hover {
    color: #0033cc;
}

.mod-3001.tac,
.mod-7002 .description>p.tac:not([class^="mod-"]),
.mod-a004 p.tac:not([class^="mod-"]),
.mod-a010>p.tac:not([class^="mod-"]) {
    text-align: center;
}

.mod-3001.indent,
.mod-7002 .description>p.indent:not([class^="mod-"]),
.mod-a004 p.indent:not([class^="mod-"]),
.mod-a010>p.indent:not([class^="mod-"]) {
    position: relative;
    padding-left: 18px;
}

.mod-3001.indent .icon,
.mod-7002 .description>p.indent:not([class^="mod-"]) .icon,
.mod-a004 p.indent:not([class^="mod-"]) .icon,
.mod-a010>p.indent:not([class^="mod-"]) .icon {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.mod-3001.center,
.mod-7002 .description>p.center:not([class^="mod-"]),
.mod-a004 p.center:not([class^="mod-"]),
.mod-a010>p.center:not([class^="mod-"]) {
    width: 100%;
    text-align: center;
}

.mod-3001>.mod-6001 {
    padding-left: 0;
    text-decoration: underline;
}

.mod-3001>.mod-6001:before {
    display: none;
}

@media screen and (min-width: 640px) {
    .mod-3001.right+.mod-3001.right.continuous,
    .mod-7002 .description>p.right:not([class^="mod-"])+.mod-3001.right.continuous,
    .mod-a004 p.right:not([class^="mod-"])+.mod-3001.right.continuous,
    .mod-a010>p.right:not([class^="mod-"])+.mod-3001.right.continuous,
    .mod-7002 .description>.mod-3001.right+p.right.continuous:not([class^="mod-"]),
    .mod-7002 .description>p.right:not([class^="mod-"])+p.right.continuous:not([class^="mod-"]),
    .mod-a004 .mod-3001.right+p.right.continuous:not([class^="mod-"]),
    .mod-7002 .mod-a004 .description>p.right:not([class^="mod-"])+p.right.continuous:not([class^="mod-"]),
    .mod-a004 p.right:not([class^="mod-"])+p.right.continuous:not([class^="mod-"]),
    .mod-a010>.mod-3001.right+p.right.continuous:not([class^="mod-"]),
    .mod-a004 .mod-a010>p.right:not([class^="mod-"])+p.right.continuous:not([class^="mod-"]),
    .mod-a010>p.right:not([class^="mod-"])+p.right.continuous:not([class^="mod-"]) {
        margin-top: -20px;
    }
}


/******************************************************************************
██████   ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██ ██
██████   ██████   ██████  ███████
******************************************************************************/

.mod-3002 {
    font-size: 12px !important;
    font-size: 0.75 !important;
    color: #666 !important;
    margin-bottom: 20px;
}

.mod-3002 .mod-6001,
.mod-3002 .mod-6022 .txt,
.mod-6022 .mod-3002 .txt {
    padding-left: 0;
    text-decoration: underline;
}

.mod-3002 .mod-6001:before,
.mod-3002 .mod-6022 .txt:before,
.mod-6022 .mod-3002 .txt:before {
    display: none;
}

.mod-3002 .mod-6001:after,
.mod-3002 .mod-6022 .txt:after,
.mod-6022 .mod-3002 .txt:after {
    margin-left: 5px !important;
    margin-right: 10px;
}

.mod-3002 a {
    color: #666 !important;
    font-size: 12px !important;
    font-size: 0.75 !important;
}

.mod-3002 a:hover {
    color: #0033cc !important;
}

.mod-3002 a.no-underline {
    text-decoration: none;
}

.mod-3002 a.no-underline:hover {
    text-decoration: underline;
}

.mod-3002.right {
    text-align: right !important;
}

.mod-3002 .icon {
    font-size: 14px;
    font-size: 0.875;
    margin-right: 10px;
    vertical-align: middle;
}

.mod-3002.indent {
    text-indent: -.8rem !important;
    padding-left: .8rem !important;
}

.mod-3002>.mod-6001 {
    padding-left: 0;
}

.mod-3002>.mod-6001:before {
    dominant-baseline:
}


/*
██████   ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██      ██
██████   ██████   ██████  ██████
*/

.mod-3003 {
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-size: 0.75;
    letter-spacing: .06em;
    text-align: center;
}


/*
██████   ██████   ██████  ██   ██
     ██ ██  ████ ██  ████ ██   ██
 █████  ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██      ██
██████   ██████   ██████       ██
*/

.mod-3004 {
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}

.mod-3004 .strong {
    font-size: 18px;
    font-size: 1.125;
}


/******************************************************************************
██   ██  ██████
██   ██ ██  ████
███████ ██ ██ ██
     ██ ████  ██
     ██  ██████
******************************************************************************/


/* リストモジュール */


/******************************************************************************
██   ██  ██████   ██████   ██
██   ██ ██  ████ ██  ████ ███
███████ ██ ██ ██ ██ ██ ██  ██
     ██ ████  ██ ████  ██  ██
     ██  ██████   ██████   ██
******************************************************************************/

.mod-4001,
.mod-a010>ul:not([class^="mod-"]) {
    margin-bottom: 20px;
}

.mod-4001>.item,
.mod-a010>ul:not([class^="mod-"])>.item,
.mod-4001>li,
.mod-a010>ul:not([class^="mod-"])>li {
    position: relative;
    padding-left: 11px;
    color: #222;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.6;
    list-style: none;
}

.mod-4001>.item+.item,
.mod-a010>ul:not([class^="mod-"])>.item+.item,
.mod-4001>.item+li,
.mod-a010>ul:not([class^="mod-"])>.item+li,
.mod-4001>li+.item,
.mod-a010>ul:not([class^="mod-"])>li+.item,
.mod-4001>li+li,
.mod-a010>ul:not([class^="mod-"])>li+li {
    margin-top: 16px;
}

.mod-4001>.item:last-child,
.mod-a010>ul:not([class^="mod-"])>.item:last-child,
.mod-4001>li:last-child,
.mod-a010>ul:not([class^="mod-"])>li:last-child {
    margin-bottom: 0;
}

.mod-4001>.item:before,
.mod-a010>ul:not([class^="mod-"])>.item:before,
.mod-4001>li:before,
.mod-a010>ul:not([class^="mod-"])>li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: -4px;
}

.mod-4001>.item>ul,
.mod-a010>ul:not([class^="mod-"])>.item>ul,
.mod-4001>.item ol,
.mod-a010>ul:not([class^="mod-"])>.item ol,
.mod-4001>li>ul,
.mod-a010>ul:not([class^="mod-"])>li>ul,
.mod-4001>li ol,
.mod-a010>ul:not([class^="mod-"])>li ol {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mod-4001>.item a,
.mod-a010>ul:not([class^="mod-"])>.item a,
.mod-4001>li a,
.mod-a010>ul:not([class^="mod-"])>li a {
    color: #222;
}

.mod-4001>.item a:hover,
.mod-a010>ul:not([class^="mod-"])>.item a:hover,
.mod-4001>li a:hover,
.mod-a010>ul:not([class^="mod-"])>li a:hover {
    color: #0033cc;
}


/******************************************************************************
██   ██  ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
███████ ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██ ██
     ██  ██████   ██████  ███████
******************************************************************************/


/* リスト OLタグ */

.mod-4002,
.mod-a010>ol:not([class^="mod-"]) {
    margin-bottom: 20px;
    counter-reset: common-counter;
}

.mod-4002>.item,
.mod-a010>ol:not([class^="mod-"])>.item,
.mod-4002>li,
.mod-a010>ol:not([class^="mod-"])>li {
    position: relative;
    padding-left: 18px;
    color: #222;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.6;
    list-style: none;
}

.mod-4002>.item+.item,
.mod-a010>ol:not([class^="mod-"])>.item+.item,
.mod-4002>.item+li,
.mod-a010>ol:not([class^="mod-"])>.item+li,
.mod-4002>li+.item,
.mod-a010>ol:not([class^="mod-"])>li+.item,
.mod-4002>li+li,
.mod-a010>ol:not([class^="mod-"])>li+li {
    margin-top: 16px;
}

.mod-4002>.item .mod-4002 .item:first-child,
.mod-a010>ol:not([class^="mod-"])>.item .mod-4002 .item:first-child,
.mod-4002>.item .mod-a010>ol:not([class^="mod-"]) .item:first-child,
.mod-a010>ol:not([class^="mod-"])>.item .mod-a010>ol:not([class^="mod-"]) .item:first-child,
.mod-4002>li .mod-4002 .item:first-child,
.mod-a010>ol:not([class^="mod-"])>li .mod-4002 .item:first-child,
.mod-4002>li .mod-a010>ol:not([class^="mod-"]) .item:first-child,
.mod-a010>ol:not([class^="mod-"])>li .mod-a010>ol:not([class^="mod-"]) .item:first-child {
    counter-reset: common-counter;
}

.mod-4002>.item>ul,
.mod-a010>ol:not([class^="mod-"])>.item>ul,
.mod-4002>.item>ol,
.mod-a010>ol:not([class^="mod-"])>.item>ol,
.mod-4002>li>ul,
.mod-a010>ol:not([class^="mod-"])>li>ul,
.mod-4002>li>ol,
.mod-a010>ol:not([class^="mod-"])>li>ol {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mod-4002>.item>ul:last-child,
.mod-a010>ol:not([class^="mod-"])>.item>ul:last-child,
.mod-4002>.item>ol:last-child,
.mod-a010>ol:not([class^="mod-"])>.item>ol:last-child,
.mod-4002>li>ul:last-child,
.mod-a010>ol:not([class^="mod-"])>li>ul:last-child,
.mod-4002>li>ol:last-child,
.mod-a010>ol:not([class^="mod-"])>li>ol:last-child {
    margin-bottom: 0;
}

.mod-4002>.item:before,
.mod-a010>ol:not([class^="mod-"])>.item:before,
.mod-4002>li:before,
.mod-a010>ol:not([class^="mod-"])>li:before {
    counter-increment: common-counter;
    content: counter(common-counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

.mod-4002>.item a,
.mod-a010>ol:not([class^="mod-"])>.item a,
.mod-4002>li a,
.mod-a010>ol:not([class^="mod-"])>li a {
    color: #222;
}

.mod-4002>.item a:hover,
.mod-a010>ol:not([class^="mod-"])>.item a:hover,
.mod-4002>li a:hover,
.mod-a010>ol:not([class^="mod-"])>li a:hover {
    color: #0033cc;
}

.mod-4002.hyphen.s1>li,
.mod-a010>ol.hyphen.s1:not([class^="mod-"])>li {
    padding-left: 32px;
}

.mod-4002.hyphen.s1>li:before,
.mod-a010>ol.hyphen.s1:not([class^="mod-"])>li:before {
    content: "1-" counter(common-counter);
}

.mod-4002.hyphen.s2>li,
.mod-a010>ol.hyphen.s2:not([class^="mod-"])>li {
    padding-left: 32px;
}

.mod-4002.hyphen.s2>li:before,
.mod-a010>ol.hyphen.s2:not([class^="mod-"])>li:before {
    content: "2-" counter(common-counter);
}

.mod-4002.hyphen.s3>li,
.mod-a010>ol.hyphen.s3:not([class^="mod-"])>li {
    padding-left: 32px;
}

.mod-4002.hyphen.s3>li:before,
.mod-a010>ol.hyphen.s3:not([class^="mod-"])>li:before {
    content: "3-" counter(common-counter);
}

.mod-4002.hyphen.s4>li,
.mod-a010>ol.hyphen.s4:not([class^="mod-"])>li {
    padding-left: 32px;
}

.mod-4002.hyphen.s4>li:before,
.mod-a010>ol.hyphen.s4:not([class^="mod-"])>li:before {
    content: "4-" counter(common-counter);
}

.mod-4002.hyphen.s5>li,
.mod-a010>ol.hyphen.s5:not([class^="mod-"])>li {
    padding-left: 32px;
}

.mod-4002.hyphen.s5>li:before,
.mod-a010>ol.hyphen.s5:not([class^="mod-"])>li:before {
    content: "5-" counter(common-counter);
}

.mod-4002.lower-alpha>.item:before,
.mod-a010>ol.lower-alpha:not([class^="mod-"])>.item:before {
    content: "*" counter(common-counter, lower-alpha) ":";
}

.mod-4002.lower-roman-dot>.item:before,
.mod-a010>ol.lower-roman-dot:not([class^="mod-"])>.item:before {
    content: counter(common-counter, lower-roman) ".";
}

.mod-4002.lower-alpha-dot>.item:before,
.mod-a010>ol.lower-alpha-dot:not([class^="mod-"])>.item:before {
    content: counter(common-counter, lower-alpha) ".";
}

.mod-4002.upper-alpha>.item:before,
.mod-a010>ol.upper-alpha:not([class^="mod-"])>.item:before {
    content: "*" counter(common-counter, upper-alpha) ":";
}

.mod-4002.kome>.item:before,
.mod-a010>ol.kome:not([class^="mod-"])>.item:before {
    content: "※" counter(common-counter) ":";
}

.mod-4002.lower-roman-brackets>.item,
.mod-a010>ol.lower-roman-brackets:not([class^="mod-"])>.item {
    padding-left: 30px;
}

.mod-4002.lower-roman-brackets>.item:before,
.mod-a010>ol.lower-roman-brackets:not([class^="mod-"])>.item:before {
    content: "(" counter(common-counter, lower-roman) ")";
    font-weight: normal;
}

.mod-4002.lower-alpha-brackets>.item,
.mod-a010>ol.lower-alpha-brackets:not([class^="mod-"])>.item {
    padding-left: 30px;
}

.mod-4002.lower-alpha-brackets>.item:before,
.mod-a010>ol.lower-alpha-brackets:not([class^="mod-"])>.item:before {
    content: "(" counter(common-counter, lower-alpha) ")";
    font-weight: normal;
}

.mod-4002.sq-brackets>.item,
.mod-a010>ol.sq-brackets:not([class^="mod-"])>.item {
    padding-left: 30px;
}

.mod-4002.sq-brackets>.item:before,
.mod-a010>ol.sq-brackets:not([class^="mod-"])>.item:before {
    content: "[" counter(common-counter) "]";
    font-weight: normal;
}

.mod-4002.sq-brackets-type2>.item,
.mod-a010>ol.sq-brackets-type2:not([class^="mod-"])>.item {
    padding-left: 30px;
}

.mod-4002.sq-brackets-type2>.item:before,
.mod-a010>ol.sq-brackets-type2:not([class^="mod-"])>.item:before {
    content: "(" counter(common-counter) ")";
    font-weight: normal;
}


/*
██   ██  ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
███████ ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██      ██
     ██  ██████   ██████  ██████
*/

.mod-4003 {
    margin-bottom: 20px;
    list-style-type: none;
    counter-reset: common-counter;
}

.mod-4003>.item {
    font-size: 12px;
    font-size: 0.75;
    line-height: 24px;
    line-height: 1.5;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.mod-4003>.item+.item {
    margin-top: 8px;
}

.mod-4003>.item a {
    color: #666;
}

.mod-4003>.item a:hover {
    color: #0033cc;
}

.mod-4003>.item .mod-6001,
.mod-4003>.item .mod-6022 .txt,
.mod-6022 .mod-4003>.item .txt {
    padding-left: 0;
    font-size: 12px;
    font-size: 0.75;
    text-decoration: underline;
}

.mod-4003>.item .mod-6001:before,
.mod-4003>.item .mod-6022 .txt:before,
.mod-6022 .mod-4003>.item .txt:before {
    display: none;
}

.mod-4003>.item .mod-6001:after,
.mod-4003>.item .mod-6022 .txt:after,
.mod-6022 .mod-4003>.item .txt:after {
    margin-left: 5px !important;
    margin-right: 10px;
}

.mod-4003>.item:before {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 5px;
    counter-increment: common-counter;
    content: "*" counter(common-counter) ":";
}

.mod-4003>.item>.txt+ul,
.mod-4003>.item>.txt+ol {
    margin-top: 16px;
}

.mod-4003>.item>ul,
.mod-4003>.item>ol {
    margin-bottom: 16px;
}

.mod-4003>.item>ul:last-child,
.mod-4003>.item>ol:last-child {
    margin-bottom: 0;
}

.mod-4003.lower-alpha>.item:before {
    content: "*" counter(common-counter, lower-alpha) ":";
}

.mod-4003.upper-alpha>.item:before {
    content: "*" counter(common-counter, upper-alpha) ":";
}

.mod-4003.kome>.item:before {
    content: "※" counter(common-counter) ":";
}

.mod-4003.lower-roman-brackets>.item:before {
    content: "(" counter(common-counter, lower-roman) ")";
}

.mod-4003.lower-alpha-brackets>.item:before {
    content: "(" counter(common-counter, lower-alpha) ")";
}

.mod-4003.sq-brackets>.item:before {
    content: "[" counter(common-counter) "]";
}


/*
██   ██  ██████   ██████  ██   ██
██   ██ ██  ████ ██  ████ ██   ██
███████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██      ██
     ██  ██████   ██████       ██
*/

.mod-4004 {
    list-style-type: none;
    margin-left: -10px;
    margin-bottom: 20px;
}

.mod-4004.tac {
    text-align: center;
}

.mod-4004 .item {
    display: inline-block;
    padding: 5px 10px;
}


/*
██   ██  ██████   ██████  ███████
██   ██ ██  ████ ██  ████ ██
███████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██      ██
     ██  ██████   ██████  ███████
*/

.mod-4005 {
    list-style-type: none;
    color: #666;
    margin-bottom: 20px;
}

.mod-4005 .item {
    font-size: 12px;
    font-size: 0.75;
    margin-top: 0;
    position: relative;
    padding-left: 12px;
}

.mod-4005 .item+.item {
    margin-top: 8px;
}

.mod-4005 .item:after {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.mod-4005 .item .mod-6001,
.mod-4005 .item .mod-6022 .txt,
.mod-6022 .mod-4005 .item .txt {
    padding-left: 0;
    font-size: 12px;
    font-size: 0.75;
    text-decoration: underline;
}

.mod-4005 .item .mod-6001:before,
.mod-4005 .item .mod-6022 .txt:before,
.mod-6022 .mod-4005 .item .txt:before {
    display: none;
}

.mod-4005 .item .mod-6001:after,
.mod-4005 .item .mod-6022 .txt:after,
.mod-6022 .mod-4005 .item .txt:after {
    margin-left: 5px !important;
    margin-right: 10px;
}


/*
██   ██  ██████   ██████   ██████
██   ██ ██  ████ ██  ████ ██
███████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██ ██    ██
     ██  ██████   ██████   ██████
*/

.mod-4006 {
    list-style-type: none;
    margin-bottom: 20px;
}

.mod-4006 .item {
    font-size: 14px;
    font-size: 0.875;
    margin-top: 0;
    line-height: 1.6;
}

.mod-4006 .item+.item {
    margin-top: 16px;
}

.mod-4006 .item>ul,
.mod-4006 .item>ol {
    margin-top: 14px;
    padding-left: 18px;
}

.mod-4006 .item>ul:last-child,
.mod-4006 .item>ol:last-child {
    margin-bottom: 0;
}

.mod-4006 .item .mod-3001,
.mod-4006 .item .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-4006 .item .description>p:not([class^="mod-"]),
.mod-4006 .item .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-4006 .item p:not([class^="mod-"]),
.mod-4006 .item .mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 0;
}

li.item .mod-4006 {
    padding-left: 18px;
}

li.item *+.mod-4006 {
    margin-top: 16px;
}


/******************************************************************************
 ██████   ██████
██       ██  ████
███████  ██ ██ ██
██    ██ ████  ██
 ██████   ██████
******************************************************************************/


/* リンクモジュール */


/******************************************************************************
 ██████   ██████   ██████   ██
██       ██  ████ ██  ████ ███
███████  ██ ██ ██ ██ ██ ██  ██
██    ██ ████  ██ ████  ██  ██
 ██████   ██████   ██████   ██
******************************************************************************/

.mod-6001,
.mod-6022 .txt {
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.571428571;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

@media screen and (max-width: 639px) {
    .mod-6001,
    .mod-6022 .txt {
        padding-left: 15px;
    }
}

.mod-6001:before,
.mod-6022 .txt:before {
    content: '\f054';
    position: absolute;
    left: 0;
    color: #0d2ea0;
    font-size: 12px;
    font-size: 0.75;
    line-height: 22px;
    font-family: 'fontAwesome';
    text-decoration: none !important;
}

.mod-6001[target="_blank"]:after,
.mod-6022 .txt[target="_blank"]:after {
    content: "\f08e";
    display: inline-block;
    margin-left: 10px;
    font-family: 'fontAwesome';
    text-decoration: none;
}

.mod-6001.map:before,
.mod-6022 .map.txt:before {
    content: '\f041';
}

.mod-6001.left:before,
.mod-6022 .left.txt:before {
    content: '\f137';
}

.mod-6001:hover,
.mod-6005 .item a:hover .txt .mod-6001,
.mod-6005 .item a:hover .txt .mod-6022 .txt,
.mod-6022 .mod-6005 .item a:hover .txt .txt,
.mod-6022 .txt:hover {
    color: #0033cc;
}

.mod-6001:hover .content-wrapper,
.mod-6005 .item a:hover .txt .mod-6001 .content-wrapper,
.mod-6005 .item a:hover .txt .mod-6022 .txt .content-wrapper,
.mod-6022 .mod-6005 .item a:hover .txt .txt .content-wrapper,
.mod-6022 .txt:hover .content-wrapper {
    text-decoration: underline;
}

.mod-6001:hover[target="_blank"]:after,
.mod-6005 .item a:hover .txt .mod-6001[target="_blank"]:after,
.mod-6005 .item a:hover .txt .mod-6022 .txt[target="_blank"]:after,
.mod-6022 .mod-6005 .item a:hover .txt .txt[target="_blank"]:after,
.mod-6022 .txt:hover[target="_blank"]:after {
    text-decoration: none;
}

a[href^="#"]:not([href="#"]) .mod-6001:not(.map):not(.left):before,
a[href^="#"]:not([href="#"]) .mod-6022 .txt:not(.map):not(.left):before,
.mod-6022 a[href^="#"]:not([href="#"]) .txt:not(.map):not(.left):before,
.mod-6001[href^="#"]:not([href="#"]):not(.map):not(.left):before,
.mod-6022 .txt[href^="#"]:not([href="#"]):not(.map):not(.left):before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/******************************************************************************
 ██████   ██████   ██████  ██████
██       ██  ████ ██  ████      ██
███████  ██ ██ ██ ██ ██ ██  █████
██    ██ ████  ██ ████  ██ ██
 ██████   ██████   ██████  ███████
******************************************************************************/

.mod-6002 {
    position: relative;
    display: inline-block;
    padding-left: 62px;
    color: #222;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.571428571;
    text-decoration: none;
}

.mod-6002:hover {
    color: #0033cc;
    text-decoration: underline;
}

.mod-6002 .ico {
    padding-top: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 0;
    line-height: 1;
    border-radius: 2px;
    white-space: nowrap;
}

.mod-6002 .ico img {
    width: 100%;
}

.mod-6002 .ico.txt {
    display: table;
    table-layout: fixed;
}

.mod-6002 .ico .gram,
.mod-6002 .ico .name {
    display: table-cell;
    vertical-align: middle;
}

.mod-6002 .ico .gram {
    font-size: 14px;
    font-size: 0.875;
    width: 17px;
    padding-left: 4px;
}

.mod-6002 .ico .name {
    font-size: 10px;
    font-size: 0.625;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}

.mod-6002 .ico .name.ttu {
    text-transform: uppercase;
}

.mod-6002 .ico.red {
    background: #e70d55;
}

.mod-6002 .ico.mint {
    background: #00d5dd;
}

.mod-6002 .ico.purple {
    background: #5e5aa0;
}

.mod-6002.add-after-icon:after {
    content: attr(data-after-icon-label);
    margin-left: 3px;
    color: #ee0e57;
}

@media screen and (max-width: 1024px) {
    .mod-6002 .ico .name {
        font-size: 11px;
        font-size: 0.6875;
    }
}


/******************************************************************************
 ██████   ██████   ██████  ██████
██       ██  ████ ██  ████      ██
███████  ██ ██ ██ ██ ██ ██  █████
██    ██ ████  ██ ████  ██      ██
 ██████   ██████   ██████  ██████
******************************************************************************/

.mod-6003 {
    display: table;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.mod-6003.mb-large {
    margin-bottom: 65px;
}

@media screen and (max-width: 639px) {
    .mod-6003 {
        padding: 7px;
        border-radius: 2px;
    }
}

.mod-6003 a {
    color: #222;
    text-decoration: none;
}

.mod-6003 a:hover,
.mod-6003 a:active {
    color: #0033cc;
    text-decoration: underline;
}

.mod-6003 .date,
.mod-6003 .mod-6001,
.mod-6003 .mod-6022 .txt,
.mod-6022 .mod-6003 .txt {
    display: table-cell;
    vertical-align: middle;
}

.mod-6003 .date {
    position: relative;
    width: 145px;
    padding-left: 40px;
    color: #666;
    font-size: 13px;
    font-size: 0.8125;
    border-right: 1px solid #ccc;
}

.mod-6003 .date .icon {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
}

.mod-6003 .date .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit:contain; object-fit:center;';
}

@media screen and (max-width: 639px) {
    .mod-6003 .date {
        display: block;
        width: 100%;
        padding-left: 26px;
        margin-bottom: 8px;
        font-size: 10px;
        font-size: 0.625;
        border-right: none;
    }
    .mod-6003 .date .icon {
        width: 15px;
        height: 15px;
    }
}

.mod-6003 .date+.mod-3001,
.mod-6003 .mod-7002 .description>.date+p:not([class^="mod-"]),
.mod-7002 .mod-6003 .description>.date+p:not([class^="mod-"]),
.mod-6003 .mod-a004 .date+p:not([class^="mod-"]),
.mod-a004 .mod-6003 .date+p:not([class^="mod-"]),
.mod-6003 .mod-a010>.date+p:not([class^="mod-"]) {
    padding-left: 20px;
}

@media screen and (max-width: 639px) {
    .mod-6003 .date+.mod-3001,
    .mod-6003 .mod-7002 .description>.date+p:not([class^="mod-"]),
    .mod-7002 .mod-6003 .description>.date+p:not([class^="mod-"]),
    .mod-6003 .mod-a004 .date+p:not([class^="mod-"]),
    .mod-a004 .mod-6003 .date+p:not([class^="mod-"]),
    .mod-6003 .mod-a010>.date+p:not([class^="mod-"]) {
        padding-left: 0;
    }
}

.mod-6003 .mod-6001,
.mod-6003 .mod-6022 .txt,
.mod-6022 .mod-6003 .txt {
    padding-left: 42px;
    vertical-align: middle;
}

.mod-6003 .mod-6001:before,
.mod-6003 .mod-6022 .txt:before,
.mod-6022 .mod-6003 .txt:before {
    left: 20px;
}

@media screen and (max-width: 639px) {
    .mod-6003 .mod-6001,
    .mod-6003 .mod-6022 .txt,
    .mod-6022 .mod-6003 .txt {
        display: block;
        width: 100%;
        padding-left: 24px;
        border-left: none;
    }
    .mod-6003 .mod-6001:before,
    .mod-6003 .mod-6022 .txt:before,
    .mod-6022 .mod-6003 .txt:before {
        left: 4px;
    }
}

.mod-6003 .mod-3001,
.mod-6003 .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-6003 .description>p:not([class^="mod-"]),
.mod-6003 .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-6003 p:not([class^="mod-"]),
.mod-6003 .mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 0;
}

.mod-6003.icon-important {
    position: relative;
    left: -3px;
}

.mod-6003.no-date {
    display: block;
}

.mod-6003.no-date .date {
    display: inline;
    width: 15px;
    height: 15px;
    margin: 0;
    padding-left: 15px;
    box-sizing: border-box;
}

.mod-6003.no-date .date .icon {
    display: inline-block;
}

.mod-6003.no-date .mod-6001,
.mod-6003.no-date .mod-6022 .txt,
.mod-6022 .mod-6003.no-date .txt {
    display: inline;
    padding-left: 5px;
    border-left: none;
}

.mod-6003.no-date .mod-6001:before,
.mod-6003.no-date .mod-6022 .txt:before,
.mod-6022 .mod-6003.no-date .txt:before {
    display: none;
}

.mod-6003.no-border {
    border: none;
    padding: 0;
}


/******************************************************************************
 ██████   ██████   ██████  ██   ██
██       ██  ████ ██  ████ ██   ██
███████  ██ ██ ██ ██ ██ ██ ███████
██    ██ ████  ██ ████  ██      ██
 ██████   ██████   ██████       ██
******************************************************************************/

.mod-6004 {
    margin-bottom: 20px;
}

.mod-6004 .list:after {
    content: '';
    clear: both;
}

.mod-6004 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-6004 .item {
    width: calc(40px + ((100% - 220px) / 12 * 3));
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
}

.mod-6004 .item:nth-child(n + 5) {
    margin-top: 30px;
}

.mod-6004 .item:nth-child(4n) {
    margin-right: 0;
}

.mod-6004 .item:nth-child(4n+1) {
    margin-left: 0;
}

.mod-6004 .item .link {
    display: block;
    text-decoration: none;
}

.mod-6004 .item .link .img img {
    width: 100%;
    vertical-align: top;
}

.mod-6004 .item .link .img+.mod-3001,
.mod-6004 .item .link .mod-7002 .description>.img+p:not([class^="mod-"]),
.mod-7002 .mod-6004 .item .link .description>.img+p:not([class^="mod-"]),
.mod-6004 .item .link .mod-a004 .img+p:not([class^="mod-"]),
.mod-a004 .mod-6004 .item .link .img+p:not([class^="mod-"]),
.mod-6004 .item .link .mod-a010>.img+p:not([class^="mod-"]),
.mod-6004 .item .link .img+.mod-6001,
.mod-6004 .item .link .mod-6022 .img+.txt,
.mod-6022 .mod-6004 .item .link .img+.txt {
    margin-top: 16px;
}

.mod-6004 .item a.link:hover {
    color: #0033cc;
    text-decoration: underline;
}

.mod-6004 .item a.link:hover .mod-6001,
.mod-6004 .item a.link:hover .mod-6022 .txt,
.mod-6022 .mod-6004 .item a.link:hover .txt {
    color: #0033cc;
    text-decoration: underline;
}

.mod-6004 .item .mod-3001,
.mod-6004 .item .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-6004 .item .description>p:not([class^="mod-"]),
.mod-6004 .item .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-6004 .item p:not([class^="mod-"]),
.mod-6004 .item .mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 0;
}

.mod-6004.tile .item {
    margin-bottom: 4px;
}

.mod-6004.three .item {
    width: calc(60px + ((100% - 220px) / 12 * 4));
}

.mod-6004.three .item:nth-child(n + 5) {
    margin-top: 0px;
}

.mod-6004.three .item:nth-child(n + 4) {
    margin-top: 30px;
}

.mod-6004.three .item:nth-child(4n) {
    margin-right: 10px;
}

.mod-6004.three .item:nth-child(4n+1) {
    margin-left: 10px;
}

.mod-6004.three .item:nth-child(3n) {
    margin-right: 0;
}

.mod-6004.three .item:nth-child(3n+1) {
    margin-left: 0;
}

.mod-6004.two .item {
    width: calc(100px + ((100% - 220px) / 12 * 6));
}

.mod-6004.two .item:nth-child(n + 5) {
    margin-top: 0px;
}

.mod-6004.two .item:nth-child(n + 3) {
    margin-top: 30px;
}

.mod-6004.two .item:nth-child(4n) {
    margin-right: 10px;
}

.mod-6004.two .item:nth-child(4n+1) {
    margin-left: 10px;
}

.mod-6004.two .item:nth-child(2n) {
    margin-right: 0;
}

.mod-6004.two .item:nth-child(2n+1) {
    margin-left: 0;
}

.mod-6004.one .item {
    width: calc(220px + (100% - 220px));
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.mod-6004.one .item:nth-child(n + 5) {
    margin-top: 0px;
}

.mod-6004.one .item:nth-child(n + 2) {
    margin-top: 30px;
}

.mod-6004.one .item:nth-child(4n) {
    margin-right: 0;
}

.mod-6004.one .item:nth-child(4n+1) {
    margin-left: 0;
}

.mod-6004.one .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .mod-6004 .list .item {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item {
        width: calc(20px + ((100% - 110px) / 12 * 3));
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(4n+1) {
        margin-left: 0;
    }
    .mod-6004.one .list .item {
        margin-left: 0;
        margin-right: 0;
    }
    .mod-6004.one .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .mod-6004.one .list .item:nth-child(4n+1) {
        margin-left: 0;
    }
    .mod-6004.two .list .item {
        width: calc(50px + ((100% - 110px) / 12 * 6));
    }
    .mod-6004.two .list .item:nth-child(4n) {
        margin-right: 5px;
    }
    .mod-6004.two .list .item:nth-child(4n+1) {
        margin-left: 5px;
    }
    .mod-6004.two .list .item:nth-child(2n) {
        margin-right: 0;
    }
    .mod-6004.two .list .item:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-6004.three .list .item {
        width: calc(30px + ((100% - 110px) / 12 * 4));
    }
    .mod-6004.three .list .item:nth-child(4n) {
        margin-right: 5px;
    }
    .mod-6004.three .list .item:nth-child(4n+1) {
        margin-left: 5px;
    }
    .mod-6004.three .list .item:nth-child(3n) {
        margin-right: 0;
    }
    .mod-6004.three .list .item:nth-child(3n+1) {
        margin-left: 0;
    }
    .mod-6004.tile .list .item {
        margin-bottom: -6px;
    }
}

@media screen and (max-width: 639px) {
    .mod-6004:not(.one):not(.two):not(.three) .list .item {
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50px + ((100% - 110px) / 12 * 6));
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item,
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(n + 5) {
        margin-top: 0px;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(n + 3) {
        margin-top: 16px;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(2n) {
        margin-right: 0;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item .link .img {
        margin-bottom: 0;
    }
    .mod-6004:not(.one):not(.two):not(.three) .list .item .link .mod-6001,
    .mod-6004:not(.one):not(.two):not(.three) .list .item .link .mod-6022 .txt,
    .mod-6022 .mod-6004:not(.one):not(.two):not(.three) .list .item .link .txt {
        margin-top: 8px;
    }
    .mod-6004.three .list .item {
        width: calc(50px + ((100% - 110px) / 12 * 6));
    }
    .mod-6004.three .list .item,
    .mod-6004.three .list .item:nth-child(n + 5) {
        margin-top: 0px;
    }
    .mod-6004.three .list .item:nth-child(n + 3) {
        margin-top: 16px;
    }
    .mod-6004.three .list .item:nth-child(4n),
    .mod-6004.three .list .item:nth-child(3n) {
        margin-right: 5px;
    }
    .mod-6004.three .list .item:nth-child(4n+1),
    .mod-6004.three .list .item:nth-child(3n+1) {
        margin-left: 5px;
    }
    .mod-6004.three .list .item:nth-child(2n) {
        margin-right: 0;
    }
    .mod-6004.three .list .item:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-6004.tile .list .item {
        margin-bottom: -6px;
    }
}

html.no-flexbox .mod-6004:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6004 .list .item {
    float: left;
}


/******************************************************************************
 ██████   ██████   ██████  ███████
██       ██  ████ ██  ████ ██
███████  ██ ██ ██ ██ ██ ██ ███████
██    ██ ████  ██ ████  ██      ██
 ██████   ██████   ██████  ███████
******************************************************************************/

.mod-6005 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    list-style: none;
}

.mod-6005:after {
    content: '';
    display: block;
    clear: both;
}

.mod-6005 .item {
    display: block;
    width: calc(50px + ((100% - 110px) / 12 * 6));
    margin-top: 30px;
}

.mod-6005 .item:nth-child(1),
.mod-6005 .item:nth-child(2) {
    margin-top: 0;
}

.mod-6005 .item:nth-child(odd) {
    padding-right: 5px;
}

.mod-6005 .item:nth-child(even) {
    padding-left: 5px;
}

.mod-6005 .item .image {
    margin-bottom: 6px;
    font-size: 0;
    line-height: 1;
}

.mod-6005 .item .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

.mod-6005 .item .txt {
    clear: both;
}

.mod-6005 .item .txt.center {
    text-align: center;
}

@media screen and (max-width: 639px) {
    .mod-6005 {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 30px;
    }
    .mod-6005 .item {
        float: none;
        display: table;
        table-layout: fixed;
        position: relative;
        width: 100%;
        margin: 8px 0 0;
    }
    .mod-6005 .item:nth-child(1) {
        margin-top: 0;
    }
    .mod-6005 .item:nth-child(2) {
        margin-top: 8px;
    }
    .mod-6005 .item:nth-child(odd) {
        padding-right: 0;
    }
    .mod-6005 .item:nth-child(even) {
        padding-left: 0;
    }
    .mod-6005 .item .txt,
    .mod-6005 .item .image {
        display: table-cell;
        vertical-align: middle;
    }
    .mod-6005 .item .txt {
        padding-left: 16px;
    }
    .mod-6005 .item .image {
        width: 122px;
    }
    .mod-6005 .item .image img {
        margin-bottom: 0;
    }
    .mod-6005+.mod-7004 {
        margin-top: -22px;
    }
}

html.no-flexbox .mod-6005:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6005 .item {
    float: left;
}


/******************************************************************************
 ██████   ██████   ██████   ██████
██       ██  ████ ██  ████ ██
███████  ██ ██ ██ ██ ██ ██ ███████
██    ██ ████  ██ ████  ██ ██    ██
 ██████   ██████   ██████   ██████
******************************************************************************/

.mod-6006 {
    margin-bottom: 20px;
    list-style-type: none;
}

.mod-6006 .item {
    padding: 16px 0 14px;
    list-style: none;
    border-bottom: solid 1px #ccc;
}

.mod-6006 .item a,
.mod-6006 .item a:visited {
    color: #222;
}

@media screen and (min-width: 640px) {
    .mod-6006 .item a:hover,
    .mod-6006 .item a:active {
        color: #0033cc;
    }
}

.mod-6006 .item:first-child {
    padding-top: 0;
}

.mod-6006 .item .mod-6001,
.mod-6006 .item .mod-6022 .txt,
.mod-6022 .mod-6006 .item .txt {
    padding-left: 21px;
}

.mod-6006 .item .mod-6001+.icon,
.mod-6006 .item .mod-6022 .txt+.icon,
.mod-6022 .mod-6006 .item .txt+.icon {
    margin-left: 5px;
}

.mod-6006 .item .mod-3001,
.mod-6006 .item .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-6006 .item .description>p:not([class^="mod-"]),
.mod-6006 .item .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-6006 .item p:not([class^="mod-"]),
.mod-6006 .item .mod-a010>p:not([class^="mod-"]) {
    line-height: 1.571428571;
}

@media screen and (max-width: 639px) {
    .mod-6006 .item {
        padding: 12px 0 10px;
    }
    .mod-6006 .item .mod-6001,
    .mod-6006 .item .mod-6022 .txt,
    .mod-6022 .mod-6006 .item .txt {
        padding-left: 15px;
    }
}

.mod-6006 .item .date {
    color: #666;
    font-size: 13px;
    font-size: 0.8125;
    letter-spacing: .02em;
    line-height: 2.2;
}

@media screen and (max-width: 639px) {
    .mod-6006 .item .date {
        margin-bottom: 8px;
        line-height: 1.6;
        font-size: 12px;
        font-size: 0.75;
    }
}

@media screen and (min-width: 640px) {
    .mod-6006 .item .mod-6001:before,
    .mod-6006 .item .mod-6022 .txt:before,
    .mod-6022 .mod-6006 .item .txt:before {
        left: 4px;
    }
}


/******************************************************************************
 ██████   ██████   ██████  ███████
██       ██  ████ ██  ████      ██
███████  ██ ██ ██ ██ ██ ██     ██
██    ██ ████  ██ ████  ██    ██
 ██████   ██████   ██████     ██
******************************************************************************/

.mod-6007 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mod-6007 .col {
    padding-left: 12px;
    padding-right: 12px;
    width: 33.33333%;
}

.mod-6007 .col:nth-child(n + 4) {
    margin-top: 50px;
}

.mod-6007 .col:nth-child(3n+1) {
    padding-left: 0;
}

.mod-6007 .col:nth-child(3n) {
    padding-right: 0;
}

.mod-6007 .col .hdg .mod-2003,
.mod-6007 .col .hdg .mod-a014 .products .group .title,
.mod-a014 .products .group .mod-6007 .col .hdg .title {
    margin-top: 0;
    margin-bottom: 14px;
}

.mod-6007 .col .linklist {
    list-style-type: none;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
}

.mod-6007 .col .linklist .item.is-hdglink {
    display: none;
}

.mod-6007 .col .linklist .item+.item {
    margin-top: 7px;
}

html.no-flexbox .mod-6007:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6007 .col {
    float: left;
}

@media screen and (min-width: 640px) {
    .mod-6007 .col .linklist {
        height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .mod-6007 .col {
        width: 50%;
    }
    .mod-6007 .col:nth-child(n + 4) {
        margin-top: 0;
    }
    .mod-6007 .col:nth-child(n + 3) {
        margin-top: 50px;
    }
    .mod-6007 .col:nth-child(3n+1) {
        padding-left: 12px;
    }
    .mod-6007 .col:nth-child(3n) {
        padding-right: 12px;
    }
    .mod-6007 .col:nth-child(odd) {
        padding-left: 0;
    }
    .mod-6007 .col:nth-child(even) {
        padding-right: 0;
    }
}

@media screen and (max-width: 639px) {
    .mod-6007 {
        display: block;
        margin-bottom: 60px;
    }
    .mod-6007 .col {
        float: none;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: #fff;
    }
    .mod-6007 .col:nth-child(n + 2) {
        margin-top: 10px;
    }
    .mod-6007 .col .hdg a.is-accordion {
        position: relative;
        display: block;
        padding-left: 0;
        padding-right: 20px;
    }
    .mod-6007 .col .hdg a.is-accordion:before,
    .mod-6007 .col .hdg a.is-accordion:after {
        content: '';
        position: absolute;
        top: 50%;
        left: auto;
        right: -5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 15px;
        height: 2px;
        background: #222;
    }
    .mod-6007 .col .hdg a.is-accordion:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .mod-6007 .col .hdg a.is-accordion.is-open:after {
        opacity: 0;
    }
    .mod-6007 .col .hdg .mod-2003,
    .mod-6007 .col .hdg .mod-a014 .products .group .title,
    .mod-a014 .products .group .mod-6007 .col .hdg .title,
    .mod-6007 .col .hdg .mod-2004 {
        margin-bottom: 0;
        padding: 9px 15px;
        border: 1px solid #ccc;
        border-top: 2px solid #0d2ea0;
        font-size: 16px;
        font-size: 1;
    }
    .mod-6007 .col .hdg .mod-2004:before {
        display: none;
    }
    .mod-6007 .col .hdg .mod-2004 .link:not(.is-accordion) {
        padding-left: 30px;
        position: relative;
    }
    .mod-6007 .col .hdg .mod-2004 .link:not(.is-accordion):before {
        content: '\f138';
        position: absolute;
        top: 0;
        left: 0;
        color: #0d2ea0;
        font-family: 'fontAwesome';
        text-decoration: none;
        line-height: 1;
    }
    .mod-6007 .col .linklist {
        height: 0;
        overflow: hidden;
        border: 1px solid #ddd;
        border-top: none;
        border-bottom: none;
    }
    .mod-6007 .col .linklist .item,
    .mod-6007 .col .linklist .item+.item {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
    }
    .mod-6007 .col .linklist .item .link,
    .mod-6007 .col .linklist .item+.item .link {
        display: block;
        text-decoration: none;
    }
    .mod-6007 .col .linklist .item .link .mod-6001,
    .mod-6007 .col .linklist .item .link .mod-6022 .txt,
    .mod-6022 .mod-6007 .col .linklist .item .link .txt,
    .mod-6007 .col .linklist .item+.item .link .mod-6001,
    .mod-6007 .col .linklist .item+.item .link .mod-6022 .txt,
    .mod-6022 .mod-6007 .col .linklist .item+.item .link .txt {
        display: block;
        padding-left: 22px;
    }
    .mod-6007 .col .linklist .item.is-hdglink,
    .mod-6007 .col .linklist .item+.item.is-hdglink {
        display: block;
        font-weight: bold;
    }
    .mod-6007 .col .linklist .item.is-hdglink .mod-6001:before,
    .mod-6007 .col .linklist .item.is-hdglink .mod-6022 .txt:before,
    .mod-6022 .mod-6007 .col .linklist .item.is-hdglink .txt:before,
    .mod-6007 .col .linklist .item+.item.is-hdglink .mod-6001:before,
    .mod-6007 .col .linklist .item+.item.is-hdglink .mod-6022 .txt:before,
    .mod-6022 .mod-6007 .col .linklist .item+.item.is-hdglink .txt:before {
        content: '\f138';
        left: -3px;
        font-size: 16px;
        font-size: 1;
        font-weight: normal;
    }
}


/******************************************************************************
 ██████   ██████   ██████   █████
██       ██  ████ ██  ████ ██   ██
███████  ██ ██ ██ ██ ██ ██  █████
██    ██ ████  ██ ████  ██ ██   ██
 ██████   ██████   ██████   █████
******************************************************************************/

.mod-6008 {
    padding: 30px;
    margin-top: 65px;
    margin-bottom: 60px;
    font-size: 0;
    border: solid 1px #ccc;
}

.mod-6008:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 1024px) {
    .mod-6008 {
        margin-bottom: 45px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    .mod-6008 {
        padding: 0 15px;
    }
    .mod-6008.has-space {
        margin-top: 65px;
    }
}

.mod-6008 .col {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    vertical-align: top;
    width: calc(50% - 1px - 30px);
}

.mod-6008 .col:nth-child(n + 3) {
    padding-top: 30px;
}

.mod-6008 .col:nth-child(odd) {
    margin-left: 0;
}

.mod-6008 .col:nth-child(even) {
    margin-right: 0;
}

.mod-6008 .col:nth-child(odd):before {
    display: none;
}

.mod-6008 .col:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    height: 100%;
    background: #ccc;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .col {
        display: block;
        padding: 30px 0;
    }
    .mod-6008 .col,
    .mod-6008 .col:nth-child(odd),
    .mod-6008 .col:nth-child(even) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-6008 .col:before,
    .mod-6008 .col:nth-child(odd):before,
    .mod-6008 .col:nth-child(even):before {
        display: none;
    }
    .mod-6008 .col+.col {
        border-top: solid 1px #ccc;
    }
}

@media screen and (max-width: 639px) {
    .mod-6008 .col {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.mod-6008 .img {
    display: inline-block;
    width: 158px;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .img {
        width: 157px;
        vertical-align: top;
    }
}

@media screen and (max-width: 639px) {
    .mod-6008 .img {
        width: 81px;
    }
}

.mod-6008 .img img {
    width: 100%;
}

.mod-6008 .txt {
    display: inline-block;
    width: calc(100% - 158px);
    padding: 6px 10px 0 30px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .txt {
        width: calc(100% - 157px);
        padding: 0 0 0 30px;
        vertical-align: top;
    }
}

@media screen and (max-width: 639px) {
    .mod-6008 .txt {
        width: calc(100% - 81px);
        padding-left: 15px;
    }
}

.mod-6008 .txt a {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .txt a {
        margin-bottom: 8px;
    }
}

.mod-6008 .txt .icon {
    margin-left: 10px;
}

.mod-6008 .txt .mod-6001,
.mod-6008 .txt .mod-6022 .txt,
.mod-6022 .mod-6008 .txt .txt {
    margin-bottom: 10px;
}

.mod-6008 .txt .mod-3001,
.mod-6008 .txt .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-6008 .txt .description>p:not([class^="mod-"]),
.mod-6008 .txt .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-6008 .txt p:not([class^="mod-"]),
.mod-6008 .txt .mod-a010>p:not([class^="mod-"]) {
    margin-left: 20px;
    margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .txt .mod-3001,
    .mod-6008 .txt .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-6008 .txt .description>p:not([class^="mod-"]),
    .mod-6008 .txt .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-6008 .txt p:not([class^="mod-"]),
    .mod-6008 .txt .mod-a010>p:not([class^="mod-"]) {
        margin-left: 15px;
    }
}

.mod-6008 .txt .note {
    position: relative;
    padding-left: 32px;
    color: #666;
    font-size: 12px;
    font-size: 0.75;
}

.mod-6008 .txt .note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 20px;
}

@media screen and (max-width: 1024px) {
    .mod-6008 .txt .note {
        padding-left: 27px;
    }
    .mod-6008 .txt .note:before {
        left: 15px;
    }
}


/******************************************************************************
 ██████   ██████   ██████   █████
██       ██  ████ ██  ████ ██   ██
███████  ██ ██ ██ ██ ██ ██  ██████
██    ██ ████  ██ ████  ██      ██
 ██████   ██████   ██████   █████
******************************************************************************/

.mod-6009 {
    margin-bottom: 30px;
}

.mod-6009:after {
    content: '';
    display: block;
    clear: both;
}

.mod-6009 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.mod-6009 .list .item {
    width: 25%;
    padding: 10px 0;
    text-align: center;
    background: #e9edf1;
    font-size: 14px;
    font-size: 0.875;
}

.mod-6009 .list .item .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #c5d0da;
    border-right: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-6009 .list .item .wrap:hover {
    background: #fff;
}

.mod-6009 .list .item .link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #222;
    vertical-align: middle;
    padding: 10px;
}

.mod-6009 .list .item .link:hover,
.mod-6009 .list .item .link:active {
    background: #fff;
    text-decoration: underline;
    color: #0d2ea0;
}

.mod-6009 .list .item.is-current .wrap {
    background: #0d2ea0;
}

.mod-6009 .list .item.is-current .link {
    cursor: default;
    color: #fff;
    background: #0d2ea0;
}

.mod-6009 .list .item.is-current .link:hover,
.mod-6009 .list .item.is-current .link:active {
    text-decoration: none;
    color: #fff;
    background: #0d2ea0;
}

html.no-flexbox .mod-6009 .list .item {
    float: left;
}

@media screen and (min-width: 640px) {
    .mod-6009 .item:last-child {
        padding-right: 10px;
    }
    .mod-6009 .item:last-child .wrap {
        border-right: 1px solid #c5d0da;
    }
    .mod-6009:not(.is-fit) .item:nth-child(4n+1) {
        padding-left: 10px;
    }
    .mod-6009:not(.is-fit) .item:nth-child(4n) {
        padding-right: 10px;
    }
    .mod-6009:not(.is-fit) .item:nth-child(4n) .wrap {
        border-right: 1px solid #c5d0da;
    }
    .mod-6009:not(.is-fit) .item:last-child:not(:nth-child(4n)) {
        position: relative;
        padding-right: 0;
        width: calc(25% + 1px);
    }
    .mod-6009:not(.is-fit) .item:last-child:not(:nth-child(4n)):after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 10px;
        height: 100%;
        background: #e9edf1;
    }
    .mod-6009:not(.is-fit) .item:nth-child(n + 5) {
        padding-top: 0;
        margin-top: -10px;
    }
    .mod-6009:not(.is-fit) .item:nth-child(n + 5) .wrap {
        border-top: none;
    }
    .mod-6009.is-fit .list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .mod-6009.is-fit .item {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .mod-6009.is-fit .item:first-child {
        padding-left: 10px;
    }
}

@media screen and (max-width: 639px) {
    .mod-6009 .list .item {
        width: 50%;
    }
    .mod-6009 .list .item.is-current .wrap {
        position: relative;
    }
    .mod-6009 .list .item.is-current .wrap:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        height: 10px;
        width: 10px;
        border-top: 5px solid #0d2ea0;
        border-left: 5px solid #0d2ea0;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .mod-6009 .list .item:nth-child(2n+1) {
        padding-left: 10px;
    }
    .mod-6009 .list .item:nth-child(2n),
    .mod-6009 .list .item:last-child {
        padding-right: 10px;
    }
    .mod-6009 .list .item:nth-child(2n) .wrap,
    .mod-6009 .list .item:last-child .wrap {
        border-right: 1px solid #c5d0da;
    }
    .mod-6009 .list .item:last-child:not(:nth-child(2n)) {
        position: relative;
        padding-right: 0;
    }
    .mod-6009 .list .item:last-child:not(:nth-child(2n)):after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 10px;
        height: 100%;
        background: #e9edf1;
    }
    .mod-6009 .list .item:nth-child(n + 3) {
        padding-top: 0;
        margin-top: -10px;
    }
    .mod-6009 .list .item:nth-child(n + 3) .wrap {
        border-top: none;
    }
}


/******************************************************************************
 ██████   ██████   ██  ██████
██       ██  ████ ███ ██  ████
███████  ██ ██ ██  ██ ██ ██ ██
██    ██ ████  ██  ██ ████  ██
 ██████   ██████   ██  ██████
******************************************************************************/

.mod-6010 {
    margin-bottom: 44px;
    overflow: hidden;
}

.mod-6010 .list {
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    left: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.mod-6010 .list .item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    padding: 6px 25px 6px;
}

.mod-6010 .list .item:before,
.mod-6010 .list .item:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.mod-6010 .list .item:before {
    left: 0px;
}

.mod-6010 .list .item:after {
    right: -1px;
}

.mod-6010 .list .item .mod-6001,
.mod-6010 .list .item .mod-6022 .txt,
.mod-6022 .mod-6010 .list .item .txt {
    width: 100%;
}

.mod-6010 .list .item .mod-6001:before,
.mod-6010 .list .item .mod-6022 .txt:before,
.mod-6022 .mod-6010 .list .item .txt:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

html.no-flexbox .mod-6010 .list {
    display: table;
    width: 100%;
}

html.no-flexbox .mod-6010 .list .item {
    display: table-cell;
}

html.no-flexbox .mod-6010.multiline .list {
    display: block;
}

html.no-flexbox .mod-6010.multiline .list:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6010.multiline .list .item {
    float: left;
    width: 50%;
}

@media screen and (min-width: 640px) {
    .col3 .list .item {
        width: 33.33333%;
    }
}

@media screen and (max-width: 639px) {
    .mod-6010 .list .item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50% !important;
        padding-left: 19px;
        padding-right: 19px;
    }
    .mod-6010 .list .item .link .mod-6001,
    .mod-6010 .list .item .link .mod-6022 .txt,
    .mod-6022 .mod-6010 .list .item .link .txt {
        padding-left: 20px;
    }
    .mod-6010.col1sp .list .item {
        width: 100%;
        text-align: left;
    }
}


/******************************************************************************
 ██████   ██████   ██  ██
██       ██  ████ ███ ███
███████  ██ ██ ██  ██  ██
██    ██ ████  ██  ██  ██
 ██████   ██████   ██  ██
******************************************************************************/

.mod-6011 {
    margin-bottom: 20px;
    list-style-type: none;
}

.mod-6011 .item {
    line-height: 1.571428571;
}

.mod-6011 .item.right {
    text-align: right;
}

.mod-6011 .item+.item {
    margin-top: 19px;
}

@media screen and (max-width: 639px) {
    .mod-6011 {
        margin-bottom: 30px;
    }
}


/******************************************************************************
 ██████   ██████   ██ ██████
██       ██  ████ ███      ██
███████  ██ ██ ██  ██  █████
██    ██ ████  ██  ██ ██
 ██████   ██████   ██ ███████
******************************************************************************/

.mod-6012 {
    margin-bottom: 20px;
    list-style-type: none;
}

.mod-6012 .item {
    padding-left: 0 !important;
    line-height: 14px;
    line-height: 0.875;
}

.mod-6012 .item+.item {
    margin-top: 16px;
}

.mod-6012 .item:before {
    content: "" !important;
    left: 0;
}

.mod-6012.small-margin .item+.item {
    margin-top: 4px;
}

@media screen and (max-width: 1024px) {
    .mod-6012.small-margin .item+.item {
        margin-top: 11px;
    }
}

.mod-6012 .mod-6002 .ico {
    top: 1px;
}


/******************************************************************************
 ██████   ██████   ██ ██████
██       ██  ████ ███      ██
███████  ██ ██ ██  ██  █████
██    ██ ████  ██  ██      ██
 ██████   ██████   ██ ██████
******************************************************************************/

.mod-6013 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4px;
    list-style-type: none;
}

.mod-6013 .item {
    width: 25%;
    padding-right: 10px;
    line-height: 1.571428571;
    margin-bottom: 16px;
}

html.no-flexbox .mod-6013:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6013 .item {
    float: left;
}

@media screen and (max-width: 639px) {
    .mod-6013 .item {
        width: 50%;
    }
}


/******************************************************************************
 ██████   ██████   ██ ██   ██
██       ██  ████ ███ ██   ██
███████  ██ ██ ██  ██ ███████
██    ██ ████  ██  ██      ██
 ██████   ██████   ██      ██
******************************************************************************/

.mod-6014 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 20px;
}

.mod-6014 .item {
    width: calc(50px + ((100% - 110px) / 12 * 6));
    margin: 0 0 5px;
    line-height: 1.571428571;
}

.mod-6014 .item .link {
    display: block;
    padding: 7px 7px 7px 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 8px solid #f7f7f7;
    background: #f7f7f7;
    text-decoration: none;
    min-height: 100%;
}

.mod-6014 .item .link .mod-6001,
.mod-6014 .item .link .mod-6022 .txt,
.mod-6022 .mod-6014 .item .link .txt {
    display: block;
    padding-left: 20px;
}

.mod-6014 .item .link .mod-6001:before,
.mod-6014 .item .link .mod-6022 .txt:before,
.mod-6022 .mod-6014 .item .link .txt:before {
    content: '\f0da';
}

.mod-6014 .item:nth-child(odd) .link {
    margin-left: 0;
}

.mod-6014 .item:nth-child(even) .link {
    margin-right: 0;
}

.mod-6014 .item.is-active .link {
    border-left-color: #0d2ea0;
}

html.no-flexbox .mod-6014:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6014 .item {
    float: left;
}

@media screen and (max-width: 639px) {
    .mod-6014 .item {
        width: calc(110px + (100% - 110px));
        border-left-width: 4px;
    }
    .mod-6014 .item .link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
    }
    .mod-6014 .item .link .mod-6001,
    .mod-6014 .item .link .mod-6022 .txt,
    .mod-6022 .mod-6014 .item .link .txt {
        padding-left: 14px;
    }
}


/******************************************************************************
 ██████   ██████   ██ ███████
██       ██  ████ ███ ██
███████  ██ ██ ██  ██ ███████
██    ██ ████  ██  ██      ██
 ██████   ██████   ██ ███████
******************************************************************************/

.mod-6015 {
    margin-bottom: 65px;
    border-top: 1px solid #ccc;
}

.mod-6015 .singlelink,
.mod-6015 .multilinks {
    border-bottom: 1px solid #ccc;
}

.mod-6015 .singlelink {
    padding: 15px 0 15px 29px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.mod-6015 .singlelink.is-active {
    padding-left: 22px;
    border-left-color: #0d2ea0;
    border-left-width: 8px;
}

.mod-6015 .multilinks {
    padding: 20px 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.mod-6015 .multilinks .mod-3001,
.mod-6015 .multilinks .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-6015 .multilinks .description>p:not([class^="mod-"]),
.mod-6015 .multilinks .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-6015 .multilinks p:not([class^="mod-"]),
.mod-6015 .multilinks .mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 16px;
}

@media screen and (max-width: 639px) {
    .mod-6015 .singlelink {
        padding: 8px 13px 10px;
    }
    .mod-6015 .singlelink.is-active {
        padding-left: 18px;
        padding-right: 18px;
        border-left-width: 4px;
    }
    .mod-6015 .multilinks {
        padding: 7px 12px 15px;
    }
    .mod-6015 .multilinks .mod-3001,
    .mod-6015 .multilinks .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-6015 .multilinks .description>p:not([class^="mod-"]),
    .mod-6015 .multilinks .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-6015 .multilinks p:not([class^="mod-"]),
    .mod-6015 .multilinks .mod-a010>p:not([class^="mod-"]) {
        margin-bottom: 6px;
    }
    .mod-6015 .multilinks .mod-6014 {
        margin-bottom: 0;
    }
    .mod-6015 .multilinks .mod-6014 .item {
        border-left-width: 4px;
    }
    .mod-6015 .multilinks .mod-6014 .item:last-child {
        margin-bottom: 0;
    }
}


/******************************************************************************
 ██████   ██████   ██  ██████
██       ██  ████ ███ ██
███████  ██ ██ ██  ██ ███████
██    ██ ████  ██  ██ ██    ██
 ██████   ██████   ██  ██████
******************************************************************************/

.mod-6016 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0 auto;
    list-style-type: none;
}

.mod-6016 .item {
    width: calc(20px + ((100% - 110px) / 12 * 3));
    margin: 0 5px 24px;
    margin-top: 0 !important;
}

.mod-6016 .item:before {
    display: none;
}

.mod-6016 .item:nth-child(4n+1) {
    margin-left: 0;
}

.mod-6016 .item:nth-child(4n) {
    margin-right: 0;
}

.mod-6016 .item a {
    color: #222;
    text-decoration: none;
}

.mod-6016 .item a:hover,
.mod-6016 .item a:active {
    text-decoration: underline;
    color: #0033cc;
}

.mod-6016 .item .pct {
    font-size: 0;
    line-height: 1;
    margin-bottom: 13px;
}

.mod-6016 .item .pct img {
    display: block;
    width: 100%;
    height: auto;
}

.mod-6016 .item .txt {
    text-align: center;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.571428571;
}

html.no-flexbox .mod-6016:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-6016 .item {
    float: left;
}

@media screen and (max-width: 639px) {
    .mod-6016 .item {
        width: calc(30px + ((100% - 66px) / 12 * 6));
        margin-right: 3px;
        margin-left: 3px;
    }
    .mod-6016 .item:nth-child(odd) {
        margin-left: 0;
    }
    .mod-6016 .item:nth-child(even) {
        margin-right: 0;
    }
    .mod-6016 .item .pct {
        margin-bottom: 4px;
    }
}


/******************************************************************************
 ██████   ██████   ██ ███████
██       ██  ████ ███      ██
███████  ██ ██ ██  ██     ██
██    ██ ████  ██  ██    ██
 ██████   ██████   ██    ██
******************************************************************************/

.mod-6017 {
    font-size: 0;
}

.mod-6017 .item {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 16px;
}

.mod-6017 .item:nth-child(2n) {
    margin-left: 20px;
}

.mod-6017 .item:last-child,
.mod-6017 .item:nth-last-child(2) {
    margin-bottom: 0;
}

.mod-6017 .item .img {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

@media screen and (max-width: 639px) {
    .mod-6017 .item .img {
        width: 81px;
    }
}

.mod-6017 .item .img img {
    width: 100%;
}

.mod-6017 .item .mod-6001,
.mod-6017 .item .mod-6022 .txt,
.mod-6022 .mod-6017 .item .txt,
.mod-6017 .item .mod-6002 {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 20px;
    vertical-align: top;
}

@media screen and (max-width: 639px) {
    .mod-6017 .item .mod-6001,
    .mod-6017 .item .mod-6022 .txt,
    .mod-6022 .mod-6017 .item .txt,
    .mod-6017 .item .mod-6002 {
        width: calc(100% - 115px);
        margin-left: 15px;
    }
}

@media screen and (max-width: 639px) {
    .mod-6017 .item {
        width: 100%;
    }
    .mod-6017 .item+li {
        border-top: 1px solid #ccc;
        padding-top: 16px;
    }
    .mod-6017 .item:nth-child(2n) {
        margin-left: 0;
    }
    .mod-6017 .item:nth-last-child(2) {
        margin-bottom: 20px;
    }
    .mod-6017 .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    .mod-6017 {
        margin-bottom: 20px;
    }
}


/******************************************************************************
 ██████   ██████   ██  █████
██       ██  ████ ███ ██   ██
███████  ██ ██ ██  ██  █████
██    ██ ████  ██  ██ ██   ██
 ██████   ██████   ██  █████
******************************************************************************/

.mod-6018 {
    margin-bottom: 20px;
}

.mod-6018 a {
    color: #222;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .mod-6018 a:hover .txtwrap,
    .mod-6018 a:active .txtwrap {
        text-decoration: underline;
        color: #0033cc;
    }
}

.mod-6018 .title {
    margin-bottom: 8px;
}

.mod-6018 .title__txt {
    color: #0d2ea0;
}

.mod-6018 .list1,
.mod-6018 .list2,
.mod-6018 .list3 {
    list-style-type: none;
}

.mod-6018 .list1__item.is-active>.list1__txt:before,
.mod-6018 .list1__item.is-active>.list2__txt:before,
.mod-6018 .list1__item.is-active>.list3__txt:before,
.mod-6018 .list2__item.is-active>.list1__txt:before,
.mod-6018 .list2__item.is-active>.list2__txt:before,
.mod-6018 .list2__item.is-active>.list3__txt:before,
.mod-6018 .list3__item.is-active>.list1__txt:before,
.mod-6018 .list3__item.is-active>.list2__txt:before,
.mod-6018 .list3__item.is-active>.list3__txt:before {
    background: #0d2ea0;
}

.mod-6018 .list1__item.is-active>.list1__txt:after,
.mod-6018 .list1__item.is-active>.list2__txt:after,
.mod-6018 .list1__item.is-active>.list3__txt:after,
.mod-6018 .list2__item.is-active>.list1__txt:after,
.mod-6018 .list2__item.is-active>.list2__txt:after,
.mod-6018 .list2__item.is-active>.list3__txt:after,
.mod-6018 .list3__item.is-active>.list1__txt:after,
.mod-6018 .list3__item.is-active>.list2__txt:after,
.mod-6018 .list3__item.is-active>.list3__txt:after {
    color: #fff;
}

.mod-6018 .list1__txt,
.mod-6018 .list2__txt,
.mod-6018 .list3__txt {
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 0.8125;
}

.mod-6018 .list1__txt:before,
.mod-6018 .list2__txt:before,
.mod-6018 .list3__txt:before {
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
}

.mod-6018 .list1__txt:after,
.mod-6018 .list2__txt:after,
.mod-6018 .list3__txt:after {
    content: '\f054';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0d2ea0;
    font-size: 13px;
    font-size: 0.8125;
}

.mod-6018 .txtwrap {
    display: block;
}

.mod-6018 .list1__item:first-child .list1__txt,
.mod-6018 .list1__item .list2+.list1__txt {
    border-top: 1px solid #efefef;
}

.mod-6018 .list1__txt {
    padding: 20px 20px 17px 33px;
    border-bottom: 1px solid #efefef;
}

.mod-6018 .list2__item {
    border-bottom: 1px solid #efefef;
}

.mod-6018 .list2__txt {
    padding: 10px 14px 9px 48px;
}

.mod-6018 .list2__txt:before {
    left: 29px;
    width: 14px;
}

.mod-6018 .list2__txt:after {
    content: '\f0da';
    left: 34px;
}

.mod-6018 .list3 {
    margin-bottom: 1px;
}

.mod-6018 .list3__item+.list3__item {
    margin-top: 1px;
}

.mod-6018 .list3__txt {
    margin-left: 28px;
    padding: 7px 11px 3px 26px;
    background: #f7f7f7;
}

.mod-6018 .list3__txt:before {
    width: 14px;
}

.mod-6018 .list3__txt:after {
    content: '\f105';
    left: 6px;
}

@media screen and (min-width: 1025px) {
    .mod-6018 .lists,
    .mod-6018 .lists2,
    .mod-6018 .lists3 {
        height: auto !important;
    }
    .mod-6018 .list1__item:not(.is-active):not(.is-active-lower) .list2 {
        display: none;
    }
    .mod-6018 .list1__item .list2 .list2__item:not(.is-active-lower) .list3 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .mod-6018 {
        margin-bottom: 0;
        border-radius: 2px;
        background: #fafafa;
        overflow: hidden;
        box-shadow: 0px 2px 4px 0px rgba(8, 1, 3, 0.25);
    }
    .mod-6018 .title {
        position: relative;
        margin: 0;
        font-size: 15px;
        font-size: 0.9375;
        text-align: center;
        background: #fff;
        box-shadow: 0 1px 2px rgba(8, 1, 3, 0.25);
    }
    .mod-6018 .title .title__txt {
        position: relative;
        display: block;
        padding: 10px 30px 11px;
    }
    .mod-6018 .title .title__txt:after {
        content: '\f077';
        position: absolute;
        top: 50%;
        right: 11px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        font-size: 0.8125;
        color: #0d2ea0;
    }
    .mod-6018 .title .title__txt.is-open:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .mod-6018 .lists {
        height: 0;
        padding: 0px 10px 0px;
        overflow: hidden;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-6018 .lists:before,
    .mod-6018 .lists:after {
        content: '';
        display: block;
        height: 9px;
    }
    .mod-6018 .lists .txtwrap {
        position: relative;
        padding-right: 30px;
    }
    .mod-6018 .lists .txtwrap:before,
    .mod-6018 .lists .txtwrap:after {
        content: '';
        position: absolute;
        top: 50%;
        left: auto;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 12px;
        height: 2px;
        background: #323333;
    }
    .mod-6018 .lists .txtwrap:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .mod-6018 .lists .list1__item .list1__txt {
        padding: 10px 0 10px 15px;
        border: 1px solid #ddd;
    }
    .mod-6018 .lists .list1__item .list1__txt,
    .mod-6018 .lists .list1__item .list1__txt:first-child {
        border-top: 2px solid #0d2ea0;
    }
    .mod-6018 .lists .list1__item .list1__txt:before,
    .mod-6018 .lists .list1__item .list1__txt:after {
        display: none;
    }
    .mod-6018 .lists .list1__item .list1__txt.is-open .txtwrap:after {
        display: none;
    }
    .mod-6018 .lists .list1__item.link {
        position: relative;
    }
    .mod-6018 .lists .list1__item.link .list1__txt {
        padding-left: 12px;
    }
    .mod-6018 .lists .list1__item.link .list1__txt .txtwrap {
        padding-left: 17px;
    }
    .mod-6018 .lists .list1__item.link .list1__txt .txtwrap:before {
        content: '\f138';
        position: absolute;
        top: 50%;
        left: 0px;
        right: auto;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-size: 0.875;
        color: #0d2ea0;
        width: auto;
        height: auto;
        background: transparent;
    }
    .mod-6018 .lists .list1__item.link .list1__txt .txtwrap:after {
        display: none;
    }
    .mod-6018 .lists .list1__item.is-active {
        position: relative;
    }
    .mod-6018 .lists .list1__item.is-active:before {
        content: '';
        width: 8px;
        height: 40px;
        position: absolute;
        top: 2px;
        left: -10px;
        background: #0d2ea0;
    }
    .mod-6018 .lists .list1__item.is-active:after {
        content: '\f0da';
        position: absolute;
        top: 16px;
        left: -7px;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 10px;
        font-size: 0.625;
    }
    .mod-6018 .lists .list1__item .lists2 {
        height: 0;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-6018 .lists .list1__item+.list1__item {
        margin-top: 5px;
    }
    .mod-6018 .lists .list2 {
        border-top: 1px solid #ddd;
    }
    .mod-6018 .lists .list2__item.is-active {
        position: relative;
    }
    .mod-6018 .lists .list2__item.is-active:before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        display: block;
        width: 9px;
        height: 100%;
        background: #0d2ea0;
        z-index: 2;
    }
    .mod-6018 .lists .list2__item.is-active:after {
        content: '\f0da';
        position: absolute;
        top: 50%;
        left: -8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 13px;
        font-size: 0.8125;
        z-index: 2;
    }
    .mod-6018 .lists .list2__item .list2__txt {
        padding-left: 0;
        padding-right: 0;
        background: #dce2e8;
    }
    .mod-6018 .lists .list2__item .list2__txt:before,
    .mod-6018 .lists .list2__item .list2__txt:after {
        display: none;
    }
    .mod-6018 .lists .list2__item .list2__txt .txtwrap {
        padding-left: 15px;
    }
    .mod-6018 .lists .list2__item .list2__txt.is-open .txtwrap:after {
        display: none;
    }
    .mod-6018 .lists .list2__item.link:first-child a {
        background: #fff;
    }
    .mod-6018 .lists .list2__item.link:first-child a:after {
        content: '\f138';
    }
    .mod-6018 .lists .list2__item.link .list2__txt:after {
        content: '\f054';
        display: inline-block;
        left: 12px;
        font-size: 11px;
        font-size: 0.6875;
        color: #0d2ea0;
    }
    .mod-6018 .lists .list2__item.link .list2__txt .txtwrap {
        padding-left: 27px;
    }
    .mod-6018 .lists .list2__item.link .txtwrap:before,
    .mod-6018 .lists .list2__item.link .txtwrap:after {
        display: none;
    }
    .mod-6018 .lists .list2__item .lists3 {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-6018 .lists .list3__item .list3__txt {
        margin: 0;
        padding: 0 10px 0;
        background: #f2f4f6;
    }
    .mod-6018 .lists .list3__item .list3__txt:before {
        display: none;
    }
    .mod-6018 .lists .list3__item .list3__txt:after {
        left: 25px;
        color: #0d2ea0;
    }
    .mod-6018 .lists .list3__item .list3__txt .txtwrap {
        padding: 13px 10px 13px 29px;
    }
    .mod-6018 .lists .list3__item .list3__txt .txtwrap:before,
    .mod-6018 .lists .list3__item .list3__txt .txtwrap:after {
        display: none;
    }
    .mod-6018 .lists .list3__item+.list3__item {
        margin-top: 0;
    }
    .mod-6018 .lists .list3__item+.list3__item .list3__txt:after {
        left: 35px;
    }
    .mod-6018 .lists .list3__item+.list3__item .txtwrap {
        padding-left: 39px;
        border-top: 1px solid #bfcad7;
    }
    .mod-6018 .lists .list3__item.is-active {
        position: relative;
    }
    .mod-6018 .lists .list3__item.is-active:before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        display: block;
        width: 9px;
        height: 100%;
        background: #0d2ea0;
        z-index: 2;
    }
    .mod-6018 .lists .list3__item.is-active:after {
        content: '\f0da';
        position: absolute;
        top: 50%;
        left: -8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 13px;
        font-size: 0.8125;
        z-index: 2;
    }
}


/******************************************************************************
 ██████   ██████   ██  █████
██       ██  ████ ███ ██   ██
███████  ██ ██ ██  ██  ██████
██    ██ ████  ██  ██      ██
 ██████   ██████   ██  █████
******************************************************************************/

.mod-6019 {
    margin-bottom: 20px;
}

.mod-6019 .list {
    margin-top: -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -6px;
    margin-right: -6px;
}

.mod-6019 .list .item {
    position: relative;
    width: 25%;
    margin-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.mod-6019 .list .item.wide {
    width: 33.33333%;
}

.mod-6019 .list .item.x-wide {
    width: 50%;
}

@media screen and (min-width: 640px) {
    .mod-6019 .list .item.wide-pc {
        width: 33.33333%;
    }
    .mod-6019 .list .item.x-wide-pc {
        width: 50%;
    }
}

.mod-6019 .list .item .pct {
    font-size: 0;
    line-height: 1;
    background: #fff;
    overflow: hidden;
}

.mod-6019 .list .item .pct img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mod-6019 .list .item .txt {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: calc(100% - 12px);
    padding: 8px 15px 7px;
    color: #fff;
    background: #222;
    background: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-size: 0.875;
    letter-spacing: .04em;
    z-index: 2;
}

.mod-6019 .list .item.shadow:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    width: calc(100% - 12px);
    height: 74px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABKCAYAAAB6ij4mAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFiOWEzMWQ4LTY0NGItNGI4My04Mzk5LTdmYjg4MTA5MWFiYSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QUM1NEU4NDA5NjkxMUU4QjY5M0YzQzVBOThGN0IzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QUM1NEU4MzA5NjkxMUU4QjY5M0YzQzVBOThGN0IzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmM4NzMwYTkyLWFmZDgtNDc4MS04NmY2LWRiMjE0YzJkM2MzNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk5ZDIxM2ZhLWY1MGEtMTE3YS1iYTFkLWQzYjU4ZDE0MTJiMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnBukgMAAAA8SURBVHjaxIwxDgAwCAIRa///ZKdqaGLXLhcOEgDAeACKdsfSK7mm1ihdipiwFfHU/vNaqbCpw1ekAAMA9lcBLK9ih2MAAAAASUVORK5CYII=) 0 0 repeat-x;
    z-index: 2;
}

.mod-6019 .list .item.shadow .txt {
    text-align: center;
    background: none;
}

@media screen and (min-width: 1025px) {
    .mod-6019 .item:hover img,
    .mod-6019 .item:active img {
        opacity: .85 !important;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    .mod-6019 .item:hover .txt,
    .mod-6019 .item:active .txt {
        text-decoration: underline;
    }
    .mod-6019.large-gutter {
        margin-bottom: 73px;
    }
    .mod-6019.large-gutter .list {
        margin-top: -16px;
        margin-left: -8px;
        margin-right: -8px;
        margin: -8px;
    }
    .mod-6019.large-gutter .list .item {
        margin-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .mod-6019.large-gutter .list .item .txt {
        width: calc(100% - 16px);
    }
    .mod-6019.large-gutter .list .item .txt.shadow:before {
        width: calc(100% - 16px);
    }
}

@media screen and (max-width: 1024px) {
    .mod-6019 .list .item .txt {
        font-size: 12px;
        font-size: 0.75;
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media screen and (max-width: 639px) {
    .mod-6019 .list {
        margin-top: -6px;
        margin-left: -3px;
        margin-right: -3px;
    }
    .mod-6019 .list .item,
    .mod-6019 .list .item.width {
        width: 50%;
        margin-top: 6px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .mod-6019 .list .item:nth-child(2n),
    .mod-6019 .list .item.width:nth-child(2n) {
        margin-right: 0;
    }
    .mod-6019 .list .item:nth-child(2n+1),
    .mod-6019 .list .item.width:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-6019 .list .item.full-wide-sp,
    .mod-6019 .list .item.width.full-wide-sp {
        width: 100%;
    }
    .mod-6019 .list .item .txt,
    .mod-6019 .list .item.width .txt {
        width: calc(100% - 6px);
        font-size: 13px;
        font-size: 0.8125;
        letter-spacing: -.04em;
    }
    .mod-6019 .list .item.shadow {
        width: 100%;
        border: 1px solid #ddd;
        padding: 2px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 5px;
    }
    .mod-6019 .list .item.shadow .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mod-6019 .list .item.shadow:first-child {
        margin-top: 10px;
    }
    .mod-6019 .list .item.shadow:before {
        display: none;
    }
    .mod-6019 .list .item.shadow .pct {
        width: 91px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mod-6019 .list .item.shadow .txt {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        color: #222;
        font-size: 14px;
        font-size: 0.875;
        letter-spacing: .06em;
        padding: 6px 5px 5px;
    }
    .mod-6019 .list .item.shadow a {
        text-decoration: none;
    }
}

@media screen and (max-width: 639px) {
    .mod-6019.layout-02:not(.for-header) .list {
        display: block;
        margin: 0;
    }
    .mod-6019.layout-02:not(.for-header) .list .item {
        width: 100%;
        margin: 0;
        padding: 2px 0;
        border-bottom: 1px solid #ddd;
    }
    .mod-6019.layout-02:not(.for-header) .list .item a {
        position: relative;
        display: block;
    }
    .mod-6019.layout-02:not(.for-header) .list .item .pct {
        width: 90px;
        height: 100%;
    }
    .mod-6019.layout-02:not(.for-header) .list .item .txt {
        position: absolute;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        left: 0;
        bottom: 50%;
        width: 100%;
        padding: 0 0 0 130px;
        color: #030000;
        font-size: 14px;
        font-size: 0.875;
        line-height: 22px;
        background: none;
    }
    .mod-6019.layout-02:not(.for-header) .list .item .txt:before {
        content: '\f054';
        position: absolute;
        left: 118px;
        color: #0d2ea0;
        font-size: 12px;
        font-size: 0.75;
        line-height: 22px;
        font-family: 'fontAwesome';
        text-decoration: none;
    }
}

@media screen and (max-width: 1024px) {
    .mod-6019.layout-02.for-header {
        margin-bottom: 0;
    }
    .mod-6019.layout-02.for-header .list {
        display: block;
        margin: 0;
        padding-top: 0 !important;
    }
    .mod-6019.layout-02.for-header .list .item {
        width: 100%;
        margin: 0;
        padding: 2px 0;
        border-bottom: 1px solid #ddd;
    }
    .mod-6019.layout-02.for-header .list .item:last-child {
        border-bottom: none !important;
    }
    .mod-6019.layout-02.for-header .list .item a {
        position: relative;
        display: block;
    }
    .mod-6019.layout-02.for-header .list .item .pct {
        width: 90px;
        height: 100%;
    }
    .mod-6019.layout-02.for-header .list .item .txt {
        position: absolute;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        left: 0;
        bottom: 50%;
        width: 100%;
        padding: 0 0 0 130px;
        color: #030000;
        font-size: 14px;
        font-size: 0.875;
        line-height: 22px;
        background: none;
    }
    .mod-6019.layout-02.for-header .list .item .txt:before {
        content: '\f054';
        position: absolute;
        left: 118px;
        color: #0d2ea0;
        font-size: 12px;
        font-size: 0.75;
        line-height: 22px;
        font-family: 'fontAwesome';
        text-decoration: none;
    }
}


/******************************************************************************
 ██████   ██████  ██████   ██████
██       ██  ████      ██ ██  ████
███████  ██ ██ ██  █████  ██ ██ ██
██    ██ ████  ██ ██      ████  ██
 ██████   ██████  ███████  ██████
*******************************************************************************/

.mod-6020 {
    position: relative;
    padding-left: 170px;
    padding-bottom: 24px;
    border: 1px solid #ddd;
}

.mod-6020 .mainlink {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 170px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.mod-6020 .mainlink .txt {
    font-size: 14px;
    font-size: 0.875;
}

.mod-6020 .mainlink:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 36px;
    background: #ddd;
}

.mod-6020 .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mod-6020 .links .item {
    width: calc(10px + ((100% - 90px) / 10 * 2));
    margin-top: 24px;
    font-size: 14px;
    font-size: 0.875;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 639px) {
    .mod-6020 {
        padding-left: 0;
    }
    .mod-6020 .mainlink {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        margin-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
    .mod-6020 .mainlink:after {
        display: none;
    }
    .mod-6020 .links {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .mod-6020 .links .item {
        width: 33.33333%;
    }
}

.mod-6006+.mod-6020 {
    margin-top: 30px;
}


/******************************************************************************
 ██████   ██████  ██████   ██
██       ██  ████      ██ ███
███████  ██ ██ ██  █████   ██
██    ██ ████  ██ ██       ██
 ██████   ██████  ███████  ██
******************************************************************************/

.mod-6021 {
    margin-bottom: 14px;
    background: #fafafa;
}

.mod-6021 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.mod-6021 .list .item {
    width: 50%;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-size: 0.9375;
    letter-spacing: .06em;
    line-height: 1;
    padding-top: 34px;
    padding-bottom: 28px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.mod-6021 .list .item.is-active {
    border-bottom-color: #0d2ea0;
    color: #222;
}

@media screen and (max-width: 639px) {
    .mod-6021 {
        margin-left: -10px;
        margin-right: -10px;
    }
}


/*
 ██████   ██████  ██████  ██████
██       ██  ████      ██      ██
███████  ██ ██ ██  █████   █████
██    ██ ████  ██ ██      ██
 ██████   ██████  ███████ ███████
*/

.mod-6022 {
    text-align: right;
    line-height: 1;
    margin-bottom: 20px;
}

.mod-6022 .txt {
    font-size: 12px;
    font-size: 0.75;
    padding-left: 17px;
}

.mod-6022 .txt:before {
    content: '\f0d8';
    top: -2px;
}


/*
 ██████   ██████  ██████  ██████
██       ██  ████      ██      ██
███████  ██ ██ ██  █████   █████
██    ██ ████  ██ ██           ██
 ██████   ██████  ███████ ██████
*/

.mod-6023 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #0d2ea0;
    z-index: 105;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.mod-6023.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.mod-6023.is-none {
    display: none;
}

.mod-6023 .wrap {
    box-sizing: content-box;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1097px;
    margin-left: auto;
    margin-right: auto;
}

.mod-6023 .wrap .wrap-cnt {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.mod-6023 .wrap .wrap-cnt .txt,
.mod-6023 .wrap .wrap-cnt .buttons {
    display: table-cell;
    vertical-align: top;
    padding-top: 22px;
    padding-bottom: 20px;
}

.mod-6023 .wrap .wrap-cnt .txt {
    padding-top: 15px;
    padding-right: 45px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 2;
    letter-spacing: 0;
}

.mod-6023 .wrap .wrap-cnt .buttons {
    width: 320px;
    font-size: 0;
    line-height: 1;
}

.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1,
.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-2 {
    box-sizing: border-box;
    width: 138px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1 {
    margin-left: 5px;
    border: 1px solid #2169DE;
}

.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1:hover,
.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1:active {
    border-color: #071956;
}

.mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1:before {
    display: none !important;
}

.mod-6023 .buttons-btn-1,
.mod-6023 .buttons-btn-2 {
    position: relative;
    right: -3px;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    width: 300px;
    padding: 23px;
    font-size: 12px;
    font-size: 0.75;
    letter-spacing: .02em;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mod-6023 .buttons-btn-1 {
    color: #fff !important;
    background: #0d2ea0;
    min-width: 161px;
}

@media screen and (min-width: 1025px) {
    .mod-6023 .buttons-btn-1:hover,
    .mod-6023 .buttons-btn-1:active {
        opacity: .7;
    }
}

.mod-6023 .buttons-btn-2 {
    color: #fff;
    border: 1px solid #666;
    background: #666;
    min-width: 154px;
}

@media screen and (min-width: 1025px) {
    .mod-6023 .buttons-btn-2:hover,
    .mod-6023 .buttons-btn-2:active {
        opacity: .7;
    }
}

@media screen and (max-width: 1023px) {
    .mod-6023 .wrap .wrap-cnt,
    .mod-6023 .wrap .wrap-cnt .txt,
    .mod-6023 .wrap .wrap-cnt .buttons {
        display: block;
        padding: 0;
    }
    .mod-6023 .wrap .wrap-cnt {
        width: auto;
        padding: 30px 0 30px;
    }
    .mod-6023 .wrap .wrap-cnt .txt {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.429;
    }
    .mod-6023 .wrap .wrap-cnt .buttons {
        width: auto;
    }
    .mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1,
    .mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-2 {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 15px 25px;
        line-height: 1.429;
        font-size: 14px;
        min-width: 0;
    }
    .mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-2 {
        margin-left: 0 !important;
    }
    .mod-6023 .wrap .wrap-cnt .buttons .buttons-btn-1 {
        margin-left: 12px;
    }
}


/*
 ██████   ██████  ██████  ██   ██
██       ██  ████      ██ ██   ██
███████  ██ ██ ██  █████  ███████
██    ██ ████  ██ ██           ██
 ██████   ██████  ███████      ██
*/

.mod-6024 {
    list-style-type: none;
    margin: 0 -10px 20px;
    overflow: hidden;
}

@media screen and (max-width: 639px) {
    .mod-6024 {
        margin: 0 -5px 20px;
    }
}

.mod-6024 .item {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}

@media screen and (max-width: 639px) {
    .mod-6024 .item {
        padding: 0 5px;
    }
}

.mod-6024 .item .link {
    display: block;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 1.75;
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 639px) {
    .mod-6024 .item .link {
        font-size: 13px;
        padding: 10px;
    }
}

.mod-6024 .item .link span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

@media screen and (max-width: 639px) {
    .mod-6024 .item .link span {
        padding-left: 10px;
    }
}

.mod-6024 .item .link span:before {
    content: '\f054';
    position: absolute;
    left: 0;
    color: #0d2ea0;
    top: 2px;
    font-size: 12px;
    font-size: 0.75;
    line-height: 22px;
    font-family: 'fontAwesome';
    text-decoration: none;
}

@media screen and (max-width: 639px) {
    .mod-6024 .item .link span:before {
        font-size: 8px;
        font-size: 0.5;
        top: 0;
    }
}


/******************************************************************************
███████  ██████
     ██ ██  ████
    ██  ██ ██ ██
   ██   ████  ██
   ██    ██████
******************************************************************************/


/* メディアモジュール */


/******************************************************************************
███████  ██████   ██████   ██
     ██ ██  ████ ██  ████ ███
    ██  ██ ██ ██ ██ ██ ██  ██
   ██   ████  ██ ████  ██  ██
   ██    ██████   ██████   ██
******************************************************************************/

.mod-7001 {
    margin-bottom: 20px;
}

.mod-7001 .link {
    text-align: right;
}

.mod-7001 .box {
    margin-bottom: 16px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media screen and (max-width: 639px) {
    .mod-7001 .box {
        margin-bottom: 8px;
    }
}

.mod-7001 .mod-2009 {
    border-left: none;
    border-right: none;
    padding: 14px 18px;
    font-size: 16px;
    font-size: 1;
    font-weight: bold;
    letter-spacing: 0.02rem;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 639px) {
    .mod-7001 .mod-2009 {
        padding: 10px 15px;
        font-size: 14px;
        font-size: 0.875;
    }
}

.mod-7001 .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 30px;
    min-height: 192px;
}

.mod-7001 .main:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main {
        display: block;
        padding: 0 15px;
    }
}

.mod-7001 .main .col-img {
    width: 304px;
    height: 100%;
}

.mod-7001 .main .col-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    width: auto;
    height: auto;
}

.mod-7001 .main .col-img .mod-7006 {
    margin-bottom: 0;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-img {
        position: static;
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 20px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .mod-7001 .main .col-img img {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        max-height: none;
    }
}

.mod-7001 .main .col-txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
    }
}

.mod-7001 .main .col-txt .brand {
    margin-bottom: 9px;
    text-align: right;
}

.mod-7001 .main .col-txt .brand dd,
.mod-7001 .main .col-txt .brand dt {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875;
}

.mod-7001 .main .col-txt .brand dd+dt {
    margin-left: 3px;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt .brand {
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.mod-7001 .main .col-txt th {
    font-weight: normal;
}

.mod-7001 .main .col-txt td {
    text-align: right;
    letter-spacing: 0.02rem;
}

.mod-7001 .main .col-txt td.ratio {
    font-weight: bold;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt td.ratio {
        font-weight: normal;
    }
}

.mod-7001 .main .col-txt td,
.mod-7001 .main .col-txt th {
    padding: 10px 0;
}

.mod-7001 .main .col-txt table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt table {
        border-bottom: 1px solid #ddd;
    }
}

.mod-7001 .main .col-txt thead th {
    font-size: 14px;
    font-size: 0.875;
    text-align: right;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt thead th {
        text-align: left;
    }
}

.mod-7001 .main .col-txt tbody td,
.mod-7001 .main .col-txt tbody th {
    border-top: 1px solid #ddd;
}

.mod-7001 .main .col-txt tbody th {
    font-size: 14px;
    font-size: 0.875;
    text-align: left;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt tbody th {
        font-weight: bold;
    }
}

.mod-7001 .main .col-txt tbody tr:nth-child(1) td {
    font-size: 30px;
    font-size: 1.875;
    font-weight: bold;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt tbody tr:nth-child(1) td {
        font-size: 25px;
        font-size: 1.5625;
    }
}

.mod-7001 .main .col-txt tbody tr:nth-child(2) td {
    font-size: 16px;
    font-size: 1;
}

@media screen and (max-width: 639px) {
    .mod-7001 .main .col-txt tbody tr:nth-child(2) td {
        font-size: 14px;
        font-size: 0.875;
    }
}

html.ie8 .mod-7001 .col-img {
    position: static;
}


/******************************************************************************
███████  ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
    ██  ██ ██ ██ ██ ██ ██  █████
   ██   ████  ██ ████  ██ ██
   ██    ██████   ██████  ███████
******************************************************************************/

.mod-7002 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* IE10以降 */
}

.mod-7002:after {
    content: '';
    display: block;
    clear: both;
}

.mod-7002:not(.xlarge) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 639px) {
    .mod-7002 {
        display: block\9;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}

.mod-7002 .description:first-child,
.mod-7002 .img:first-child {
    padding-left: 0;
}

.mod-7002 .description:last-child,
.mod-7002 .img:last-child {
    padding-right: 0;
}

.mod-7002 .description .block,
.mod-7002 .img .block {
    overflow: hidden;
}

.mod-7002 .description {
    padding-right: 30px;
    margin-bottom: 20px;
}

.mod-7002 .img {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.mod-7002 .img .block {
    display: block;
}

.mod-7002 .img .block+.block {
    margin-top: 20px;
}

.mod-7002 .img+.description {
    padding-right: 0;
    padding-left: 30px;
}

.mod-7002 img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mod-7002 .caption {
    font-size: 12px;
    font-size: 0.75;
    display: block;
    margin-top: 7px;
    line-height: 1.666666667;
}

.mod-7002 .caption>*:not(.mod-6002) {
    display: block;
}

.mod-7002 .caption.left {
    text-align: left;
}

.mod-7002 .caption.size-2 {
    margin-top: 10px;
}

.mod-7002 .caption.size-2 .mod-6001,
.mod-7002 .caption.size-2 .mod-6022 .txt,
.mod-6022 .mod-7002 .caption.size-2 .txt {
    font-size: 14px;
    font-size: 0.875;
}

.mod-7002 .caption .mod-6001,
.mod-7002 .caption .mod-6022 .txt,
.mod-6022 .mod-7002 .caption .txt {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-size: 0.75;
    padding-left: 15px;
}

.mod-7002 .caption .mod-6001:before,
.mod-7002 .caption .mod-6022 .txt:before,
.mod-6022 .mod-7002 .caption .txt:before {
    top: -2px;
}

.mod-7002 .caption .mod-3001,
.mod-7002 .caption .description>p:not([class^="mod-"]),
.mod-7002 .caption .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-7002 .caption p:not([class^="mod-"]),
.mod-7002 .caption .mod-a010>p:not([class^="mod-"]) {
    font-size: 12px;
    font-size: 0.75;
}

.mod-7002 .caption .mod-3001.bold,
.mod-7002 .caption .description>p.bold:not([class^="mod-"]),
.mod-7002 .caption .mod-a004 p.bold:not([class^="mod-"]),
.mod-a004 .mod-7002 .caption p.bold:not([class^="mod-"]),
.mod-7002 .caption .mod-a010>p.bold:not([class^="mod-"]) {
    font-weight: bold;
}

.mod-7002+.description {
    padding-right: 0;
    padding-left: 30px;
}

.mod-7002.xsmall .description {
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
}

.mod-7002.xsmall .img {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
}

.mod-7002.xsmall.center .img .block {
    max-width: 12.5%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mod-7002.xsmall.center .img .block img {
    width: auto;
    height: auto;
}

.mod-7002.small .description {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.mod-7002.small .img {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.mod-7002.small.center .img .block {
    max-width: 25%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mod-7002.small.center .img .block img {
    width: auto;
    height: auto;
}

.mod-7002.medium .description {
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
}

.mod-7002.medium .img {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
}

.mod-7002.medium.center .img .block {
    max-width: 37.5%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mod-7002.medium.center .img .block img {
    width: auto;
    height: auto;
}

.mod-7002.large .description {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.mod-7002.large .img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.mod-7002.large.center .img .block {
    max-width: 50%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mod-7002.large.center .img .block img {
    width: auto;
    height: auto;
}

.mod-7002.center .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
}

.mod-7002.center .img .block {
    max-width: none !important;
}

.mod-7002.center .img .block,
.mod-7002.center .img .block+.block {
    margin-top: 0;
}

.mod-7002.center .description {
    padding: 0;
}

.mod-7002.center .img,
.mod-7002.center .description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.mod-7002.center.xlarge .img .block,
.mod-7002.center.large .img .block {
    width: 100%;
}

.mod-7002.center.xlarge .img .block+.block,
.mod-7002.center.large .img .block+.block {
    margin-top: 20px;
}

.mod-7002.center.medium .img .block {
    width: calc(150px + ((100% - 330px) / 12 * 6));
    margin-left: 15px;
    margin-right: 15px;
}

.mod-7002.center.medium .img .block:nth-child(odd) {
    margin-left: 0;
}

.mod-7002.center.medium .img .block:nth-child(even) {
    margin-right: 0;
}

.mod-7002.center.medium .img .block:nth-child(n + 3) {
    margin-top: 20px;
}

.mod-7002.center.small .img .block {
    width: calc(90px + ((100% - 330px) / 12 * 4));
    margin-left: 15px;
    margin-right: 15px;
}

.mod-7002.center.small .img .block:nth-child(3n + 1) {
    margin-left: 0;
}

.mod-7002.center.small .img .block:nth-child(3n) {
    margin-right: 0;
}

.mod-7002.center.small .img .block:nth-child(n + 4) {
    margin-top: 20px;
}

.mod-7002.center.xsmall .img .block {
    width: calc(30px + ((100% - 330px) / 12 * 2));
    margin-left: 15px;
    margin-right: 15px;
}

.mod-7002.center.xsmall .img .block:nth-child(5n + 1) {
    margin-left: 0;
}

.mod-7002.center.xsmall .img .block:nth-child(5n) {
    margin-right: 0;
}

.mod-7002.center.xsmall .img .block:nth-child(n + 6) {
    margin-top: 20px;
}

.mod-7002.xsmall .description,
.mod-7002.small .description,
.mod-7002.medium .description,
.mod-7002.large .description,
.mod-7002.xlarge .description {
    display: inline;
}

.mod-7002.xsmall .block,
.mod-7002.small .block,
.mod-7002.medium .block,
.mod-7002.large .block,
.mod-7002.xlarge .block {
    display: block;
    text-align: center;
    width: 100%;
}

.mod-7002.xsmall .block img,
.mod-7002.small .block img,
.mod-7002.medium .block img,
.mod-7002.large .block img,
.mod-7002.xlarge .block img {
    width: auto;
}

@media screen and (max-width: 639px) {
    .mod-7002.xsmall .img .block,
    .mod-7002.small .img .block,
    .mod-7002.medium .img .block,
    .mod-7002.large .img .block,
    .mod-7002.xlarge .img .block {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.mod-7002.xsmall.multi,
.mod-7002.small.multi,
.mod-7002.medium.multi,
.mod-7002.large.multi,
.mod-7002.xlarge.multi {
    margin-bottom: 20px;
}

.mod-7002.xsmall.multi .img,
.mod-7002.small.multi .img,
.mod-7002.medium.multi .img,
.mod-7002.large.multi .img,
.mod-7002.xlarge.multi .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
}

.mod-7002.xsmall.multi .img .block,
.mod-7002.xsmall.multi .img .block+.block,
.mod-7002.small.multi .img .block,
.mod-7002.small.multi .img .block+.block,
.mod-7002.medium.multi .img .block,
.mod-7002.medium.multi .img .block+.block,
.mod-7002.large.multi .img .block,
.mod-7002.large.multi .img .block+.block,
.mod-7002.xlarge.multi .img .block,
.mod-7002.xlarge.multi .img .block+.block {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
}

.mod-7002.xsmall.multi .img,
.mod-7002.xsmall.multi .description,
.mod-7002.small.multi .img,
.mod-7002.small.multi .description,
.mod-7002.medium.multi .img,
.mod-7002.medium.multi .description,
.mod-7002.large.multi .img,
.mod-7002.large.multi .description,
.mod-7002.xlarge.multi .img,
.mod-7002.xlarge.multi .description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.mod-7002.xsmall.multi .img+.description,
.mod-7002.xsmall.multi .description+.img,
.mod-7002.small.multi .img+.description,
.mod-7002.small.multi .description+.img,
.mod-7002.medium.multi .img+.description,
.mod-7002.medium.multi .description+.img,
.mod-7002.large.multi .img+.description,
.mod-7002.large.multi .description+.img,
.mod-7002.xlarge.multi .img+.description,
.mod-7002.xlarge.multi .description+.img {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.medium .img .block:nth-child(n + 3),
.mod-7002.small.multi.medium .img .block:nth-child(n + 3),
.mod-7002.medium.multi.medium .img .block:nth-child(n + 3),
.mod-7002.large.multi.medium .img .block:nth-child(n + 3),
.mod-7002.xlarge.multi.medium .img .block:nth-child(n + 3) {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.xlarge .img .block+.block,
.mod-7002.xsmall.multi.large .img .block+.block,
.mod-7002.small.multi.xlarge .img .block+.block,
.mod-7002.small.multi.large .img .block+.block,
.mod-7002.medium.multi.xlarge .img .block+.block,
.mod-7002.medium.multi.large .img .block+.block,
.mod-7002.large.multi.xlarge .img .block+.block,
.mod-7002.large.multi.large .img .block+.block,
.mod-7002.xlarge.multi.xlarge .img .block+.block,
.mod-7002.xlarge.multi.large .img .block+.block {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.medium .img .block:nth-child(n + 3),
.mod-7002.small.multi.medium .img .block:nth-child(n + 3),
.mod-7002.medium.multi.medium .img .block:nth-child(n + 3),
.mod-7002.large.multi.medium .img .block:nth-child(n + 3),
.mod-7002.xlarge.multi.medium .img .block:nth-child(n + 3) {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.small .img .block:nth-child(n + 4),
.mod-7002.small.multi.small .img .block:nth-child(n + 4),
.mod-7002.medium.multi.small .img .block:nth-child(n + 4),
.mod-7002.large.multi.small .img .block:nth-child(n + 4),
.mod-7002.xlarge.multi.small .img .block:nth-child(n + 4) {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.xsmall .img .block:nth-child(n + 6),
.mod-7002.small.multi.xsmall .img .block:nth-child(n + 6),
.mod-7002.medium.multi.xsmall .img .block:nth-child(n + 6),
.mod-7002.large.multi.xsmall .img .block:nth-child(n + 6),
.mod-7002.xlarge.multi.xsmall .img .block:nth-child(n + 6) {
    margin-top: 20px;
}

.mod-7002.xsmall.multi.xsmall .img .block,
.mod-7002.small.multi.xsmall .img .block,
.mod-7002.medium.multi.xsmall .img .block,
.mod-7002.large.multi.xsmall .img .block,
.mod-7002.xlarge.multi.xsmall .img .block {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
}

.mod-7002.xsmall.multi.small .img .block,
.mod-7002.small.multi.small .img .block,
.mod-7002.medium.multi.small .img .block,
.mod-7002.large.multi.small .img .block,
.mod-7002.xlarge.multi.small .img .block {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.mod-7002.xsmall.multi.medium .img .block,
.mod-7002.small.multi.medium .img .block,
.mod-7002.medium.multi.medium .img .block,
.mod-7002.large.multi.medium .img .block,
.mod-7002.xlarge.multi.medium .img .block {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
}

.mod-7002.xsmall.multi.large .img .block,
.mod-7002.small.multi.large .img .block,
.mod-7002.medium.multi.large .img .block,
.mod-7002.large.multi.large .img .block,
.mod-7002.xlarge.multi.large .img .block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.mod-7002.xsmall.multi.large .img,
.mod-7002.small.multi.large .img,
.mod-7002.medium.multi.large .img,
.mod-7002.large.multi.large .img,
.mod-7002.xlarge.multi.large .img {
    width: 100%;
}

@media screen and (max-width: 639px) {
    .mod-7002.xsmall.medium .img .block:nth-child(2n+1),
    .mod-7002.xsmall.medium .img .block+.block:nth-child(2n+1),
    .mod-7002.small.medium .img .block:nth-child(2n+1),
    .mod-7002.small.medium .img .block+.block:nth-child(2n+1),
    .mod-7002.medium.medium .img .block:nth-child(2n+1),
    .mod-7002.medium.medium .img .block+.block:nth-child(2n+1),
    .mod-7002.large.medium .img .block:nth-child(2n+1),
    .mod-7002.large.medium .img .block+.block:nth-child(2n+1),
    .mod-7002.xlarge.medium .img .block:nth-child(2n+1),
    .mod-7002.xlarge.medium .img .block+.block:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-7002.xsmall.medium .img .block:nth-child(2n),
    .mod-7002.xsmall.medium .img .block+.block:nth-child(2n),
    .mod-7002.small.medium .img .block:nth-child(2n),
    .mod-7002.small.medium .img .block+.block:nth-child(2n),
    .mod-7002.medium.medium .img .block:nth-child(2n),
    .mod-7002.medium.medium .img .block+.block:nth-child(2n),
    .mod-7002.large.medium .img .block:nth-child(2n),
    .mod-7002.large.medium .img .block+.block:nth-child(2n),
    .mod-7002.xlarge.medium .img .block:nth-child(2n),
    .mod-7002.xlarge.medium .img .block+.block:nth-child(2n) {
        margin-right: 0;
    }
    .mod-7002.xsmall.small .img .block:nth-child(3n+1),
    .mod-7002.xsmall.small .img .block+.block:nth-child(3n+1),
    .mod-7002.small.small .img .block:nth-child(3n+1),
    .mod-7002.small.small .img .block+.block:nth-child(3n+1),
    .mod-7002.medium.small .img .block:nth-child(3n+1),
    .mod-7002.medium.small .img .block+.block:nth-child(3n+1),
    .mod-7002.large.small .img .block:nth-child(3n+1),
    .mod-7002.large.small .img .block+.block:nth-child(3n+1),
    .mod-7002.xlarge.small .img .block:nth-child(3n+1),
    .mod-7002.xlarge.small .img .block+.block:nth-child(3n+1) {
        margin-left: 0;
    }
    .mod-7002.xsmall.small .img .block:nth-child(3n),
    .mod-7002.xsmall.small .img .block+.block:nth-child(3n),
    .mod-7002.small.small .img .block:nth-child(3n),
    .mod-7002.small.small .img .block+.block:nth-child(3n),
    .mod-7002.medium.small .img .block:nth-child(3n),
    .mod-7002.medium.small .img .block+.block:nth-child(3n),
    .mod-7002.large.small .img .block:nth-child(3n),
    .mod-7002.large.small .img .block+.block:nth-child(3n),
    .mod-7002.xlarge.small .img .block:nth-child(3n),
    .mod-7002.xlarge.small .img .block+.block:nth-child(3n) {
        margin-right: 0;
    }
    .mod-7002.xsmall.xsmall .img .block:nth-child(5n+1),
    .mod-7002.xsmall.xsmall .img .block+.block:nth-child(5n+1),
    .mod-7002.small.xsmall .img .block:nth-child(5n+1),
    .mod-7002.small.xsmall .img .block+.block:nth-child(5n+1),
    .mod-7002.medium.xsmall .img .block:nth-child(5n+1),
    .mod-7002.medium.xsmall .img .block+.block:nth-child(5n+1),
    .mod-7002.large.xsmall .img .block:nth-child(5n+1),
    .mod-7002.large.xsmall .img .block+.block:nth-child(5n+1),
    .mod-7002.xlarge.xsmall .img .block:nth-child(5n+1),
    .mod-7002.xlarge.xsmall .img .block+.block:nth-child(5n+1) {
        margin-left: 0;
    }
    .mod-7002.xsmall.xsmall .img .block:nth-child(5n),
    .mod-7002.xsmall.xsmall .img .block+.block:nth-child(5n),
    .mod-7002.small.xsmall .img .block:nth-child(5n),
    .mod-7002.small.xsmall .img .block+.block:nth-child(5n),
    .mod-7002.medium.xsmall .img .block:nth-child(5n),
    .mod-7002.medium.xsmall .img .block+.block:nth-child(5n),
    .mod-7002.large.xsmall .img .block:nth-child(5n),
    .mod-7002.large.xsmall .img .block+.block:nth-child(5n),
    .mod-7002.xlarge.xsmall .img .block:nth-child(5n),
    .mod-7002.xlarge.xsmall .img .block+.block:nth-child(5n) {
        margin-right: 0;
    }
    .mod-7002.xsmall.medium .img .block:nth-child(odd),
    .mod-7002.small.medium .img .block:nth-child(odd),
    .mod-7002.medium.medium .img .block:nth-child(odd),
    .mod-7002.large.medium .img .block:nth-child(odd),
    .mod-7002.xlarge.medium .img .block:nth-child(odd) {
        margin-left: 0 !important;
    }
    .mod-7002.xsmall.medium .img .block:nth-child(even),
    .mod-7002.xsmall.medium .img .block:last-child,
    .mod-7002.small.medium .img .block:nth-child(even),
    .mod-7002.small.medium .img .block:last-child,
    .mod-7002.medium.medium .img .block:nth-child(even),
    .mod-7002.medium.medium .img .block:last-child,
    .mod-7002.large.medium .img .block:nth-child(even),
    .mod-7002.large.medium .img .block:last-child,
    .mod-7002.xlarge.medium .img .block:nth-child(even),
    .mod-7002.xlarge.medium .img .block:last-child {
        margin-right: 0 !important;
    }
    .mod-7002.xsmall.small .img .block:nth-child(3n+1),
    .mod-7002.small.small .img .block:nth-child(3n+1),
    .mod-7002.medium.small .img .block:nth-child(3n+1),
    .mod-7002.large.small .img .block:nth-child(3n+1),
    .mod-7002.xlarge.small .img .block:nth-child(3n+1) {
        margin-left: 0 !important;
    }
    .mod-7002.xsmall.small .img .block:nth-child(3n),
    .mod-7002.xsmall.small .img .block:last-child,
    .mod-7002.small.small .img .block:nth-child(3n),
    .mod-7002.small.small .img .block:last-child,
    .mod-7002.medium.small .img .block:nth-child(3n),
    .mod-7002.medium.small .img .block:last-child,
    .mod-7002.large.small .img .block:nth-child(3n),
    .mod-7002.large.small .img .block:last-child,
    .mod-7002.xlarge.small .img .block:nth-child(3n),
    .mod-7002.xlarge.small .img .block:last-child {
        margin-right: 0 !important;
    }
    .mod-7002.xsmall.xsmall .img .block:nth-child(5n+1),
    .mod-7002.small.xsmall .img .block:nth-child(5n+1),
    .mod-7002.medium.xsmall .img .block:nth-child(5n+1),
    .mod-7002.large.xsmall .img .block:nth-child(5n+1),
    .mod-7002.xlarge.xsmall .img .block:nth-child(5n+1) {
        margin-left: 0 !important;
    }
    .mod-7002.xsmall.xsmall .img .block:nth-child(5n),
    .mod-7002.xsmall.xsmall .img .block:last-child,
    .mod-7002.small.xsmall .img .block:nth-child(5n),
    .mod-7002.small.xsmall .img .block:last-child,
    .mod-7002.medium.xsmall .img .block:nth-child(5n),
    .mod-7002.medium.xsmall .img .block:last-child,
    .mod-7002.large.xsmall .img .block:nth-child(5n),
    .mod-7002.large.xsmall .img .block:last-child,
    .mod-7002.xlarge.xsmall .img .block:nth-child(5n),
    .mod-7002.xlarge.xsmall .img .block:last-child {
        margin-right: 0 !important;
    }
}

.mod-7002.xlarge .description {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media all and (-ms-high-contrast: none) {
    .mod-7002 .description,
    .mod-7002.xsmall .description,
    .mod-7002.small .description,
    .mod-7002.medium .description,
    .mod-7002.large .description,
    .mod-7002.xlarge .description {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        /* IE10のみ */
        display: -ms-grid\9;
    }
    .mod-7002.multi .img,
    .mod-7002.xsmall.multi .img,
    .mod-7002.small.multi .img,
    .mod-7002.medium.multi .img,
    .mod-7002.large.multi .img,
    .mod-7002.xlarge.multi .img {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }
    .mod-7002.multi .description,
    .mod-7002.xsmall.multi .description,
    .mod-7002.small.multi .description,
    .mod-7002.medium.multi .description,
    .mod-7002.large.multi .description,
    .mod-7002.xlarge.multi .description {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }
}

@media screen and (max-width: 639px) {
    .mod-7002 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .mod-7002.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mod-7002.xsmall .description,
    .mod-7002.xsmall .img,
    .mod-7002.small .description,
    .mod-7002.small .img,
    .mod-7002.medium .description,
    .mod-7002.medium .img,
    .mod-7002.large .description,
    .mod-7002.large .img,
    .mod-7002.xlarge-sp .description,
    .mod-7002.xlarge-sp .img {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .mod-7002.xsmall .img .block,
    .mod-7002.small .img .block,
    .mod-7002.medium .img .block,
    .mod-7002.large .img .block,
    .mod-7002.xlarge-sp .img .block {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mod-7002.xsmall .img .block,
    .mod-7002.xsmall .img .block+.block,
    .mod-7002.small .img .block,
    .mod-7002.small .img .block+.block,
    .mod-7002.medium .img .block,
    .mod-7002.medium .img .block+.block,
    .mod-7002.large .img .block,
    .mod-7002.large .img .block+.block,
    .mod-7002.xlarge-sp .img .block,
    .mod-7002.xlarge-sp .img .block+.block {
        margin-top: 0;
    }
    .mod-7002.xsmall .img .block:first-child,
    .mod-7002.small .img .block:first-child,
    .mod-7002.medium .img .block:first-child,
    .mod-7002.large .img .block:first-child,
    .mod-7002.xlarge-sp .img .block:first-child {
        margin-left: 0;
    }
    .mod-7002.xsmall .img .block:last-child,
    .mod-7002.small .img .block:last-child,
    .mod-7002.medium .img .block:last-child,
    .mod-7002.large .img .block:last-child,
    .mod-7002.xlarge-sp .img .block:last-child {
        margin-right: 0;
    }
    .mod-7002.xsmall .img .block img,
    .mod-7002.small .img .block img,
    .mod-7002.medium .img .block img,
    .mod-7002.large .img .block img,
    .mod-7002.xlarge-sp .img .block img {
        width: auto;
    }
    .mod-7002.xsmall.xsmall .img .block:nth-child(n + 6),
    .mod-7002.small.xsmall .img .block:nth-child(n + 6),
    .mod-7002.medium.xsmall .img .block:nth-child(n + 6),
    .mod-7002.large.xsmall .img .block:nth-child(n + 6),
    .mod-7002.xlarge-sp.xsmall .img .block:nth-child(n + 6) {
        margin-top: 20px;
    }
    .mod-7002.xsmall.small .img .block:nth-child(n + 4),
    .mod-7002.small.small .img .block:nth-child(n + 4),
    .mod-7002.medium.small .img .block:nth-child(n + 4),
    .mod-7002.large.small .img .block:nth-child(n + 4),
    .mod-7002.xlarge-sp.small .img .block:nth-child(n + 4) {
        margin-top: 20px;
    }
    .mod-7002.xsmall.medium .img .block:nth-child(n + 3),
    .mod-7002.small.medium .img .block:nth-child(n + 3),
    .mod-7002.medium.medium .img .block:nth-child(n + 3),
    .mod-7002.large.medium .img .block:nth-child(n + 3),
    .mod-7002.xlarge-sp.medium .img .block:nth-child(n + 3) {
        margin-top: 20px;
    }
    .mod-7002.xsmall.large .block+.block,
    .mod-7002.xsmall.xlarge .block+.block,
    .mod-7002.xsmall.xlarge-sp .block+.block,
    .mod-7002.small.large .block+.block,
    .mod-7002.small.xlarge .block+.block,
    .mod-7002.small.xlarge-sp .block+.block,
    .mod-7002.medium.large .block+.block,
    .mod-7002.medium.xlarge .block+.block,
    .mod-7002.medium.xlarge-sp .block+.block,
    .mod-7002.large.large .block+.block,
    .mod-7002.large.xlarge .block+.block,
    .mod-7002.large.xlarge-sp .block+.block,
    .mod-7002.xlarge-sp.large .block+.block,
    .mod-7002.xlarge-sp.xlarge .block+.block,
    .mod-7002.xlarge-sp.xlarge-sp .block+.block {
        margin-top: 20px;
    }
    .mod-7002.large .img {
        margin-left: 0;
        margin-right: 0;
    }
    .mod-7002.xlarge .img {
        width: 100%;
    }
    .mod-7002.xlarge .img img {
        width: auto;
    }
    .mod-7002.xlarge .description {
        padding-left: 0;
        padding-right: 0;
    }
    .mod-7002.xsmall .img,
    .mod-7002.small .img {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mod-7002.xsmall .img .block,
    .mod-7002.small .img .block {
        width: calc(30px + ((100% - 110px) / 12 * 4));
    }
    .mod-7002.xsmall .img .block {
        width: calc(20px + ((100% - 110px) / 12 * 3));
    }
    .mod-7002.medium .img,
    .mod-7002.large .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mod-7002.medium .img .block,
    .mod-7002.large .img .block {
        width: calc(50px + ((100% - 110px) / 12 * 6));
    }
    .mod-7002.medium .img .block:nth-child(2n+1),
    .mod-7002.large .img .block:nth-child(2n+1) {
        margin-left: 0;
    }
    .mod-7002.medium .img .block:nth-child(2n),
    .mod-7002.large .img .block:nth-child(2n) {
        margin-right: 0;
    }
    .mod-7002.large .img .block {
        width: 100%;
    }
    .mod-7002.spmenu {
        margin-bottom: 0px;
    }
    .mod-7002.spmenu .img {
        margin-bottom: 0;
    }
    .mod-7002.spmenu .img .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mod-7002.spmenu .img .block .menuwrap {
        display: block;
    }
    .mod-7002.spmenu .img .block img {
        display: block;
        width: 97px;
        height: auto;
    }
    .mod-7002.spmenu .img .block .caption {
        padding-left: 20px;
    }
    .mod-7002.medium-sp .img {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mod-7002.medium-sp .img .block {
        width: calc(50px + ((100% - 110px) / 12 * 6)) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .mod-7002.medium-sp .img .block:nth-child(odd) {
        margin-right: 5px !important;
    }
    .mod-7002.medium-sp .img .block:nth-child(even) {
        margin-left: 5px !important;
    }
    .mod-7002.medium-sp .img .block:nth-child(n + 3) {
        margin-top: 20px !important;
    }
    .mod-7002.large-sp .img {
        display: block;
    }
    .mod-7002.large-sp .img .block {
        width: 100%;
    }
    .multi.column-1 .img {
        display: block !important;
    }
    .multi.column-1 .img .block {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/******************************************************************************
███████  ██████   ██████  ██████
     ██ ██  ████ ██  ████      ██
    ██  ██ ██ ██ ██ ██ ██  █████
   ██   ████  ██ ████  ██      ██
   ██    ██████   ██████  ██████
******************************************************************************/

.mod-7003 {
    margin-bottom: 20px;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.mod-7003 .image {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}


/******************************************************************************
███████  ██████   ██████  ██   ██
     ██ ██  ████ ██  ████ ██   ██
    ██  ██ ██ ██ ██ ██ ██ ███████
   ██   ████  ██ ████  ██      ██
   ██    ██████   ██████       ██
******************************************************************************/

.mod-7004 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.mod-7004 .pct {
    width: 80px;
    text-align: center;
    padding-right: 20px;
    box-sizing: content-box;
}

.mod-7004 .pct .image {
    max-width: 80px;
    max-height: 93px;
    width: auto;
    height: auto;
}

.mod-7004 .pct img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mod-7004 .pct img+img {
    margin-top: 10px;
}

.mod-7004 .profile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mod-7004 .profile .name {
    display: block;
    margin-bottom: 8px;
}

.mod-7004 .profile .name .mod-2007 {
    margin-top: 16px;
}

.mod-7004 .profile .description {
    padding-top: 9px;
    border-top: 1px solid #ccc;
}

.mod-7004 .profile .description>.mod-2007 {
    margin-top: 0;
}

.mod-7004 .profile .description .mod-2007 {
    margin-bottom: -4px;
}

.mod-7004 .profile .description *:last-child {
    margin-bottom: 0;
}

.mod-7004+.mod-7004 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.mod-7004+.mod-7004 .pct {
    top: 27px;
}

.mod-7004.large-pct .pct {
    width: 120px;
}

.mod-7004.large-pct .pct .image {
    max-width: 120px;
    max-height: none;
}

@media screen and (max-width: 639px) {
    .mod-7004 {
        min-height: 0;
        display: block;
    }
    .mod-7004 .pct {
        padding-right: 0;
    }
    .mod-7004 .pct .image {
        margin-right: 10px;
        max-height: none;
    }
    .mod-7004 .pct .name .mod-3001,
    .mod-7004 .pct .name .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-7004 .pct .name .description>p:not([class^="mod-"]),
    .mod-7004 .pct .name .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-7004 .pct .name p:not([class^="mod-"]),
    .mod-7004 .pct .name .mod-a010>p:not([class^="mod-"]) {
        margin-bottom: 0;
    }
    .mod-7004 .profile .name {
        display: table;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 10px;
        margin-right: 0;
    }
    .mod-7004 .profile .name .mod-3001:first-child:last-child,
    .mod-7004 .profile .name .mod-7002 .description>p:first-child:last-child:not([class^="mod-"]),
    .mod-7002 .mod-7004 .profile .name .description>p:first-child:last-child:not([class^="mod-"]),
    .mod-7004 .profile .name .mod-a004 p:first-child:last-child:not([class^="mod-"]),
    .mod-a004 .mod-7004 .profile .name p:first-child:last-child:not([class^="mod-"]),
    .mod-7004 .profile .name .mod-a010>p:first-child:last-child:not([class^="mod-"]) {
        margin-bottom: 0;
    }
    .mod-7004 .profile .name .mod-2007 {
        display: table-cell;
        vertical-align: middle;
    }
    .mod-7004 .profile .description {
        margin-left: 0;
    }
    .mod-7004 .profile .description .mod-2007 {
        margin-bottom: 5px;
    }
    .mod-7004:not(.multi) .pct {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .mod-7004:not(.multi) .pct .mod-3001,
    .mod-7004:not(.multi) .pct .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-7004:not(.multi) .pct .description>p:not([class^="mod-"]),
    .mod-7004:not(.multi) .pct .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-7004:not(.multi) .pct p:not([class^="mod-"]),
    .mod-7004:not(.multi) .pct .mod-a010>p:not([class^="mod-"]) {
        text-align: left;
    }
    .mod-7004:not(.multi) .name .mod-2007 {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }
    .mod-7004:not(.multi) .profile .description {
        margin-top: 15px;
    }
    .mod-7004:not(.multi).large-pct .pct .image {
        max-width: 90px;
    }
    .mod-7004.multi {
        display: block;
        margin-bottom: 20px;
    }
    .mod-7004.multi .pct {
        width: auto;
        height: auto;
        padding-right: 0;
        text-align: center;
    }
    .mod-7004.multi .pct img {
        display: inline-block;
        margin: 0;
    }
    .mod-7004.multi .pct img+img {
        margin-left: 5px;
    }
    .mod-7004.multi .name {
        display: block;
        height: auto;
    }
    .mod-7004.multi .name .mod-2007 {
        display: block;
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }
}


/******************************************************************************
███████  ██████   ██████  ███████
     ██ ██  ████ ██  ████ ██
    ██  ██ ██ ██ ██ ██ ██ ███████
   ██   ████  ██ ████  ██      ██
   ██    ██████   ██████  ███████
******************************************************************************/

.mod-7005 {
    position: relative;
    width: 100%;
    height: 600px;
    height: 100vh;
    overflow: hidden;
    top: -60px;
    margin-bottom: -179px;
    font-size: 0;
    line-height: 1;
}

.mod-7005 .polyfill {
    display: none;
}

.mod-7005 .vid {
    position: relative;
    width: 100%;
    height: 100%;
}

.mod-7005 .vid.is-hidden {
    display: none;
}

.mod-7005 .vid video {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mod-7005 .vid-typography {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}

.mod-7005 .vid-typography.is-hidden {
    opacity: 0;
}

.mod-7005 .vid-typography video {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: auto;
    height: 100%;
}

.mod-7005.is-hidden {
    visibility: hidden;
}

.mod-7005.mobile .static-graphics {
    visibility: visible;
}

.mod-7005 .static-graphics {
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mod-7005 .static-graphics .blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f379f+0,06154a+100 */
    background: #0f379f;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f379f 0%, #06154a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f379f 0%, #06154a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f379f', endColorstr='#06154a', GradientType=0);
    /* IE6-9 */
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 1s cubic-bezier(0.6, 0, 0, 0.5);
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.5);
}

.mod-7005 .static-graphics .wrap-wrap-typography-1.blur {
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.mod-7005 .static-graphics .wrap-wrap-typography-1.is-hidden {
    visibility: hidden;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.at-a {
    margin-left: 0;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.at-t {
    margin-left: -13px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.your-y {
    margin-left: 0;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.your-o {
    margin-left: -12px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.your-u {
    margin-left: -9px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.your-r {
    margin-left: -8px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.side-s {
    margin-left: 0;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.side-i {
    margin-left: -9px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.side-d {
    margin-left: -9px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.side-e {
    margin-left: -10px;
}

.mod-7005 .static-graphics .wrap-wrap-typography-1 .letter.side-dot {
    margin-left: -10px;
}

.mod-7005 .static-graphics .wrap-typography-1 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: -60px;
    pointer-events: none;
}

.mod-7005 .static-graphics .typography-1 {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 45px;
    font-size: 2.8125;
    white-space: nowrap;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.mod-7005 .static-graphics .typography-1 .txt-atyourside {
    display: inline-block;
    line-height: 1em;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.mod-7005 .static-graphics .typography-1 .txt-atyourside.is-blur {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.mod-7005 .static-graphics .typography-1.is-hidden {
    visibility: hidden;
}

.mod-7005 .static-graphics .typography-1.blur .txt-atyourside.is-normal {
    opacity: 0;
}

.mod-7005 .static-graphics .typography-1.blur .txt-atyourside.is-blur {
    opacity: 1;
}

.mod-7005 .static-graphics .typography-2 {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) scale(0.8);
    -ms-transform: translate(50%, -50%) scale(0.8);
    transform: translate(50%, -50%) scale(0.8);
    margin-top: -80px;
    white-space: nowrap;
}

.mod-7005 .static-graphics .typography-2 .char {
    position: relative;
}

.mod-7005 .static-graphics .typography-2 .word {
    opacity: 0;
}

.mod-7005 .static-graphics .typography-2 .typography-2-1 {
    margin-bottom: 28px;
}

.mod-7005 .static-graphics .typography-2 .typography-2-2 {
    margin-bottom: -3px;
}

.mod-7005 .static-graphics .typography-2 .typography-2-3 {
    margin-top: -6px;
}

.mod-7005 .link-anniversary {
    position: absolute;
    top: 135px;
    right: 22px;
    z-index: 2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0, 0.69, 0.3, 0.94);
    transition: all 1s cubic-bezier(0, 0.69, 0.3, 0.94);
}

.mod-7005 .link-anniversary.is-transparent {
    opacity: 0;
}

.mod-7005 .link-anniversary.is-hidden {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (min-width: 640px) {
    .mod-7005 .link-anniversary {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .mod-7005 .link-anniversary:hover {
        opacity: .7;
    }
    .mod-7005 .link-anniversary img {
        width: 129px;
        height: auto;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-7005 .link-anniversary {
        top: 78px;
    }
}

@media screen and (max-width: 1023px) {
    .mod-7005 .link-anniversary {
        right: 0;
    }
    .mod-7005 .link-anniversary img {
        width: 95px;
        height: auto;
        margin-right: 20px;
    }
}

.mod-7005.mobile .link-anniversary {
    opacity: 0;
    -webkit-transition-property: none;
    transition-property: none;
}

.mod-7005.is-polyfill-enable .polyfill {
    display: block;
    padding-top: 60px;
    text-align: center;
    font-size: 0;
    line-height: 1;
}

@media screen and (min-width: 1025px) {
    .mod-7005.is-polyfill-enable .polyfill {
        padding-top: 116px;
    }
}

.mod-7005.is-polyfill-enable .vid,
.mod-7005.is-polyfill-enable .vid-typography,
.mod-7005.is-polyfill-enable .static-graphics {
    display: none !important;
}

.mod-7005.no-objectfit .vid video {
    object-fit: fill;
    font-family: 'object-fit:fill; object-position:center;';
    width: auto;
    height: 100%;
}

.mod-7005.no-objectfit .vid.align-width video {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .mod-7005 {
        margin-bottom: -153px;
    }
}

@media screen and (max-width: 639px) and (orientation: portrait) {
    .mod-7005 {
        margin-bottom: -181px;
    }
}

html.videoautoplay .mod-7005 .static-graphics {
    display: none;
}

html:not(.videoautoplay) .mod-7005 .vid,
html:not(.videoautoplay) .mod-7005 .vid-typography {
    display: none;
}

html:not(.videoautoplay) .mod-7005 .static-graphics .typography-2 {
    margin-top: -30px;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    html:not(.videoautoplay) .mod-7005 .static-graphics .typography-2 {
        margin-top: -10px;
    }
}

html.ie8 .mod-7005,
html.ie9 .mod-7005 {
    padding-top: 50px;
    margin-bottom: 0 !important;
    height: auto !important;
}


/*
███████  ██████   ██████   ██████
     ██ ██  ████ ██  ████ ██
    ██  ██ ██ ██ ██ ██ ██ ███████
   ██   ████  ██ ████  ██ ██    ██
   ██    ██████   ██████   ██████
*/

.mod-7006 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.mod-7006 iframe {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow: visible;
}

.mod-7006:not(.auto-width) iframe {
    width: 515px;
}

.mod-7006:not(.auto-height) iframe {
    height: 329px;
}

.mod-7006.ei-chart {
    max-width: 710px;
}

.mod-7006.ei-ticker {
    max-width: 204px;
}

@media screen and (min-width: 640px) {
    .mod-7006.text iframe {
        border: 1px solid #ddd;
        width: 75%;
    }
    .mod-7006.map iframe {
        width: 1052px;
        height: 592px;
    }
}


/*
███████  ██████   ██████  ███████
     ██ ██  ████ ██  ████      ██
    ██  ██ ██ ██ ██ ██ ██     ██
   ██   ████  ██ ████  ██    ██
   ██    ██████   ██████     ██
*/

.mod-7007 {
    margin-bottom: 30px;
}

.mod-7007 .images {
    font-size: 0;
    line-height: 1;
}

.mod-7007 .images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}


/*
███████  ██████   ██████   █████
     ██ ██  ████ ██  ████ ██   ██
    ██  ██ ██ ██ ██ ██ ██  █████
   ██   ████  ██ ████  ██ ██   ██
   ██    ██████   ██████   █████
*/

.mod-7008 {
    margin-bottom: 30px;
}

.mod-7008 .list {
    list-style-type: none;
}

.mod-7008 .list .item:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 1.875;
    margin-right: 10px;
    vertical-align: middle;
}

.mod-7008 .list .item.spot:before {
    content: '\f276';
    color: #0d2ea0;
}

.mod-7008 .list .item.path:before {
    content: '\f103';
}

.mod-7008 .list .item+.item {
    margin-top: 16px;
}


/******************************************************************************
 █████   ██████
██   ██ ██  ████
 █████  ██ ██ ██
██   ██ ████  ██
 █████   ██████
******************************************************************************/


/* テーブルモジュール */


/******************************************************************************
 █████   ██████   ██████   ██
██   ██ ██  ████ ██  ████ ███
 █████  ██ ██ ██ ██ ██ ██  ██
██   ██ ████  ██ ████  ██  ██
 █████   ██████   ██████   ██
******************************************************************************/


/* 2列のテーブル */

.mod-8001 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 28px;
    line-height: 1.75;
    /* 例外処理
		幅を固定する際に使用 */
    /* -------------------- */
}

.mod-8001 table {
    width: 100%;
}

.mod-8001 table caption {
    text-align: center;
    font-weight: bold;
}

.mod-8001 th.valign-top,
.mod-8001 td.valign-top {
    vertical-align: top;
}

.mod-8001 th.valign-middle,
.mod-8001 td.valign-middle {
    vertical-align: middle;
}

.mod-8001 th.valign-bottom,
.mod-8001 td.valign-bottom {
    vertical-align: bottom;
}

.mod-8001 th.align-left,
.mod-8001 td.align-left {
    text-align: left;
}

.mod-8001 th.align-center,
.mod-8001 td.align-center {
    text-align: center;
}

.mod-8001 th.align-right,
.mod-8001 td.align-right {
    text-align: right;
}

.mod-8001 th.transparent-borderbottom,
.mod-8001 td.transparent-borderbottom {
    border-bottom-color: transparent;
}

.mod-8001 th.transparent-bordertop,
.mod-8001 td.transparent-bordertop {
    border-top-color: transparent;
}

.mod-8001 th.nowrap,
.mod-8001 td.nowrap {
    white-space: nowrap;
}

.mod-8001 th figure img,
.mod-8001 td figure img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 640px) {
    .mod-8001 th.width-short,
    .mod-8001 td.width-short {
        width: 200px;
    }
}

.mod-8001 th {
    padding: 16px 8px;
    font-weight: normal;
    background-color: #e9edf1;
    text-align: left;
}

.mod-8001 th .red {
    color: #e70d55;
}

.mod-8001 td {
    padding: 8px;
}

.mod-8001 td .mod-3002:last-child {
    margin-top: 16px;
    margin-bottom: 0;
}

.mod-8001 table,
.mod-8001 th,
.mod-8001 td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.mod-8001 table.no-borderbottom,
.mod-8001 th.no-borderbottom,
.mod-8001 td.no-borderbottom {
    border-bottom: none;
}

.mod-8001 table.no-bordertop,
.mod-8001 th.no-bordertop,
.mod-8001 td.no-bordertop {
    border-top: none;
}

.mod-8001 table.transparent-borderbottom,
.mod-8001 th.transparent-borderbottom,
.mod-8001 td.transparent-borderbottom {
    border-bottom-color: transparent;
}

.mod-8001 table.transparent-bordertop,
.mod-8001 th.transparent-bordertop,
.mod-8001 td.transparent-bordertop {
    border-top-color: transparent;
}

.mod-8001 .mod-7004+.mod-7004 {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

.mod-8001 .mod-7004+.mod-7004 .pct {
    left: 10px;
}

.mod-8001.small-font-size {
    font-size: 12px;
    font-size: 0.75;
}

.mod-8001 .tbl td.list-hdg {
    background-color: #fafafa;
}

@media screen and (min-width: 640px) {
    .mod-8001.large-padding td {
        padding: 16px 20px;
    }
}

.mod-8001 .w50 {
    width: 50%;
}

.mod-8001 .w25 {
    width: 25%;
}

@media screen and (max-width: 639px) {
    .mod-8001 table,
    .mod-8001 tbody,
    .mod-8001 thead,
    .mod-8001 tr,
    .mod-8001 th,
    .mod-8001 td,
    .mod-8001 caption {
        display: block;
        border: none;
        width: 100%;
    }
    .mod-8001 caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mod-8001 table {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .mod-8001 th,
    .mod-8001 td {
        border-bottom: 1px solid #ccc;
    }
    .mod-8001 th {
        text-align: left;
        padding: 12px 10px;
        font-weight: bold;
    }
    .mod-8001 td {
        text-align: left;
        padding: 12px 13px;
    }
    .mod-8001 .mod-7004+.mod-7004 {
        margin-left: -13px;
        margin-right: -13px;
    }
}


/******************************************************************************
 █████   ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
 █████  ██ ██ ██ ██ ██ ██  █████
██   ██ ████  ██ ████  ██ ██
 █████   ██████   ██████  ███████
******************************************************************************/


/* 複数行のテーブル */

.mod-8002 {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 28px;
    line-height: 1.75;
    /* 例外処理
	  幅を固定する際に使用 */
    /* -------------------- */
}

.mod-8002.break-all {
    word-break: break-all;
}

.mod-8002 .tbl {
    width: 100%;
    table-layout: fixed;
}

.mod-8002 .tbl caption {
    font-weight: bold;
}

.mod-8002 .tbl th.valign-top,
.mod-8002 .tbl td.valign-top {
    vertical-align: top;
}

.mod-8002 .tbl th.valign-middle,
.mod-8002 .tbl td.valign-middle {
    vertical-align: middle;
}

.mod-8002 .tbl th.valign-bottom,
.mod-8002 .tbl td.valign-bottom {
    vertical-align: bottom;
}

.mod-8002 .tbl th.align-left,
.mod-8002 .tbl td.align-left {
    text-align: left;
}

.mod-8002 .tbl th.align-center,
.mod-8002 .tbl td.align-center {
    text-align: center;
}

.mod-8002 .tbl th.align-right,
.mod-8002 .tbl td.align-right {
    text-align: right;
}

.mod-8002 .tbl th.transparent-borderbottom,
.mod-8002 .tbl td.transparent-borderbottom {
    border-bottom-color: transparent;
}

.mod-8002 .tbl th.transparent-bordertop,
.mod-8002 .tbl td.transparent-bordertop {
    border-top-color: transparent;
}

.mod-8002 .tbl th.nowrap,
.mod-8002 .tbl td.nowrap {
    white-space: nowrap;
}

.mod-8002 .tbl th figure,
.mod-8002 .tbl td figure {
    margin-bottom: 20px;
}

.mod-8002 .tbl th figure img,
.mod-8002 .tbl td figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mod-8002 .tbl th figure figcaption,
.mod-8002 .tbl th figure figcaption .mod-3001,
.mod-8002 .tbl th figure figcaption .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-8002 .tbl th figure figcaption .description>p:not([class^="mod-"]),
.mod-8002 .tbl th figure figcaption .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-8002 .tbl th figure figcaption p:not([class^="mod-"]),
.mod-8002 .tbl th figure figcaption .mod-a010>p:not([class^="mod-"]),
.mod-8002 .tbl th figure figcaption .mod-6001,
.mod-8002 .tbl th figure figcaption .mod-6022 .txt,
.mod-6022 .mod-8002 .tbl th figure figcaption .txt,
.mod-8002 .tbl td figure figcaption,
.mod-8002 .tbl td figure figcaption .mod-3001,
.mod-8002 .tbl td figure figcaption .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-8002 .tbl td figure figcaption .description>p:not([class^="mod-"]),
.mod-8002 .tbl td figure figcaption .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-8002 .tbl td figure figcaption p:not([class^="mod-"]),
.mod-8002 .tbl td figure figcaption .mod-a010>p:not([class^="mod-"]),
.mod-8002 .tbl td figure figcaption .mod-6001,
.mod-8002 .tbl td figure figcaption .mod-6022 .txt,
.mod-6022 .mod-8002 .tbl td figure figcaption .txt {
    font-size: 12px;
    font-size: 0.75;
}

.mod-8002 .tbl th figure figcaption>*:last-child,
.mod-8002 .tbl td figure figcaption>*:last-child {
    margin-bottom: 0;
}

.mod-8002 .tbl th {
    padding: 16px 8px;
    background-color: #e9edf1;
    text-align: left;
}

.mod-8002 .tbl td {
    text-align: left;
    padding: 8px;
    background: #fff;
}

.mod-8002 .tbl td.list-hdg {
    background-color: #fafafa;
}

.mod-8002 .tbl,
.mod-8002 .tbl th,
.mod-8002 .tbl td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.mod-8002.small-font-size {
    font-size: 12px;
    font-size: 0.75;
}

.mod-8002 .red {
    color: #e70d55;
}

@media screen and (min-width: 640px) {
    .mod-8002.large-padding td {
        padding: 16px 20px;
    }
}

.mod-8002 .w14 {
    width: 14%;
}

.mod-8002 .w20 {
    width: 20%;
}

@media screen and (max-width: 639px) {
    .mod-8002 {
        width: auto;
        margin-right: -10px;
        overflow: scroll;
        overflow-y: visible;
    }
    .mod-8002 .tbl {
        width: auto;
        min-width: 640px;
    }
    .mod-8002 .tbl caption {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mod-8002 .tbl th,
    .mod-8002 .tbl td {
        padding: 12px 10px;
    }
}

@media screen and (min-width: 640px) {
    .mod-8002.scrollable {
        overflow-x: scroll;
    }
    .mod-8002.scrollable .tbl {
        width: 1024px;
    }
}


/******************************************************************************
 █████   ██████
██   ██ ██  ████
 ██████ ██ ██ ██
     ██ ████  ██
 █████   ██████
******************************************************************************/


/******************************************************************************
 █████   ██████   ██████   ██
██   ██ ██  ████ ██  ████ ███
 ██████ ██ ██ ██ ██ ██ ██  ██
     ██ ████  ██ ████  ██  ██
 █████   ██████   ██████   ██
******************************************************************************/

.mod-9001 {
    display: block;
    max-width: 100%;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1;
    border: 1px solid #999;
    border-radius: 3px;
}

.mod-9001:focus {
    border-color: #0033cc;
}


/******************************************************************************
 █████   ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
 ██████ ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██ ██
 █████   ██████   ██████  ███████
******************************************************************************/

.mod-9002 {
    width: 100%;
    height: 120px;
    /* margin-bottom: 16px; */
    padding: 10px;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.571428571;
}

.mod-9002:focus {
    border-color: #0033cc;
}


/******************************************************************************
 █████   ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
 ██████ ██ ██ ██ ██ ██ ██  █████
     ██ ████  ██ ████  ██      ██
 █████   ██████   ██████  ██████
******************************************************************************/

.mod-9003 {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    font-size: 1;
    line-height: 1;
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-appearance: menulist;
    appearance: menulist;
}

.mod-9003:focus {
    border-color: #0033cc;
}


/******************************************************************************
 █████   ██████   ██████  ██   ██
██   ██ ██  ████ ██  ████ ██   ██
 ██████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██      ██
 █████   ██████   ██████       ██
******************************************************************************/

.mod-9004 {
    position: relative;
    display: inline-block;
    padding-left: 33px;
    cursor: pointer;
}

.mod-9004 .txt {
    font-size: 14px;
    font-size: 0.875;
}

.mod-9004 .txt:before,
.mod-9004 .txt:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-9004 .txt:before {
    background: #e9edf1;
    z-index: 2;
}

.mod-9004 .txt:after {
    background: #0033cc;
    z-index: 3;
    opacity: 0;
}

.mod-9004 input {
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.mod-9004 input:checked+.txt:after {
    opacity: 1;
}

.mod-9004 input[type="radio"]+.txt:before {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
}

.mod-9004 input[type="radio"]+.txt:after {
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
}

.mod-9004 input[type="checkbox"]+.txt:before {
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 2px;
}

.mod-9004 input[type="checkbox"]+.txt:after {
    content: '\f00c';
    left: 6px;
    color: #0033cc;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}

.mod-9004+.mod-9004 {
    margin-left: 30px;
}

@media screen and (max-width: 639px) {
    .mod-9004,
    .mod-9004+.mod-9004 {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-9004+.mod-9004 {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .mod-9004:hover .txt .wrap,
    .mod-9004:active .txt .wrap {
        color: #0033cc;
        text-decoration: underline;
    }
}


/******************************************************************************
 █████   ██████   ██████  ███████
██   ██ ██  ████ ██  ████ ██
 ██████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██      ██
 █████   ██████   ██████  ███████
******************************************************************************/

.mod-9005 {
    display: inline-block;
    min-width: 175px;
    padding: 14px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75;
    color: #fff !important;
    background: #0d2ea0;
    text-decoration: none !important;
}

.mod-9005:focus {
    outline: 0;
}

.mod-9005:disabled {
    opacity: .2;
}

.mod-9005.alert {
    background: #e70d55;
}

.mod-9005.alert:not([disabled]):active {
    background: #b22424;
}

.mod-9005.cancel {
    background: #666;
}

.mod-9005.cancel:not([disabled]):active {
    background: #474747;
}

.mod-9005+.mod-9005 {
    margin-left: 4px;
}

@media screen and (min-width: 640px) {
    .mod-9005:not([disabled]):hover {
        opacity: .7;
    }
    .mod-9005:not([disabled]):active {
        opacity: 1;
        background: #092070;
    }
    .mod-9005:not([disabled]):active .txt {
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-9005 {
        margin-bottom: 8px;
    }
}

a.mod-9005[target="_blank"]:after {
    content: '\f08e';
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


/******************************************************************************
 █████   ██████   ██████   ██████
██   ██ ██  ████ ██  ████ ██
 ██████ ██ ██ ██ ██ ██ ██ ███████
     ██ ████  ██ ████  ██ ██    ██
 █████   ██████   ██████   ██████
******************************************************************************/

.mod-9006 {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .825;
    z-index: 2;
}

.mod-9006.is-active {
    display: block;
}

.mod-9006.is-disable {
    display: none !important;
}

@media screen and (min-width: 1025px) {
    .mod-9006 {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .mod-9006.bluebar {
        z-index: 3;
    }
}

html.ie8 .mod-9006 {
    display: none !important;
}


/******************************************************************************
 █████   ██████   ██████  ███████
██   ██ ██  ████ ██  ████      ██
 ██████ ██ ██ ██ ██ ██ ██     ██
     ██ ████  ██ ████  ██    ██
 █████   ██████   ██████     ██
******************************************************************************/

.mod-9007 {
    background-color: #ccc;
    margin-bottom: 20px;
    display: block;
    height: 1px;
    width: 100%;
}

.mod-9007.mb-small {
    margin-bottom: 23px;
}


/******************************************************************************
 █████   ██████
██   ██ ██  ████
███████ ██ ██ ██
██   ██ ████  ██
██   ██  ██████
******************************************************************************/


/* 複合モジュール */


/******************************************************************************
 █████   ██████   ██████   ██
██   ██ ██  ████ ██  ████ ███
███████ ██ ██ ██ ██ ██ ██  ██
██   ██ ████  ██ ████  ██  ██
██   ██  ██████   ██████   ██
******************************************************************************/

.mod-a001,
.mod-a002,
.mod-a015 {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto 85px;
}

.mod-a001.padding-top,
.padding-top.mod-a002,
.padding-top.mod-a015 {
    padding-top: 90px;
}

.mod-a001.fit,
.fit.mod-a002,
.fit.mod-a015 {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
}

@media screen and (min-width: 640px) {
    .mod-a001.fit,
    .fit.mod-a002,
    .fit.mod-a015 {
        margin-bottom: 75px;
    }
    .mod-a001>*:last-child,
    .mod-a002>*:last-child,
    .mod-a015>*:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .mod-a001,
    .mod-a002,
    .mod-a015 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod-a001.padding-top,
    .padding-top.mod-a002,
    .padding-top.mod-a015 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 639px) {
    .mod-a001,
    .mod-a002,
    .mod-a015 {
        margin-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mod-a001>*:last-child:not(.mod-6008),
    .mod-a002>*:last-child:not(.mod-6008),
    .mod-a015>*:last-child:not(.mod-6008) {
        margin-bottom: 0;
    }
    .mod-a001.fit,
    .fit.mod-a002,
    .fit.mod-a015 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/******************************************************************************
 █████   ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
███████ ██ ██ ██ ██ ██ ██  █████
██   ██ ████  ██ ████  ██ ██
██   ██  ██████   ██████  ███████
******************************************************************************/

@media screen and (min-width: 640px) {
    .mod-a002 .mod-6008:not([class*="column-default"]) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .col {
        display: block;
        padding: 30px 0;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .col,
    .mod-a002 .mod-6008:not([class*="column-default"]) .col:nth-child(odd),
    .mod-a002 .mod-6008:not([class*="column-default"]) .col:nth-child(even) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .col:before,
    .mod-a002 .mod-6008:not([class*="column-default"]) .col:nth-child(odd):before,
    .mod-a002 .mod-6008:not([class*="column-default"]) .col:nth-child(even):before {
        display: none;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .col+.col {
        border-top: solid 1px #ddd;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .img {
        width: 157px;
        vertical-align: top;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt {
        width: calc(100% - 157px);
        padding: 0 0 0 30px;
        vertical-align: top;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt:first-child:last-child {
        padding-left: 0;
        width: 100%;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt a {
        margin-bottom: 8px;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .mod-3001,
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-a002 .mod-6008:not([class*="column-default"]) .txt .description>p:not([class^="mod-"]),
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-a002 .mod-6008:not([class*="column-default"]) .txt p:not([class^="mod-"]),
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .mod-a010>p:not([class^="mod-"]) {
        margin-left: 15px;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .note {
        padding-left: 27px;
    }
    .mod-a002 .mod-6008:not([class*="column-default"]) .txt .note:before {
        left: 15px;
    }
}

.mod-a002:after {
    content: '';
    display: block;
    clear: both;
}

.mod-a002__sub-column,
.mod-a002__main-column {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-left: 0;
    padding-left: 5px;
}

.mod-a002__sub-column:first-child,
.mod-a002__main-column:first-child {
    margin-left: 0;
}

.mod-a002__sub-column:last-child,
.mod-a002__main-column:last-child {
    margin-right: 0;
}

@media screen and (min-width: 640px) {
    .mod-a002__sub-column>*:last-child,
    .mod-a002__main-column>*:last-child {
        margin-bottom: 0;
    }
}

.mod-a002__sub-column {
    width: calc(20px + ((100% - 110px) / 12 * 3));
}

.mod-a002__main-column {
    width: calc(80px + ((100% - 110px) / 12 * 9));
    padding-left: calc(((100% - 110px) / 12 * 1));
    /* main-column直下のH2はマージントップ削除 */
}

.mod-a002__main-column .mod-2003:first-child,
.mod-a002__main-column .mod-a014 .products .group .title:first-child,
.mod-a014 .products .group .mod-a002__main-column .title:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .mod-a002 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .mod-a002__sub-column,
    .mod-a002__main-column,
    .mod-a002__sub-column:first-child,
    .mod-a002__main-column:first-child,
    .mod-a002__sub-column:last-child,
    .mod-a002__main-column:last-child {
        float: none;
        width: calc(110px + (100% - 110px));
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .mod-a002__main-column {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 639px) {
    .mod-a002__main-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (-ms-high-contrast: none) {
    .mod-a002 .mod-a002__main-column {
        min-height: 0;
    }
}


/******************************************************************************
█████   ██████   ██████  ██████
██   ██ ██  ████ ██  ████      ██
███████ ██ ██ ██ ██ ██ ██  █████
██   ██ ████  ██ ████  ██      ██
██   ██  ██████   ██████  ██████
******************************************************************************/

.mod-a003 {
    padding-left: 30px;
}

.mod-a003 .mod-3001,
.mod-a003 .mod-7002 .description>p:not([class^="mod-"]),
.mod-7002 .mod-a003 .description>p:not([class^="mod-"]),
.mod-a003 .mod-a004 p:not([class^="mod-"]),
.mod-a004 .mod-a003 p:not([class^="mod-"]),
.mod-a003 .mod-a010>p:not([class^="mod-"]) {
    margin-bottom: 30px;
}

.mod-a003 .mod-3001+.mod-3002,
.mod-a003 .mod-7002 .description>p:not([class^="mod-"])+.mod-3002,
.mod-7002 .mod-a003 .description>p:not([class^="mod-"])+.mod-3002,
.mod-a003 .mod-a004 p:not([class^="mod-"])+.mod-3002,
.mod-a004 .mod-a003 p:not([class^="mod-"])+.mod-3002,
.mod-a003 .mod-a010>p:not([class^="mod-"])+.mod-3002 {
    margin-top: -20px;
}


/******************************************************************************
 █████   ██████   ██████  ██   ██
██   ██ ██  ████ ██  ████ ██   ██
███████ ██ ██ ██ ██ ██ ██ ███████
██   ██ ████  ██ ████  ██      ██
██   ██  ██████   ██████       ██
******************************************************************************/

.mod-a004 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-a004.tab {
    display: block;
}

.mod-a004.tab .tabcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-a004.tab .tabcontainer .mod-a004__col+.mod-a004__col {
    margin-top: 0;
}

.mod-a004.col1 .mod-a004__col {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mod-a004__col {
    width: calc(250px + ((100% - 550px) / 12 * 6));
    margin: 0 25px;
}

.mod-a004__col:first-child {
    margin-left: 0;
}

.mod-a004__col:last-child {
    margin-right: 0;
}

.mod-a004__col.is-hidden {
    display: none;
}

@supports (-ms-ime-align: auto) {
    .mod-a004__col {
        margin: 0 24px;
    }
}

html.no-flexbox .mod-a004:after {
    content: '';
    display: block;
    clear: both;
}

html.no-flexbox .mod-a004 .mod-a004__col {
    float: left;
}

@media screen and (min-width: 640px) {
    .mod-a004__col.is-hidden {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .mod-a004 {
        display: block;
        margin-bottom: 30px;
    }
    .mod-a004__col {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-a004__col+.mod-a004__col {
        margin-top: 30px;
    }
}


/******************************************************************************
 █████   ██████   ██████  ███████
██   ██ ██  ████ ██  ████ ██
███████ ██ ██ ██ ██ ██ ██ ███████
██   ██ ████  ██ ████  ██      ██
██   ██  ██████   ██████  ███████
******************************************************************************/

.mod-a005 {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}

.mod-a005 .link {
    margin-bottom: 13px;
}

.mod-a005 .mod-a007 {
    margin-bottom: 0;
}

.mod-a005 .mod-a007 .mod-2009 .txt {
    font-size: 14px;
    font-size: 0.875;
    font-weight: normal;
}

.mod-a005 .mod-a007 .mod-2009 .txt:hover {
    color: #0033cc;
    text-decoration: underline;
}


/******************************************************************************
 █████   ██████   ██████   ██████
██   ██ ██  ████ ██  ████ ██
███████ ██ ██ ██ ██ ██ ██ ███████
██   ██ ████  ██ ████  ██ ██    ██
██   ██  ██████   ██████   ██████
******************************************************************************/

.mod-a006 {
    margin-bottom: 60px;
}

.mod-a006:after {
    content: '';
    display: block;
    clear: both;
}

.mod-a006>.mod-7001,
.mod-a006>.mod-a005,
.mod-a006>.mod-a010 {
    float: left;
    margin-bottom: 0;
}

.mod-a006>.mod-7001,
.mod-a006>.mod-a010.main {
    width: calc(70px + ((100% - 110px) / 12 * 8));
}

.mod-a006>.mod-7001>*,
.mod-a006>.mod-a010.main>* {
    margin-right: 10px;
}

.mod-a006>.mod-a005,
.mod-a006>.mod-a010.sub {
    width: calc(30px + ((100% - 110px) / 12 * 4));
}

@media screen and (max-width: 1024px) {
    .mod-a006>.mod-7001,
    .mod-a006>.mod-a005,
    .mod-a006>.mod-a010,
    .mod-a006>.mod-a010.main,
    .mod-a006>.mod-a010.sub {
        float: left;
        width: calc(110px + (100% - 110px));
        margin-left: 0;
        margin-right: 0;
    }
    .mod-a006>.mod-7001,
    .mod-a006>.mod-a010.main {
        margin-bottom: 30px;
    }
    .mod-a006>.mod-7001>*,
    .mod-a006>.mod-a010.main>* {
        margin-right: 0;
    }
}


/******************************************************************************
 █████   ██████   ██████  ███████
██   ██ ██  ████ ██  ████      ██
███████ ██ ██ ██ ██ ██ ██     ██
██   ██ ████  ██ ████  ██    ██
██   ██  ██████   ██████     ██
******************************************************************************/

.mod-a007 {
    margin-bottom: 60px;
}

.mod-a007 .hdg:hover {
    background: #f5f5f5;
}

.mod-a007 .hdg .mod-2009 {
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 35px;
}

.mod-a007 .hdg .mod-2009:before,
.mod-a007 .hdg .mod-2009:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 15px;
    border-top: 2px solid #222;
}

.mod-a007 .hdg .mod-2009:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 1025px) {
    .mod-a007 .hdg:hover .txt,
    .mod-a007 .hdg:active .txt {
        text-decoration: underline;
        color: #0033cc;
    }
}

.mod-a007 .hdg.is-open>.mod-2009 {
    margin-bottom: 0 !important;
}

.mod-a007 .hdg.is-open .mod-2009:after {
    opacity: 0;
}

.mod-a007 .contents {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
}

.mod-a007 .contents>.mod-a008 {
    border-top: none;
    margin-bottom: 0;
}

.mod-a007.faq .hdg {
    position: relative;
}

.mod-a007.faq .hdg .txt {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875;
}

@media screen and (min-width: 1025px) {
    .mod-a007.faq .hdg:hover .txt,
    .mod-a007.faq .hdg:active .txt {
        text-decoration: underline;
        color: #0033cc;
    }
}

.mod-a007.faq .hdg:before {
    content: 'Q';
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 11px;
    font-size: 0.6875;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #0d2ea0;
    color: #fff;
}

.mod-a007.faq .hdg .mod-2009 {
    padding-left: 63px;
}

.mod-a007.faq .contents {
    position: relative;
}

.mod-a007.faq .contents:before {
    content: 'A';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 11px;
    font-size: 0.6875;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #666;
    color: #fff;
}

.mod-a007.faq .contents .mod-a008 {
    padding: 14px 20px 14px 63px;
}

.mod-a007+.mod-a007 {
    margin-top: -44px;
}

@media screen and (max-width: 639px) {
    .mod-a007.faq .hdg:before {
        top: 13px;
        left: 11px;
        border-radius: 2px;
    }
    .mod-a007.faq .hdg .mod-2009 {
        padding-top: 7px;
        padding-left: 47px;
        padding-right: 35px;
    }
    .mod-a007.faq .contents:before {
        top: 11px;
        left: 11px;
        border-radius: 2px;
    }
    .mod-a007.faq .contents .mod-a008 {
        padding: 9px 15px 15px 47px;
    }
    .mod-a007.faq .contents .mod-a008 .mod-3001,
    .mod-a007.faq .contents .mod-a008 .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-a007.faq .contents .mod-a008 .description>p:not([class^="mod-"]),
    .mod-a007.faq .contents .mod-a008 .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-a007.faq .contents .mod-a008 p:not([class^="mod-"]),
    .mod-a007.faq .contents .mod-a008 .mod-a010>p:not([class^="mod-"]) {
        line-height: 1.571428571;
    }
}

html.ie8 .mod-a007 .contents {
    height: auto !important;
}


/******************************************************************************
 █████   ██████   ██████   █████
██   ██ ██  ████ ██  ████ ██   ██
███████ ██ ██ ██ ██ ██ ██  █████
██   ██ ████  ██ ████  ██ ██   ██
██   ██  ██████   ██████   █████
******************************************************************************/

.mod-a008 {
    padding: 22px 30px 0 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.mod-a008.highlight {
    background: #e9edf1;
    border-color: transparent;
}

@media screen and (max-width: 639px) {
    .mod-a008 {
        padding: 20px 20px 0 20px;
    }
}


/******************************************************************************
 █████   ██████   ██████   █████
██   ██ ██  ████ ██  ████ ██   ██
███████ ██ ██ ██ ██ ██ ██  ██████
██   ██ ████  ██ ████  ██      ██
██   ██  ██████   ██████   █████
******************************************************************************/

.mod-a009 {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 1px;
    margin-bottom: 60px;
    background: #fafafa;
}

.mod-a009>.mod-a001:last-child,
.mod-a009>.mod-a002:last-child,
.mod-a009>.mod-a015:last-child {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.mod-a009>.mod-a001:last-child>*:last-child,
.mod-a009>.mod-a002:last-child>*:last-child,
.mod-a009>.mod-a015:last-child>*:last-child {
    margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
    .mod-a009 {
        margin-bottom: 30px;
    }
}


/******************************************************************************
 █████   ██████   ██  ██████
██   ██ ██  ████ ███ ██  ████
███████ ██ ██ ██  ██ ██ ██ ██
██   ██ ████  ██  ██ ████  ██
██   ██  ██████   ██  ██████
******************************************************************************/


/* リッチテキストエディタ */

.mod-a010 {
    /*
		mod-3001
			主にPタグに使用
			インライン要素にするためにspanに変更することもある

		mod-3002
			注釈

		mod-6001
			Aタグに使用
	*/
}

.mod-a010>.mod-3001 .mod-6001,
.mod-7002 .description.mod-a010>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010>p:not([class^="mod-"]) .mod-6001,
.mod-a010>p:not([class^="mod-"]) .mod-6001,
.mod-a010>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010>.mod-3001 .txt,
.mod-7002 .description.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .description.mod-a010>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010>p:not([class^="mod-"]) .txt,
.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010>p:not([class^="mod-"]) .txt,
.mod-a010>.mod-3002 .mod-6001,
.mod-a010>.mod-3002 .mod-6022 .txt,
.mod-6022 .mod-a010>.mod-3002 .txt,
.mod-a010 th>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .mod-6001,
.mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a004 th>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010 th>p:not([class^="mod-"]) .mod-6001,
.mod-a010 th.mod-a010>p:not([class^="mod-"]) .mod-6001,
.mod-a010 th>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 th>.mod-3001 .txt,
.mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .txt,
.mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a004 th>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a004 th>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010 th>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010 th>p:not([class^="mod-"]) .txt,
.mod-a010 th.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 th.mod-a010>p:not([class^="mod-"]) .txt,
.mod-a010 td>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .mod-6001,
.mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a004 td>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010 td>p:not([class^="mod-"]) .mod-6001,
.mod-a010 td.mod-a010>p:not([class^="mod-"]) .mod-6001,
.mod-a010 td>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 td>.mod-3001 .txt,
.mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .txt,
.mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a004 td>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a004 td>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010 td>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010 td>p:not([class^="mod-"]) .txt,
.mod-a010 td.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 td.mod-a010>p:not([class^="mod-"]) .txt,
.mod-a010 .txt>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .mod-6001,
.mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .txt>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 .txt>.mod-3001 .txt,
.mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .txt,
.mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-3002>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-3002>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-3002>.mod-3001 .txt,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .txt,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-7002 .description>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-7002 .description>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .description>.mod-3001 .txt,
.mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .txt {
    display: inline;
    padding-left: 0;
    text-decoration: underline;
}

.mod-a010 .mod-3002>.mod-3001 .mod-6001,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6001,
.mod-a010 .mod-3002>.mod-3001 .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-3002>.mod-3001 .txt,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .txt,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .txt,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .txt,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt,
.mod-6022 .mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .txt {
    font-size: 12px;
    font-size: 0.75;
    line-height: 24px;
    line-height: 1.5;
}

.mod-a010>.mod-3001 .mod-6001:before,
.mod-7002 .description.mod-a010>p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010>.mod-3001 .txt:before,
.mod-7002 .description.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .description.mod-a010>p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010>p:not([class^="mod-"]) .txt:before,
.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010>p:not([class^="mod-"]) .txt:before,
.mod-a010>.mod-3002 .mod-6001:before,
.mod-a010>.mod-3002 .mod-6022 .txt:before,
.mod-6022 .mod-a010>.mod-3002 .txt:before,
.mod-a010 th>.mod-3001 .mod-6001:before,
.mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .mod-6001:before,
.mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a004 th>p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010 th>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 th.mod-a010>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 th>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010 th>.mod-3001 .txt:before,
.mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 th.description>p:not([class^="mod-"]) .txt:before,
.mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .mod-a010 th.description>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a004 th>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a004 th>p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010 th>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010 th>p:not([class^="mod-"]) .txt:before,
.mod-a010 th.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 th.mod-a010>p:not([class^="mod-"]) .txt:before,
.mod-a010 td>.mod-3001 .mod-6001:before,
.mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .mod-6001:before,
.mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a004 td>p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010 td>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 td.mod-a010>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 td>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010 td>.mod-3001 .txt:before,
.mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 td.description>p:not([class^="mod-"]) .txt:before,
.mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .mod-a010 td.description>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a004 td>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a004 td>p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010 td>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010 td>p:not([class^="mod-"]) .txt:before,
.mod-a010 td.mod-a010>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 td.mod-a010>p:not([class^="mod-"]) .txt:before,
.mod-a010 .txt>.mod-3001 .mod-6001:before,
.mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .mod-6001:before,
.mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .txt>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010 .txt>.mod-3001 .txt:before,
.mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 .description.txt>p:not([class^="mod-"]) .txt:before,
.mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .mod-a010 .description.txt>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a004 .txt>p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010 .txt>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a010.txt>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-3002>.mod-3001 .mod-6001:before,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6001:before,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-3002>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-3002>.mod-3001 .txt:before,
.mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 .description.mod-3002>p:not([class^="mod-"]) .txt:before,
.mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .mod-a010 .description.mod-3002>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a004 .mod-3002>p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010 .mod-3002>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-a010.mod-3002>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-7002 .description>.mod-3001 .mod-6001:before,
.mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .mod-6001:before,
.mod-a010 .mod-7002 .description>.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 .description>.mod-3001 .txt:before,
.mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 .description>p:not([class^="mod-"]) .txt:before,
.mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010 .mod-7002 .mod-a004 .description>p:not([class^="mod-"]) .txt:before {
    display: none;
}

.mod-a010>br+.mod-3001 .mod-6001:before,
.mod-7002 .description.mod-a010>br+p:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010>br+p:not([class^="mod-"]) .mod-6001:before,
.mod-a010>br+p:not([class^="mod-"]) .mod-6001:before,
.mod-a010>br+.mod-3001 .mod-6022 .txt:before,
.mod-6022 .mod-a010>br+.mod-3001 .txt:before,
.mod-7002 .description.mod-a010>br+p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .description.mod-a010>br+p:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010>br+p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010>br+p:not([class^="mod-"]) .txt:before,
.mod-a010>br+p:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010>br+p:not([class^="mod-"]) .txt:before,
.mod-a010>.mod-3001:first-child .mod-6001:before,
.mod-7002 .description.mod-a010>p:first-child:not([class^="mod-"]) .mod-6001:before,
.mod-a004 .mod-a010>p:first-child:not([class^="mod-"]) .mod-6001:before,
.mod-a010>p:first-child:not([class^="mod-"]) .mod-6001:before,
.mod-a010>.mod-3001:first-child .mod-6022 .txt:before,
.mod-6022 .mod-a010>.mod-3001:first-child .txt:before,
.mod-7002 .description.mod-a010>p:first-child:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-7002 .description.mod-a010>p:first-child:not([class^="mod-"]) .txt:before,
.mod-a004 .mod-a010>p:first-child:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a004 .mod-a010>p:first-child:not([class^="mod-"]) .txt:before,
.mod-a010>p:first-child:not([class^="mod-"]) .mod-6022 .txt:before,
.mod-6022 .mod-a010>p:first-child:not([class^="mod-"]) .txt:before,
.mod-a010>.mod-3002:first-child .mod-6001:before,
.mod-a010>.mod-3002:first-child .mod-6022 .txt:before,
.mod-6022 .mod-a010>.mod-3002:first-child .txt:before {
    visibility: visible;
}


/******************************************************************************
 █████   ██████   ██  ██
██   ██ ██  ████ ███ ███
███████ ██ ██ ██  ██  ██
██   ██ ████  ██  ██  ██
██   ██  ██████   ██  ██
******************************************************************************/

.mod-a011 {
    margin-bottom: 58px;
    padding-bottom: 80px;
    background: url(data:image/jpeg;base64,/9j/4QPnRXhpZgAATU0AKgAAAAgADAEAAAMAAAABBQAAAAEBAAMAAAABBaIAAAECAAMAAAADAAAAngEGAAMAAAABAAIAAAESAAMAAAABAAEAAAEVAAMAAAABAAMAAAEaAAUAAAABAAAApAEbAAUAAAABAAAArAEoAAMAAAABAAIAAAExAAIAAAAfAAAAtAEyAAIAAAAUAAAA04dpAAQAAAABAAAA6AAAASAACAAIAAgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpADIwMTg6MDI6MTUgMTU6MTE6MDIAAAAEkAAABwAAAAQwMjIxoAEAAwAAAAH//wAAoAIABAAAAAEAAAABoAMABAAAAAEAAAWiAAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAAW4BGwAFAAAAAQAAAXYBKAADAAAAAQACAAACAQAEAAAAAQAAAX4CAgAEAAAAAQAAAmEAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACgAAEDASIAAhEBAxEB/90ABAAB/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1VJJJJT//0PVUkkklP//R9VSSSSU//9L1VJJJJT//0/VUkkklP//U9VSSSSU//9X1VJJJJT//1vVJSUZSSU//1/T5SUZSSU//0PSZSUJSSU//2f/tC25QaG90b3Nob3AgMy4wADhCSU0EBAAAAAAADxwBWgADGyVHHAIAAAIAAAA4QklNBCUAAAAAABDNz/p9qMe+CQVwdq6vBcNOOEJJTQQ6AAAAAADXAAAAEAAAAAEAAAAAAAtwcmludE91dHB1dAAAAAUAAAAAUHN0U2Jvb2wBAAAAAEludGVlbnVtAAAAAEludGUAAAAASW1nIAAAAA9wcmludFNpeHRlZW5CaXRib29sAAAAAAtwcmludGVyTmFtZVRFWFQAAAABAAAAAAAPcHJpbnRQcm9vZlNldHVwT2JqYwAAAAVoIWtjii1bmgAAAAAACnByb29mU2V0dXAAAAABAAAAAEJsdG5lbnVtAAAADGJ1aWx0aW5Qcm9vZgAAAAlwcm9vZkNNWUsAOEJJTQQ7AAAAAAItAAAAEAAAAAEAAAAAABJwcmludE91dHB1dE9wdGlvbnMAAAAXAAAAAENwdG5ib29sAAAAAABDbGJyYm9vbAAAAAAAUmdzTWJvb2wAAAAAAENybkNib29sAAAAAABDbnRDYm9vbAAAAAAATGJsc2Jvb2wAAAAAAE5ndHZib29sAAAAAABFbWxEYm9vbAAAAAAASW50cmJvb2wAAAAAAEJja2dPYmpjAAAAAQAAAAAAAFJHQkMAAAADAAAAAFJkICBkb3ViQG/gAAAAAAAAAAAAR3JuIGRvdWJAb+AAAAAAAAAAAABCbCAgZG91YkBv4AAAAAAAAAAAAEJyZFRVbnRGI1JsdAAAAAAAAAAAAAAAAEJsZCBVbnRGI1JsdAAAAAAAAAAAAAAAAFJzbHRVbnRGI1B4bEBSAAAAAAAAAAAACnZlY3RvckRhdGFib29sAQAAAABQZ1BzZW51bQAAAABQZ1BzAAAAAFBnUEMAAAAATGVmdFVudEYjUmx0AAAAAAAAAAAAAAAAVG9wIFVudEYjUmx0AAAAAAAAAAAAAAAAU2NsIFVudEYjUHJjQFkAAAAAAAAAAAAQY3JvcFdoZW5QcmludGluZ2Jvb2wAAAAADmNyb3BSZWN0Qm90dG9tbG9uZwAAAAAAAAAMY3JvcFJlY3RMZWZ0bG9uZwAAAAAAAAANY3JvcFJlY3RSaWdodGxvbmcAAAAAAAAAC2Nyb3BSZWN0VG9wbG9uZwAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQQNAAAAAAAEAAAAHjhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTScQAAAAAAAKAAEAAAAAAAAAAjhCSU0D9QAAAAAASAAvZmYAAQBsZmYABgAAAAAAAQAvZmYAAQChmZoABgAAAAAAAQAyAAAAAQBaAAAABgAAAAAAAQA1AAAAAQAtAAAABgAAAAAAAThCSU0D+AAAAAAAcAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAA4QklNBAgAAAAAABAAAAABAAACQAAAAkAAAAAAOEJJTQQeAAAAAAAEAAAAADhCSU0EGgAAAAADSQAAAAYAAAAAAAAAAAAABaIAAAABAAAACgBzAHMAcwBzAHMAcwBzAHMAcwBzAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAABAAAFogAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAFogAAAABSZ2h0bG9uZwAAAAEAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAABaIAAAAAUmdodGxvbmcAAAABAAAAA3VybFRFWFQAAAABAAAAAAAAbnVsbFRFWFQAAAABAAAAAAAATXNnZVRFWFQAAAABAAAAAAAGYWx0VGFnVEVYVAAAAAEAAAAAAA5jZWxsVGV4dElzSFRNTGJvb2wBAAAACGNlbGxUZXh0VEVYVAAAAAEAAAAAAAlob3J6QWxpZ25lbnVtAAAAD0VTbGljZUhvcnpBbGlnbgAAAAdkZWZhdWx0AAAACXZlcnRBbGlnbmVudW0AAAAPRVNsaWNlVmVydEFsaWduAAAAB2RlZmF1bHQAAAALYmdDb2xvclR5cGVlbnVtAAAAEUVTbGljZUJHQ29sb3JUeXBlAAAAAE5vbmUAAAAJdG9wT3V0c2V0bG9uZwAAAAAAAAAKbGVmdE91dHNldGxvbmcAAAAAAAAADGJvdHRvbU91dHNldGxvbmcAAAAAAAAAC3JpZ2h0T3V0c2V0bG9uZwAAAAAAOEJJTQQoAAAAAAAMAAAAAj/wAAAAAAAAOEJJTQQRAAAAAAABAQA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAAJ9AAAAAQAAAAEAAACgAAAABAAAAoAAAAJhABgAAf/Y/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACgAAEDASIAAhEBAxEB/90ABAAB/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1VJJJJT//0PVUkkklP//R9VSSSSU//9L1VJJJJT//0/VUkkklP//U9VSSSSU//9X1VJJJJT//1vVJSUZSSU//1/T5SUZSSU//0PSZSUJSSU//2QA4QklNBCEAAAAAAFMAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAASAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAQwBDAAAAAQA4QklNBAYAAAAAAAcABAABAAEBAP/hDb1odHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2OTk3ODIzYS0wYWRmLWU1NDktYWIzZS04MzBhNjNhZTY3NzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDc3YTI1ODMtOTkxNy00NDFjLThjYzUtNmQxNmE3OGNhMzdkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9IkY1MTAxRENEQkY4NUVFQUM1RjdDNTBEOUYwNDRDREYxIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSIiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTAyLTE1VDE1OjA5OjQwKzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wMi0xNVQxNToxMTowMiswOTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wMi0xNVQxNToxMTowMiswOTowMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI4M2E0NDliLWQwZDAtNDA3Mi1hOWY5LWFlMGI3Mzg1MzhkYiIgc3RFdnQ6d2hlbj0iMjAxOC0wMi0xNVQxNToxMTowMiswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NzdhMjU4My05OTE3LTQ0MWMtOGNjNS02ZDE2YTc4Y2EzN2QiIHN0RXZ0OndoZW49IjIwMTgtMDItMTVUMTU6MTE6MDIrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/uAA5BZG9iZQBkAAAAAAH/2wCEAAYEBAcFBwsGBgsOCggKDhEODg4OERYTExMTExYRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwkJEwwTIhMTIhQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIBaIAAQMBEQACEQEDEQH/3QAEAAH/xABMAAEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEBAQAAAAAAAAAAAAAAAAAAEZIRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AFSD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVIP/0FSD/9FUg//SVIP/01SD/9RUg//VVIP/1lSD/9dUg//QVIP/0VSD/9JUg//TVIP/1FSD/9VUg//WVIP/11SD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVIP/0FSD/9FUg//SVIP/01SD/9RUg//VVIP/1lSD/9dUg//QVIP/0VSD/9JUg//TVIP/1FSD/9VUg//WVIP/11SD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVIP/0FSD/9FUg//SVIP/01SD/9RUg//VVIP/1lSD/9dUg//QVIP/0VSD/9JUg//TVIP/1FSD/9VUg//WVIP/11SD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVIP/0FSD/9FUg//SVIP/01SD/9RUg//VVIP/1lSD/9dUg//QVIP/0VSD/9JUg//TVIP/1FSD/9VUg//WVIP/11SD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVIP/0FSD/9FUg//SVIP/01SD/9RUg//VVIP/1lSD/9dUg//QVIP/0VSD/9JUg//TVIP/1FSD/9VUg//WVIP/11SD/9BUg//RVIP/0lSD/9NUg//UVIP/1VSD/9ZUg//XVNB//9BUA//RVAP/0lQD/9NTA//UU4P/1VOD/9ZTUH//11KD/9BSg//RUlB//9JSA//TUgP/1FGD/9VRg//WUVB//9dQg//QUNB//9FQA//SUAP/00+D/9RPg//VToP/1k6D/9dOUH//0E4D/9FN0H//0k2D/9NNUH//1EyD/9VMUH//1kwD/9dL0H//0EuD/9FKg//SSoP/00oD/9RKUH//1UmD/9ZJUH//10iD/9BIUH//0UgD/9JHg//TR1B//9RGg//VRtB//9ZGA//XRdB//9BFg//RRQP/0kTQf//TR+Af/9k=) 0 bottom repeat-x !important;
}

@media screen and (max-width: 639px) {
    .mod-a011 {
        padding-bottom: 29px;
        margin-bottom: 24px;
    }
}


/*
 █████   ██████   ██ ██████
██   ██ ██  ████ ███      ██
███████ ██ ██ ██  ██  █████
██   ██ ████  ██  ██ ██
██   ██  ██████   ██ ███████
*/


/* 50%幅の罫線なし2カラム */

.mod-a012,
.mod-a017 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* mod-6013(リンクリスト(横4列))を入れる際は横2列に変更 */
}

.mod-a012.mb-small:after,
.mb-small.mod-a017:after {
    margin-bottom: 23px;
}

.mod-a012.mb-none:after,
.mb-none.mod-a017:after {
    margin-bottom: 0;
}

.mod-a012 .col,
.mod-a017 .col {
    display: block;
    width: calc(200px + ((100% - 440px) / 12 * 6));
    margin-left: 20px;
    margin-right: 20px;
}

.mod-a012 .col:nth-child(odd),
.mod-a017 .col:nth-child(odd) {
    margin-left: 0;
}

.mod-a012 .col:nth-child(even),
.mod-a017 .col:nth-child(even) {
    margin-right: 0;
}

.mod-a012.small-gutter .col,
.small-gutter.mod-a017 .col {
    width: calc(90px + ((100% - 198px) / 12 * 6));
    margin-left: 9px;
    margin-right: 9px;
}

.mod-a012.small-gutter .col:nth-child(odd),
.small-gutter.mod-a017 .col:nth-child(odd) {
    margin-left: 0;
}

.mod-a012.small-gutter .col:nth-child(even),
.small-gutter.mod-a017 .col:nth-child(even) {
    margin-right: 0;
}

.mod-a012.asymmetry .col:not(.short),
.asymmetry.mod-a017 .col:not(.short) {
    width: calc(108px + ((100% - 198px) / 12 * 7));
}

.mod-a012.asymmetry .col.short,
.asymmetry.mod-a017 .col.short {
    width: calc(72px + ((100% - 198px) / 12 * 5));
}

@media screen and (max-width: 639px) {
    .mod-a012,
    .mod-a017 {
        display: block;
    }
    .mod-a012.sp-border-bottom,
    .sp-border-bottom.mod-a017 {
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
    .mod-a012 .col,
    .mod-a017 .col {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mod-a012 .col+.col,
    .mod-a017 .col+.col {
        margin-top: 16px;
    }
    .mod-a012 .col+.col .mod-3001,
    .mod-a017 .col+.col .mod-3001,
    .mod-a012 .col+.col .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-a012 .col+.col .description>p:not([class^="mod-"]),
    .mod-a017 .col+.col .mod-7002 .description>p:not([class^="mod-"]),
    .mod-7002 .mod-a017 .col+.col .description>p:not([class^="mod-"]),
    .mod-a012 .col+.col .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-a012 .col+.col p:not([class^="mod-"]),
    .mod-a017 .col+.col .mod-a004 p:not([class^="mod-"]),
    .mod-a004 .mod-a017 .col+.col p:not([class^="mod-"]),
    .mod-a012 .col+.col .mod-a010>p:not([class^="mod-"]),
    .mod-a017 .col+.col .mod-a010>p:not([class^="mod-"]) {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
}

.mod-a012 .mod-6013 li,
.mod-a017 .mod-6013 li {
    width: 50%;
}


/*
 █████   ██████   ██ ██████
██   ██ ██  ████ ███      ██
███████ ██ ██ ██  ██  █████
██   ██ ████  ██  ██      ██
██   ██  ██████   ██ ██████
*/

.mod-a013 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 128px;
    background: #131f49;
}

.mod-a013 .bg img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}

.mod-a013 .title-main {
    margin-top: 0;
    z-index: 2;
}

.mod-a013 .title-main .title {
    position: relative;
    top: 0;
    left: 0;
}

.mod-a013 .txt-lead {
    color: #fff;
    font-size: 14px;
    font-size: 0.875;
    line-height: 1.571428571;
    margin-bottom: 25px;
}

.mod-a013>.mod-a001,
.mod-a013>.mod-a002,
.mod-a013>.mod-a015 {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .mod-a013 {
        padding-bottom: 50px;
    }
    .mod-a013 .mod-a001,
    .mod-a013 .mod-a002,
    .mod-a013 .mod-a015 {
        margin-bottom: 0;
    }
    .mod-a013 .title-main {
        margin-top: 0;
    }
}


/*
 █████   ██████   ██ ██   ██
██   ██ ██  ████ ███ ██   ██
███████ ██ ██ ██  ██ ███████
██   ██ ████  ██  ██      ██
██   ██  ██████   ██      ██
*/

.mod-a014 {
    position: relative;
    padding: 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
}

.mod-a014.bg-alternative {
    background: #e9edf1;
}

.mod-a014 .btn-area-selector,
.mod-a014 .areas,
.mod-a014 .products {
    border: 1px solid #fff;
    background: #fff;
}

.mod-a014 .btn-area-selector {
    position: relative;
    padding: 15px 60px 13px 64px;
    cursor: pointer;
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mod-a014 .btn-area-selector:after {
    position: absolute;
    top: 50%;
    right: 24px;
    content: '\f078';
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0d2ea0;
}

.mod-a014 .btn-area-selector .icon {
    position: absolute;
    top: 11px;
    left: 24px;
    font-size: 26px;
    font-size: 1.625;
    color: #0d2ea0;
}

.mod-a014 .btn-area-selector .icon-close {
    display: none;
}

.mod-a014 .btn-area-selector .txt {
    font-size: 16px;
    font-size: 1;
    line-height: 1.375;
}

.mod-a014 .btn-area-selector.is-open:after {
    display: none;
}

.mod-a014 .btn-area-selector.is-open .icon-close {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
}

.mod-a014 .btn-area-selector.is-ok {
    box-shadow: none;
    background: transparent;
    border-color: #ccc;
}

.mod-a014 .btn-area-selector.is-ok .icon:before {
    content: '\f058';
    color: #33cc99;
}

.mod-a014 .wrap-areas {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
}

.mod-a014 .wrap-products {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
}

.mod-a014 .areas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    border-top-color: #ddd;
}

.mod-a014 .areas .group {
    width: calc(20px + ((100% - 110px) / 12 * 3));
    margin-left: 5px;
    margin-right: 5px;
    padding: 36px 0 52px;
}

.mod-a014 .areas .group:first-child {
    margin-left: 0;
    padding-left: 62px;
}

.mod-a014 .areas .group:last-child {
    margin-right: 0;
    padding-right: 62px;
}

.mod-a014 .areas .group .title {
    font-size: 16px;
    font-size: 1;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 27px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 1.3125;
    font-weight: bold;
    min-height: 59px;
}

.mod-a014 .areas .group .title .txt {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
}

.mod-a014 .areas .group .list {
    list-style-type: none;
}

.mod-a014 .areas .group .list .item+.item {
    margin-top: 9px;
}

.mod-a014 .areas .group .list .item .name {
    font-size: 14px;
    font-size: 0.875;
    display: block;
    color: #999;
}

.mod-a014 .areas .group .list .item .link {
    padding-left: 11px;
}

@media screen and (min-width: 640px) {
    .mod-a014 .areas .group .list .item .link {
        display: block;
    }
}

.mod-a014 .areas .group .list .item .link .mod-6001,
.mod-a014 .areas .group .list .item .link .mod-6022 .txt,
.mod-6022 .mod-a014 .areas .group .list .item .link .txt {
    font-size: 14px;
    font-size: 0.875;
    margin-right: 17px;
    padding-left: 12px;
    cursor: pointer;
}

.mod-a014 .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    margin-top: 16px;
    padding: 40px 40px 60px;
    border-top-color: #ddd;
}

.mod-a014 .products.is-hidden {
    display: none !important;
}

.mod-a014 .products .group {
    width: calc(250px + ((100% - 550px) / 12 * 6));
    margin: 0 25px 0;
}

.mod-a014 .products .group:nth-child(n + 3) {
    margin-top: 70px;
}

.mod-a014 .products .group:nth-child(odd) {
    margin-left: 0;
}

.mod-a014 .products .group:nth-child(even) {
    margin-right: 0;
}

.mod-a014 .products .group .title {
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom-color: #ddd;
}

.mod-a014 .products .group .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.mod-a014 .products .group .list .item {
    display: block;
    width: 50%;
    padding: 0 5px;
    letter-spacing: .04em;
}

.mod-a014 .products .group .list .item:nth-child(odd) {
    padding-left: 0;
}

.mod-a014 .products .group .list .item:nth-child(even) {
    padding-right: 0;
}

.mod-a014 .products .group .list .item:nth-child(n + 3) {
    padding-top: 7px;
}

.mod-a014 .products.column-1 {
    display: block;
}

.mod-a014 .products.column-1 .group {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
    .mod-a014 {
        padding: 8px;
    }
    .mod-a014 .areas {
        display: block;
    }
    .mod-a014 .areas .group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 !important;
    }
    .mod-a014 .areas .group:first-child .title {
        border-top: none;
    }
    .mod-a014 .areas .group .title {
        font-size: 15px;
        font-size: 0.9375;
        min-height: 0;
        margin: 0 18px 0;
        padding: 12px 30px 12px 6px;
        border-top: 1px solid #ddd;
        border-bottom-color: #fff;
        cursor: pointer;
    }
    .mod-a014 .areas .group .title.is-open {
        border-bottom-color: #ddd;
    }
    .mod-a014 .areas .group .title:before,
    .mod-a014 .areas .group .title:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 9px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 13px;
        height: 2px;
        background: #000;
    }
    .mod-a014 .areas .group .title:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .mod-a014 .areas .group .title.is-open:after {
        opacity: 0;
    }
    .mod-a014 .areas .group .list {
        padding-left: 6px;
        padding-right: 5px;
        overflow: hidden;
        height: 0;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-a014 .areas .group .list .item:first-child {
        margin-top: 5px;
    }
    .mod-a014 .areas .group .list .item:last-child {
        padding-bottom: 18px;
    }
    .mod-a014 .areas .group .list .item+.item {
        margin-top: 6px;
    }
    .mod-a014 .areas .group .list .item .name {
        font-size: 12px;
        font-size: 0.75;
        display: block;
        margin-bottom: 3px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .mod-a014 .areas .group .list .item .link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 12px;
        padding-right: 12px;
    }
    .mod-a014 .areas .group .list .item .link .mod-6001,
    .mod-a014 .areas .group .list .item .link .mod-6022 .txt,
    .mod-6022 .mod-a014 .areas .group .list .item .link .txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        background: #e9edf1;
    }
    .mod-a014 .areas .group .list .item .link .mod-6001:before,
    .mod-a014 .areas .group .list .item .link .mod-6022 .txt:before,
    .mod-6022 .mod-a014 .areas .group .list .item .link .txt:before {
        content: '\f0da';
        position: static;
        margin-right: 5px;
    }
    .mod-a014 .areas .group .list .item .link .mod-6001+.mod-6001,
    .mod-a014 .areas .group .list .item .link .mod-6022 .txt+.mod-6001,
    .mod-6022 .mod-a014 .areas .group .list .item .link .txt+.mod-6001,
    .mod-a014 .areas .group .list .item .link .mod-6022 .mod-6001+.txt,
    .mod-6022 .mod-a014 .areas .group .list .item .link .mod-6001+.txt,
    .mod-a014 .areas .group .list .item .link .mod-6022 .txt+.txt,
    .mod-6022 .mod-a014 .areas .group .list .item .link .txt+.txt {
        border-left: 1px solid #fff;
    }
    .mod-a014 .products {
        padding: 0;
        border-top: none;
    }
    .mod-a014 .products .group {
        width: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mod-a014 .products .group:last-child .title {
        border-bottom: none;
    }
    .mod-a014 .products .group:last-child .title.is-open {
        border-bottom: 1px solid #ddd;
    }
    .mod-a014 .products .group .title {
        margin: 0;
        padding: 15px 45px 15px 15px;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }
    .mod-a014 .products .group .title:before,
    .mod-a014 .products .group .title:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 9px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 13px;
        height: 2px;
        background: #000;
    }
    .mod-a014 .products .group .title:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .mod-a014 .products .group .title.is-open:after {
        opacity: 0;
    }
    .mod-a014 .products .group .title.is-accordion+.list {
        overflow: hidden;
        height: 0;
        -webkit-transition: height .1s ease-out;
        transition: height .1s ease-out;
    }
    .mod-a014 .products .group .list {
        padding-left: 18px;
        padding-right: 18px;
    }
    .mod-a014 .products .group .list .item {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
    }
    .mod-a014 .products .group .list .item:first-child {
        padding-top: 25px !important;
    }
    .mod-a014 .products .group .list .item:last-child {
        position: relative;
        padding-bottom: 25px !important;
    }
    .mod-a014 .products .group .list .item:last-child:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        display: block;
        width: 100%;
        box-sizing: content-box;
        padding-left: 20px;
        padding-right: 20px;
        height: 1px;
        background: #ddd;
    }
}


/*
 █████   ██████   ██ ███████
██   ██ ██  ████ ███ ██
███████ ██ ██ ██  ██ ███████
██   ██ ████  ██  ██      ██
██   ██  ██████   ██ ███████
*/

.mod-a015 {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*
 █████   ██████   ██  ██████
██   ██ ██  ████ ███ ██
███████ ██ ██ ██  ██ ███████
██   ██ ████  ██  ██ ██    ██
██   ██  ██████   ██  ██████
*/

.mod-a016 {
    padding-left: 90px;
    padding-right: 90px;
}

@media screen and (max-width: 639px) {
    .mod-a016 {
        padding-left: 0;
        padding-right: 0;
    }
}


/*
 █████   ██████   ██ ███████
██   ██ ██  ████ ███      ██
███████ ██ ██ ██  ██     ██
██   ██ ████  ██  ██    ██
██   ██  ██████   ██    ██
*/


/* 33.3%幅の罫線なし3カラム
   .mod-a012の派生 */

.mod-a017 .col {
    width: calc(120px + ((100% - 440px) / 12 * 4));
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mod-a017 .col:nth-child(3n + 1) {
    margin-left: 0 !important;
}

.mod-a017 .col:nth-child(3n) {
    margin-right: 0 !important;
}

.mod-a017.small-gutter .col {
    width: calc(54px + ((100% - 198px) / 12 * 4));
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.mod-a017.small-gutter .col:nth-child(3n + 1) {
    margin-left: 0 !important;
}

.mod-a017.small-gutter .col:nth-child(3n) {
    margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
    .mod-a017 .col {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/*
 █████   ██████   ██  █████
██   ██ ██  ████ ███ ██   ██
███████ ██ ██ ██  ██  █████
██   ██ ████  ██  ██ ██   ██
██   ██  ██████   ██  █████
*/


/******************************************************************************
███████ ██████  ███████  ██████ ██  █████  ██
██      ██   ██ ██      ██      ██ ██   ██ ██
███████ ██████  █████   ██      ██ ███████ ██
     ██ ██      ██      ██      ██ ██   ██ ██
███████ ██      ███████  ██████ ██ ██   ██ ███████
******************************************************************************/


/* co.jp モジュールのうち global.brother でも利用するもの */


/*
██   ██ ███████  █████  ██████  ███████ ██████  ██████
██   ██ ██      ██   ██ ██   ██ ██      ██   ██      ██
███████ █████   ███████ ██   ██ █████   ██████   █████
██   ██ ██      ██   ██ ██   ██ ██      ██   ██ ██
██   ██ ███████ ██   ██ ██████  ███████ ██   ██ ███████
*/

#header2 {
    position: relative;
    z-index: 3;
}


/******************************************************************************
███████ ███    ██ ███████ ██████  ██    ██ ████████ ████████  ██████  ███    ██ ███████
██      ████   ██ ██      ██   ██ ██    ██    ██       ██    ██    ██ ████   ██ ██
███████ ██ ██  ██ ███████ ██████  ██    ██    ██       ██    ██    ██ ██ ██  ██ ███████
     ██ ██  ██ ██      ██ ██   ██ ██    ██    ██       ██    ██    ██ ██  ██ ██      ██
███████ ██   ████ ███████ ██████   ██████     ██       ██     ██████  ██   ████ ███████
******************************************************************************/

.mod-SNSButtons {
    border-top: 1px solid #f2f2f2;
    background: #fff;
}

.mod-SNSButtons p {
    margin: 0;
}

.mod-SNSButtons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    padding-top: 5px;
    border-left: solid 1px #d3d8e0;
}

.mod-SNSButtons ul:after {
    content: "";
    display: block;
    clear: both;
}

.mod-SNSButtons li {
    float: left;
    margin-left: 30px;
}

.mod-SNSButtons li a {
    color: #222;
    text-decoration: none;
}

.mod-SNSButtons li a:hover,
.mod-SNSButtons li a:active {
    color: #0033cc;
    text-decoration: underline;
}

.mod-SNSButtons img {
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -.25em;
}

.mod-SNSButtons_inner {
    max-width: 1052px;
    padding: 0 10px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 42px;
}

.mod-SNSButtons_ln {
    display: none;
    position: relative;
    top: -2px;
}

@media screen and (max-width: 1024px) {
    .mod-SNSButtons {
        border-top: 1px solid #ddd;
    }
    .mod-SNSButtons p {
        font-size: 15px;
        font-size: 0.9375;
        margin: 0 0 5px;
    }
    .mod-SNSButtons ul {
        margin-left: -15px;
        border-left: none;
    }
    .mod-SNSButtons li {
        margin: 10px 0 0 15px;
        padding-right: 15px;
        border-right: solid 1px #d2d4d9;
        line-height: 1.3;
        min-height: 38px;
        padding-top: 9px;
        box-sizing: border-box;
    }
    .mod-SNSButtons li:last-child {
        padding-right: 0;
        border-right: none;
    }
    .mod-SNSButtons li img {
        width: auto;
        height: 27px;
        margin-right: 10px;
    }
    .mod-SNSButtons_inner {
        padding-top: 27px;
        padding-bottom: 23px;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mod-SNSButtons_inner .txt {
        font-size: 16px;
        font-size: 1;
    }
    .mod-SNSButtons_ln {
        display: block;
        position: relative;
        top: -1px;
    }
    .mod-SNSButtons_ln img {
        height: 27px !important;
    }
}


/******************************************************************************
██ ███    ██ ██  ██████  ██████  ███    ██
██ ████   ██ ██ ██      ██    ██ ████   ██
██ ██ ██  ██ ██ ██      ██    ██ ██ ██  ██
██ ██  ██ ██ ██ ██      ██    ██ ██  ██ ██
██ ██   ████ ██  ██████  ██████  ██   ████
******************************************************************************/

.mod-inIcon {
    vertical-align: middle;
    margin: -.25em 0 0 10px;
    height: 20px;
    width: auto !important;
}


/******************************************************************************
██████  ██████  ███████  █████  ██████   ██████ ██████  ██    ██ ███    ███ ██████  ██      ███████ ██████
██   ██ ██   ██ ██      ██   ██ ██   ██ ██      ██   ██ ██    ██ ████  ████ ██   ██ ██      ██           ██
██████  ██████  █████   ███████ ██   ██ ██      ██████  ██    ██ ██ ████ ██ ██████  ██      █████    █████
██   ██ ██   ██ ██      ██   ██ ██   ██ ██      ██   ██ ██    ██ ██  ██  ██ ██   ██ ██      ██      ██
██████  ██   ██ ███████ ██   ██ ██████   ██████ ██   ██  ██████  ██      ██ ██████  ███████ ███████ ███████
******************************************************************************/


/* co.jp パンくずの色違いです。(ほぼ同じスタイルのため複製したものをベースに調整を行う形で実装しています) */

.mod-breadCrumble2 {
    background: #f2f2f2;
}

.mod-breadCrumble2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mod-breadCrumble2 ul:after {
    content: "";
    display: block;
    clear: both;
}

.mod-breadCrumble2 li {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 18px;
    font-size: 13px;
    font-size: 0.8125;
    color: #666;
}

.mod-breadCrumble2 li a {
    white-space: nowrap;
    color: #222;
    text-decoration: none;
}

.mod-breadCrumble2 li a:hover,
.mod-breadCrumble2 li a:active {
    color: #0033cc;
    text-decoration: underline;
}

.mod-breadCrumble2 li a.top {
    text-transform: uppercase;
}

.mod-breadCrumble2 li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 4px;
    height: 4px;
    border-top: 1px solid #0d2ea0;
    border-right: 1px solid #0d2ea0;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    margin-top: 0;
    margin-left: 17px;
}

.mod-breadCrumble2_inner {
    line-height: 1;
    max-width: 1160px;
    padding: 15px 30px 12px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .mod-breadCrumble2 li {
        font-size: 12px;
        font-size: 0.75;
    }
    .mod-breadCrumble2_inner {
        max-width: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .mod-breadCrumble2_inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/******************************************************************************
███████ ████████       ██████  ██       ██████  ██████   █████  ██      ██      ██ ███    ██ ██   ██
██         ██         ██       ██      ██    ██ ██   ██ ██   ██ ██      ██      ██ ████   ██ ██  ██
███████    ██         ██   ███ ██      ██    ██ ██████  ███████ ██      ██      ██ ██ ██  ██ █████
     ██    ██         ██    ██ ██      ██    ██ ██   ██ ██   ██ ██      ██      ██ ██  ██ ██ ██  ██
███████    ██ ███████  ██████  ███████  ██████  ██████  ██   ██ ███████ ███████ ██ ██   ████ ██   ██
******************************************************************************/

.st_globalLink {
    color: #fff;
    background: #000;
}

.st_globalLink a {
    color: #fff;
}

.st_globalLink_inner {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    position: relative;
}

.st_globalLink_copyright {
    padding-left: 110px;
    padding-right: 110px;
    font-size: 13px;
    font-size: 0.8125;
}

.st_globalLink_network {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    font-size: 0.8125;
}

@media screen and (min-width: 640px) {
    .st_globalLink_network a:hover,
    .st_globalLink_network a:active {
        text-decoration: underline;
    }
}

.st_globalLink_network .link {
    text-decoration: none;
}

.st_globalLink_country {
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.st_globalLink_country img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -.25em;
}

.st_globalLink_global {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.st_globalLink_global:after {
    content: "";
    display: block;
    clear: both;
}

.st_globalLink_global li {
    float: left;
    margin-left: 30px;
    line-height: 1.2;
}

.st_globalLink_global li a {
    font-size: 14px;
    font-size: 0.875;
    text-decoration: none;
}

.st_globalLink_global li a:hover,
.st_globalLink_global li a:active {
    opacity: .6;
}

.st_globalLink_global li img {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -.35em;
}

.st_globalLink_global .mod-inIcon {
    height: 8px;
    margin: -.25em 0 0 5px;
}

@media screen and (max-width: 1024px) {
    .st_globalLink_copyright {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .st_globalLink_inner {
        height: auto;
        padding: 8px 10px;
    }
    .st_globalLink_country {
        padding-right: 20px;
    }
    .st_globalLink_global li {
        float: none;
        line-height: 1.2;
        margin: 17px 0;
    }
}


/******************************************************************************
███████ ████████    ███████ ██ ████████ ███████ ███████  ██████   ██████  ████████ ███████ ██████
██         ██       ██      ██    ██    ██      ██      ██    ██ ██    ██    ██    ██      ██   ██
███████    ██ █████ ███████ ██    ██    █████   █████   ██    ██ ██    ██    ██    █████   ██████
     ██    ██            ██ ██    ██    ██      ██      ██    ██ ██    ██    ██    ██      ██   ██
███████    ██       ███████ ██    ██    ███████ ██       ██████   ██████     ██    ███████ ██   ██
******************************************************************************/

.st-siteFooter {
    position: relative;
    z-index: 2;
    padding: 20px 0 50px;
    background: #0d2ea0;
}

.st-siteFooter_inner {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
}

.st-siteFooter-category {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.45em !important;
    font-size: 0;
    margin: 13px 0 30px 0px;
    line-height: 1;
}

.st-siteFooter-category>li,
.st-siteFooter-category>div {
    display: inline-block;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 0.8125;
    text-align: left;
    vertical-align: top;
}

.st-siteFooter-category li {
    position: relative;
    font-size: 13px;
    font-size: 0.8125;
    margin-left: 40px;
	color: #000;
	text-decoration: none;
}

.st-siteFooter-category li:first-child {
    margin-left: 0;
}

.st-siteFooter-category li+li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 13px;
    background: #ddd;
}

.st-siteFooter-category li a {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}

.st-siteFooter-category li a:hover,
.st-siteFooter-category li a:active {
    color: #0033cc;
    text-decoration: underline;
}

.st-siteFooter_utility {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.45em !important;
    font-size: 0;
    margin: 30px 0 30px -15px;
    line-height: 1.2;
}

.st-siteFooter_utility>li,
.st-siteFooter_utility>div {
    display: inline-block;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875;
    text-align: left;
    vertical-align: top;
}

.st-siteFooter_utility li {
    margin-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #d2d4d9;
    font-size: 12px;
    font-size: 0.75;
}

.st-siteFooter_utility li:last-child {
    padding-right: 0;
    border-right: none;
}

.st-siteFooter_utility li a {
    white-space: nowrap;
}

.st-siteFooter_logo {
    margin: 40px 0 -15px;
    text-align: center;
}

.st-siteFooter_logo img {
    width: 136px;
}

.st-siteFooter_copyright {
    margin: 0 0 28px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125;
    display: block;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .st-siteFooter {
        padding-bottom: 46px;
    }
    .st-siteFooter-category {
        margin-top: 11px;
        margin-bottom: 8px;
        text-align: center;
    }
    .st-siteFooter-category li {
        font-size: 12px;
        font-size: 0.75;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 18px;
    }
    .st-siteFooter-category li+li {
        margin-left: 12px;
    }
    .st-siteFooter-category li+li:after {
        display: none;
    }
    .st_globalLink_inner {
        height: 65px;
    }
    .st_globalLink_copyright {
        display: none;
    }
    .st_globalLink_network {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        font-size: 14px;
        font-size: 0.875;
    }
    .st-siteFooter_copyright {
        font-size: 12px;
        font-size: 0.75;
    }
}


/******************************************************************************
███████ ████████    ██████   █████   ██████ ██   ██ ████████  ██████  ████████  ██████  ██████  ███████ ██ ██   ██ ███████ ██████
██         ██       ██   ██ ██   ██ ██      ██  ██     ██    ██    ██    ██    ██    ██ ██   ██ ██      ██  ██ ██  ██      ██   ██
███████    ██ █████ ██████  ███████ ██      █████      ██    ██    ██    ██    ██    ██ ██████  █████   ██   ███   █████   ██   ██
     ██    ██       ██   ██ ██   ██ ██      ██  ██     ██    ██    ██    ██    ██    ██ ██      ██      ██  ██ ██  ██      ██   ██
███████    ██       ██████  ██   ██  ██████ ██   ██    ██     ██████     ██     ██████  ██      ██      ██ ██   ██ ███████ ██████
******************************************************************************/

.st-backToTopFixed {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 64px;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.st-backToTopFixed.is-hidden {
    opacity: 0;
}

.st-backToTopFixed:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #333;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .st-backToTopFixed {
        bottom: 20px;
    }
}


/*
██ ██████  ██████  ███████  ██████  ██    ██ ██       █████  ██████
██ ██   ██ ██   ██ ██      ██       ██    ██ ██      ██   ██ ██   ██
██ ██████  ██████  █████   ██   ███ ██    ██ ██      ███████ ██████
██ ██   ██ ██   ██ ██      ██    ██ ██    ██ ██      ██   ██ ██   ██
██ ██   ██ ██   ██ ███████  ██████   ██████  ███████ ██   ██ ██   ██
*/

.mod-8001 .mod-7004,
.mod-8002 .mod-7004 {
    margin-bottom: 0 !important;
}

.mod-7005+.mod-a001.z3,
.mod-7005+.z3.mod-a002,
.mod-7005+.z3.mod-a015 {
    z-index: 2;
}

.mod-7002 .description .mod-a010>*:last-child {
    margin-bottom: 0;
}

.mod-7002 .img .caption>*:last-child {
    margin-bottom: 0;
}

.mod-a002 .mod-a002__sub-column .mod-7001 .main {
    display: block;
}

.mod-8001+.mod-3002,
.mod-8002+.mod-3002,
.mod-a008+.mod-3002,
.mod-8001+.mod-4003,
.mod-8002+.mod-4003,
.mod-a008+.mod-4003,
.mod-8001+.mod-4005,
.mod-8002+.mod-4005,
.mod-a008+.mod-4005 {
    margin-top: -20px;
}

.page-eco-mb30 {
    margin-bottom: 30px !important;
}

.page-investor-mt0 {
    margin-top: 0 !important;
}

.mod-a008>*:first-child {
    margin-top: 0;
}

.mod-a011>*:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
    .mod-a012.page-investor .col:not(.ticker-col),
    .page-investor.mod-a017 .col:not(.ticker-col) {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .mod-a012.page-investor .col:not(.ticker-col) .mod-a005,
    .page-investor.mod-a017 .col:not(.ticker-col) .mod-a005 {
        float: none;
    }
    .mod-a012.page-investor .col.ticker-col,
    .page-investor.mod-a017 .col.ticker-col {
        max-width: 310px;
        float: none;
    }
    .mod-a012.page-investor .col.ticker-col .mod-7001,
    .page-investor.mod-a017 .col.ticker-col .mod-7001 {
        width: auto !important;
        float: none;
    }
}


/******************************************************************************
 ██████  ██    ██ ███████ ██████  ██     ██ ██████  ██ ████████ ███████
██    ██ ██    ██ ██      ██   ██ ██     ██ ██   ██ ██    ██    ██
██    ██ ██    ██ █████   ██████  ██  █  ██ ██████  ██    ██    █████
██    ██  ██  ██  ██      ██   ██ ██ ███ ██ ██   ██ ██    ██    ██
 ██████    ████   ███████ ██   ██  ███ ███  ██   ██ ██    ██    ███████
******************************************************************************/

.wa {
    width: auto !important;
}

.posr {
    position: relative !important;
}

.tac {
    text-align: center !important;
}

.z2 {
    z-index: 2 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.p15 {
    padding: 15px !important;
}

@media screen and (max-width: 639px) {
    .show-for-gte-tb {
        display: none !important;
    }
    .mt0-for-lte-sp {
        margin-top: 0 !important;
    }
    .mt5-for-lte-sp {
        margin-top: 5px !important;
    }
    .mt10-for-lte-sp {
        margin-top: 10px !important;
    }
    .mb0-for-lte-sp {
        margin-bottom: 0px !important;
    }
    .mb10-for-lte-sp {
        margin-bottom: 10px !important;
    }
    .mb14-for-lte-sp {
        margin-bottom: 14px !important;
    }
    .mb15-for-lte-sp {
        margin-bottom: 15px !important;
    }
    .mb22-for-lte-sp {
        margin-bottom: 22px !important;
    }
    .mb25-for-lte-sp {
        margin-bottom: 25px !important;
    }
    .mb30-for-lte-sp {
        margin-bottom: 30px !important;
    }
    .mb40-for-lte-sp {
        margin-bottom: 40px !important;
    }
    .mr-10-for-lte-sp {
        margin-right: -10px !important;
    }
    .ml-10-for-lte-sp {
        margin-left: -10px !important;
    }
    .pt10-for-lte-sp {
        margin-top: 10px !important;
    }
    .pt20-for-lte-sp {
        padding-top: 20px !important;
    }
    .pb10-for-lte-sp {
        padding-bottom: 10px !important;
    }
    .h100p-for-lte-sp {
        height: 100% !important;
    }
    .posr-for-lte-sp {
        position: relative !important;
    }
    .posac-for-lte-sp {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .wa-for-lte-sp {
        width: auto !important;
    }
}

@media screen and (min-width: 640px) {
    .mt40-for-gte-tb {
        margin-top: 40px !important;
    }
    .mb10-for-gte-tb {
        margin-bottom: 10px !important;
    }
    .mb40-for-gte-tb {
        margin-bottom: 40px !important;
    }
    .show-for-sp {
        display: none !important;
    }
    .pt10-for-gte-tb {
        padding-top: 10px !important;
    }
    .mt15-for-gte-tb {
        margin-top: -15px !important;
    }
    .mb20-for-gte-tb {
        margin-bottom: 20px !important;
    }
}

.display-none {
    display: none !important;
}

th {
    padding: 11px 12px 8px;
    vertical-align: top;
    font-size: 16px;
}

td {
    padding: 11px 12px 8px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
}

.mod-inIcon {
    vertical-align: middle;
    height: 20px;
    width: auto !important;
}