@charset 'UTF-8';
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */
html
{
    line-height: 1.15;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated). */
body
{
    margin: 0;
}

/**
 * Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section
{
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */
figcaption,
figure,
main
{
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8. */
figure
{
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title]
{
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong
{
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong
{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-. */
dfn
{
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */
mark
{
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers. */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
audio,
video
{
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-. */
img
{
    border-style: none;
}

/**
 * Hide the overflow in IE. */
svg:not(:root)
{
    overflow: hidden;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea
{
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 2 */
    font-size: 16px;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input
{
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select
{
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset
{
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend
{
    /* 2 */
    display: table;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE. */
textarea
{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type='search']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu
{
    display: block;
}

/*
 * Add the correct display in all browsers. */
summary
{
    display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
canvas
{
    display: inline-block;
}

/**
 * Add the correct display in IE. */
template,
[hidden]
{
    display: none;
}

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-. */
html
{
    font-size: 62.5%;
    line-height: 1.6;
}

a
{
    text-decoration: none;
}

.section
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.section table
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

body
{
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;

    position: relative;

    color: #1b1b1b;
    background-color: #fff;
}

a
{
    outline: 0;
}
a:hover
{
    text-decoration: none;
}

button:focus
{
    outline: 0;
}

.main
{
    padding-bottom: 44px;
}

.section__inner
{
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.section__inner.section__inner--full
{
    padding: 0;
}

footer
{
    width: 100%;

    background-color: #003067;
}
footer .footer__inner
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    padding: 19px 22px 29px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
}
footer .footer__inner .footer-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
footer .footer__inner .footer-nav ul
{
    margin: 0 0 0 30px;
    padding: 0;

    list-style: none;
}
footer .footer__inner .footer-nav ul:last-of-type
{
    margin: 0 0 0 58px;
}
footer .footer__inner .footer-nav ul li a
{
    font-size: 14px;
    line-height: 28px;

    color: #fefefe;
}
footer .footer__inner .footer-sns
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    height: 112px;
    padding-right: 32px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
footer .footer__inner .footer-sns ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
footer .footer__inner .footer-sns ul li
{
    width: 30px;
    margin-right: 14px;
}
footer .footer__inner .footer-sns ul li:last-of-type
{
    margin-right: 0;
}
footer .footer__inner .footer-sns ul li a img
{
    width: 100%;
}
footer .footer__inner .footer-sns .footer-login
{
    margin: 0;
}
footer .footer__inner .footer-sns .footer-login a
{
    font-size: 14px;

    color: #fefefe;
}
footer .footer-copy
{
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    padding: 0 22px;

    text-align: center;
}
footer .footer-copy small
{
    font-size: 12px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 33px;

    color: #fefefe;
    border-top: 2px solid #335985;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-top
{
    position: fixed;
    right: 0;
    bottom: 77px;
    left: 0;

    display: none;

    width: 1024px;
    margin: auto;

    pointer-events: none;
}
.page-top__inner
{
    position: relative;
}
.page-top__btn a
{
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;

    position: absolute;
    right: 20px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 58px;
    height: 58px;

    cursor: pointer;
    pointer-events: auto;

    color: #003067;
    background-color: #d2d2d2;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-top__btn a:before
{
    display: block;

    width: 28px;
    height: 13px;
    margin-bottom: 8px;

    content: '';

    background-image: url(../img/common/icon-page-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-top-sp
{
    display: none;
}
.page-top-sp a
{
    font-size: 10px;
    line-height: 9px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 100%;
    height: 46px;

    color: #003067;
    background-color: #d2d2d2;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-top-sp a:before
{
    display: block;

    width: 22px;
    height: 10px;
    margin-bottom: 6px;

    content: '';

    background-image: url(../img/common/icon-page-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    box-sizing: border-box;
    width: 1024px;
    margin: auto;

    -webkit-transition: .3s;

    transition: .3s;
}
header.lower-page
{
    position: relative;
    z-index: 1;
}
header .header__inner
{
    box-sizing: border-box;
    width: 984px;
    height: inherit;
    margin: 0 auto;
    padding: 5px 0 0;
}
header .header__inner .header-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner .header-box__logo
{
    line-height: 1.5;

    margin: 0;
}
header .header__inner .header-box__logo span
{
    font-size: 11px;

    display: block;

    margin-bottom: 5px;

    letter-spacing: .007em;

    color: #003067;
}
header .header__inner .header-box__logo img
{
    display: block;

    width: 234px;
}
header .header__inner .header-box ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 5px 0 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner .header-box ul li
{
    position: relative;

    margin-left: 30px;
}
header .header__inner .header-box ul li a
{
    font-size: 12px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    color: #003067;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner .header-box ul li a span
{
    position: relative;
}
header .header__inner .header-box ul li a span:before
{
    position: absolute;
    bottom: 2px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #003067;
}
header .header__inner .header-box ul li.contact a img
{
    width: 26px;
    margin-right: 8px;
}
header .header__inner .header-box ul li:first-of-type
{
    margin-left: 0;
}
header .header__inner nav
{
    display: block;
}
header .header__inner nav .main-nav
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin: 21px 0 0 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item
{
    width: 231px;
    height: 46px;
}
header .header__inner nav .main-nav__item a
{
    font-size: 14px;
    line-height: 1.14;

    position: relative;
    z-index: 1;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    -webkit-transition: .3s;

    transition: .3s;
    text-align: center;

    color: #fefefe;
    border: 2px solid #003067;
    background-color: #003067;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item a.is-current
{
    font-weight: bold;

    color: #003067;
    background-color: #e5eef1;
}
header .header__inner nav .main-nav__item:hover > a
{
    font-weight: bold;

    color: #003067;
    background-color: #e5eef1;
}
header .header__inner nav .main-nav__item:hover > a.bottom__nav
{
    border-bottom: 2px solid #e5eef1;
}
header .header__inner nav .main-nav__item:first-of-type a
{
    letter-spacing: .13em;
}
header .header__inner nav .main-nav__item:nth-child(2) a
{
    letter-spacing: .03em;
}
header .header__inner nav .main-nav__item:nth-child(3) a
{
    letter-spacing: .01em;
}
header .header__inner nav .main-nav__item:last-of-type a
{
    letter-spacing: .03em;
}
header .header__inner nav .main-nav__item .nav-child
{
    position: absolute;
    top: 44px;
    left: 0;

    display: none;

    box-sizing: border-box;
    width: 100%;
    padding: 0 24px 24px;

    -webkit-transition: .3s;

    transition: .3s;

    border: 2px solid #003067;
    background-color: #e5eef1;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv01 .nav-child-nv01__input
{
    margin-top: 22px;

    text-align: center;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv01 .nav-child-nv01__input input[type='text']
{
    box-sizing: border-box;
    width: 324px;
    margin-right: 16px;
    padding: 5px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv01 .nav-child-nv01__input input[type='submit']
{
    width: 55px;
    height: 33px;

    cursor: pointer;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02
{
    display: none;

    padding-top: 19px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 100%;
    margin: auto;

    content: '';

    background-color: #003067;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual
{
    padding-right: 28px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .heading
{
    display: inline-block;

    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .heading a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: block;

    color: #1b1b1b;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .heading a:before
{
    position: absolute;
    bottom: 1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #919698;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .nav-child-nv02__contents
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 12px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .nav-child-nv02__contents .img
{
    box-sizing: border-box;
    width: 115px;
    height: 91px;
    margin: 0 14px 0 0;

    border: 1px solid #767676;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__individual .nav-child-nv02__contents .text
{
    font-size: 14px;
    line-height: 1.5;

    width: 309px;
    margin: 3px 0 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation
{
    padding-left: 28px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .heading
{
    display: inline-block;

    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .heading a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: block;

    color: #1b1b1b;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .heading a:before
{
    position: absolute;
    bottom: 1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #919698;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .nav-child-nv02__contents
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 12px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .nav-child-nv02__contents .img
{
    box-sizing: border-box;
    width: 115px;
    height: 91px;
    margin: 0 14px 0 0;

    border: 1px solid #767676;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv02 .nav-child-nv02__box .nav-child-nv02__corporation .nav-child-nv02__contents .text
{
    font-size: 14px;
    line-height: 1.5;

    width: 309px;
    margin: 3px 0 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03
{
    display: none;

    padding-top: 19px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__box
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__box:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 100%;
    margin: auto;

    content: '';

    background-color: #003067;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell
{
    width: 438px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl
{
    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dt
{
    font-size: 16px;
    font-weight: bold;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 0 1px 8px;

    text-align: left;
    letter-spacing: -.007em;

    color: #313131;
    border-bottom: 2px dotted #003067;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd
{
    margin: 15px 0 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd ul li
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd ul li:first-of-type
{
    margin-top: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd ul li a
{
    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    letter-spacing: .07em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__buysell dl dd ul li a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase
{
    width: 438px;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl
{
    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dt
{
    font-size: 16px;
    font-weight: bold;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 0 1px 8px;

    text-align: left;
    letter-spacing: -.007em;

    color: #313131;
    border-bottom: 2px dotted #003067;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd
{
    margin: 15px 0 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd ul li
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd ul li:first-of-type
{
    margin-top: 0;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd ul li a
{
    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    letter-spacing: .07em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child.nav-child-nv03 .nav-child-nv03__purchase dl dd ul li a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item:hover > .nav-child
{
    display: block;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__box
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-top: 26px;
    padding: 0 0 26px 0;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__box:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 100%;
    margin: auto;

    content: '';

    background-color: #003067;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed
{
    width: 438px;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl
{
    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 1px 8px;

    border-bottom: 2px dotted #003067;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dt a
{
    font-size: 16px;
    font-weight: bold;

    display: inline;

    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    text-align: left;
    letter-spacing: -.007em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dt a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dt span
{
    font-size: 14px;

    margin-left: 6px;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd
{
    margin: 3px 0 0;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd ul li
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 32%;
    margin-top: 10px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd ul li a
{
    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    letter-spacing: .07em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd ul li a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__listed dl dd ul li span
{
    font-size: 13px;

    margin-left: 8px;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted
{
    width: 438px;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl
{
    margin: 0;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 1px 8px;

    border-bottom: 2px dotted #003067;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dt a
{
    font-size: 16px;
    font-weight: bold;

    display: inline;

    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    text-align: left;
    letter-spacing: -.007em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dt a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dt span
{
    font-size: 14px;

    margin-left: 6px;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd
{
    margin: 3px 0 0;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd ul li
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 32%;
    margin-top: 10px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd ul li a
{
    width: auto;

    -webkit-transition: .3s;

    transition: .3s;
    letter-spacing: .07em;

    color: #313131;
    border: none;
    background: none;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd ul li a:hover
{
    text-decoration: underline;
}
header .header__inner nav .main-nav__item .nav-child .nav-child-nv01__unlisted dl dd ul li span
{
    font-size: 13px;

    margin-left: 8px;
}

.topic-path
{
    display: block;

    box-sizing: border-box;
    max-width: 1024px;
    margin: 15px auto;
    padding: 0 20px;
}
.topic-path__list
{
    font-size: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.topic-path__item
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    color: #313131;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.topic-path__item:not(:last-child):after
{
    display: inline-block;

    margin: 0 5px;

    content: '>';
}
.topic-path a
{
    color: #313131;
}
.topic-path a:hover
{
    text-decoration: underline;
}

.frontispiece
{
    width: auto;
    height: 160px;
    padding: 0 20px;

    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.frontispiece__inner-wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
    max-width: 1024px;
    height: inherit;
    margin: 0 auto;
}
.frontispiece__title-wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
    text-align: center;
}
.frontispiece__title
{
    margin: 0;
}
.frontispiece__excerpt
{
    margin: 0;
}

.pager-box ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.pager-box ul li
{
    margin-right: 15px;
}
.pager-box ul li:last-of-type
{
    margin-right: 0;
}
.pager-box ul li .page-link
{
    font-size: 14px;

    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 26px;
    padding: 3px 10px 0;

    color: #1b1b1b;
    background-color: #d2d2d2;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}

.pager-box__first .page-link:before
{
    position: relative;
    top: -1px;

    display: block;

    width: 9px;
    height: 12px;
    margin-right: 10px;

    content: '';

    background-image: url(../img/common/icon-pager-first.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pager-box__prev .page-link:before
{
    position: relative;
    top: -1px;

    display: block;

    width: 6px;
    height: 12px;
    margin-right: 10px;

    content: '';

    background-image: url(../img/common/icon-pager-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pager-box__next .page-link:after
{
    position: relative;
    top: -1px;

    display: block;

    width: 6px;
    height: 12px;
    margin-left: 10px;

    content: '';

    background-image: url(../img/common/icon-pager-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pager-box__last .page-link:after
{
    position: relative;
    top: -1px;

    display: block;

    width: 9px;
    height: 12px;
    margin-left: 10px;

    content: '';

    background-image: url(../img/common/icon-pager-last.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.heading-style__type01
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    margin: 14px 0 0;
    padding: 10px 29px;

    color: #fefefe;
    border-right: 25px solid #fabd00;
    background-color: #4c6e94;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.heading-style__type01 span
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    margin-left: 36px;
}

.form-box h3
{
    font-size: 16px;
    line-height: 1.5;

    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;

    text-align: center;
}

.form-box .form-box__no1
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    background-color: #eee;
}
.form-box .form-box__no1 tr
{
    border-bottom: 1px solid #fff;
}
.form-box .form-box__no1 tr:last-of-type
{
    border-bottom: none;
}
.form-box .form-box__no1 tr th
{
    font-size: 14px;
    font-weight: normal;

    box-sizing: border-box;
    width: 243px;
    padding: 11px 10px;

    text-align: right;
}
.form-box .form-box__no1 tr th .th-content
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no1 tr th span.required-icon
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;

    display: inline-block;

    margin-left: 15px;
    padding: 2px 7px;

    color: #fff;
    background-color: #af0e54;
}
.form-box .form-box__no1 tr td
{
    font-size: 14px;

    box-sizing: border-box;
    width: 486px;
    padding: 7px 14px;

    border-left: 1px solid #fff;
}
.form-box .form-box__no1 tr td input
{
    font-size: 14px;

    outline: none;
}
.form-box .form-box__no1 tr td input::-webkit-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no1 tr td input:-ms-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no1 tr td input::placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no1 tr td input.is-invalid
{
    border-color: #e3342f;
    background-color: #fcdfe3;
}
.form-box .form-box__no1 tr td .is-invalid input
{
    border-color: #e3342f;
    background-color: #fcdfe3;
}
.form-box .form-box__no1 .form-table-heading th
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    display: table-cell;

    width: 100%;
    padding: 11px 0;

    text-align: center;
}
.form-box .form-box__no1 .form-division td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no1 .form-division td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no1 .form-division td ul li:last-of-type
{
    margin-right: 0;
}
.form-box .form-box__no1 .form-division td ul li label
{
    font-size: 14px;

    cursor: pointer;
}
.form-box .form-box__no1 .form-division td ul li label input[type='radio']
{
    position: relative;
    top: 2px;

    margin-right: 7px;
}
.form-box .form-box__no1 .form-name td .td__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no1 .form-name td .td__inner input[type='text']
{
    box-sizing: border-box;
    width: 124px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no1 .form-name td .td__inner input[type='text']:first-of-type
{
    margin-right: 5%;
}
.form-box .form-box__no1 .form-name td .td__inner span
{
    font-size: 14px;

    display: block;

    width: 2em;
    margin-right: 4px;

    text-align: right;
}
.form-box .form-box__no1 .form-furigana td .td__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no1 .form-furigana td .td__inner input[type='text']
{
    box-sizing: border-box;
    width: 124px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no1 .form-furigana td .td__inner input[type='text']:first-of-type
{
    margin-right: 5%;
}
.form-box .form-box__no1 .form-furigana td .td__inner span
{
    font-size: 14px;

    display: block;

    width: 2em;
    margin-right: 4px;

    text-align: right;
}
.form-box .form-box__no1 .form-tel td input[type='tel']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no1 .form-mail td input[type='email']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no1 .form-mail-confirm td input[type='email']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no1 .form-contact td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no1 .form-contact td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no1 .form-contact td ul li:last-of-type
{
    margin-right: 0;
}
.form-box .form-box__no1 .form-contact td ul li label
{
    font-size: 14px;

    cursor: pointer;
}
.form-box .form-box__no1 .form-contact td ul li label input[type='radio']
{
    position: relative;
    top: 2px;

    margin-right: 7px;
}

.form-box .form-box__no2
{
    width: 100%;
    margin-top: 20px;

    border-spacing: 0;
    border-collapse: collapse;

    background-color: #f6e7e3;
}
.form-box .form-box__no2 tr
{
    border-bottom: 1px solid #fff;
}
.form-box .form-box__no2 tr:last-of-type
{
    border-bottom: none;
}
.form-box .form-box__no2 tr th
{
    font-size: 14px;
    font-weight: normal;

    box-sizing: border-box;
    width: 243px;
    padding: 11px 10px;

    text-align: right;
}
.form-box .form-box__no2 tr th .th-content
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no2 tr th span.required-icon
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;

    display: inline-block;

    margin-left: 15px;
    padding: 2px 7px;

    color: #fff;
    background-color: #af0e54;
}
.form-box .form-box__no2 tr td
{
    font-size: 14px;

    box-sizing: border-box;
    width: 486px;
    padding: 8px 14px;

    border-left: 1px solid #fff;
}
.form-box .form-box__no2 tr td input
{
    font-size: 14px;

    outline: none;
}
.form-box .form-box__no2 tr td input::-webkit-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no2 tr td input:-ms-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no2 tr td input::placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no2 tr td input.is-invalid
{
    border-color: #e3342f;
    background-color: #fcdfe3;
}
.form-box .form-box__no2 tr td .is-invalid input
{
    border-color: #e3342f;
    background-color: #fcdfe3;
}
.form-box .form-box__no2 .form-table-heading th
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    display: table-cell;

    width: 100%;
    padding: 11px 0;

    text-align: center;

    color: #af0e54;
}
.form-box .form-box__no2 .form-company-name td input[type='text']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no2 .form-department td input[type='text']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}

.form-box .form-box__no3
{
    width: 100%;
    margin-top: 22px;

    border-spacing: 0;
    border-collapse: collapse;

    background-color: #eee;
}
.form-box .form-box__no3 tr
{
    border-bottom: 1px solid #fff;
}
.form-box .form-box__no3 tr:last-of-type
{
    border-bottom: none;
}
.form-box .form-box__no3 tr th
{
    font-size: 14px;
    font-weight: normal;

    box-sizing: border-box;
    width: 243px;
    padding: 11px 10px;

    text-align: right;
}
.form-box .form-box__no3 tr th .th-content
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 tr th span.required-icon
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;

    display: inline-block;

    margin-left: 15px;
    padding: 2px 7px;

    color: #fff;
    background-color: #af0e54;
}
.form-box .form-box__no3 tr td
{
    font-size: 14px;

    box-sizing: border-box;
    width: 486px;
    padding: 7px 14px;

    border-left: 1px solid #fff;
}
.form-box .form-box__no3 tr td input
{
    font-size: 14px;

    outline: none;
}
.form-box .form-box__no3 tr td input::-webkit-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no3 tr td input:-ms-input-placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no3 tr td input::placeholder
{
    font-size: 14px;

    color: #d2d2d2;
}
.form-box .form-box__no3 tr td input.is-invalid
{
    background-color: #fcdfe3;
}
.form-box .form-box__no3 tr td .is-invalid input
{
    background-color: #fcdfe3;
}
.form-box .form-box__no3 tr td ul.is-invalid li label input[type='text']
{
    box-sizing: border-box;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
    background-color: #fcdfe3;
}
.form-box .form-box__no3 .form-table-heading th
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    display: table-cell;

    width: 100%;
    padding: 5px 0;

    text-align: center;
}
.form-box .form-box__no3 .form-energy-type td
{
    box-sizing: border-box;
    padding: 13px;
}
.form-box .form-box__no3 .form-energy-type td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.form-box .form-box__no3 .form-energy-type td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no3 .form-energy-type td ul li:last-of-type
{
    margin-top: 5px;
    margin-right: 0;
}
.form-box .form-box__no3 .form-energy-type td ul li label
{
    font-size: 14px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    cursor: pointer;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-energy-type td ul li label input[type='radio']
{
    margin-right: 7px;
}
.form-box .form-box__no3 .form-energy-type td ul li label input[type='text']
{
    margin-left: 5px;
    padding: 5px 10px;
}
.form-box .form-box__no3 .form-area td input[type='text']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no3 .form-capacity td input[type='text']
{
    box-sizing: border-box;
    width: 288px;
    height: 29px;
    padding: 15px 10px;

    border: 1px solid #707070;
    border-radius: 3px;
}
.form-box .form-box__no3 .form-use td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-use td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no3 .form-use td ul li:last-of-type
{
    margin-right: 0;
}
.form-box .form-box__no3 .form-use td ul li label
{
    font-size: 14px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    cursor: pointer;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-use td ul li label input[type='radio']
{
    margin-right: 7px;
}
.form-box .form-box__no3 .form-status td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-status td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no3 .form-status td ul li:last-of-type
{
    margin-right: 0;
}
.form-box .form-box__no3 .form-status td ul li label
{
    font-size: 14px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    cursor: pointer;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-status td ul li label input[type='radio']
{
    margin-right: 7px;
}
.form-box .form-box__no3 .form-degree td
{
    padding: 13px;
}
.form-box .form-box__no3 .form-degree td ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.form-box .form-box__no3 .form-degree td ul li
{
    margin-right: 45px;
}
.form-box .form-box__no3 .form-degree td ul li:last-of-type
{
    margin-right: 0;
}
.form-box .form-box__no3 .form-degree td ul li label
{
    font-size: 14px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    cursor: pointer;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__no3 .form-degree td ul li label input[type='radio']
{
    margin-right: 7px;
}

.form-box .form-box__textarea
{
    width: 100%;
    margin-top: 20px;

    border-spacing: 0;
    border-collapse: collapse;

    background-color: #eee;
}
.form-box .form-box__textarea tr
{
    border-bottom: 1px solid #fff;
}
.form-box .form-box__textarea tr:last-of-type
{
    border-bottom: none;
}
.form-box .form-box__textarea tr th
{
    font-size: 14px;
    font-weight: normal;

    box-sizing: border-box;
    width: 243px;
    padding: 11px 10px 5px 10px;

    text-align: right;
}
.form-box .form-box__textarea tr th .th-content
{
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .form-box__textarea tr th span.required-icon
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;

    display: inline-block;

    margin-left: 15px;
    padding: 2px 7px;

    color: #fff;
    background-color: #af0e54;
}
.form-box .form-box__textarea tr td
{
    font-size: 14px;

    box-sizing: border-box;
    width: 486px;
    padding: 10px 15px;

    border-left: 1px solid #fff;
}
.form-box .form-box__textarea tr td textarea
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    width: 100%;
    height: 155px;
    padding: 5px 10px;

    vertical-align: bottom;

    border: 1px solid #707070;
    border-radius: 3px;
    outline: none;
}
.form-box .form-box__textarea tr td textarea.is-invalid
{
    border-color: #e3342f;
    background-color: #fcdfe3;
}

.form-box .kiyaku-box
{
    box-sizing: border-box;
    width: 100%;
    margin-top: 18px;
    padding: 19px 15px;

    border: 2px solid #b5b5b5;
}
.form-box .kiyaku-box h4
{
    font-size: 14px;
    margin: 0;
}
.form-box .kiyaku-box__contents
{
    overflow: scroll;

    height: 105px;
    margin: 20px 0 0;
}
.form-box .kiyaku-box__contents *
{
    font-size: 12px!important;
    line-height: 18px!important;
}

.form-box .doui-box
{
    margin-top: 24px;
}
.form-box .doui-box label
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-box .doui-box label input[type='checkbox']
{
    margin-right: 10px;
}
.form-box .doui-box label span
{
    font-size: 14px;
}
.form-box .doui-box .invalid-feedback
{
    text-align: center;
}

.form-box .form-send
{
    margin-top: 46px;
}
.form-box .form-send .form-send-box ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.form-box .form-send .form-send-box ul li button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 155px;
    height: 40px;
    margin: 0 auto;

    cursor: pointer;

    border: 2px solid #bfbfbf;
    background-color: #eee;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.thanks_message
{
    text-align: center;
}
.thanks_message h3
{
    font-size: 22px;
    font-weight: bold;

    width: 100% !important;

    text-align: center !important;
}
.thanks_message p
{
    font-size: 14px;
    line-height: 1.5;

    margin-top: 20px;
}
.thanks_message p a
{
    font-size: 14px;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    max-width: 250px;
    margin: 25px auto 0;
    padding: 10px;

    -webkit-transition: .3s;

    transition: .3s;

    color: #fff;
    border: 1px solid #000;
    border: 2px solid #003067;
    background-color: #003067;
}
.thanks_message p a:hover
{
    color: #003067;
    background-color: #e5eef1;
}

.invalid-feedback
{
    font-size: 80%;

    display: none;

    width: 100%;
    margin-top: 2.5px;
    margin-top: .25rem;

    color: #e3342f;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.other_page .section__inner .admin-editor-contents ul li
{
    margin-top: 10px;
}
.other_page .section__inner .admin-editor-contents ul li:first-of-type
{
    margin-top: 0;
}
.other_page .section__inner .admin-editor-contents ul li ul
{
    margin: 10px 0 20px;
}
.other_page .section__inner .admin-editor-contents ul li ul ul
{
    margin: 10px 0 20px;
}

.other_page .section__inner .admin-editor-contents ol li
{
    margin-top: 10px;
}
.other_page .section__inner .admin-editor-contents ol li:first-of-type
{
    margin-top: 0;
}
.other_page .section__inner .admin-editor-contents ol li ol
{
    margin: 10px 0 20px;
}
.other_page .section__inner .admin-editor-contents ol li ol ol
{
    margin: 10px 0 20px;
}

.header-hamburger
{
    position: fixed;
    z-index: 3;
    top: 10px;
    right: 10px;

    display: none;

    width: 36px;
    height: 35px;

    background-color: #003067;
}
.header-hamburger .header-hamburger__inner
{
    width: 100%;
    height: 100%;
}
.header-hamburger .header-hamburger__inner .drawer-hamburger
{
    position: relative;

    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
}
.header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon
{
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;

    width: 16px;
    margin: auto;

    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);

    background-color: #fefefe;
}
.header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon:before
{
    top: -7px;

    background-color: #fefefe;
}
.header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon:after
{
    top: 7px;

    background-color: #fefefe;
}
.header-hamburger .header-hamburger__inner .header-hamburger__text
{
    font-size: 10px;

    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;

    margin: 0;

    -webkit-transform: scale(.7);

        -ms-transform: scale(.7);

            transform: scale(.7);

    color: #fefefe;
}

.drawer-open .header-hamburger
{
    box-sizing: border-box;

    border: 2px solid #fefefe;
}
.drawer-open .header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon
{
    width: 26px;

    background-color: transparent;
}
.drawer-open .header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon:before
{
    top: 3px;
    right: 0;
    left: 0;

    width: 90%;
    margin: auto;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);
}
.drawer-open .header-hamburger .header-hamburger__inner .drawer-hamburger .drawer-hamburger-icon:after
{
    top: 3px;
    right: 0;
    left: 0;

    width: 90%;
    margin: auto;

    -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

            transform: rotate(-45deg);
}
.drawer-open .header-hamburger p.header-hamburger__text
{
    display: none;
}

.drawer-nav
{
    background-color: #003067;
}
.drawer-nav .drawer-menu
{
    box-sizing: border-box;
}
.drawer-nav .drawer-menu .drawer-menu-box
{
    padding: 0 16px;

    border-top: 1px solid #335985;
}
.drawer-nav .drawer-menu .drawer-menu-box:first-of-type
{
    border-top: none;
}
.drawer-nav .drawer-menu .drawer-menu-box__search-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 5px;
    margin-bottom: 5px;

    text-align: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.drawer-nav .drawer-menu .drawer-menu-box__search-box form
{
    width: 100%;
}
.drawer-nav .drawer-menu .drawer-menu-box__search-box input[type='text']
{
    box-sizing: border-box;
    width: 76%;
    margin-right: 2%;
    padding: 1%;
}
.drawer-nav .drawer-menu .drawer-menu-box__search-box input[type='submit']
{
    font-size: 14px;

    width: 13%;
    padding: 1%;
}
.drawer-nav .drawer-menu .drawer-menu-box__heading
{
    margin: 0;
}
.drawer-nav .drawer-menu .drawer-menu-box__heading a
{
    font-size: 14px;
    font-weight: bold;

    color: #fabd00;
}
.drawer-nav .drawer-menu .drawer-menu-box__heading .drawer-menu-box__heading--sub a
{
    color: #fefefe;
}
.drawer-nav .drawer-menu .drawer-menu-box__list
{
    margin-top: 3%;
}
.drawer-nav .drawer-menu .drawer-menu-box__list h3
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;

    margin: 2% 0 0 0;

    color: #fefefe;
}
.drawer-nav .drawer-menu .drawer-menu-box__list h3 a
{
    color: #fefefe;
}
.drawer-nav .drawer-menu .drawer-menu-box__list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.drawer-nav .drawer-menu .drawer-menu-box__list ul li
{
    line-height: 1.3;

    margin-top: 2.8%;
}
.drawer-nav .drawer-menu .drawer-menu-box__list ul li a
{
    font-size: 13px;

    color: #fefefe;
}
.drawer-nav .drawer-menu .drawer-menu-box__list ul li span
{
    font-size: 13px;

    margin-left: 9px;

    color: #fefefe;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu01
{
    font-size: 12px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 78%;
    padding: 13px 16px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu01 p
{
    margin: 0;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu01 p a
{
    font-weight: bold;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu02
{
    padding: 4px 16px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu03
{
    padding: 10px 16px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu04
{
    padding: 10px 16px 12px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu04 .drawer-menu-box__list:first-of-type
{
    margin: 0;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu05
{
    padding: 10px 16px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu05 .drawer-menu-box__list:first-of-type
{
    margin: 0;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu05 .drawer-menu-box__list ul
{
    display: block;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu06
{
    padding: 10px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu06 .drawer-menu-box__heading a
{
    font-weight: normal;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu07
{
    padding: 10px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu07 .drawer-menu-box__heading a
{
    font-weight: normal;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu08
{
    padding: 10px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu08 .drawer-menu-box__heading a
{
    font-weight: normal;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu09
{
    padding: 10px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu09 .drawer-menu-box__heading a
{
    font-weight: normal;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu10
{
    padding: 10px 14px;
}
.drawer-nav .drawer-menu .drawer-menu-box.menu10 .drawer-menu-box__heading a
{
    font-weight: normal;

    color: #fff;
}
.drawer-nav .drawer-menu .drawer-menu-sns
{
    padding: 2px 25px;
}
.drawer-nav .drawer-menu .drawer-menu-sns ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.drawer-nav .drawer-menu .drawer-menu-sns ul li
{
    width: 46px;
}
.drawer-nav .drawer-menu .drawer-menu-sns ul li:first-of-type
{
    margin-right: 18px;
}
.drawer-nav .drawer-menu .drawer-menu-sns ul li a img
{
    width: 100%;
}

.main-visual
{
    position: relative;
    z-index: -1;

    background-image: url(../img/home/main-visual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-visual .section__inner
{
    padding: 0;
}
.main-visual .main-visual__box
{
    position: relative;

    width: 100%;
    height: 422px;
}
.main-visual .main-visual__box img
{
    display: block;

    width: 100%;
}
.main-visual .main-visual__box h2
{
    position: absolute;
    bottom: 112px;
    left: 71px;

    width: 512px;
}

.index-contents
{
    margin-bottom: 103px;
}
.index-contents .section__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.index-contents .index-content
{
    width: 461px;
}
.index-contents .index-content__heading
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

    margin: 20px 0 0;

    text-align: left;

    color: #003067;
}
.index-contents .index-content__heading:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #fabd00;
}
.index-contents .index-content__heading:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 80%;
    height: 2px;

    content: '';

    background-color: #003067;
}
.index-contents .index-content .news-content
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.index-contents .index-content .news-content li
{
    padding: 12px 0;

    border-bottom: 2px dotted #666;
}
.index-contents .index-content .news-content li a
{
    display: block;
}
.index-contents .index-content .news-content li a .news-content__interview
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #c90056;
}
.index-contents .index-content .news-content li a .news-content__heading
{
    font-size: 14px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    color: #0a0add;
}
.index-contents .index-content .news-content li a .news-content__heading span
{
    border-bottom: 1px solid #0a0add;
}
.index-contents .index-content .news-content li a .news-content__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 5px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.index-contents .index-content .news-content li a .news-content__img
{
    width: 64px;
    height: 52px;
    margin: 0 14px 0 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
.index-contents .index-content .news-content li a .news-content__text
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #313131;
}
.index-contents .index-content .notice-content
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.index-contents .index-content .notice-content li
{
    padding: 12px 0;

    border-bottom: 2px dotted #666;
}
.index-contents .index-content .notice-content li .notice-content__date
{
    font-size: 12px;
    font-weight: bold;

    margin: 0;

    color: #7c6a08;
}
.index-contents .index-content .notice-content li .notice-content__title
{
    font-size: 14px;
    font-weight: bold;

    margin: 2px 0 0 0;

    color: #1b1b1b;
}
.index-contents .index-content .notice-content li .notice-content__text
{
    font-size: 14px;
    line-height: 1.5;

    margin: 2px 0 0 0;

    color: #313131;
}
.index-contents .index-content .notice-content li .notice-content__text h1,
.index-contents .index-content .notice-content li .notice-content__text h2,
.index-contents .index-content .notice-content li .notice-content__text h3,
.index-contents .index-content .notice-content li .notice-content__text h4,
.index-contents .index-content .notice-content li .notice-content__text h5,
.index-contents .index-content .notice-content li .notice-content__text h6
{
    font-weight: bold;
}
.index-contents .index-content .notice-content li .notice-content__text ul
{
    padding: 0 0 0 1.5em;

    list-style: disc;
}
.index-contents .index-content .notice-content li .notice-content__text ul li
{
    line-height: 1.5;

    padding: 0;

    border: none;
}
.index-contents .index-content .notice-content li .notice-content__text ol
{
    padding: 0 0 0 1.5em;
}
.index-contents .index-content .notice-content li .notice-content__text ol li
{
    line-height: 1.5;

    padding: 0;

    border: none;
}
.index-contents .index-content .notice-content li .notice-content__text a
{
    color: #0a0add;
    border-bottom: 1px solid #0a0add;
}

.no-article
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}

.csr-category__list
{
    box-sizing: border-box;
    margin: 20px 0 44px;
    padding: 0 31px;
}
.csr-category__list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    width: -webkit-fit-content;

    width: fit-content;
    height: 320px;
    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.csr-category__list ul li
{
    width: 347px;
    margin-bottom: 7px;
}
.csr-category__list ul li:nth-child(10n)
{
    margin-bottom: 0;
}
.csr-category__list ul li a
{
    font-size: 16px;

    position: relative;

    padding-bottom: 4px;

    color: #1b1b1b;
}
.csr-category__list ul li a span
{
    border-bottom: 1px solid #1b1b1b;
}
.csr-category__list ul li.none_search
{
    font-size: 16px;

    position: relative;

    padding-bottom: 4px;

    color: #1b1b1b;
}

.csr-category .pager-box
{
    margin: 150px 0 0;
}

.csr-detail .heading-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    padding: 10px 25px;

    border: 4px solid #d2d2d2;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.csr-detail .heading-box h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;

    box-sizing: border-box;
    margin: 0;
    padding-right: 15px;

    color: #1b1b1b;
}
.csr-detail .heading-box ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.csr-detail .heading-box ul li
{
    font-size: 12px;

    color: #1b1b1b;
}
.csr-detail .heading-box ul li span a
{
    font-size: 12px;

    text-decoration: underline;

    color: #1b1b1b;
}

.csr-detail .company-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 35px;
    padding-bottom: 30px;

    border-bottom: 1px solid #c9c9c9;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.csr-detail .company-box__logo
{
    width: 230px;
    margin-right: 79px;
    padding-top: 11%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.csr-detail .company-box__logo img
{
    width: 100%;
}
.csr-detail .company-box__text
{
    width: 651px;
}
.csr-detail .company-box p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #1b1b1b;
}

.csr-detail .table-box
{
    width: 790px;
    margin: 39px auto 132px;
}
.csr-detail .table-box table
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #bfbfbf;
}
.csr-detail .table-box table tr
{
    border-bottom: 1px solid #bfbfbf;
}
.csr-detail .table-box table tr:last-of-type
{
    border-bottom: none;
}
.csr-detail .table-box table tr th
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    box-sizing: border-box;
    width: 249px;
    padding: 10px 14px;

    text-align: left;

    border-right: 1px solid #bfbfbf;
    background-color: #e5e5e5;
}
.csr-detail .table-box table tr td
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 10px 17px;

    text-align: left;
    word-break: break-all;
}

.mall-category .section__inner .category-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 32px 0 44px;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.mall-category .section__inner .category-box .category-box-item
{
    position: relative;

    box-sizing: border-box;
    width: 222px;
    margin-right: 32px;
    padding-bottom: 60px;

    background-color: #fef2cc;
}
.mall-category .section__inner .category-box .category-box-item:nth-child(4n)
{
    margin-right: 0;
}
.mall-category .section__inner .category-box .category-box-item:nth-child(n+5)
{
    margin-top: 32px;
}
.mall-category .section__inner .category-box .category-box-item__sub-title
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 9px;

    text-align: center;

    color: #1b1b1b;
}
.mall-category .section__inner .category-box .category-box-item__sub-title span
{
    vertical-align: middle;
}
.mall-category .section__inner .category-box .category-box-item__image
{
    width: 100%;
    height: 158px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mall-category .section__inner .category-box .category-box-item__heading
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    box-sizing: border-box;
    margin: 9px 0 0;
    padding: 0 13px;

    text-align: center;

    color: #1b1b1b;
}
.mall-category .section__inner .category-box .category-box-item__text
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    margin: 14px 0 0;
    padding: 0 13px;

    color: #1b1b1b;
}
.mall-category .section__inner .category-box .category-box-item__btn
{
    position: absolute;
    bottom: 10px;

    box-sizing: border-box;
    width: 100%;
    margin: 21px 0 0;
    padding: 0 20px;
}
.mall-category .section__inner .category-box .category-box-item__btn a
{
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 29px;

    text-align: center;

    color: #fefefe;
    background-color: #003067;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.mall-category .pager-box
{
    margin: 153px 0 0;
}

.mall-detail .heading-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    padding: 10px 25px;

    border: 4px solid #d2d2d2;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.mall-detail .heading-box h1
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #1b1b1b;
}
.mall-detail .heading-box h1 span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

    display: block;
}

.mall-detail .detail-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0 112px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.mall-detail .detail-content__left
{
    width: 730px;
}
.mall-detail .detail-content__left .mall-detail-text p
{
    font-size: 14px;
    line-height: 21px;

    margin: 24px 0 0;
}
.mall-detail .detail-content__left .mall-detail-text p:first-of-type
{
    margin: 0;
}
.mall-detail .detail-content__left .mall-detail-table
{
    margin-top: 30px;
}
.mall-detail .detail-content__left .mall-detail-table h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-align: center;
}
.mall-detail .detail-content__left .mall-detail-table table
{
    width: 100%;
    margin-top: 5px;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #bfbfbf;
}
.mall-detail .detail-content__left .mall-detail-table table tr
{
    border-bottom: 1px solid #bfbfbf;
}
.mall-detail .detail-content__left .mall-detail-table table tr:last-of-type
{
    border-bottom: none;
}
.mall-detail .detail-content__left .mall-detail-table table tr th
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

    box-sizing: border-box;
    width: 200px;
    padding: 10px 13px;

    text-align: center;

    border-right: 1px solid #bfbfbf;
    background-color: #e5e5e5;
}
.mall-detail .detail-content__left .mall-detail-table table tr td
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 5px 15px;

    text-align: left;
    word-break: break-all;
}
.mall-detail .detail-content__right
{
    width: 222px;
}
.mall-detail .detail-content__right ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.mall-detail .detail-content__right ul li
{
    margin-top: 10px;
}
.mall-detail .detail-content__right ul li:first-of-type
{
    margin-top: 0;
}
.mall-detail .detail-content__right ul li a
{
    display: block;
}
.mall-detail .detail-content__right ul li a img
{
    width: 100%;

    vertical-align: bottom;
}
.mall-detail .detail-content .form-box
{
    margin-top: 29px;
    padding-top: 29px;

    border-top: 1px solid #bfbfbf;
}
.mall-detail .detail-content .form-box h3
{
    width: 730px;
    margin: 0 auto;

    text-align: center;
}
.mall-detail .detail-content .form-box form
{
    width: 730px;
    margin: 10px auto 0;
}
.mall-detail .detail-content.confirm
{
    display: block;
}
.mall-detail .detail-content.confirm .detail-content__left
{
    width: 100%;
}
.mall-detail .detail-content.confirm .detail-content__left .mall-detail-table
{
    width: 730px;
    margin: 30px auto 0;
}

.news .heading-box
{
    box-sizing: border-box;
    width: 100%;
    padding: 5px 16px;

    border: 4px solid #d2d2d2;
}
.news .heading-box h1
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    margin: 0;
}
.news .heading-box h1 span
{
    font-weight: bold;
    line-height: 1.5;

    display: block;

    color: #c90056;
}

.news .content-box .news-content
{
    margin-top: 40px;
}
.news .content-box .news-content:after
{
    display: block;
    clear: both;

    content: '';
}
.news .content-box .news-content h3
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
.news .content-box .news-content p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.news .content-box .news-content p img
{
    width: 100%;

    vertical-align: bottom;
}
.news .content-box .news-content p.img
{
    width: 264px;
}
.news .content-box .news-content.main
{
    margin-top: 23px;
}
.news .content-box .news-content.main .img
{
    float: right;

    width: 412px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 30.3%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news .content-box .news-content.right .img
{
    float: right;

    width: 264px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 19.4%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news .content-box .news-content.left .img
{
    float: left;

    width: 264px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 19.4%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news .content-box .news-content.next .text
{
    text-align: right;
}

.news .content-box .profile-box
{
    margin-top: 44px;
}
.news .content-box .profile-box h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #c90056;
}
.news .content-box .profile-box p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}

.news .content-box .company-box
{
    margin-top: 35px;
    margin-bottom: 100px;
}
.news .content-box .company-box h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;

    margin: 0;

    color: #c90056;
}
.news .content-box .company-box table
{
    width: 773px;
    margin: 0 auto;
    margin-top: 5px;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #bfbfbf;
}
.news .content-box .company-box table tr
{
    border-bottom: 1px solid #bfbfbf;
}
.news .content-box .company-box table tr th
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

    box-sizing: border-box;
    width: 200px;
    padding: 7px 5px;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #bfbfbf;
    background-color: #e5e5e5;
}
.news .content-box .company-box table tr td
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 7px 24px;

    text-align: left;
    word-break: break-all;
}
.news .content-box .company-box table tr td ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.news .news-list
{
    margin-bottom: 44px;
}
.news .news-list .news-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.news .news-list .news-content li
{
    width: 461px;
    margin-right: 62px;
    padding: 12px 0;

    border-bottom: 2px dotted #666;
}
.news .news-list .news-content li:nth-child(2n)
{
    margin-right: 0;
}
.news .news-list .news-content li:nth-child(n + 3)
{
    margin-top: 10px;
}
.news .news-list .news-content li a
{
    display: block;
}
.news .news-list .news-content li a .news-content__interview
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #c90056;
}
.news .news-list .news-content li a .news-content__heading
{
    font-size: 14px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    color: #0a0add;
}
.news .news-list .news-content li a .news-content__heading span
{
    border-bottom: 1px solid #0a0add;
}
.news .news-list .news-content li a .news-content__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 5px;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.news .news-list .news-content li a .news-content__img
{
    width: 64px;
    height: 52px;
    margin: 0 14px 0 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
.news .news-list .news-content li a .news-content__text
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #313131;
}

.news .pager-box
{
    margin: 150px 0 0;
}

.energy-category .section__inner .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 0 10px;
}

.energy-category .section__inner .category-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 32px 0 44px;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.energy-category .section__inner .category-box .category-box-item
{
    position: relative;

    box-sizing: border-box;
    width: 222px;
    margin-right: 32px;
    padding-bottom: 40px;

    background-color: #fef2cc;
}
.energy-category .section__inner .category-box .category-box-item.gray-back
{
    background-color: #e5e5e5;
}
.energy-category .section__inner .category-box .category-box-item:nth-child(4n)
{
    margin-right: 0;
}
.energy-category .section__inner .category-box .category-box-item:nth-child(n+5)
{
    margin-top: 32px;
}
.energy-category .section__inner .category-box .category-box-item__image
{
    width: 100%;
    height: 158px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.energy-category .section__inner .category-box .category-box-item__text
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 12px 22px;

    color: #1b1b1b;
}
.energy-category .section__inner .category-box .category-box-item__text p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-category .section__inner .category-box .category-box-item__text dl
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.energy-category .section__inner .category-box .category-box-item__text dl dt
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.energy-category .section__inner .category-box .category-box-item__text dl dd
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item01 dt
{
    width: 24%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item01 dd
{
    width: 76%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item02 dt
{
    width: 40%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item02 dd
{
    width: 60%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item03 dt
{
    width: 32%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item03 dd
{
    width: 68%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item04 dt
{
    width: 24%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item04 dd
{
    width: 76%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item05 dt
{
    width: 24%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item05 dd
{
    width: 76%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item06 dt
{
    width: 24%;
}
.energy-category .section__inner .category-box .category-box-item__text dl.item06 dd
{
    width: 76%;
}
.energy-category .section__inner .category-box .category-box-item__btn
{
    position: absolute;
    bottom: 10px;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.energy-category .section__inner .category-box .category-box-item__btn a
{
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 29px;

    text-align: center;

    color: #fefefe;
    background-color: #003067;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.energy-category .pager-box
{
    margin: 153px 0 0;
}

.energy-detail .heading-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    padding: 0 25px;

    border: 4px solid #d2d2d2;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.energy-detail .heading-box h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;

    color: #1b1b1b;
}
.energy-detail .heading-box h2 span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

    display: block;
}

.energy-detail .detail-content
{
    margin: 30px 0 112px;
}
.energy-detail .detail-content__img
{
    box-sizing: border-box;
    padding: 0 25px;
}
.energy-detail .detail-content__img ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.energy-detail .detail-content__img ul li
{
    width: 440px;
}
.energy-detail .detail-content__img ul li img
{
    width: 100%;
}
.energy-detail .detail-content .detail-table
{
    width: 730px;
    margin: 30px auto 0;
}
.energy-detail .detail-content .detail-table table
{
    width: 100%;
    margin-top: 5px;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #bfbfbf;
}
.energy-detail .detail-content .detail-table table tr
{
    border-bottom: 1px solid #bfbfbf;
}
.energy-detail .detail-content .detail-table table tr:last-of-type
{
    border-bottom: none;
}
.energy-detail .detail-content .detail-table table tr th
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

    box-sizing: border-box;
    width: 200px;
    padding: 10px 13px;

    text-align: center;

    border-right: 1px solid #bfbfbf;
    background-color: #e5e5e5;
}
.energy-detail .detail-content .detail-table table tr td
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 5px 15px;

    text-align: left;
}
.energy-detail .detail-content .form-box
{
    margin-top: 29px;
    padding-top: 29px;

    border-top: 1px solid #bfbfbf;
}
.energy-detail .detail-content .form-box h3
{
    width: 730px;
    margin: 0 auto;

    text-align: left;
}
.energy-detail .detail-content .form-box form
{
    width: 730px;
    margin: 0 auto;
}

.energy-sell-category .section__inner .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 0 10px;
}

.energy-sell-category .section__inner .category-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 32px 0 0;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.energy-sell-category .section__inner .category-box .category-box-item
{
    position: relative;

    box-sizing: border-box;
    width: 222px;
    margin-right: 32px;
    padding-bottom: 40px;

    background-color: #e5e5e5;
}
.energy-sell-category .section__inner .category-box .category-box-item:nth-child(4n)
{
    margin-right: 0;
}
.energy-sell-category .section__inner .category-box .category-box-item:nth-child(n+5)
{
    margin-top: 32px;
}
.energy-sell-category .section__inner .category-box .category-box-item__image
{
    width: 100%;
    height: 158px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.energy-sell-category .section__inner .category-box .category-box-item__text
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 12px 22px;

    color: #1b1b1b;
}
.energy-sell-category .section__inner .category-box .category-box-item__text p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl dt
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl dd
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item01 dt
{
    width: 56%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item01 dd
{
    width: 44%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item02 dt
{
    width: 63%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item02 dd
{
    width: 37%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item03 dt
{
    width: 32%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item03 dd
{
    width: 68%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item04 dt
{
    width: 32%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item04 dd
{
    width: 68%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item05 dt
{
    width: 63%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item05 dd
{
    width: 36%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item06 dt
{
    width: 24%;
}
.energy-sell-category .section__inner .category-box .category-box-item__text dl.item06 dd
{
    width: 76%;
}
.energy-sell-category .section__inner .category-box .category-box-item__btn
{
    position: absolute;
    bottom: 10px;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.energy-sell-category .section__inner .category-box .category-box-item__btn a
{
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 29px;

    text-align: center;

    color: #fefefe;
    background-color: #003067;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.energy-sell-category .pager-box
{
    margin: 153px 0 0;
}

.energy-sell-detail .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 0 10px;
}

.energy-sell-detail .heading-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    padding: 0 25px;

    border: 4px solid #d2d2d2;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.energy-sell-detail .heading-box h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;

    color: #1b1b1b;
}
.energy-sell-detail .heading-box h2 span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;

    display: block;
}

.energy-sell-detail .detail-content
{
    margin: 30px 0 112px;
}
.energy-sell-detail .detail-content__img
{
    box-sizing: border-box;
    padding: 0 25px;
}
.energy-sell-detail .detail-content__img ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.energy-sell-detail .detail-content__img ul li
{
    width: 440px;
}
.energy-sell-detail .detail-content__img ul li img
{
    width: 100%;
}
.energy-sell-detail .detail-content .detail-table
{
    width: 730px;
    margin: 30px auto 0;
}
.energy-sell-detail .detail-content .detail-table table
{
    width: 100%;
    margin-top: 5px;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #bfbfbf;
}
.energy-sell-detail .detail-content .detail-table table tr
{
    border-bottom: 1px solid #bfbfbf;
}
.energy-sell-detail .detail-content .detail-table table tr:last-of-type
{
    border-bottom: none;
}
.energy-sell-detail .detail-content .detail-table table tr th
{
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;

    box-sizing: border-box;
    width: 200px;
    padding: 0 13px;

    text-align: center;

    border-right: 1px solid #bfbfbf;
    background-color: #e5e5e5;
}
.energy-sell-detail .detail-content .detail-table table tr td
{
    font-size: 14px;
    line-height: 22px;

    box-sizing: border-box;
    padding: 0 17px;

    text-align: left;
}
.energy-sell-detail .detail-content .form-box
{
    margin-top: 29px;
}
.energy-sell-detail .detail-content .form-box h3
{
    font-weight: bold;

    width: 730px;
    margin: 0 auto;

    text-align: center;
}
.energy-sell-detail .detail-content .form-box form
{
    width: 730px;
    margin: 10px auto 0;
}

.energy-buy-category .section__inner .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 0 10px;
}

.energy-buy-category .section__inner .category-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 32px 0 0;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.energy-buy-category .section__inner .category-box .category-box-item
{
    position: relative;

    box-sizing: border-box;
    width: 222px;
    margin-right: 32px;
    padding-bottom: 40px;

    background-color: #e5e5e5;
}
.energy-buy-category .section__inner .category-box .category-box-item:nth-child(4n)
{
    margin-right: 0;
}
.energy-buy-category .section__inner .category-box .category-box-item:nth-child(n+5)
{
    margin-top: 32px;
}
.energy-buy-category .section__inner .category-box .category-box-item__image
{
    width: 100%;
    height: 158px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.energy-buy-category .section__inner .category-box .category-box-item__text
{
    font-size: 14px;
    line-height: 1.5;

    box-sizing: border-box;
    padding: 12px 22px;

    color: #1b1b1b;
}
.energy-buy-category .section__inner .category-box .category-box-item__text p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl dt
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl dd
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item01 dt
{
    width: 24%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item01 dd
{
    width: 76%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item02 dt
{
    width: 63%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item02 dd
{
    width: 37%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item03 dt
{
    width: 40%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item03 dd
{
    width: 60%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item04 dt
{
    width: 32%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item04 dd
{
    width: 68%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item05 dt
{
    width: 63%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item05 dd
{
    width: 36%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item06 dt
{
    width: 24%;
}
.energy-buy-category .section__inner .category-box .category-box-item__text dl.item06 dd
{
    width: 76%;
}
.energy-buy-category .section__inner .category-box .category-box-item__btn
{
    position: absolute;
    bottom: 10px;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.energy-buy-category .section__inner .category-box .category-box-item__btn a
{
    font-size: 14px;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    height: 29px;

    text-align: center;

    color: #fefefe;
    background-color: #003067;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.energy-buy-category .pager-box
{
    margin: 153px 0 0;
}

.energy-buy-detail .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}

.energy-buy-detail .heading-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    min-height: 81px;
    padding: 0 25px;

    border: 4px solid #d2d2d2;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.energy-buy-detail .heading-box h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;

    color: #1b1b1b;
}
.energy-buy-detail .heading-box h2 span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;

    display: block;
}

.energy-buy-detail .detail-content
{
    margin: 30px 0 112px;
}
.energy-buy-detail .detail-content .detail-buy
{
    margin-top: 28px;
}
.energy-buy-detail .detail-content .detail-buy h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    display: block;

    width: 100%;
    margin: 0;

    text-align: center;
}
.energy-buy-detail .detail-content .detail-buy__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 100%;
    margin-top: 22px;
    padding: 10px;

    border: 1px solid #e8e8e8;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.energy-buy-detail .detail-content .detail-buy__content h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.energy-buy-detail .detail-content .detail-buy__img
{
    width: 222px;
    height: 158px;
    margin-right: 22px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.energy-buy-detail .detail-content .detail-buy__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.energy-buy-detail .detail-content .detail-buy__list ul
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0 40px 0 0;
    padding: 0;

    list-style: none;
}
.energy-buy-detail .detail-content .detail-buy__list ul:last-of-type
{
    margin-right: 0;
}
.energy-buy-detail .detail-content .detail-buy__list ul li
{
    margin-top: 6px;
}
.energy-buy-detail .detail-content .form-box
{
    margin-top: 15px;
}
.energy-buy-detail .detail-content .form-box h3
{
    width: 730px;
    margin: 0 auto;

    text-align: center;
}
.energy-buy-detail .detail-content .form-box form
{
    width: 730px;
    margin: 15px auto 0;
}

.contact .heading-style__type01 span
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}

.contact .contact-content
{
    margin: 30px 0 112px;
}
.contact .contact-content .form-box
{
    margin-top: 15px;
}
.contact .contact-content .form-box h3
{
    width: 730px;
    margin: 0 auto;

    text-align: center;
}
.contact .contact-content .form-box form
{
    width: 730px;
    margin: 15px auto 0;
}

.other_page .section__inner
{
    margin-bottom: 100px;
}
.other_page .section__inner h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner h5
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner h6
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner ul
{
    font-size: 14px;
    line-height: 1.5;

    margin: 20px 0 0;
    padding: 0 0 0 1.3em;
}
.other_page .section__inner ol
{
    font-size: 14px;
    line-height: 1.5;

    margin: 20px 0 0;
    padding: 0 0 0 1.3em;
}
.other_page .section__inner p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 20px 0 0;
}
.other_page .section__inner p strong
{
    font-weight: bold;
}
.other_page .section__inner p em
{
    font-style: italic;
}
.other_page .section__inner .heading-style__type01
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 81px;
    margin: 14px 0 0;
    padding: 0 29px;

    color: #fefefe;
    border-right: 25px solid #fabd00;
    background-color: #4c6e94;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px){
    .main{
        padding-bottom: 22px;
    }
    .main.main-lower-page{
        padding-top: 65px;
    }
    .section__inner{
        width: 100%;
        padding: 0 15px;
    }
    footer .footer__inner{
        display: none;
    }
    footer .footer-copy{
        width: 100%;
    }
    footer .footer-copy small{
        border: none;
    }
    .page-top{
        display: none !important;
    }
    .page-top-sp{
        display: block;
    }
    header{
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        padding: 9px 9px 0;
    }
    header.lower-page{
        position: fixed;
        top: 0;
        left: 0;
    }
    header.header-bg{
        background-color: #fff;
    }
    header .header__inner{
        position: relative;
        width: 100%;
        margin: 0;
    }
    header .header__inner .header-box__logo span{
        font-size: 10px;
        line-height: 1;
        margin-bottom: 3px;
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
        -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
                transform-origin: left top;
    }
    header .header__inner .header-box__logo img{
        width: 190px;
    }
    header .header__inner .header-box ul{
        display: none;
    }
    header .header__inner nav{
        display: none;
    }
    .topic-path{
        display: none;
    }
    .pager-box ul{
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
    .pager-box ul li .page-link{
        font-size: 12px;
        padding: 3px 5px 0;
    }
    .pager-box__first .page-link:before{
        top: 0;
        margin-right: 5px;
    }
    .pager-box__prev .page-link:before{
        top: 0;
        margin-right: 5px;
    }
    .pager-box__next .page-link:after{
        top: 0;
        margin-left: 5px;
    }
    .pager-box__last .page-link:after{
        top: 0;
        margin-left: 5px;
    }
    .heading-style__type01{
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        margin: 8px 0 0;
        padding: 10px;
        border-right: 12px solid #fabd00;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .heading-style__type01 span{
        font-size: 14px;
        display: block;
        margin-left: 0;
    }
    .form-box form table{
        display: block;
    }
    .form-box form table tbody{
        display: block;
    }
    .form-box form table tbody tr{
        display: block;
    }
    .form-box .form-box__no1 tr th{
        display: block;
        width: 100%;
        padding: 11px 10px 5px;
    }
    .form-box .form-box__no1 tr th .th-content{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .form-box .form-box__no1 tr th span.required-icon{
        font-size: 10px;
        margin-left: 10px;
    }
    .form-box .form-box__no1 tr td{
        display: block;
        width: 100%;
        padding: 5px 10px 10px;
        border-left: none;
    }
    .form-box .form-box__no1 tr td input{
        font-size: 16px;
    }
    .form-box .form-box__no1 tr td input::-webkit-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no1 tr td input:-ms-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no1 tr td input::placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no1 .form-table-heading th{
        line-height: 22px;
        display: block;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .form-box .form-box__no1 .form-division td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no1 .form-division td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no1 .form-division td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__no1 .form-name td .td__inner input[type='text']{
        width: 35%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no1 .form-furigana td .td__inner input[type='text']{
        width: 35%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no1 .form-tel td input[type='tel']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no1 .form-mail td input[type='email']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no1 .form-mail-confirm td input[type='email']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no1 .form-contact td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no1 .form-contact td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no1 .form-contact td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__no2{
        margin-top: 16px;
    }
    .form-box .form-box__no2 tr th{
        display: block;
        width: 100%;
        padding: 11px 10px 5px;
    }
    .form-box .form-box__no2 tr th .th-content{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .form-box .form-box__no2 tr th span.required-icon{
        font-size: 10px;
        margin-left: 10px;
    }
    .form-box .form-box__no2 tr td{
        display: block;
        width: 100%;
        padding: 5px 10px 10px;
        border-left: none;
    }
    .form-box .form-box__no2 tr td input{
        font-size: 16px;
    }
    .form-box .form-box__no2 tr td input::-webkit-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no2 tr td input:-ms-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no2 tr td input::placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no2 .form-table-heading th{
        display: block;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .form-box .form-box__no2 .form-company-name td input[type='text']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no2 .form-department td input[type='text']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no3 tr th{
        display: block;
        width: 100%;
        padding: 11px 10px 5px;
    }
    .form-box .form-box__no3 tr th .th-content{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .form-box .form-box__no3 tr th span.required-icon{
        font-size: 10px;
        margin-left: 10px;
    }
    .form-box .form-box__no3 tr td{
        display: block;
        width: 100%;
        padding: 5px 10px 10px;
        border-left: none;
    }
    .form-box .form-box__no3 tr td input{
        font-size: 16px;
    }
    .form-box .form-box__no3 tr td input::-webkit-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no3 tr td input:-ms-input-placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no3 tr td input::placeholder{
        font-size: 16px;
    }
    .form-box .form-box__no3 .form-table-heading th{
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .form-box .form-box__no3 .form-energy-type td{
        display: block;
        padding: 5px 10px 10px;
    }
    .form-box .form-box__no3 .form-energy-type td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no3 .form-energy-type td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no3 .form-energy-type td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__no3 .form-energy-type td ul li label input[type='text']{
        padding: 1.5% 2%;
    }
    .form-box .form-box__no3 .form-area td input[type='text']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no3 .form-capacity td input[type='text']{
        width: 100%;
        height: auto;
        padding: 1.5% 2%;
    }
    .form-box .form-box__no3 .form-use td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no3 .form-use td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no3 .form-use td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__no3 .form-status td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no3 .form-status td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no3 .form-status td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__no3 .form-degree td{
        padding: 5px 10px 10px;
    }
    .form-box .form-box__no3 .form-degree td ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .form-box__no3 .form-degree td ul li{
        margin-right: 0;
        margin-bottom: 1%;
    }
    .form-box .form-box__no3 .form-degree td ul li:last-of-type{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-box .form-box__textarea{
        margin-top: 16px;
    }
    .form-box .form-box__textarea tr th{
        display: block;
        width: 100%;
    }
    .form-box .form-box__textarea tr th .th-content{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .form-box .form-box__textarea tr th span.required-icon{
        font-size: 10px;
        margin-left: 10px;
    }
    .form-box .form-box__textarea tr td{
        display: block;
        width: 100%;
        padding: 5px 10px 10px;
        border-left: none;
    }
    .form-box .form-box__textarea tr td textarea{
        font-size: 16px;
        padding: 1.5% 2%;
    }
    .form-box .kiyaku-box{
        margin-top: 14px;
        padding: 15px 11px;
    }
    .form-box .kiyaku-box__contents *{
        margin: 10px 0 0;
    }
    .form-box .doui-box label{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-box .doui-box label input[type='checkbox']{
        position: relative;
        top: 3px;
    }
    .form-box .doui-box label span{
        font-size: 12px;
    }
    .form-box .form-send{
        margin-top: 23px;
    }
    .form-box .form-send .form-send-box ul li button{
        font-size: 12px;
        width: 40%;
        height: 40px;
    }
    .thanks_message h3{
        font-size: 20px;
    }
    .thanks_message p{
        margin-top: 15px;
    }
    .thanks_message p a{
        margin: 20px auto 0;
    }
    .header-hamburger{
        display: block;
    }
    .main-visual .main-visual__box{
        height: 41vw;
    }
    .main-visual .main-visual__box h2{
        bottom: 15%;
        left: 10px;
        width: 52%;
    }
    .index-contents{
        margin-bottom: 16px;
    }
    .index-contents .section__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .index-contents .index-content{
        width: 100%;
    }
    .index-contents .index-content__heading{
        margin-top: 13px;
        padding-bottom: 4px;
        text-align: center;
    }
    .index-contents .index-content__heading.notice{
        margin-top: 5px;
    }
    .index-contents .index-content .news-content li{
        padding: 6px 0;
        border-bottom: 1px solid #666;
    }
    .index-contents .index-content .news-content li:last-of-type{
        border: none;
    }
    .index-contents .index-content .news-content li a .news-content__img{
        margin: 0 6px 0 0;
    }
    .index-contents .index-content .notice-content li{
        padding: 6px 0;
        border-bottom: 1px solid #666;
    }
    .csr-category .section__inner{
        padding: 0;
    }
    .csr-category__list{
        margin: 23px 0 22px;
        padding: 0 15px;
    }
    .csr-category__list ul{
        width: 100%;
        height: auto;
    }
    .csr-category__list ul li{
        width: 100%;
    }
    .csr-category__list ul li:nth-child(10n){
        margin-bottom: 7px;
    }
    .csr-category__list ul li a{
        font-size: 14px;
    }
    .csr-category__list ul li.none_search{
        font-size: 14px;
    }
    .csr-category .pager-box{
        margin: 72px 0 22px;
    }
    .csr-detail .heading-box{
        display: block;
        height: auto;
        padding: 5px 10px;
        text-align: center;
    }
    .csr-detail .heading-box h1{
        font-size: 20px;
    }
    .csr-detail .company-box{
        display: block;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .csr-detail .company-box__logo{
        width: 70%;
        margin: 0 auto;
    }
    .csr-detail .company-box p{
        width: 100%;
        margin-top: 10px;
    }
    .csr-detail .table-box{
        width: 100%;
        margin: 20px auto 60px;
    }
    .csr-detail .table-box table tr th{
        font-size: 14px;
        width: 40%;
    }
    .csr-detail .table-box table tr td{
        padding: 5px 10px;
    }
    .mall-category .section__inner{
        padding: 0;
    }
    .mall-category .section__inner .category-box{
        display: block;
        box-sizing: border-box;
        margin: 20px 0 90px;
        padding: 0 15px;
    }
    .mall-category .section__inner .category-box .category-box-item{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .mall-category .section__inner .category-box .category-box-item:nth-child(n+3){
        margin-top: 15px;
    }
    .mall-category .section__inner .category-box .category-box-item:nth-child(n+5){
        margin-top: 15px;
    }
    .mall-category .section__inner .category-box .category-box-item:first-of-type{
        margin-top: 0;
    }
    .mall-category .section__inner .category-box .category-box-item__image{
        height: auto;
        padding-top: 72%;
    }
    .mall-category .section__inner .category-box .category-box-item__text{
        margin: 0;
        padding: 5px 10px;
    }
    .mall-category .section__inner .category-box .category-box-item__btn{
        margin: 5px 0 0;
        padding: 0 10px;
    }
    .mall-category .pager-box{
        margin: 72px 0 22px;
    }
    .mall-detail .heading-box{
        height: auto;
        padding: 5px 15px;
    }
    .mall-detail .heading-box h1{
        font-size: 20px;
        margin: 0 auto;
        padding: 5px 10px;
        text-align: center;
    }
    .mall-detail .heading-box h1 span{
        font-weight: normal;
        display: block;
    }
    .mall-detail .detail-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 15px 0 56px;
    }
    .mall-detail .detail-content__left{
        width: 100%;
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }
    .mall-detail .detail-content__left .mall-detail-table{
        width: 100%;
        margin: 15px auto 0;
    }
    .mall-detail .detail-content__left .mall-detail-table table tr th{
        width: 40%;
        padding: 1.5% 2%;
        border: none;
    }
    .mall-detail .detail-content__left .mall-detail-table table tr td{
        padding: 1.5% 2%;
    }
    .mall-detail .detail-content__right{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .mall-detail .detail-content__right ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .mall-detail .detail-content__right ul li{
        width: 48.5%;
    }
    .mall-detail .detail-content__right ul li:nth-child(2){
        margin-top: 0;
    }
    .mall-detail .detail-content .form-box{
        margin-top: 25px;
        padding-top: 15px;
    }
    .mall-detail .detail-content .form-box h3{
        width: 100%;
    }
    .mall-detail .detail-content .form-box form{
        width: 100%;
    }
    .mall-detail .detail-content.confirm .detail-content__left .mall-detail-table{
        width: 100%;
        margin: 15px auto 0;
    }
    .news .heading-box{
        padding: 8px 15px;
    }
    .news .heading-box h1{
        text-align: center;
    }
    .news .heading-box h1 span{
        font-size: 15px;
        margin-bottom: 7px;
        text-align: center;
    }
    .news .content-box .news-content{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 15px;
    }
    .news .content-box .news-content h3{
        font-size: 17px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .news .content-box .news-content p{
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
    }
    .news .content-box .news-content p.text{
        margin-top: 15px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
    }
    .news .content-box .news-content p.img{
        width: 55%;
        margin: 16px auto 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }
    .news .content-box .news-content.main{
        margin-top: 11px;
    }
    .news .content-box .news-content.main .img{
        float: none;
        width: 55%;
        margin: 16px auto 0;
        padding-top: 40%;
    }
    .news .content-box .news-content.right .img{
        float: none;
        width: 55%;
        margin: 16px auto 0;
        padding-top: 40%;
    }
    .news .content-box .news-content.left .img{
        float: none;
        width: 55%;
        margin: 16px auto 0;
        padding-top: 40%;
    }
    .news .content-box .profile-box{
        margin-top: 30px;
    }
    .news .content-box .company-box{
        margin-top: 14px;
        margin-bottom: 25px;
    }
    .news .content-box .company-box table{
        width: 100%;
    }
    .news .content-box .company-box table tr th{
        width: 32%;
    }
    .news .news-list{
        margin-bottom: 22px;
    }
    .news .news-list .news-content li{
        width: 100%;
        margin-right: 0;
        padding: 6px 0;
        border-bottom: 1px solid #666;
    }
    .news .news-list .news-content li:last-of-type{
        border: none;
    }
    .news .news-list .news-content li a .news-content__img{
        margin: 0 6px 0 0;
    }
    .news .pager-box{
        margin: 72px 0 22px;
    }
    .energy-category .section__inner{
        padding: 0;
    }
    .energy-category .section__inner .heading-style__type01 span{
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    .energy-category .section__inner .category-box{
        display: block;
        box-sizing: border-box;
        margin: 20px 0 90px;
        padding: 0 15px;
    }
    .energy-category .section__inner .category-box .category-box-item{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .energy-category .section__inner .category-box .category-box-item:nth-child(n+3){
        margin-top: 15px;
    }
    .energy-category .section__inner .category-box .category-box-item:nth-child(n+5){
        margin-top: 15px;
    }
    .energy-category .section__inner .category-box .category-box-item:first-of-type{
        margin-top: 0;
    }
    .energy-category .section__inner .category-box .category-box-item__image{
        height: auto;
        padding-top: 72%;
    }
    .energy-category .section__inner .category-box .category-box-item__text{
        padding: 5px 10px;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 5px 0;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl dt{
        font-weight: bold;
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl dt span{
        display: none;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item01 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item01 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item02 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item02 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item03 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item03 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item04 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item04 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item05 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item05 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item06 dt{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__text dl.item06 dd{
        width: 100%;
    }
    .energy-category .section__inner .category-box .category-box-item__btn{
        padding: 0 10px;
    }
    .energy-category .pager-box{
        margin: 72px 0 22px;
    }
    .energy-detail .heading-box{
        height: auto;
        padding: 0 15px;
    }
    .energy-detail .heading-box h2{
        font-size: 20px;
        margin: 0 auto;
        padding: 5px 10px;
        text-align: center;
    }
    .energy-detail .detail-content{
        margin: 15px 0 56px;
    }
    .energy-detail .detail-content__img{
        padding: 0 15px;
    }
    .energy-detail .detail-content__img ul li{
        width: 48%;
    }
    .energy-detail .detail-content .detail-table{
        width: 100%;
        margin: 15px auto 0;
    }
    .energy-detail .detail-content .detail-table table tr th{
        width: 40%;
        padding: 1.5% 2%;
        border: none;
    }
    .energy-detail .detail-content .detail-table table tr td{
        padding: 1.5% 2%;
    }
    .energy-detail .detail-content .form-box{
        margin-top: 25px;
        padding-top: 15px;
    }
    .energy-detail .detail-content .form-box h3{
        width: 100%;
    }
    .energy-detail .detail-content .form-box form{
        width: 100%;
    }
    .energy-sell-category .section__inner{
        padding: 0;
    }
    .energy-sell-category .section__inner .heading-style__type01 span{
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    .energy-sell-category .section__inner .category-box{
        display: block;
        box-sizing: border-box;
        margin: 20px 0 90px;
        padding: 0 15px;
    }
    .energy-sell-category .section__inner .category-box .category-box-item{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .energy-sell-category .section__inner .category-box .category-box-item:nth-child(n+3){
        margin-top: 15px;
    }
    .energy-sell-category .section__inner .category-box .category-box-item:nth-child(n+5){
        margin-top: 15px;
    }
    .energy-sell-category .section__inner .category-box .category-box-item:first-of-type{
        margin-top: 0;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__image{
        height: auto;
        padding-top: 72%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text{
        padding: 5px 10px;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 5px 0;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl dt{
        font-weight: bold;
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl dt span{
        display: none;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item01 dt{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item01 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item02 dt{
        font-weight: normal;
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item02 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item03 dt{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item03 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item04 dt{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item04 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item05 dt{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item05 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item06 dt{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__text dl.item06 dd{
        width: 100%;
    }
    .energy-sell-category .section__inner .category-box .category-box-item__btn{
        padding: 0 10px;
    }
    .energy-sell-category .pager-box{
        margin: 72px 0 22px;
    }
    .energy-sell-detail .heading-style__type01 span{
        font-size: 14px;
        margin: 0;
    }
    .energy-sell-detail .heading-box{
        height: auto;
        padding: 0 15px;
    }
    .energy-sell-detail .heading-box h2{
        font-size: 16px;
        line-height: 26px;
    }
    .energy-sell-detail .heading-box h2 span{
        font-size: 12px;
    }
    .energy-sell-detail .detail-content{
        margin: 15px 0 56px;
    }
    .energy-sell-detail .detail-content__img{
        padding: 0 15px;
    }
    .energy-sell-detail .detail-content__img ul li{
        width: 48%;
    }
    .energy-sell-detail .detail-content .detail-table{
        width: 100%;
        margin: 15px auto 0;
    }
    .energy-sell-detail .detail-content .detail-table table tr th{
        font-size: 12px;
        line-height: 28px;
        display: block;
        width: 100%;
        border: none;
    }
    .energy-sell-detail .detail-content .detail-table table tr td{
        display: block;
        width: 100%;
    }
    .energy-sell-detail .detail-content .form-box{
        margin-top: 25px;
    }
    .energy-sell-detail .detail-content .form-box h3{
        width: 100%;
    }
    .energy-sell-detail .detail-content .form-box form{
        width: 100%;
    }
    .energy-buy-category .section__inner{
        padding: 0;
    }
    .energy-buy-category .section__inner .heading-style__type01 span{
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    .energy-buy-category .section__inner .category-box{
        display: block;
        box-sizing: border-box;
        margin: 20px 0 90px;
        padding: 0 15px;
    }
    .energy-buy-category .section__inner .category-box .category-box-item{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .energy-buy-category .section__inner .category-box .category-box-item:nth-child(n+3){
        margin-top: 15px;
    }
    .energy-buy-category .section__inner .category-box .category-box-item:nth-child(n+5){
        margin-top: 15px;
    }
    .energy-buy-category .section__inner .category-box .category-box-item:first-of-type{
        margin-top: 0;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__image{
        height: auto;
        padding-top: 72%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text{
        padding: 5px 10px;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 5px 0;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl dt{
        font-weight: bold;
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl dt span{
        display: none;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item01 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item01 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item02 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item02 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item03 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item03 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item04 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item04 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item05 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item05 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item06 dt{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__text dl.item06 dd{
        width: 100%;
    }
    .energy-buy-category .section__inner .category-box .category-box-item__btn{
        padding: 0 10px;
    }
    .energy-buy-category .pager-box{
        margin: 72px 0 22px;
    }
    .energy-buy-detail .heading-style__type01 span{
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    .energy-buy-detail .heading-box{
        height: auto;
        padding: 0 15px;
    }
    .energy-buy-detail .heading-box h2{
        font-size: 16px;
        line-height: 26px;
    }
    .energy-buy-detail .heading-box h2 span{
        font-size: 12px;
    }
    .energy-buy-detail .detail-content{
        margin: 15px 0 56px;
    }
    .energy-buy-detail .detail-content .detail-buy{
        margin-top: 15px;
    }
    .energy-buy-detail .detail-content .detail-buy h3{
        font-size: 16px;
    }
    .energy-buy-detail .detail-content .detail-buy__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 15px;
    }
    .energy-buy-detail .detail-content .detail-buy__img{
        width: 100%;
        height: auto;
        padding-top: 71%;
    }
    .energy-buy-detail .detail-content .detail-buy__textbox{
        margin-top: 15px;
    }
    .energy-buy-detail .detail-content .detail-buy__list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .energy-buy-detail .detail-content .detail-buy__list ul{
        width: 100%;
    }
    .energy-buy-detail .detail-content .detail-buy__list ul li{
        margin-top: 5px;
    }
    .energy-buy-detail .detail-content .form-box{
        margin-top: 25px;
    }
    .energy-buy-detail .detail-content .form-box h3{
        width: 100%;
    }
    .energy-buy-detail .detail-content .form-box form{
        width: 100%;
    }
    .contact .section__inner{
        padding: 0;
    }
    .contact .heading-style__type01 span{
        font-size: 12px;
        margin: 0 0 0 5px;
    }
    .contact .contact-content{
        margin: 15px 0 56px;
        padding: 0 15px;
    }
    .contact .contact-content .form-box{
        margin-top: 25px;
    }
    .contact .contact-content .form-box h3{
        width: 100%;
    }
    .contact .contact-content .form-box form{
        width: 100%;
    }
    .other_page .section__inner{
        margin-bottom: 25px;
    }
    .other_page .section__inner h1{
        font-size: 22px;
        margin: 10px 0 0;
    }
    .other_page .section__inner h2{
        font-size: 20px;
        margin: 10px 0 0;
    }
    .other_page .section__inner h3{
        font-size: 19px;
        margin: 10px 0 0;
    }
    .other_page .section__inner h4{
        font-size: 17px;
        margin: 10px 0 0;
    }
    .other_page .section__inner h5{
        margin: 10px 0 0;
    }
    .other_page .section__inner h6{
        margin: 10px 0 0;
    }
    .other_page .section__inner ul{
        margin: 10px 0 0;
    }
    .other_page .section__inner ol{
        margin: 10px 0 0;
    }
    .other_page .section__inner p{
        margin: 10px 0 0;
    }
    .other_page .section__inner .heading-style__type01{
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        margin: 8px 0 0;
        padding: 10px;
        border-right: 12px solid #fabd00;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
