@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:400,500);

/*  =========================================================================
    Global - Responsive breakpoint
    ========================================================================= */

/*  Enviromental appearance fix
    ========================================================================= */

html {
}

body {
    background-color: #fff;
    color: #3f3b39;
}

body p,
body blockquote {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.65;
}

body p.mt,
body .row.mt,
body .columns.mt {
    margin-top: 1em;
}
body p.mb,
body .row.mb,
body .columns.mb {
    margin-bottom: 1em;
}
/*  Common appearance
    ========================================================================= */


/*  Header appearance
    ========================================================================= */

.header {
    position: fixed;
    top: 0; left: 0;
    z-index: 9999;
    box-shadow: 0 0 .25em 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.header > .title.bar {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.header > .title.bar > section > div {
    vertical-align: middle;
}
.header > .title.bar > section > .logo {
    width: 30%;
}
.header > .title.bar > section > .global-nav {
    width: 70%;
}
.header > .title.bar > section > .expand-btn {
    display: none;
}
.header > .title.bar h1 {
}
.header > .title.bar h1 a {
    max-width: 90%;
}
.header > .title.bar aside > a {
    display: block;
    max-width: 44%;
    margin-left: auto;
    margin-bottom: .5em;
}
.header > .title.bar aside > a > img {
    margin-left: auto;
    margin-right: 0;
}
.header > .title.bar aside > a > img.mobile {
    display: none;
}
.header > .title.bar nav > ul {
    display: table;
    margin: 0;
    margin-left: auto;
    padding-left: 0;
}
.header > .title.bar nav > ul > li {
    display: table-cell;
    padding: .5em 1.25em;
    border-right: 1px solid #b3b3b4;
}
.header > .title.bar nav > ul > li.top {
    display: none;
}
.header > .title.bar nav > ul > li.has-child {
    cursor: pointer;
    position: relative;
}
.header > .title.bar nav > ul > li.has-child > ul {
    position: absolute;
    list-style-type: none;
    left: 0;
    margin-top: .5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;

	height: 0;
	overflow: hidden;
}
.header > .title.bar nav > ul > li.has-child:hover > ul {
    height: auto;
	overflow: visible;
}
.header > .title.bar nav > ul > li.has-child > ul > li {
    background-color: #3f3b39;
    text-align: center;
    padding: 0;
}
.header > .title.bar nav > ul > li.has-child > ul > li:hover {
    opacity: .95;
}
.header > .title.bar nav > ul > li.has-child > ul > li > a {
    color: #fff;
    font-weight: bold;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding: .75em;
}

.header > .title.bar nav > ul > li:first-child {
    padding-left: 0;
}
.header > .title.bar nav > ul > li:last-child {
    padding-right: 0;
    border-right: none;
}
.header > .title.bar nav > ul > li > a {
    display: block;
    text-align: right;
    color: #3f3b39;
    font-weight: bold;
}
.header > .title.bar nav > ul > li > a > i.icon {
    display: none;
}

.header > .title.bar a.nav-expand-btn {
    display: block;
    margin: 0 0 0 auto;
    line-height: 1;
    width: 0.9em;
    padding: 8px;
    text-decoration: none !important;
    overflow: hidden;
    border: 1px solid #ccc8c6;
    border-radius: .25em;

    font-size: 1.25em; /* size-multiplier */
}
.header > .title.bar a.nav-expand-btn > span {
    display: block;
    margin-bottom: 3px;
    background-color: #3f3b39;
    height: 3px; width: 100%;
    font-size: 2.2em;
    font-weight: bold;
    border-radius: .25em;
}
.header > .title.bar a.nav-expand-btn > span:last-of-type {
    margin-bottom: 0;
}
.header > .title.bar a.nav-expand-btn > span.label {
    margin-top: -.05em;
    margin-bottom: 0;
    background-color: transparent;
    color: #3f3b39;
    height: auto; width: 100%;
    font-size: .56em;
    text-align: center;
}

/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 780px) {
    .header > .title.bar {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: .75em;
        padding-bottom: .75em;
    }
    .header > .title.bar > section > .global-nav {
        width: 22%;
    }
    .header > .title.bar > section > .expand-btn {
        display: table-cell;
        width: 1.75em;
    }
    .header > .title.bar h1 a {
        max-width: 92%;
    }
    .header > .title.bar .global-nav aside > a {
        max-width: 100%;
        margin-bottom: 0;
    }
    .header > .title.bar .global-nav aside > a > img.desktop {
        display: none;
    }
    .header > .title.bar .global-nav aside > a > img.mobile {
        display: block;
    }
    body > #x-float-nav-margin {
        display: block;
    }
}

/*  Drawer/Burger list appearance
    ========================================================================= */
@media screen and (max-width: 780px) {
    .header > .title.bar > section {
        position: static;
    }
    .header > .title.bar .global-nav nav {
        position: absolute;
        top: 0; right: -80%;
        width: 80%;
        height: auto;
        height: 100vh;
        background-color: #3f3b39;
    }
    .header > .title.bar .global-nav nav > ul {
        display: block;
        overflow-y: hidden;
        height: 100%;
    }
    .header > .title.bar .global-nav nav > ul > li {
        display: block !important;
        padding: 0;
    }
    .header > .title.bar .global-nav nav > ul > li:last-of-type {
        padding-bottom: 10em;
    }
    .header > .title.bar .global-nav nav > ul > li > a {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 1em 1.5em;
        color: #fff;
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
    }
    .header > .title.bar .global-nav nav > ul > li.child > a {
        padding-left: 2.5em;
    }
    .header > .title.bar .global-nav nav > ul > li > a:hover,
    .header > .title.bar .global-nav nav > ul > li > a:active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.05);
    }
    .header > .title.bar .global-nav nav > ul > li:first-of-type > a {
        padding-top: 1.5em;
    }
    .header > .title.bar .global-nav nav > ul > li > a > i.icon {
        display: inline;
        margin-right: .5em;
    }
    .header > .title.bar .expand-btn a.nav-expand-btn {
        display: block;
    }
    body > .container,
    body > .overlay {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition: .3s transform ease-in-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .android-stock-browser body > .container,
    .android-stock-browser body > .overlay {
        -webkit-transition-property: margin-left;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition: .3s margin-left ease-in-out;
    }
    body.nav-expanded > .container,
    body.nav-expanded > .overlay {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
    .android-stock-browser body.nav-expanded > .container,
    .android-stock-browser body.nav-expanded > .overlay {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: -80%;
    }
    @media screen and (orientation: landscape) {
        body.nav-expanded > .container,
        body.nav-expanded > .overlay {
            -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
        }

        .header > .title.bar h1 a {
            max-width: 60%;
            border-bottom: 1px solid #837c7b;
        }
        .header > .title.bar .global-nav aside > a {
            max-width: 80%;
        }
    }
}

/*  Basic appearance
    ========================================================================= */
.container header h3,
.container section h3 {
    font-size: 1.68em;
    font-weight: bold;
}
.container header h3.point {
    font-size: 1.35em;
    background-color: #eff1ee;
    padding: .5em .75em .5em 2em;
    margin-bottom: 1em;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 0 1px 0 rgba(80, 80, 80, .33);
    background-image: url("../images/voice/title_point.gif");
    background-repeat: no-repeat;
    background-position: .75em center;
    background-size: 14px 14px;
}
.container section.paragraphs > p {
    line-height: 1.75;
}
.container section.paragraphs > p:not(:last-of-type) {
    margin-bottom: 1.25em;
}

/*  Footer appearance
    ========================================================================= */
.footer > article {
    background-color: #3f3b39;
}
.footer > article > section {
    padding-top: 2em;
    padding-bottom: 2em;
}
.footer > article#footer-nav {
    border-bottom: 1px solid #332c29;
}
.footer > article#footer-nav > section ul.items {
    margin-bottom: .5em;
}
.footer > article#footer-nav > section ul.items > li {
    padding-top: 0;
    margin-bottom: .5em;
}
.footer > article#footer-nav > section ul.items > li > a {
    display: block;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer > article#footer-nav > section ul.items > li.child > a {
    margin-left: 1.5em;
}
.footer > article#footer-nav > section ul.items > li.child > a > i.icon {
    font-size: .8em;
}
.footer > article#copyright {
    border-top: 1px solid #969595;
}
.footer > article#copyright section p:first-of-type {
    text-align: right;
}
.footer > article#copyright section p:last-of-type {
    color: white;
    opacity: .5;
    font-size: .88em;
    line-height: 2.5;
    padding-left: 2em;
}

/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 780px) {
    .footer > article#copyright section p {
        text-align: center !important;
        padding-bottom: 1em;
        line-height: 1.25 !important;
    }
    .footer > article#copyright section p:last-of-type {
        padding-left: 0;
    }
}

/*  Herounit appearances
    ========================================================================= */
.container.hero {
    background-image: url("../images/common/pgtitle.png");
    background-size: auto 100%;
}
.hero > #main-visual {
    margin: 0;
}
.hero > #hero-banner,
.hero > #hero-breadcrumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.hero > #hero-banner {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.hero > #hero-banner > section > h2 {
    font-weight: normal;
    line-height: 5;
    font-size: 2em;
    margin: 0;
    text-shadow: 0 0 1em rgba(255, 255, 255, .88);
}
.hero > #hero-breadcrumb {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
}
.hero > #hero-breadcrumb > section {
    overflow: hidden;
}
.hero > #hero-breadcrumb ul.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
}
.hero > #hero-breadcrumb ul.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    font-size: .8rem;
}
.hero > #hero-breadcrumb ul.breadcrumb > li > a {
    padding: .75em 2.5em .75em .5em;
    color: #3f3b39;
    position: relative;
    overflow: hidden;
}
.hero > #hero-breadcrumb ul.breadcrumb > li > a:hover {
    text-shadow: 0 0 2.5em rgba(0, 0, 0, .25);
}
.hero > #hero-breadcrumb ul.breadcrumb > li:first-of-type > a {
    padding-left: 0em;
}
.hero > #hero-breadcrumb ul.breadcrumb > li > a::after {
    content: "";
    position: absolute;
    top: 0; right: 1em;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 3em;
    height: 3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hero > #hero-breadcrumb ul.breadcrumb > li:last-of-type > a::after {
    display: none;
}

/*  =========================================================================
    Grater SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 675px) {
    .hero > #hero-banner > section > h2 {
        line-height: 4.33;
        font-size: 1.44em;
    }
    .hero > #hero-breadcrumb ul.breadcrumb > li > a {
        font-size: .88em;
    }
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {
    .hero > #hero-breadcrumb ul.breadcrumb > li > a {
        padding: .5em 1.5em .5em .5em;
    }
    .hero > #hero-breadcrumb ul.breadcrumb > li > a::after {
        right: .5em;
        border-right: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        width: 2.5em;
        height: 2.5em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/*  Button appearance
    ========================================================================= */
.container .btn {
    display: inline-block;
    width: auto;
    padding: .5em .65em;

    line-height: 1;
    color: #fff;
    background-color: #9e9e9e;
    border-radius: .125em;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container .btn.keep-label {
    overflow: visible;
    white-space: normal;
}
.container .btn.label-left {
    text-align: left !important;
}
.container .btn.block {
    display: block;
}
.container .btn:hover {
    opacity: .85;
    box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, 0.125);
}
.container .btn:active { opacity: .7; }
.container .btn.small {
    font-size: .88em;
}
.container .btn.primary {
    background-color: #228b22;
}
.container .btn.default {
    text-align: center;
    background-color: #f1f1f1;
    color: #3d3b39;
    border: 1px solid #c0c0c1;
    font-size: .88em;
    margin-bottom: .5em;
}
.container .btn.default.large {
    padding-top: .75em;
    padding-bottom: .75em;
    text-align: center;
    width: 200px;
    max-width: 100%;
    font-size: 1em;
}
@media screen and (max-width: 780px) {
    .container .btn.block-md {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .container .btn.block-sd {
        display: block;
    }
}

/*  Panel appearance
    ========================================================================= */
.container .panel {
    background-color: #fefefd;
    border-radius: .5em;
    padding: 1em;
}

/*  Locality appearance
    ========================================================================= */
.container .locality {
    margin-bottom: 1.5em;
}
.container .locality > h5,
.container .locality > p {
    padding: .5em;
    text-align: center;
    line-height: 1.4;
}
.container .locality > h5 {
    margin-top: .5em;
    background-color: #595757;
    color: #fff;
}
.container .locality > p {
    background-color: #fff;
    color: #fd8124;
}

.container.main > article > section .locality {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: none;
}

.container.main > article > section .locality::before,
.container.main > article > section .locality::after {
    opacity: 0;
    -webkit-transition: .15s opacity ease-out;
    transition: .15s opacity ease-out;
}
.container.main > article > section .locality::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    position: absolute;
    left: 0; top: 0;
    background-color: rgba(0, 0, 0, 0.62);
    background-image: url("../images/voice/icon_mouseover_pdf.png");
    background-repeat: no-repeat;
    background-position: center 30%;
}
.container.main > article > section .locality::after {
    content: "詳細はこちら";
    text-align: center;
    color: white;
    width: 100%;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 45%;
    display: block;
    position: absolute;
    left: 0; top: 0;
}
.container.main > article > section .locality:hover::before,
.container.main > article > section .locality:hover::after {
    opacity: 1;
}

/*  Box appearance
    ========================================================================= */
.container div.box {
    border: .5em solid #f1f1f1;
    padding: 3em 2.5em;
}
.container div.box.box-filled {
    background-color: #f7f7f7;
}
.container div.box.box-lite {
    border: 1px solid #e0e2de;
    padding: .5em .65em;
}
.container div.box.no-border {
    border: 0;
}
.container div.box.half-padding {
    padding: 1.5em 1.35em;
}
.container div.box.box-lite.half-padding {
    padding: .25em .3em;
}
.container div.box.quarter-padding {
    padding: .75em 1em;
}
.container div.box.box-lite.quarter-padding {
    padding: .125em .15em;
}
.container div.box.no-padding {
    padding: 0;
}
.container div.box h3 {
    margin-bottom: 1em;
}
.container section h3.primary {
    font-size: 2.25em;
    margin-bottom: 1.5em;
    color: #19aacc;
}
.container section h3.primary.primary-grass {
    font-size: 1.55em;
    margin-bottom: 1.5em;
    color: #97ca9d;
}
.container section h4.default-border,
.container div.box > h4 {
    font-size: 1.3em;
    font-weight: bold;
    border-left: .33em solid #8ec855;
    padding-left: .33em;
    margin-bottom: .5em;
}
.container section h4.default-border {
    margin-top: 2em;
}

.container section h4.basic,
.container section h5.basic,
.container section h6.basic {
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.container section h4.default,
.container section h5.default,
.container section h6.default {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
.container section h4.primary,
.container section h5.primary,
.container section h6.primary {
    font-size: 1.15em;
    font-weight: bold;
    color: #355F7B;
    padding: .5em 0;
    margin-top: .75em;
}
.container section h6.primary {
    font-size: 1.1em;
}
.container section h5.under-border {
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #bababb;
    line-height: 1.33;
    padding: .2em 0 .4em 0;
}
.container div.box > hr {
    margin-top: 2em;
    margin-bottom: 2em;
}
.container div.box > blockquote > strong {
    font-weight: bold;
}
@media screen and (max-width: 780px) {
    .container section h4.default,
    .container section h5.default,
    .container section h6.default {
        font-size: 1.2em;
    }
    .container section > h3.primary {
        font-size: 1.5em;
        margin-bottom: 1em;
    }
    .container section h3.primary.primary-grass {
        font-size: 1.35em;
    }
    .container section > h4.basic {
        font-size: 1.1em;
    }
    .container div.box {
        padding: 2em 1.5em;
    }
    .container div.box.no-padding {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {

}

/*  Panel appearance
    ========================================================================= */
.container form.form {
    display: block;
    font-size:100%;
    vertical-align: baseline;
}
.container form.form select,
.container form.form input,
.container form.form textarea,
.container form.form button {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 1.75em;
    line-height: 1.75;
    padding: 0;
    vertical-align: middle;
}
.container form.form input[type=text] {
    padding: 0 .25em;
}
.container form.form input[type=image] {
    height: auto;
}
.container form.form label.select select {
    position: relative;
    width: 100%;
    padding: 0 .25em;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;

    background: transparent;/*
    background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
}
.container form.form label.select {
    display: block;
    position: relative;
    overflow: hidden;
}

.container form.form label.select:after {
    display: block;
    content: "▼";
    position: absolute;
    line-height: 3;
    height: 100%;
    font-size: .6em;
    padding: 0 1em;
    top: 0; right: 0;
    color: #565656;
    background-color: #ccc;
    pointer-events: none;
}
.container form.form label.select select::-ms-expand {
    display: none;
}

/*  List appearance
    ========================================================================= */
.container ul.lines,
.container ul.items {
    display: block;
    margin: 0; padding: 0;
}
.container ul.lines li {
    list-style-type: none;
    margin: 1em 0;
    padding-bottom: 1em;
}
.container ul.lines li:last-of-type {
    margin-bottom: 1.5em;
}
.container ul.items li {
    list-style-type: none;
}
.container ul.items li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.container ul.lines li:first-of-type,
.container ul.items li:first-of-type {
    padding-top: 1em;
}

.container ul.lines.dotted li,
.container ul.items.dotted li {
    border-bottom: 1px dashed #9c9c9f;
}
.container ul.lines.dotted li:last-of-type:not(:first-of-type),
.container ul.items.dotted li:last-of-type:not(:first-of-type) {
    border-bottom: none;
}
.container ul.lines.dotted.enclosed li:first-of-type,
.container ul.items.dotted.enclosed li:first-of-type {
    border-top: 1px dashed #9c9c9f;
}
.container ul.lines.dotted.enclosed li:last-of-type,
.container ul.items.dotted.enclosed li:last-of-type {
    border-bottom: 1px dashed #9c9c9f;
}


.container ul.lines.bordered li,
.container ul.items.bordered li {
    border-bottom: 1px solid #ddd;
}
.container ul.lines.bordered li:last-of-type,
.container ul.items.bordered li:last-of-type {
    border-bottom: none;
}
.container ul.lines.bordered.enclosed li:first-of-type,
.container ul.items.bordered.enclosed li:first-of-type {
    border-top: 1px solid #ddd;
}
.container ul.lines.bordered.enclosed li:last-of-type,
.container ul.items.bordered.enclosed li:last-of-type {
    border-bottom: 1px solid #ddd;
}

.container ul.default,
.container ol.default {
    padding-left: 1.5em;
    margin: 1.5em 0;
}
.container ul.default.default-compact,
.container ol.default.default-compact {
    padding-left: 1.5em;
    margin: 0 0 .5em 0;
}
.container ul.default > li,
.container ol.default > li {
    padding-left: .5em;
    margin: .25em 0;
    line-height: 1.65;
}
.container ul.default > li > a,
.container ol.default > li > a {
    display: inline;
}

/*  Icons appearance
    ========================================================================= */
.container i.icon {
    display: inline;
    font-size: 1em;
}
.container i.icon::before {
    content: "\3000";
    display: inline;
    line-height: 1;
    background-size: 1em 1em;
    font-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.container i.icon.icon-tri-orange::before {
    background-image: url("../images/common/tri_orange.png");
    background-size: 14px 14px;
}
.container i.icon.icon-tri-orange2::before {
    background-image: url("../images/common/tri_orange.svg");
    background-size: 14px 14px;
}
.container i.icon.icon-tri-blue::before {
    background-image: url("../images/common/tri_sqblue.png");
    background-size: 18px 18px;
    font-size: 18px;
}
.container i.icon.icon-tri-blue2::before {
    background-image: url("../images/common/tri_blue.svg");
    background-size: 14px 14px;
    font-size: 18px;
}
.container i.icon.icon-tri-purple::before {
    background-image: url("../images/common/tri_purple.svg");
    background-size: 14px 14px;
    font-size: 18px;
}
.container i.icon.icon-tri-pink::before {
    background-image: url("../images/common/tri_pink.svg");
    background-size: 14px 14px;
    font-size: 18px;
}
.container i.icon.icon-chevron-black::before {
    background-image: url("../images/common/tri_black.png");
    background-size: 13px 13px;
}
.container i.icon.icon-chevron-orange::before {
    background-image: url("../images/common/tri_ft1.png");
    background-size: 15px 15px;
}
.container .child i.icon.icon-chevron-orange::before {
    background-image: url("../images/common/tri_ft2.png");
    background-size: 5px 8px;
}
.container i.icon.icon-home::before {
    background-image: url("../images/common/ico_home.png");
    background-size: 14px 11px;
}
.container i.icon.icon-circle-orange::before {
    background-image: url("../images/common/cir_orange.png");
    background-size: 16px 16px;
}
.container i.icon.icon-triangle-right::before {
    content: "\25B6\FE0E";
    font-size: .5em;
    vertical-align: middle;
}
.container i.icon.icon-pdf::before {
    background-image: url("../images/items/ico_pdf.png");
    background-size: 14px 16px;
}
.container i.icon.icon-print::before {
    background-image: url("../images/items/ico_print.png");
    background-size: 16px 15px;
}
.container i.icon.icon-gear::before {
    background-image: url("../images/items/ico_gear.png");
    background-size: 16px 16px;
}
.container i.icon.icon-people::before {
    background-image: url("../images/items/ico_people.png");
    background-size: 21px 14px;
}
.container i.icon.icon-graph-grow::before {
    background-image: url("../images/items/ico_graph.png");
    background-size: 14px 14px;
}
.container i.icon.icon-cart::before {
    background-image: url("../images/items/ico_cart.png");
    background-size: 14px 14px;
}

/*  Anchor appearance
    ========================================================================= */
a {
    color: #008ad3;
    text-decoration: none;
    opacity: 1;
    -webkit-transition-property: color, opacity;
    -webkit-transition-duration: .1s, .1s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition: .1s color ease-in-out, .1s opacity ease-in-out;
    outline: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

a:hover {
    color: #e18728;
    opacity: .72;
    outline: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

a.block {
    display: block;
}

a.dark {
    color: #3f3b39;
}

a.white {
    color: #fff;
}

a.disabled,
a.disabled:hover {
    color: #3f3b39;
    opacity: 1;
    cursor: default;
}

/*  Heading appearance
    ========================================================================= */
.container .heading {
    display: block;
    line-height: 1.33;
    margin-bottom: .33em;
}
.container .heading-medium {
    font-size: 2em;
}
.container .heading-large {
    font-size: 2.25em;
}
.container .heading-large-primary {
    font-size: 2.25em;
    color: #355f7b;
    margin-top: .25em;
}
/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 780px) {
    .container header h3,
    .container section h3,
    .container .heading-large,
    .container .heading-medium {
        font-size: 1.5em;
    }
    .container .heading-large-primary {
        font-size: 1.78em;
    }
}

/*  Sharebutton appearance
    ========================================================================= */
.container #share-buttons {
    padding-top: 0;
    padding-bottom: 2em;
}
.container #share-buttons section {
    margin-top: 0;
}

/*  Pagetop button appearance
    ========================================================================= */
body > a.page-top-btn {
    cursor: pointer;
    color: #3f3b39;
    position: fixed;
    bottom: 2.5em; right: 1.5em;
    width: 5em;
    height: 5em;
    display: block;
    line-height: 1;
    border-radius: .25em;
    font-size: .72em;
    background-color: rgba(240, 240, 235, 0.85);
    background-image: url("../images/common/pagetop_chevron.png");
    background-repeat: no-repeat;
    background-position: 1.65em center;
    background-size: 16px;
    box-shadow: 0 .15em .25em 0 rgba(0, 0, 0, 0.12);
    z-index: 10000;
    opacity: 1;
}
.backdropfilter body > a.page-top-btn {
    background-color: rgba(250, 250, 240, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
body.nav-expanded > a.page-top-btn {
    opacity: 0;
    z-index: 100;
}
/*  =========================================================================
    Lasser HDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (min-width: 1120px) {
    body > a.page-top-btn {
        bottom: 5%; right: -1em;
        width: auto; height: auto;
        padding: 1.25em 2.5em 1.25em 3.5em;
        background-position: 1.25em center;
    }
    body > a.page-top-btn::before {
        content: "PAGE TOP";
    }
}

/*  Overlay appearance
    ========================================================================= */
body > div.overlay {
    display: none;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    background-color: rgba(56, 56, 56, 0.5);
    cursor: pointer;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s, 0.2s;
    -webkit-transition-timing-function: ease-in-out, ease-out;
    transition: 0.3s transform ease-in-out, 0.2s opacity ease-out;
}
body > div.overlay#slide-nav-overlay {
    z-index: 1000;
    left: -9999px;
}

/* ==========================================================================
   Special classes for posted article by WP editor
   ========================================================================== */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft { float: left; margin:0 10px 10px 0 ; }
.alignright { float: right; margin:0 0 10px 10px; }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 85.714%;
    padding: 3px 4px 5px;
    margin: 0;
}


/* 2020-05-22 */
.container .btn.default .item_cart {
    background-color: #ffe4e1;
    color: #3d3b39;
    border: 1px solid #c0c0c1;
}

h4.item_cart {
    font-size: x-large;
    border: 2px solid red;
    background-color: mistyrose;
    margin: 1em;
    padding: 0.5em 0;
    font-weight: bold;
    color: red;
}
h4.item_cart a {
    color: red;
}
h4.item_cart:hover {
    border-color: orangered;
    background-color: bisque;
}
h4.item_cart a:hover {
    color: orangered;
    text-decoration: underline;
}

#shizai .util-links a {
    cursor: pointer;
}
#shizai .util-links .btn:hover {
    opacity: .85;
    box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, 0.125);
}

/* 2023-02-21 TOPページの臨時告知掲載用 */
.attention h4 {
    position: relative;
    padding: 1rem 2rem;
    border: solid 2px #27acd9;
    width: 80%;
    margin: 0 auto 2em auto;
    font-size: x-large;
    white-space: nowrap;
}
.attention h4::after {
    position: absolute;
    content: "Important Notification";
    top: -10px;
    left: 15px;
    background: #fff;
    font-size: 0.85rem;
    color: #27acd9;
    padding: 0 10px;
}
.attention h4 > a:hover {
    text-decoration: underline;
    color: #0068b7;
}
