/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

input {
    border-radius: 0
}

button,
[type=button],
[type=reset],
[type=submit] [role=button] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

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

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

html {
    font-size: 62.5%;
    min-height: 100%;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P ゴシック", sans-serif;
    line-height: 1.857;
    font-size: 13px;
    font-size: 1.3rem
}

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

.site-header {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 56, 130, .75);
    width: 100%;
    top: 0;
    left: 0;
    height: 69px
}

@media(min-width: 1024px) {
    .site-header {
        position: absolute;
        height: auto;
        padding: 15px 0 0 0
    }
}

.site-logo {
    float: left;
    display: block;
    margin: 18px 0 0 0;
    padding: 0 50px 0 0;
    font-size: 20px;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-logo a {
    display: block;
    text-decoration: none;
    color: #000
}

.site-logo a img {
    max-width: 100%;
    height: auto
}

@media(min-width: 768px) {
    .site-logo {
        margin: 10px 0 0 0
    }
}

@media(min-width: 1024px) {
    .site-logo {
        padding: 0 0 15px 0
    }
}

.site-header-page {
    position: fixed;
    border-bottom: solid 1px #9fa0a0;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 69px
}

@media(min-width: 1024px) {
    .site-header-page {
        border-bottom: 0;
        position: inherit;
        height: auto;
        padding: 15px 0 0 0
    }
}

.main-contents_top {
    padding: 0
}

.main-contents {
    padding: 79px 0
}

@media(min-width: 1024px) {
    .main-contents {
        padding: 50px 0
    }
}

.main-box {
    background-color: #fff;
    margin-bottom: 30px
}

.main-box img {
    max-width: 100%;
    height: auto
}

@media(min-width: 1024px) {
    .main-box {
        width: 660px;
        float: left
    }
}

@media(min-width: 1200px) {
    .main-box {
        width: 620px
    }
}

.side-box {
    border-left: solid 1px gray;
    padding: 1em 0 1em 20px
}

@media(min-width: 1024px) {
    .side-box {
        float: right;
        width: 250px
    }
}

.site-footer {
    padding: 20px 0
}

.site-footer_top {
    background-color: #c0c0cc;
    padding: 20px 0
}

@media(min-width: 768px) {
    .site-footer_top {
        background-color: #ededee
    }
}

.copyright {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center
}

#btn-pagetop {
    display: none;
    z-index: 1000;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 50%;
    color: #003882;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    width: 20px;
    -webkit-transform: perspective(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out
}

#btn-pagetop:hover {
    opacity: .8
}

.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6,
.page-contents h1,
.page-contents h2,
.page-contents h3,
.page-contents h4,
.page-contents h5,
.page-contents h6,
.post-contents h1,
.post-contents h2,
.post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.editor-area h1 small,
.editor-area h2 small,
.editor-area h3 small,
.editor-area h4 small,
.editor-area h5 small,
.editor-area h6 small,
.page-contents h1 small,
.page-contents h2 small,
.page-contents h3 small,
.page-contents h4 small,
.page-contents h5 small,
.page-contents h6 small,
.post-contents h1 small,
.post-contents h2 small,
.post-contents h3 small,
.post-contents h4 small,
.post-contents h5 small,
.post-contents h6 small {
    font-size: 70%
}

.editor-area h1,
.editor-area h2,
.editor-area h3,
.page-contents h1,
.page-contents h2,
.page-contents h3,
.post-contents h1,
.post-contents h2,
.post-contents h3 {
    margin-bottom: .5em;
    margin-top: .5em
}

.editor-area h4,
.editor-area h5,
.editor-area h6,
.page-contents h4,
.page-contents h5,
.page-contents h6,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
    margin-bottom: 1em;
    margin-top: 1em
}

.editor-area h1,
.page-contents h1,
.post-contents h1 {
    font-size: 3em
}

.editor-area h2,
.page-contents h2,
.post-contents h2 {
    font-size: 20px;
    font-size: 2rem
}

.editor-area h3,
.page-contents h3,
.post-contents h3 {
    font-size: 18px;
    font-size: 1.8rem
}

.editor-area h4,
.page-contents h4,
.post-contents h4 {
    font-size: 16px;
    font-size: 1.6rem
}

.editor-area h5,
.page-contents h5,
.post-contents h5 {
    font-size: 14px;
    font-size: 1.4rem
}

.editor-area h6,
.page-contents h6,
.post-contents h6 {
    font-size: 12px;
    font-size: 1.2rem
}

.editor-area p,
.page-contents p,
.post-contents p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.857;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    text-align: justify;
    margin-bottom: 1em
}

.editor-area mark,
.page-contents mark,
.post-contents mark {
    background-color: #ffff5a;
    padding: .1em .2em
}

.editor-area code,
.page-contents code,
.post-contents code {
    background-color: #efefef;
    padding: .1em .2em
}

.editor-area ul,
.editor-area ol,
.page-contents ul,
.page-contents ol,
.post-contents ul,
.post-contents ol {
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 1em
}

.editor-area ul ul,
.editor-area ul ol,
.editor-area ol ul,
.editor-area ol ol,
.page-contents ul ul,
.page-contents ul ol,
.page-contents ol ul,
.page-contents ol ol,
.post-contents ul ul,
.post-contents ul ol,
.post-contents ol ul,
.post-contents ol ol {
    margin-bottom: 0
}

.editor-area dl,
.page-contents dl,
.post-contents dl {
    margin-top: 0;
    margin-bottom: 1em
}

.editor-area dt,
.editor-area dd,
.page-contents dt,
.page-contents dd,
.post-contents dt,
.post-contents dd {
    line-height: 1.857
}

.editor-area dt,
.page-contents dt,
.post-contents dt {
    font-size: 21px;
    font-size: 2.1rem
}

.editor-area dd,
.page-contents dd,
.post-contents dd {
    margin-left: 0;
    margin-bottom: 1em
}

.editor-area blockquote,
.page-contents blockquote,
.post-contents blockquote {
    padding: .5em;
    margin: 0 0 1em;
    border-left: 5px solid gray
}

.editor-area blockquote p:last-child,
.editor-area blockquote ul:last-child,
.editor-area blockquote ol:last-child,
.page-contents blockquote p:last-child,
.page-contents blockquote ul:last-child,
.page-contents blockquote ol:last-child,
.post-contents blockquote p:last-child,
.post-contents blockquote ul:last-child,
.post-contents blockquote ol:last-child {
    margin-bottom: 0
}

.editor-area blockquote footer,
.page-contents blockquote footer,
.post-contents blockquote footer {
    color: #999
}

.editor-area pre,
.page-contents pre,
.post-contents pre {
    margin-bottom: 1em;
    border: 1px solid #999;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    overflow: auto;
    padding: .5em
}

.editor-area table,
.page-contents table,
.post-contents table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 100%
}

.editor-area table caption,
.page-contents table caption,
.post-contents table caption {
    text-align: left
}

.editor-area table th,
.editor-area table td,
.page-contents table th,
.page-contents table td,
.post-contents table th,
.post-contents table td {
    border-top: 1px solid #999;
    padding: .1em .5em
}

.editor-area table th,
.page-contents table th,
.post-contents table th {
    text-align: left;
    font-weight: normal;
    background-color: #69a9ff
}

.editor-area table td,
.page-contents table td,
.post-contents table td {
    vertical-align: top
}

.editor-area table,
.page-contents table,
.post-contents table {
    display: block
}

.editor-area table tbody,
.page-contents table tbody,
.post-contents table tbody {
    display: block
}

.editor-area table tr,
.page-contents table tr,
.post-contents table tr {
    display: block
}

.editor-area table th,
.editor-area table td,
.page-contents table th,
.page-contents table td,
.post-contents table th,
.post-contents table td {
    display: block;
    padding: .1em .5em
}

.editor-area table th input,
.editor-area table td input,
.page-contents table th input,
.page-contents table td input,
.post-contents table th input,
.post-contents table td input {
    max-width: 100%
}

.editor-area table th,
.page-contents table th,
.post-contents table th {
    font-weight: normal;
    letter-spacing: .25em;
    text-align: left;
    background-color: #f4f9ff
}

@media(min-width: 768px) {

    .editor-area table,
    .page-contents table,
    .post-contents table {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1em;
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        width: 100%
    }

    .editor-area table tbody,
    .page-contents table tbody,
    .post-contents table tbody {
        display: table-row-group
    }

    .editor-area table tr,
    .page-contents table tr,
    .post-contents table tr {
        display: table-row
    }

    .editor-area table caption,
    .page-contents table caption,
    .post-contents table caption {
        text-align: left
    }

    .editor-area table th,
    .editor-area table td,
    .page-contents table th,
    .page-contents table td,
    .post-contents table th,
    .post-contents table td {
        display: table-cell;
        border-top: 1px solid #999;
        padding: .1em .5em;
        vertical-align: top
    }

    .editor-area table th,
    .page-contents table th,
    .post-contents table th {
        text-align: left;
        font-weight: normal;
        letter-spacing: .25em;
        text-indent: .25em;
        background-color: #f4f9ff
    }

    .editor-area table td,
    .page-contents table td,
    .post-contents table td {
        vertical-align: top
    }
}

.editor-area table.tbl_noblock,
.page-contents table.tbl_noblock,
.post-contents table.tbl_noblock {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 100%
}

.editor-area table.tbl_noblock tbody,
.page-contents table.tbl_noblock tbody,
.post-contents table.tbl_noblock tbody {
    display: table-row-group
}

.editor-area table.tbl_noblock tr,
.page-contents table.tbl_noblock tr,
.post-contents table.tbl_noblock tr {
    display: table-row
}

.editor-area table.tbl_noblock th,
.editor-area table.tbl_noblock td,
.page-contents table.tbl_noblock th,
.page-contents table.tbl_noblock td,
.post-contents table.tbl_noblock th,
.post-contents table.tbl_noblock td {
    display: table-cell;
    padding: .1em .5em;
    line-height: 1.2;
    font-size: 12px
}

.editor-area table.tbl_noblock th,
.page-contents table.tbl_noblock th,
.post-contents table.tbl_noblock th {
    font-weight: normal;
    text-align: left;
    padding: .5em .5em
}

.editor-area table.tbl_noblock td:nth-child(1),
.page-contents table.tbl_noblock td:nth-child(1),
.post-contents table.tbl_noblock td:nth-child(1) {
    width: 50px
}

.editor-area table.tbl_noblock td:nth-child(2),
.page-contents table.tbl_noblock td:nth-child(2),
.post-contents table.tbl_noblock td:nth-child(2) {
    width: 80px
}

.editor-area table.tbl_noblock td:nth-child(3),
.page-contents table.tbl_noblock td:nth-child(3),
.post-contents table.tbl_noblock td:nth-child(3) {
    width: 160px
}

.editor-area table.tbl_noblock td:nth-child(4),
.page-contents table.tbl_noblock td:nth-child(4),
.post-contents table.tbl_noblock td:nth-child(4) {
    width: 170px
}

@media(min-width: 1024px) {

    .editor-area table.tbl_noblock th,
    .editor-area table.tbl_noblock td,
    .page-contents table.tbl_noblock th,
    .page-contents table.tbl_noblock td,
    .post-contents table.tbl_noblock th,
    .post-contents table.tbl_noblock td {
        font-size: 14px
    }

    .editor-area table.tbl_noblock th,
    .page-contents table.tbl_noblock th,
    .post-contents table.tbl_noblock th {
        padding: 1em 1.5em !important
    }

    .editor-area table.tbl_noblock td:nth-child(1),
    .page-contents table.tbl_noblock td:nth-child(1),
    .post-contents table.tbl_noblock td:nth-child(1) {
        width: 5%
    }

    .editor-area table.tbl_noblock td:nth-child(2),
    .page-contents table.tbl_noblock td:nth-child(2),
    .post-contents table.tbl_noblock td:nth-child(2) {
        width: 15%
    }

    .editor-area table.tbl_noblock td:nth-child(3),
    .page-contents table.tbl_noblock td:nth-child(3),
    .post-contents table.tbl_noblock td:nth-child(3) {
        width: 20%
    }

    .editor-area table.tbl_noblock td:nth-child(4),
    .page-contents table.tbl_noblock td:nth-child(4),
    .post-contents table.tbl_noblock td:nth-child(4) {
        width: 60%
    }
}

.editor-area table.tbl_hanrei,
.page-contents table.tbl_hanrei,
.post-contents table.tbl_hanrei {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 100%
}

.editor-area table.tbl_hanrei tbody,
.page-contents table.tbl_hanrei tbody,
.post-contents table.tbl_hanrei tbody {
    display: table-row-group
}

.editor-area table.tbl_hanrei tr,
.page-contents table.tbl_hanrei tr,
.post-contents table.tbl_hanrei tr {
    display: table-row
}

.editor-area table.tbl_hanrei th,
.editor-area table.tbl_hanrei td,
.page-contents table.tbl_hanrei th,
.page-contents table.tbl_hanrei td,
.post-contents table.tbl_hanrei th,
.post-contents table.tbl_hanrei td {
    display: table-cell;
    padding: .1em .5em;
    line-height: 1.2;
    font-size: 12px
}

.editor-area table.tbl_hanrei th,
.page-contents table.tbl_hanrei th,
.post-contents table.tbl_hanrei th {
    font-weight: normal;
    text-align: left
}

.editor-area table.tbl_hanrei td:nth-child(1),
.page-contents table.tbl_hanrei td:nth-child(1),
.post-contents table.tbl_hanrei td:nth-child(1) {
    width: 80px
}

.editor-area table.tbl_hanrei td:nth-child(2),
.page-contents table.tbl_hanrei td:nth-child(2),
.post-contents table.tbl_hanrei td:nth-child(2) {
    width: 300px
}

@media(min-width: 1024px) {

    .editor-area table.tbl_hanrei th,
    .editor-area table.tbl_hanrei td,
    .page-contents table.tbl_hanrei th,
    .page-contents table.tbl_hanrei td,
    .post-contents table.tbl_hanrei th,
    .post-contents table.tbl_hanrei td {
        font-size: 12px
    }

    .editor-area table.tbl_hanrei td:nth-child(1),
    .page-contents table.tbl_hanrei td:nth-child(1),
    .post-contents table.tbl_hanrei td:nth-child(1) {
        width: 10%
    }

    .editor-area table.tbl_hanrei td:nth-child(2),
    .page-contents table.tbl_hanrei td:nth-child(2),
    .post-contents table.tbl_hanrei td:nth-child(2) {
        width: 90%
    }
}

@media(min-width: 768px) {

    .editor-area table.tbl-bumon01,
    .editor-area table.tbl-bumon02,
    .editor-area table.tbl-bumon03,
    .editor-area table.tbl-bumon04,
    .editor-area table.tbl-bumon05,
    .editor-area table.tbl-bumon06,
    .editor-area table.tbl-bumon07,
    .page-contents table.tbl-bumon01,
    .page-contents table.tbl-bumon02,
    .page-contents table.tbl-bumon03,
    .page-contents table.tbl-bumon04,
    .page-contents table.tbl-bumon05,
    .page-contents table.tbl-bumon06,
    .page-contents table.tbl-bumon07,
    .post-contents table.tbl-bumon01,
    .post-contents table.tbl-bumon02,
    .post-contents table.tbl-bumon03,
    .post-contents table.tbl-bumon04,
    .post-contents table.tbl-bumon05,
    .post-contents table.tbl-bumon06,
    .post-contents table.tbl-bumon07 {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1em;
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        width: 100%
    }

    .editor-area table.tbl-bumon01 tbody,
    .editor-area table.tbl-bumon02 tbody,
    .editor-area table.tbl-bumon03 tbody,
    .editor-area table.tbl-bumon04 tbody,
    .editor-area table.tbl-bumon05 tbody,
    .editor-area table.tbl-bumon06 tbody,
    .editor-area table.tbl-bumon07 tbody,
    .page-contents table.tbl-bumon01 tbody,
    .page-contents table.tbl-bumon02 tbody,
    .page-contents table.tbl-bumon03 tbody,
    .page-contents table.tbl-bumon04 tbody,
    .page-contents table.tbl-bumon05 tbody,
    .page-contents table.tbl-bumon06 tbody,
    .page-contents table.tbl-bumon07 tbody,
    .post-contents table.tbl-bumon01 tbody,
    .post-contents table.tbl-bumon02 tbody,
    .post-contents table.tbl-bumon03 tbody,
    .post-contents table.tbl-bumon04 tbody,
    .post-contents table.tbl-bumon05 tbody,
    .post-contents table.tbl-bumon06 tbody,
    .post-contents table.tbl-bumon07 tbody {
        display: table-row-group
    }

    .editor-area table.tbl-bumon01 tr,
    .editor-area table.tbl-bumon02 tr,
    .editor-area table.tbl-bumon03 tr,
    .editor-area table.tbl-bumon04 tr,
    .editor-area table.tbl-bumon05 tr,
    .editor-area table.tbl-bumon06 tr,
    .editor-area table.tbl-bumon07 tr,
    .page-contents table.tbl-bumon01 tr,
    .page-contents table.tbl-bumon02 tr,
    .page-contents table.tbl-bumon03 tr,
    .page-contents table.tbl-bumon04 tr,
    .page-contents table.tbl-bumon05 tr,
    .page-contents table.tbl-bumon06 tr,
    .page-contents table.tbl-bumon07 tr,
    .post-contents table.tbl-bumon01 tr,
    .post-contents table.tbl-bumon02 tr,
    .post-contents table.tbl-bumon03 tr,
    .post-contents table.tbl-bumon04 tr,
    .post-contents table.tbl-bumon05 tr,
    .post-contents table.tbl-bumon06 tr,
    .post-contents table.tbl-bumon07 tr {
        display: table-row
    }

    .editor-area table.tbl-bumon01 caption,
    .editor-area table.tbl-bumon02 caption,
    .editor-area table.tbl-bumon03 caption,
    .editor-area table.tbl-bumon04 caption,
    .editor-area table.tbl-bumon05 caption,
    .editor-area table.tbl-bumon06 caption,
    .editor-area table.tbl-bumon07 caption,
    .page-contents table.tbl-bumon01 caption,
    .page-contents table.tbl-bumon02 caption,
    .page-contents table.tbl-bumon03 caption,
    .page-contents table.tbl-bumon04 caption,
    .page-contents table.tbl-bumon05 caption,
    .page-contents table.tbl-bumon06 caption,
    .page-contents table.tbl-bumon07 caption,
    .post-contents table.tbl-bumon01 caption,
    .post-contents table.tbl-bumon02 caption,
    .post-contents table.tbl-bumon03 caption,
    .post-contents table.tbl-bumon04 caption,
    .post-contents table.tbl-bumon05 caption,
    .post-contents table.tbl-bumon06 caption,
    .post-contents table.tbl-bumon07 caption {
        text-align: left
    }

    .editor-area table.tbl-bumon01 th,
    .editor-area table.tbl-bumon01 td,
    .editor-area table.tbl-bumon02 th,
    .editor-area table.tbl-bumon02 td,
    .editor-area table.tbl-bumon03 th,
    .editor-area table.tbl-bumon03 td,
    .editor-area table.tbl-bumon04 th,
    .editor-area table.tbl-bumon04 td,
    .editor-area table.tbl-bumon05 th,
    .editor-area table.tbl-bumon05 td,
    .editor-area table.tbl-bumon06 th,
    .editor-area table.tbl-bumon06 td,
    .editor-area table.tbl-bumon07 th,
    .editor-area table.tbl-bumon07 td,
    .page-contents table.tbl-bumon01 th,
    .page-contents table.tbl-bumon01 td,
    .page-contents table.tbl-bumon02 th,
    .page-contents table.tbl-bumon02 td,
    .page-contents table.tbl-bumon03 th,
    .page-contents table.tbl-bumon03 td,
    .page-contents table.tbl-bumon04 th,
    .page-contents table.tbl-bumon04 td,
    .page-contents table.tbl-bumon05 th,
    .page-contents table.tbl-bumon05 td,
    .page-contents table.tbl-bumon06 th,
    .page-contents table.tbl-bumon06 td,
    .page-contents table.tbl-bumon07 th,
    .page-contents table.tbl-bumon07 td,
    .post-contents table.tbl-bumon01 th,
    .post-contents table.tbl-bumon01 td,
    .post-contents table.tbl-bumon02 th,
    .post-contents table.tbl-bumon02 td,
    .post-contents table.tbl-bumon03 th,
    .post-contents table.tbl-bumon03 td,
    .post-contents table.tbl-bumon04 th,
    .post-contents table.tbl-bumon04 td,
    .post-contents table.tbl-bumon05 th,
    .post-contents table.tbl-bumon05 td,
    .post-contents table.tbl-bumon06 th,
    .post-contents table.tbl-bumon06 td,
    .post-contents table.tbl-bumon07 th,
    .post-contents table.tbl-bumon07 td {
        display: table-cell;
        border-top: 1px solid #999;
        padding: .5em 1.5em;
        vertical-align: top
    }

    .editor-area table.tbl-bumon01 th,
    .editor-area table.tbl-bumon02 th,
    .editor-area table.tbl-bumon03 th,
    .editor-area table.tbl-bumon04 th,
    .editor-area table.tbl-bumon05 th,
    .editor-area table.tbl-bumon06 th,
    .editor-area table.tbl-bumon07 th,
    .page-contents table.tbl-bumon01 th,
    .page-contents table.tbl-bumon02 th,
    .page-contents table.tbl-bumon03 th,
    .page-contents table.tbl-bumon04 th,
    .page-contents table.tbl-bumon05 th,
    .page-contents table.tbl-bumon06 th,
    .page-contents table.tbl-bumon07 th,
    .post-contents table.tbl-bumon01 th,
    .post-contents table.tbl-bumon02 th,
    .post-contents table.tbl-bumon03 th,
    .post-contents table.tbl-bumon04 th,
    .post-contents table.tbl-bumon05 th,
    .post-contents table.tbl-bumon06 th,
    .post-contents table.tbl-bumon07 th {
        text-align: left;
        font-weight: normal;
        letter-spacing: .25em;
        text-indent: .25em;
        background-color: #f4f9ff
    }

    .editor-area table.tbl-bumon01 td,
    .editor-area table.tbl-bumon02 td,
    .editor-area table.tbl-bumon03 td,
    .editor-area table.tbl-bumon04 td,
    .editor-area table.tbl-bumon05 td,
    .editor-area table.tbl-bumon06 td,
    .editor-area table.tbl-bumon07 td,
    .page-contents table.tbl-bumon01 td,
    .page-contents table.tbl-bumon02 td,
    .page-contents table.tbl-bumon03 td,
    .page-contents table.tbl-bumon04 td,
    .page-contents table.tbl-bumon05 td,
    .page-contents table.tbl-bumon06 td,
    .page-contents table.tbl-bumon07 td,
    .post-contents table.tbl-bumon01 td,
    .post-contents table.tbl-bumon02 td,
    .post-contents table.tbl-bumon03 td,
    .post-contents table.tbl-bumon04 td,
    .post-contents table.tbl-bumon05 td,
    .post-contents table.tbl-bumon06 td,
    .post-contents table.tbl-bumon07 td {
        vertical-align: top
    }
}

.editor-area table.tbl-bumon01 th,
.editor-area table.tbl-bumon02 th,
.editor-area table.tbl-bumon03 th,
.editor-area table.tbl-bumon04 th,
.editor-area table.tbl-bumon05 th,
.editor-area table.tbl-bumon06 th,
.editor-area table.tbl-bumon07 th,
.page-contents table.tbl-bumon01 th,
.page-contents table.tbl-bumon02 th,
.page-contents table.tbl-bumon03 th,
.page-contents table.tbl-bumon04 th,
.page-contents table.tbl-bumon05 th,
.page-contents table.tbl-bumon06 th,
.page-contents table.tbl-bumon07 th,
.post-contents table.tbl-bumon01 th,
.post-contents table.tbl-bumon02 th,
.post-contents table.tbl-bumon03 th,
.post-contents table.tbl-bumon04 th,
.post-contents table.tbl-bumon05 th,
.post-contents table.tbl-bumon06 th,
.post-contents table.tbl-bumon07 th {
    background-color: #f7f0f3;
    color: #923262
}

.editor-area table.tbl-bumon01 th.bumon,
.editor-area table.tbl-bumon02 th.bumon,
.editor-area table.tbl-bumon03 th.bumon,
.editor-area table.tbl-bumon04 th.bumon,
.editor-area table.tbl-bumon05 th.bumon,
.editor-area table.tbl-bumon06 th.bumon,
.editor-area table.tbl-bumon07 th.bumon,
.page-contents table.tbl-bumon01 th.bumon,
.page-contents table.tbl-bumon02 th.bumon,
.page-contents table.tbl-bumon03 th.bumon,
.page-contents table.tbl-bumon04 th.bumon,
.page-contents table.tbl-bumon05 th.bumon,
.page-contents table.tbl-bumon06 th.bumon,
.page-contents table.tbl-bumon07 th.bumon,
.post-contents table.tbl-bumon01 th.bumon,
.post-contents table.tbl-bumon02 th.bumon,
.post-contents table.tbl-bumon03 th.bumon,
.post-contents table.tbl-bumon04 th.bumon,
.post-contents table.tbl-bumon05 th.bumon,
.post-contents table.tbl-bumon06 th.bumon,
.post-contents table.tbl-bumon07 th.bumon {
    background-color: #923262;
    color: #fff
}

.editor-area table.tbl-bumon01 td.job,
.editor-area table.tbl-bumon02 td.job,
.editor-area table.tbl-bumon03 td.job,
.editor-area table.tbl-bumon04 td.job,
.editor-area table.tbl-bumon05 td.job,
.editor-area table.tbl-bumon06 td.job,
.editor-area table.tbl-bumon07 td.job,
.page-contents table.tbl-bumon01 td.job,
.page-contents table.tbl-bumon02 td.job,
.page-contents table.tbl-bumon03 td.job,
.page-contents table.tbl-bumon04 td.job,
.page-contents table.tbl-bumon05 td.job,
.page-contents table.tbl-bumon06 td.job,
.page-contents table.tbl-bumon07 td.job,
.post-contents table.tbl-bumon01 td.job,
.post-contents table.tbl-bumon02 td.job,
.post-contents table.tbl-bumon03 td.job,
.post-contents table.tbl-bumon04 td.job,
.post-contents table.tbl-bumon05 td.job,
.post-contents table.tbl-bumon06 td.job,
.post-contents table.tbl-bumon07 td.job {
    font-weight: bold
}

@media(min-width: 768px) {

    .editor-area table.tbl-bumon01 td.job,
    .editor-area table.tbl-bumon02 td.job,
    .editor-area table.tbl-bumon03 td.job,
    .editor-area table.tbl-bumon04 td.job,
    .editor-area table.tbl-bumon05 td.job,
    .editor-area table.tbl-bumon06 td.job,
    .editor-area table.tbl-bumon07 td.job,
    .page-contents table.tbl-bumon01 td.job,
    .page-contents table.tbl-bumon02 td.job,
    .page-contents table.tbl-bumon03 td.job,
    .page-contents table.tbl-bumon04 td.job,
    .page-contents table.tbl-bumon05 td.job,
    .page-contents table.tbl-bumon06 td.job,
    .page-contents table.tbl-bumon07 td.job,
    .post-contents table.tbl-bumon01 td.job,
    .post-contents table.tbl-bumon02 td.job,
    .post-contents table.tbl-bumon03 td.job,
    .post-contents table.tbl-bumon04 td.job,
    .post-contents table.tbl-bumon05 td.job,
    .post-contents table.tbl-bumon06 td.job,
    .post-contents table.tbl-bumon07 td.job {
        width: 140px;
        font-weight: normal
    }
}

.editor-area table.tbl-bumon01 td.job+td,
.editor-area table.tbl-bumon02 td.job+td,
.editor-area table.tbl-bumon03 td.job+td,
.editor-area table.tbl-bumon04 td.job+td,
.editor-area table.tbl-bumon05 td.job+td,
.editor-area table.tbl-bumon06 td.job+td,
.editor-area table.tbl-bumon07 td.job+td,
.page-contents table.tbl-bumon01 td.job+td,
.page-contents table.tbl-bumon02 td.job+td,
.page-contents table.tbl-bumon03 td.job+td,
.page-contents table.tbl-bumon04 td.job+td,
.page-contents table.tbl-bumon05 td.job+td,
.page-contents table.tbl-bumon06 td.job+td,
.page-contents table.tbl-bumon07 td.job+td,
.post-contents table.tbl-bumon01 td.job+td,
.post-contents table.tbl-bumon02 td.job+td,
.post-contents table.tbl-bumon03 td.job+td,
.post-contents table.tbl-bumon04 td.job+td,
.post-contents table.tbl-bumon05 td.job+td,
.post-contents table.tbl-bumon06 td.job+td,
.post-contents table.tbl-bumon07 td.job+td {
    border-top: 0
}

@media(min-width: 768px) {

    .editor-area table.tbl-bumon01 td.job+td,
    .editor-area table.tbl-bumon02 td.job+td,
    .editor-area table.tbl-bumon03 td.job+td,
    .editor-area table.tbl-bumon04 td.job+td,
    .editor-area table.tbl-bumon05 td.job+td,
    .editor-area table.tbl-bumon06 td.job+td,
    .editor-area table.tbl-bumon07 td.job+td,
    .page-contents table.tbl-bumon01 td.job+td,
    .page-contents table.tbl-bumon02 td.job+td,
    .page-contents table.tbl-bumon03 td.job+td,
    .page-contents table.tbl-bumon04 td.job+td,
    .page-contents table.tbl-bumon05 td.job+td,
    .page-contents table.tbl-bumon06 td.job+td,
    .page-contents table.tbl-bumon07 td.job+td,
    .post-contents table.tbl-bumon01 td.job+td,
    .post-contents table.tbl-bumon02 td.job+td,
    .post-contents table.tbl-bumon03 td.job+td,
    .post-contents table.tbl-bumon04 td.job+td,
    .post-contents table.tbl-bumon05 td.job+td,
    .post-contents table.tbl-bumon06 td.job+td,
    .post-contents table.tbl-bumon07 td.job+td {
        border-top: 1px solid #999
    }
}

.editor-area table.tbl-bumon02 th,
.page-contents table.tbl-bumon02 th,
.post-contents table.tbl-bumon02 th {
    background-color: #f0f7f5;
    color: #29a086
}

.editor-area table.tbl-bumon02 th.bumon,
.page-contents table.tbl-bumon02 th.bumon,
.post-contents table.tbl-bumon02 th.bumon {
    background-color: #29a086
}

.editor-area table.tbl-bumon03 th,
.page-contents table.tbl-bumon03 th,
.post-contents table.tbl-bumon03 th {
    background-color: #f6fafd;
    color: #0054a7
}

.editor-area table.tbl-bumon03 th.bumon,
.page-contents table.tbl-bumon03 th.bumon,
.post-contents table.tbl-bumon03 th.bumon {
    background-color: #0054a7
}

.editor-area table.tbl-bumon04 th,
.page-contents table.tbl-bumon04 th,
.post-contents table.tbl-bumon04 th {
    background-color: #faf7f6;
    color: #d86d4a
}

.editor-area table.tbl-bumon04 th.bumon,
.page-contents table.tbl-bumon04 th.bumon,
.post-contents table.tbl-bumon04 th.bumon {
    background-color: #d86d4a
}

.editor-area table.tbl-bumon05 th,
.page-contents table.tbl-bumon05 th,
.post-contents table.tbl-bumon05 th {
    background-color: #f2f0ea;
    color: #d69900
}

.editor-area table.tbl-bumon05 th.bumon,
.page-contents table.tbl-bumon05 th.bumon,
.post-contents table.tbl-bumon05 th.bumon {
    background-color: #d69900
}

.editor-area table.tbl-bumon06 th,
.page-contents table.tbl-bumon06 th,
.post-contents table.tbl-bumon06 th {
    background-color: #f7f8f2;
    color: #9ebd2b
}

.editor-area table.tbl-bumon06 th.bumon,
.page-contents table.tbl-bumon06 th.bumon,
.post-contents table.tbl-bumon06 th.bumon {
    background-color: #9ebd2b
}

.editor-area table.tbl-bumon07 th,
.page-contents table.tbl-bumon07 th,
.post-contents table.tbl-bumon07 th {
    background-color: #f0f4f7;
    color: #4cace2
}

.editor-area table.tbl-bumon07 th.bumon,
.page-contents table.tbl-bumon07 th.bumon,
.post-contents table.tbl-bumon07 th.bumon {
    background-color: #4cace2
}

.editor-area .tr_gray,
.page-contents .tr_gray,
.post-contents .tr_gray {
    background-color: #f3f3f3
}

.editor-area iframe,
.page-contents iframe,
.post-contents iframe {
    max-width: 100%
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 2px .5em;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa
}

input[type=text][disabled],
input[type=text][readonly],
fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url],
input[type=number][disabled],
input[type=number][readonly],
fieldset[disabled] input[type=number] {
    background-color: #eee;
    color: #ccc;
    opacity: 1
}

input[type=text][disabled],
fieldset[disabled] input[type=text],
input[type=password][disabled],
fieldset[disabled] input[type=password],
input[type=email][disabled],
fieldset[disabled] input[type=email],
input[type=tel][disabled],
fieldset[disabled] input[type=tel],
input[type=url][disabled],
fieldset[disabled] input[type=url],
input[type=number][disabled],
fieldset[disabled] input[type=number] {
    cursor: not-allowed
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus {
    border: solid 1px #9cf;
    background-color: #fdfdff;
    outline: none
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=tel].error,
input[type=url].error,
input[type=number].error {
    background-color: #fff9f9;
    border: solid 1px #bc1313
}

input[type=text].sizefull,
input[type=password].sizefull,
input[type=email].sizefull,
input[type=tel].sizefull,
input[type=url].sizefull,
input[type=number].sizefull {
    width: 100%
}

textarea {
    color: #000;
    background-color: #fff;
    padding: 2px .5em;
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #aaa
}

.select {
    display: inline-block;
    position: relative;
    overflow: visible
}

.select:before {
    z-index: 10;
    position: absolute;
    right: .5em;
    top: 2px;
    color: #aaa;
    font-family: "FontAwesome";
    content: ""
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    display: block;
    padding: 2px 2em 2px .5em;
    overflow: visible;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa
}

select option {
    color: #000
}

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

input[type=submit] {
    background-color: #efefef;
    border: solid 1px #aaa;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: .25em .5em;
    cursor: pointer
}

input[type=submit]:hover {
    background-color: #ddd;
    color: #333
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width: 768px) {
    .container {
        width: 750px
    }
}

@media(min-width: 1024px) {
    .container {
        width: 980px
    }
}

@media(min-width: 1200px) {
    .container {
        width: 980px
    }
}

.container img {
    max-width: 100%;
    height: auto
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.col-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.3333333333%
}

.col-1 img {
    max-width: 100%;
    height: auto
}

.col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.6666666667%
}

.col-2 img {
    max-width: 100%;
    height: auto
}

.col-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%
}

.col-3 img {
    max-width: 100%;
    height: auto
}

.col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%
}

.col-4 img {
    max-width: 100%;
    height: auto
}

.col-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%
}

.col-5 img {
    max-width: 100%;
    height: auto
}

.col-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

.col-6 img {
    max-width: 100%;
    height: auto
}

.col-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%
}

.col-7 img {
    max-width: 100%;
    height: auto
}

.col-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666666667%
}

.col-8 img {
    max-width: 100%;
    height: auto
}

.col-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%
}

.col-9 img {
    max-width: 100%;
    height: auto
}

.col-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%
}

.col-10 img {
    max-width: 100%;
    height: auto
}

.col-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.6666666667%
}

.col-11 img {
    max-width: 100%;
    height: auto
}

.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.col-12 img {
    max-width: 100%;
    height: auto
}

.col-lg-1 {
    width: 100%
}

.col-lg-1 img {
    max-width: 100%;
    height: auto
}

.col-lg-2 {
    width: 100%
}

.col-lg-2 img {
    max-width: 100%;
    height: auto
}

.col-lg-3 {
    width: 100%
}

.col-lg-3 img {
    max-width: 100%;
    height: auto
}

.col-lg-4 {
    width: 100%
}

.col-lg-4 img {
    max-width: 100%;
    height: auto
}

.col-lg-5 {
    width: 100%
}

.col-lg-5 img {
    max-width: 100%;
    height: auto
}

.col-lg-6 {
    width: 100%
}

.col-lg-6 img {
    max-width: 100%;
    height: auto
}

.col-lg-7 {
    width: 100%
}

.col-lg-7 img {
    max-width: 100%;
    height: auto
}

.col-lg-8 {
    width: 100%
}

.col-lg-8 img {
    max-width: 100%;
    height: auto
}

.col-lg-9 {
    width: 100%
}

.col-lg-9 img {
    max-width: 100%;
    height: auto
}

.col-lg-10 {
    width: 100%
}

.col-lg-10 img {
    max-width: 100%;
    height: auto
}

.col-lg-11 {
    width: 100%
}

.col-lg-11 img {
    max-width: 100%;
    height: auto
}

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

.col-lg-12 img {
    max-width: 100%;
    height: auto
}

.col-md-1 {
    width: 100%
}

.col-md-1 img {
    max-width: 100%;
    height: auto
}

.col-md-2 {
    width: 100%
}

.col-md-2 img {
    max-width: 100%;
    height: auto
}

.col-md-3 {
    width: 100%
}

.col-md-3 img {
    max-width: 100%;
    height: auto
}

.col-md-4 {
    width: 100%
}

.col-md-4 img {
    max-width: 100%;
    height: auto
}

.col-md-5 {
    width: 100%
}

.col-md-5 img {
    max-width: 100%;
    height: auto
}

.col-md-6 {
    width: 100%
}

.col-md-6 img {
    max-width: 100%;
    height: auto
}

.col-md-7 {
    width: 100%
}

.col-md-7 img {
    max-width: 100%;
    height: auto
}

.col-md-8 {
    width: 100%
}

.col-md-8 img {
    max-width: 100%;
    height: auto
}

.col-md-9 {
    width: 100%
}

.col-md-9 img {
    max-width: 100%;
    height: auto
}

.col-md-10 {
    width: 100%
}

.col-md-10 img {
    max-width: 100%;
    height: auto
}

.col-md-11 {
    width: 100%
}

.col-md-11 img {
    max-width: 100%;
    height: auto
}

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

.col-md-12 img {
    max-width: 100%;
    height: auto
}

.col-sm-1 {
    width: 100%
}

.col-sm-1 img {
    max-width: 100%;
    height: auto
}

.col-sm-2 {
    width: 100%
}

.col-sm-2 img {
    max-width: 100%;
    height: auto
}

.col-sm-3 {
    width: 100%
}

.col-sm-3 img {
    max-width: 100%;
    height: auto
}

.col-sm-4 {
    width: 100%
}

.col-sm-4 img {
    max-width: 100%;
    height: auto
}

.col-sm-5 {
    width: 100%
}

.col-sm-5 img {
    max-width: 100%;
    height: auto
}

.col-sm-6 {
    width: 100%
}

.col-sm-6 img {
    max-width: 100%;
    height: auto
}

.col-sm-7 {
    width: 100%
}

.col-sm-7 img {
    max-width: 100%;
    height: auto
}

.col-sm-8 {
    width: 100%
}

.col-sm-8 img {
    max-width: 100%;
    height: auto
}

.col-sm-9 {
    width: 100%
}

.col-sm-9 img {
    max-width: 100%;
    height: auto
}

.col-sm-10 {
    width: 100%
}

.col-sm-10 img {
    max-width: 100%;
    height: auto
}

.col-sm-11 {
    width: 100%
}

.col-sm-11 img {
    max-width: 100%;
    height: auto
}

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

.col-sm-12 img {
    max-width: 100%;
    height: auto
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.3333333333%
}

.col-xs-1 img {
    max-width: 100%;
    height: auto
}

.col-xs-1 img {
    max-width: 100%;
    height: auto
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.6666666667%
}

.col-xs-2 img {
    max-width: 100%;
    height: auto
}

.col-xs-2 img {
    max-width: 100%;
    height: auto
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%
}

.col-xs-3 img {
    max-width: 100%;
    height: auto
}

.col-xs-3 img {
    max-width: 100%;
    height: auto
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%
}

.col-xs-4 img {
    max-width: 100%;
    height: auto
}

.col-xs-4 img {
    max-width: 100%;
    height: auto
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%
}

.col-xs-5 img {
    max-width: 100%;
    height: auto
}

.col-xs-5 img {
    max-width: 100%;
    height: auto
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

.col-xs-6 img {
    max-width: 100%;
    height: auto
}

.col-xs-6 img {
    max-width: 100%;
    height: auto
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%
}

.col-xs-7 img {
    max-width: 100%;
    height: auto
}

.col-xs-7 img {
    max-width: 100%;
    height: auto
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666666667%
}

.col-xs-8 img {
    max-width: 100%;
    height: auto
}

.col-xs-8 img {
    max-width: 100%;
    height: auto
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%
}

.col-xs-9 img {
    max-width: 100%;
    height: auto
}

.col-xs-9 img {
    max-width: 100%;
    height: auto
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%
}

.col-xs-10 img {
    max-width: 100%;
    height: auto
}

.col-xs-10 img {
    max-width: 100%;
    height: auto
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.6666666667%
}

.col-xs-11 img {
    max-width: 100%;
    height: auto
}

.col-xs-11 img {
    max-width: 100%;
    height: auto
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.col-xs-12 img {
    max-width: 100%;
    height: auto
}

.col-xs-12 img {
    max-width: 100%;
    height: auto
}

@media(min-width: 768px) {
    .row {
        margin-left: -14px;
        margin-right: -14px
    }

    .row:before,
    .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .col-sm-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 8.3333333333%
    }

    .col-sm-1 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%
    }

    .col-sm-2 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%
    }

    .col-sm-3 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%
    }

    .col-sm-4 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-5 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.6666666667%
    }

    .col-sm-5 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }

    .col-sm-6 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-7 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.3333333333%
    }

    .col-sm-7 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-8 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%
    }

    .col-sm-8 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%
    }

    .col-sm-9 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-10 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%
    }

    .col-sm-10 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-11 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 91.6666666667%
    }

    .col-sm-11 img {
        max-width: 100%;
        height: auto
    }

    .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

    .col-sm-12 img {
        max-width: 100%;
        height: auto
    }
}

@media(min-width: 1024px) {
    .col-md-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 8.3333333333%
    }

    .col-md-1 img {
        max-width: 100%;
        height: auto
    }

    .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%
    }

    .col-md-2 img {
        max-width: 100%;
        height: auto
    }

    .col-md-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%
    }

    .col-md-3 img {
        max-width: 100%;
        height: auto
    }

    .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%
    }

    .col-md-4 img {
        max-width: 100%;
        height: auto
    }

    .col-md-5 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.6666666667%
    }

    .col-md-5 img {
        max-width: 100%;
        height: auto
    }

    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }

    .col-md-6 img {
        max-width: 100%;
        height: auto
    }

    .col-md-7 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.3333333333%
    }

    .col-md-7 img {
        max-width: 100%;
        height: auto
    }

    .col-md-8 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%
    }

    .col-md-8 img {
        max-width: 100%;
        height: auto
    }

    .col-md-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%
    }

    .col-md-9 img {
        max-width: 100%;
        height: auto
    }

    .col-md-10 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%
    }

    .col-md-10 img {
        max-width: 100%;
        height: auto
    }

    .col-md-11 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 91.6666666667%
    }

    .col-md-11 img {
        max-width: 100%;
        height: auto
    }

    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

    .col-md-12 img {
        max-width: 100%;
        height: auto
    }
}

@media(min-width: 1200px) {
    .col-lg-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 8.3333333333%
    }

    .col-lg-1 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%
    }

    .col-lg-2 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%
    }

    .col-lg-3 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%
    }

    .col-lg-4 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-5 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.6666666667%
    }

    .col-lg-5 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }

    .col-lg-6 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-7 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.3333333333%
    }

    .col-lg-7 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-8 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%
    }

    .col-lg-8 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%
    }

    .col-lg-9 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-10 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%
    }

    .col-lg-10 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-11 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 91.6666666667%
    }

    .col-lg-11 img {
        max-width: 100%;
        height: auto
    }

    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

    .col-lg-12 img {
        max-width: 100%;
        height: auto
    }
}

.inline-link,
.link {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    padding-right: 1.2em;
    text-decoration: underline;
    color: #000
}

.inline-link:before,
.link:before {
    text-decoration: none;
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "";
    margin: 0 .1em
}

.inline-link:before,
.link:before {
    font-family: "FontAwesome";
    content: ""
}

.inline-link:after,
.link:after {
    position: absolute;
    right: 0;
    text-decoration: none;
    font-family: "FontAwesome";
    content: " ";
    margin-left: 5px
}

.inline-link[href^="#"]:before,
.link[href^="#"]:before {
    content: ""
}

.inline-link[target^=_blank]:after,
.link[target^=_blank]:after {
    content: ""
}

.inline-link[href$=".doc"]:after,
.inline-link[href$=".docx"]:after,
.inline-link[href$=".xls"]:after,
.inline-link[href$=".xlsx"]:after,
.inline-link[href$=".pdf"]:after,
.link[href$=".doc"]:after,
.link[href$=".docx"]:after,
.link[href$=".xls"]:after,
.link[href$=".xlsx"]:after,
.link[href$=".pdf"]:after {
    content: ""
}

.inline-link[href$=".png"]:after,
.inline-link[href$=".gif"]:after,
.inline-link[href$=".jpeg"]:after,
.inline-link[href$=".jpg"]:after,
.link[href$=".png"]:after,
.link[href$=".gif"]:after,
.link[href$=".jpeg"]:after,
.link[href$=".jpg"]:after {
    content: ""
}

.inline-link[href^=mailto]:after,
.link[href^=mailto]:after {
    content: ""
}

.inline-link {
    padding-left: 0
}

.inline-link:before {
    display: none
}

.img-link:hover {
    opacity: .7
}

input[type=submit],
.btn-main,
.btn-sub,
.btn-white,
.btn {
    background-color: #efefef;
    border: solid 1px #aaa;
    color: #000;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 1em 3em 1em 3em
}

input[type=submit]:hover,
.btn-main:hover,
.btn-sub:hover,
.btn-white:hover,
.btn:hover {
    background-color: #ddd;
    color: #333
}

.btn-main {
    background-color: #003882;
    border: solid 1px #003882;
    color: #fff
}

.btn-main:hover {
    background-color: #fff;
    color: #003882
}

.btn-sub {
    background-color: gray;
    border: solid 1px gray;
    color: #fff
}

.btn-sub:hover {
    background-color: #fff;
    color: gray
}

.btn-white {
    background-color: #fff;
    border: solid 1px #003882;
    color: #003882
}

.btn-white:hover {
    background-color: #003882;
    color: #fff
}

.btn-institution {
    background-color: #fff;
    border: solid 1px #007679;
    color: #007679
}

.btn-institution:hover {
    background-color: #007679;
    color: #fff
}

.breadcrumb {
    display: none
}

@media(min-width: 768px) {
    .breadcrumb {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        list-style: none;
        padding-left: 0;
        margin: 0;
        padding: 0
    }

    .breadcrumb:before,
    .breadcrumb:after {
        content: " ";
        display: table
    }

    .breadcrumb:after {
        clear: both
    }

    .breadcrumb li {
        display: inline
    }

    .breadcrumb li a {
        color: #000
    }

    .breadcrumb li:before {
        font-family: "FontAwesome";
        content: "";
        margin-right: .5em;
        margin-left: .5em
    }

    .breadcrumb li:first-child:before {
        content: "";
        margin-right: 0;
        margin-left: 0
    }
}

.pagenate,
.nav-links,
.wp-pagenavi {
    clear: both;
    padding: 10px 0;
    text-align: center
}

.pagenate:before,
.pagenate:after,
.nav-links:before,
.nav-links:after,
.wp-pagenavi:before,
.wp-pagenavi:after {
    content: " ";
    display: table
}

.pagenate:after,
.nav-links:after,
.wp-pagenavi:after {
    clear: both
}

.pagenate .first:before,
.nav-links .first:before,
.wp-pagenavi .first:before {
    font-family: "FontAwesome";
    content: "";
    margin: 0 .5em 0 0
}

.pagenate .last:after,
.nav-links .last:after,
.wp-pagenavi .last:after {
    font-family: "FontAwesome";
    content: "";
    margin: 0 0 0 .5em
}

.pagenate .prev:before,
.nav-links .prev:before,
.wp-pagenavi .prev:before {
    font-family: "FontAwesome";
    content: "";
    margin: 0 .5em 0 0
}

.pagenate .next:after,
.nav-links .next:after,
.wp-pagenavi .next:after {
    font-family: "FontAwesome";
    content: "";
    margin: 0 0 0 .5em
}

.pagenate a,
.pagenate .current,
.nav-links a,
.nav-links .current,
.wp-pagenavi a,
.wp-pagenavi .current {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #717071;
    color: #717071;
    background-color: #fff;
    display: inline-block;
    margin: .05em;
    padding: .1em .5em;
    text-decoration: none;
    -webkit-transition: background-color .5s linear, color .2s linear, border-color .2s linear;
    transition: background-color .5s linear, color .2s linear, border-color .2s linear
}

.pagenate a:hover,
.nav-links a:hover,
.wp-pagenavi a:hover {
    background-color: #717071;
    color: #fff
}

.pagenate .current,
.nav-links .current,
.wp-pagenavi .current {
    border: solid 1px #717071;
    background-color: #717071;
    color: #fff
}

@media(min-width: 768px) {

    .pagenate .first,
    .pagenate .last,
    .pagenate .current.page-numbers,
    .pagenate a.page-numbers,
    .nav-links .first,
    .nav-links .last,
    .nav-links .current.page-numbers,
    .nav-links a.page-numbers,
    .wp-pagenavi .first,
    .wp-pagenavi .last,
    .wp-pagenavi .current.page-numbers,
    .wp-pagenavi a.page-numbers {
        display: inline-block
    }
}

.page-links {
    clear: both;
    padding: 10px 0;
    text-align: center
}

.page-links:before,
.page-links:after {
    content: " ";
    display: table
}

.page-links:after {
    clear: both
}

.page-links .page-numbers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #717071;
    background-color: #717071;
    color: #fff;
    display: inline-block;
    margin: .05em;
    padding: .1em .5em
}

.page-links a .page-numbers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #717071;
    color: #717071;
    font-weight: normal;
    background-color: #fff;
    display: inline-block;
    margin: .05em;
    padding: .1em .5em;
    text-decoration: none;
    -webkit-transition: background-color .5s linear, color .2s linear, border-color .2s linear;
    transition: background-color .5s linear, color .2s linear, border-color .2s linear
}

.page-links a .page-numbers:hover {
    background-color: #717071;
    color: #fff
}

.page-navi {
    padding: 2em 0
}

.page-navi:before,
.page-navi:after {
    content: " ";
    display: table
}

.page-navi:after {
    clear: both
}

.page-navi .page-next,
.page-navi .page-prev {
    width: 48%;
    float: left
}

.page-navi .page-next a,
.page-navi .page-prev a {
    border: solid 1px #717071;
    display: block;
    position: relative;
    padding: .5em 1.5em;
    text-decoration: none;
    background-color: #717071;
    color: #fff
}

.page-navi .page-next a:before,
.page-navi .page-prev a:before {
    display: inline-block;
    position: absolute;
    top: .5em;
    left: .5em;
    font-family: "FontAwesome";
    content: ""
}

.page-navi .page-next a:hover,
.page-navi .page-prev a:hover {
    color: #717071;
    background-color: #fff
}

.page-navi .page-next {
    width: 48%;
    float: right
}

.page-navi .page-next a {
    display: block;
    position: relative;
    padding: .5em 1.5em
}

.page-navi .page-next a:before {
    left: inherit;
    right: .5em;
    content: ""
}

.bg-pc-menu {
    background-color: rgba(0, 73, 131, .16)
}

.bg-pc-menu_top {
    background-color: rgba(15, 21, 67, .15)
}

.site-menu_page,
.site-menu {
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 80px 15px 15px 15px;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100%;
    overflow-y: scroll
}

.site-menu_page.close,
.site-menu.close {
    top: -100%
}

.site-menu_page .pc-menu:before,
.site-menu_page .pc-menu:after,
.site-menu .pc-menu:before,
.site-menu .pc-menu:after {
    content: " ";
    display: table
}

.site-menu_page .pc-menu:after,
.site-menu .pc-menu:after {
    clear: both
}

.site-menu_page .pc-menu .menu,
.site-menu .pc-menu .menu {
    list-style-type: none;
    margin: 0 0 15px 0
}

.site-menu_page .pc-menu .sub-menu,
.site-menu .pc-menu .sub-menu {
    margin-left: 15px;
    display: none
}

.site-menu_page .pc-menu .sub-menu .menu-item a,
.site-menu .pc-menu .sub-menu .menu-item a {
    font-weight: normal
}

.site-menu_page .pc-menu .menu-item,
.site-menu .pc-menu .menu-item {
    display: block;
    margin: 0;
    position: relative
}

.site-menu_page .pc-menu .menu-item .sub-menu_toggle,
.site-menu .pc-menu .menu-item .sub-menu_toggle {
    z-index: 100;
    position: absolute;
    right: 2px;
    top: 12px;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 1px rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center
}

.site-menu_page .pc-menu .menu-item .sub-menu_toggle:before,
.site-menu .pc-menu .menu-item .sub-menu_toggle:before {
    font-family: "FontAwesome";
    content: ""
}

.site-menu_page .pc-menu .menu-item .sub-menu_toggle.close:before,
.site-menu .pc-menu .menu-item .sub-menu_toggle.close:before {
    font-family: "FontAwesome";
    content: ""
}

.site-menu_page .pc-menu .menu-item a,
.site-menu .pc-menu .menu-item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 300;
    padding: 8px 12px;
    min-width: 65px;
    display: block;
    text-decoration: none;
    color: #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .2)
}

.site-menu_page .pc-menu .menu-item a .ttl-sub,
.site-menu .pc-menu .menu-item a .ttl-sub {
    font-weight: 300;
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem
}

.site-menu_page .pc-menu .menu-item a:hover,
.site-menu .pc-menu .menu-item a:hover {
    opacity: .8
}

.site-menu_page .header-menu,
.site-menu .header-menu {
    margin-bottom: 5px
}

.site-menu_page .header-menu:before,
.site-menu_page .header-menu:after,
.site-menu .header-menu:before,
.site-menu .header-menu:after {
    content: " ";
    display: table
}

.site-menu_page .header-menu:after,
.site-menu .header-menu:after {
    clear: both
}

.site-menu_page .header-menu .menu,
.site-menu .header-menu .menu {
    list-style-type: none;
    margin: 0;
    display: block;
    text-align: center
}

.site-menu_page .header-menu .menu-item,
.site-menu .header-menu .menu-item {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 0 0
}

.site-menu_page .header-menu .menu-item a,
.site-menu .header-menu .menu-item a {
    font-size: 11px;
    font-size: 1.1rem;
    border: solid 1px #fff;
    padding: 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #fff
}

.site-menu_page .header-menu .menu-item a:before,
.site-menu .header-menu .menu-item a:before {
    font-family: "FontAwesome";
    content: "";
    margin-right: 5px
}

.site-menu_page .header-menu .menu-item a:hover,
.site-menu .header-menu .menu-item a:hover {
    opacity: .8
}

@media(min-width: 1024px) {

    .site-menu_page,
    .site-menu {
        position: inherit;
        background-color: inherit;
        width: auto;
        top: inherit;
        right: inherit;
        padding: 0;
        overflow-y: inherit
    }

    .site-menu_page.close,
    .site-menu.close {
        right: inherit
    }

    .site-menu_page .pc-menu .menu,
    .site-menu .pc-menu .menu {
        margin: 0
    }

    .site-menu_page .pc-menu .menu-item,
    .site-menu .pc-menu .menu-item {
        float: left;
        width: 20%;
        margin: 0 0 0 0
    }

    .site-menu_page .pc-menu .menu-item a,
    .site-menu .pc-menu .menu-item a {
        position: relative;
        padding: 7px 0 7px 0;
        border-bottom: 0;
        border-left: 0;
        color: #fff;
        text-align: center
    }

    .site-menu_page .pc-menu .menu-item a:before,
    .site-menu .pc-menu .menu-item a:before {
        content: " ";
        position: absolute;
        top: 7px;
        left: 0;
        height: 30px;
        width: 1px;
        background-color: #fff
    }

    .site-menu_page .pc-menu .menu-item:last-child a,
    .site-menu .pc-menu .menu-item:last-child a {
        border-right: 0
    }

    .site-menu_page .pc-menu .menu-item:last-child a:after,
    .site-menu .pc-menu .menu-item:last-child a:after {
        content: " ";
        position: absolute;
        top: 7px;
        right: 0;
        height: 30px;
        width: 1px;
        background-color: #fff
    }

    .site-menu_page .pc-menu .menu-item.sp-only,
    .site-menu .pc-menu .menu-item.sp-only {
        display: none
    }

    .site-menu_page .pc-menu .menu-item .sub-menu_toggle,
    .site-menu .pc-menu .menu-item .sub-menu_toggle {
        display: none
    }

    .site-menu_page .header-menu,
    .site-menu .header-menu {
        margin-bottom: 5px
    }

    .site-menu_page .header-menu:before,
    .site-menu_page .header-menu:after,
    .site-menu .header-menu:before,
    .site-menu .header-menu:after {
        content: " ";
        display: table
    }

    .site-menu_page .header-menu:after,
    .site-menu .header-menu:after {
        clear: both
    }

    .site-menu_page .header-menu .menu,
    .site-menu .header-menu .menu {
        position: absolute;
        top: -70px;
        right: 15px;
        list-style-type: none;
        margin: 0;
        display: block;
        text-align: right
    }

    .site-menu_page .header-menu .menu-item,
    .site-menu .header-menu .menu-item {
        display: inline-block;
        margin: 0 0 0 15px;
        float: none;
        width: inherit
    }

    .site-menu_page .header-menu .menu-item a,
    .site-menu .header-menu .menu-item a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        display: block;
        border: none;
        text-decoration: none;
        color: #fff
    }

    .site-menu_page .header-menu .menu-item a:before,
    .site-menu .header-menu .menu-item a:before {
        font-family: "FontAwesome";
        content: "";
        margin-right: .5em
    }

    .site-menu_page .header-menu .menu-item a:hover,
    .site-menu .header-menu .menu-item a:hover {
        opacity: .8
    }
}

.site-menu_page {
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 80px 15px 15px 15px;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100%
}

.site-menu_page.close {
    top: -100%
}

.site-menu_page .pc-menu:before,
.site-menu_page .pc-menu:after {
    content: " ";
    display: table
}

.site-menu_page .pc-menu:after {
    clear: both
}

.site-menu_page .pc-menu .menu {
    list-style-type: none;
    margin: 0 0 15px 0
}

.site-menu_page .pc-menu .menu-item {
    display: block;
    margin: 0
}

.site-menu_page .pc-menu .menu-item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 300;
    padding: 8px 12px;
    min-width: 65px;
    display: block;
    text-decoration: none;
    color: #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .2)
}

.site-menu_page .pc-menu .menu-item a .ttl-sub {
    font-weight: 300;
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem
}

.site-menu_page .pc-menu .menu-item a:hover {
    opacity: .8
}

.site-menu_page .header-menu {
    margin-bottom: 5px
}

.site-menu_page .header-menu:before,
.site-menu_page .header-menu:after {
    content: " ";
    display: table
}

.site-menu_page .header-menu:after {
    clear: both
}

.site-menu_page .header-menu .menu {
    list-style-type: none;
    margin: 0;
    display: block;
    text-align: center
}

.site-menu_page .header-menu .menu-item {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 0 0
}

.site-menu_page .header-menu .menu-item a {
    font-size: 11px;
    font-size: 1.1rem;
    border: solid 1px #fff;
    padding: 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #fff
}

.site-menu_page .header-menu .menu-item a:before {
    font-family: "FontAwesome";
    content: "";
    margin-right: 5px
}

.site-menu_page .header-menu .menu-item a:hover {
    opacity: .8
}

@media(min-width: 1024px) {
    .site-menu_page {
        position: inherit;
        background-color: inherit;
        width: auto;
        top: inherit;
        right: inherit;
        padding: 0
    }

    .site-menu_page.close {
        right: inherit
    }

    .site-menu_page .pc-menu .menu {
        margin: 0
    }

    .site-menu_page .pc-menu .menu-item {
        float: left;
        margin: 0 0 0 0
    }

    .site-menu_page .pc-menu .menu-item a {
        position: relative;
        padding: 7px 0 7px 0;
        border-bottom: 0;
        border-left: 0;
        color: #555
    }

    .site-menu_page .pc-menu .menu-item a:hover {
        opacity: 1
    }

    .site-menu_page .pc-menu .menu-item a:before {
        content: " ";
        position: absolute;
        top: 7px;
        left: 0;
        height: 30px;
        width: 1px;
        background-color: #fff
    }

    .site-menu_page .pc-menu .menu-item:last-child a {
        border-right: 0
    }

    .site-menu_page .pc-menu .menu-item:last-child a:after {
        content: " ";
        position: absolute;
        top: 7px;
        right: 0;
        height: 30px;
        width: 1px;
        background-color: #fff
    }

    .site-menu_page .pc-menu .menu-item.menu-about a:hover,
    .site-menu_page .pc-menu .menu-item.menu-about.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-about.current-page-ancestor a {
        color: #fff;
        background-color: #003e79
    }

    .site-menu_page .pc-menu .menu-item.menu-institution a:hover,
    .site-menu_page .pc-menu .menu-item.menu-institution.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-institution.current-page-ancestor a {
        background-color: #007679;
        color: #fff
    }

    .site-menu_page .pc-menu .menu-item.menu-news a:hover,
    .site-menu_page .pc-menu .menu-item.menu-news.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-news.current_page_parent a,
    .site-menu_page .pc-menu .menu-item.menu-news.current-page-ancestor a {
        color: #fff;
        background-color: #af7c00
    }

    .site-menu_page .pc-menu .menu-item.menu-features a:hover,
    .site-menu_page .pc-menu .menu-item.menu-features.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-features.current-page-ancestor a {
        color: #fff;
        background-color: #8e4d91
    }

    .site-menu_page .pc-menu .menu-item.menu-projects a:hover,
    .site-menu_page .pc-menu .menu-item.menu-projects.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-projects.current-page-ancestor a {
        color: #fff;
        background-color: #007bc5
    }

    .site-menu_page .pc-menu .menu-item.menu-topics a:hover,
    .site-menu_page .pc-menu .menu-item.menu-topics.current-menu-item a,
    .site-menu_page .pc-menu .menu-item.menu-topics.current-page-ancestor a {
        color: #fff;
        background-color: #8e4d91
    }

    .site-menu_page .header-menu {
        margin-bottom: 5px
    }

    .site-menu_page .header-menu:before,
    .site-menu_page .header-menu:after {
        content: " ";
        display: table
    }

    .site-menu_page .header-menu:after {
        clear: both
    }

    .site-menu_page .header-menu .menu {
        position: absolute;
        top: -70px;
        right: 15px;
        list-style-type: none;
        margin: 0;
        display: block;
        text-align: right
    }

    .site-menu_page .header-menu .menu-item {
        display: inline-block;
        margin: 0 0 0 15px;
        float: none;
        width: inherit
    }

    .site-menu_page .header-menu .menu-item a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        display: block;
        border: none;
        text-decoration: none;
        color: #000
    }

    .site-menu_page .header-menu .menu-item a:before {
        font-family: "FontAwesome";
        content: "";
        margin-right: 5px
    }

    .site-menu_page .header-menu .menu-item a:hover {
        opacity: .8
    }
}

.sp-menu-bar {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #003882
}

.sp-menu-bar .site-logo-bar a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    padding-left: 10px
}

.sp-menu-bar .sp-menu-bar-btn {
    position: absolute;
    right: 10px;
    top: 0
}

.sp-menu-bar .sp-menu-bar-btn:before {
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: "FontAwesome";
    content: ""
}

.sp-menu-bar .sp-menu-bar-btn.menu-open:before {
    content: ""
}

@media(min-width: 1024px) {
    .sp-menu-bar {
        display: none
    }
}

.sp-menu-bar_top {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #003882
}

.sp-menu-bar_top .site-logo-bar a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    padding-left: 10px
}

.sp-menu-bar_top .sp-menu-bar-btn_top {
    position: absolute;
    right: 10px;
    top: 0
}

.sp-menu-bar_top .sp-menu-bar-btn_top:before {
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: "FontAwesome";
    content: ""
}

.sp-menu-bar_top .sp-menu-bar-btn_top.menu-open:before {
    content: ""
}

@media(min-width: 1024px) {
    .sp-menu-bar_top {
        display: none
    }
}

@media(min-width: 1024px) {
    .post-type-archive-topics .site-menu_page .pc-menu .menu-item.menu-topics a {
        color: #fff;
        background-color: #8e4d91
    }
}

@media(min-width: 1024px) {
    .single-topics .site-menu_page .pc-menu .menu-item.menu-topics a {
        color: #fff;
        background-color: #8e4d91
    }
}

.sp-menu-btn_page,
.sp-menu-btn {
    z-index: 1000;
    position: fixed;
    top: 14px;
    right: 5px;
    width: 48px;
    height: 48px;
    padding-top: 8px;
    font-size: 10px;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s
}

.sp-menu-btn_page:before,
.sp-menu-btn:before {
    display: block;
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: "FontAwesome";
    content: ""
}

.sp-menu-btn_page.menu-open:before,
.sp-menu-btn.menu-open:before {
    content: ""
}

@media(min-width: 1024px) {

    .sp-menu-btn_page,
    .sp-menu-btn {
        display: none
    }
}

.sp-menu-btn_page {
    color: #000
}

.sp-menu-btn_page.menu-open {
    color: #fff
}

.sp-menu-btn_page.menu-open:before {
    content: ""
}

.footer-menu {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px
}

.footer-menu .menu {
    list-style-type: none;
    margin: 0
}

.footer-menu .menu:before,
.footer-menu .menu:after {
    content: " ";
    display: table
}

.footer-menu .menu:after {
    clear: both
}

.footer-menu .menu-item {
    margin-right: 2em
}

.footer-menu .menu-item a {
    text-decoration: none;
    font-weight: bold;
    color: #000
}

.footer-menu .menu-item .menu-item {
    float: none
}

.footer-menu .menu-item .menu-item a {
    font-weight: normal
}

.footer-menu .sub-menu {
    padding-left: 1em;
    list-style-type: disc
}

.footer-menu .sub-menu .menu-item {
    margin-left: 1em
}

@media(min-width: 768px) {
    .footer-menu {
        display: block
    }

    .footer-menu .menu-item {
        float: left
    }
}

.widget {
    margin-bottom: 3em
}

.widget .widget-title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px 0
}

.widget ul {
    padding-left: 1em
}

.widget_subpagelist_widget .widget-title {
    display: none
}

.widget_subpagelist_widget>ul {
    padding-left: 0
}

.widget_subpagelist_widget .subpage-ancestos {
    list-style-type: none
}

.widget_subpagelist_widget .subpage-ancestos>a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
    border-left: solid 4px #000;
    padding: 2px 0 2px 4px;
    margin: 0 0 5px -4px
}

.widget_subpagelist_widget .subpage-ancestos>a:hover {
    color: #1422cf
}

.widget_subpagelist_widget .current_page_item a {
    font-weight: bold
}

.widget_rss .widget-title .rsswidget {
    color: #000;
    text-decoration: none
}

.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold
}

.widget_rss .rssSummary {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: justify
}

.widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right
}

.widget_rss cite:before {
    content: "written by："
}

.widget_calendar .calendar_wrap {
    font-size: 14px;
    font-size: 1.4rem
}

.widget_calendar .calendar_wrap table {
    width: 100%
}

.widget_calendar .calendar_wrap table tfoot #next {
    text-align: right
}

.widget_calendar .calendar_wrap table tbody td {
    text-align: center;
    border: solid 1px #ccc
}

.widget_calendar .calendar_wrap table tbody td.pad {
    border: none
}

.widget_calendar .calendar_wrap table tbody td a {
    display: block;
    background-color: #003882;
    border: solid 1px #003882;
    text-decoration: none;
    border-radius: 50%;
    color: #fff
}

.widget_calendar .calendar_wrap table tbody td a:hover {
    background-color: #fff;
    color: #003882
}

.widget_search .search-field {
    width: 100%;
    max-width: 100%;
    border: solid 1px #ccc
}

.widget_categories ul,
.widget_recent_entries ul {
    padding: 0
}

.widget_categories ul li,
.widget_recent_entries ul li {
    list-style-type: none;
    margin-bottom: 6px;
    line-height: 1.38
}

.widget_categories ul li a,
.widget_recent_entries ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: gray
}

.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover {
    color: #000
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #000;
    padding: 1px
}

#cboxLoadingGraphic {
    background: url(../img/colorbox/loading.gif) no-repeat center center
}

#cboxLoadingOverlay {
    background: #000
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(../img/colorbox/controls.png) no-repeat 0 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px
}

#cboxPrevious:hover {
    background-position: 0px -25px
}

#cboxNext {
    background-position: -25px 0px;
    right: 22px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background-position: -50px 0px;
    right: 0
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

#cboxTitle {
    color: #fff
}

.top-slide_section {
    position: relative
}

.top-slide_box {
    margin: 0 auto
}

.top-slide {
    width: 100%;
    height: auto;
    height: 70vh;
    background-image: url(../img/slide01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}

.top-slide .catch-text {
    margin-top: 20vh;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .15em
}

.top-slide img {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .top-slide .catch-text {
        margin-top: 22vh;
        font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        font-weight: 100;
        color: #fff;
        font-size: 38px;
        line-height: 1.65;
        letter-spacing: .15em
    }
}

.slide01 {
    background-image: url(../img/slide/slide01.jpg)
}

.slide02 {
    background-image: url(../img/slide/slide02.jpg)
}

.slide03 {
    background-image: url(../img/slide/slide03.jpg)
}

.slide04 {
    background-image: url(../img/slide/slide04.jpg)
}

.slide05 {
    background-image: url(../img/slide/slide05.jpg)
}

.slide06 {
    background-image: url(../img/slide/slide06.jpg)
}

.slide07 {
    background-image: url(../img/slide/slide07.jpg)
}

.slide08 {
    background-image: url(../img/slide/slide08.jpg)
}

.slide09 {
    background-image: url(../img/slide/slide09.jpg)
}

.slide10 {
    background-image: url(../img/slide/slide10.jpg)
}

.slide11 {
    background-image: url(../img/slide/slide11.jpg)
}

.slide12 {
    background-image: url(../img/slide/slide12.jpg)
}

.btn_slide {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background-color: rgba(0, 56, 130, .75);
    font-size: 12px;
    text-decoration: none;
    padding: .5em 1em;
    width: 135px
}

.btn_slide:after {
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    content: "";
    margin: 0 .1em
}

.btn_slide:hover {
    background-color: #003882;
    color: #fff
}

.sec-updates {
    padding: 25px 0
}

.ttl-topsec {
    font-size: 16px;
    font-size: 1.6rem;
    color: #595757;
    margin-bottom: 15px
}

.box-updates {
    font-size: 13px;
    font-size: 1.3rem;
    border-left: solid 1px #000;
    list-style-type: none;
    margin: 0;
    padding: 0 20px
}

.box-updates .list-item {
    line-height: 1.2;
    display: block;
    border-bottom: solid 1px #c7c8c9;
    padding: 1em 0
}

.box-updates .list-item .date {
    width: 80px;
    float: left
}

.box-updates .list-item .text {
    padding-left: 80px
}

.box-updates .list-item .text a {
    color: #000
}

.box-updates .list-item .text a:hover {
    opacity: .75
}

.sec-topics {
    background-color: #c0c0cc;
    padding: 30px 0
}

@media(min-width: 768px) {
    .sec-topics {
        background-color: #ededee
    }
}

.card-topics {
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 28px;
    text-decoration: none
}

.card-topics .card-image {
    display: block;
    margin-bottom: 20px
}

.card-topics .card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.card-topics .card-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px
}

.card-topics .card-info {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1
}

.card-topics .card-info .date {
    display: inline-block;
    color: #717071;
    border-right: solid 1px #717071;
    padding-right: 1em;
    margin-right: 1em
}

.card-topics .card-info .category {
    font-weight: bold;
    display: inline-block;
    color: #003882
}

.card-topics .card-info .category-about {
    font-weight: bold;
    display: inline-block;
    color: #003e79
}

.card-topics .card-info .category-projects {
    font-weight: bold;
    display: inline-block;
    color: #007bc5
}

.card-topics .card-info .category-news {
    font-weight: bold;
    display: inline-block;
    color: #af7c00
}

.card-topics .card-info .category-institution {
    font-weight: bold;
    display: inline-block;
    color: #007679
}

.card-topics .card-info .category-features {
    font-weight: bold;
    display: inline-block;
    color: #8e4d91
}

.card-topics:hover {
    opacity: .75
}

.bl_cardTopics {
    display: block;
    background-color: #fff;
    padding: 20px;
    height: 100%;
    text-decoration: none
}

.bl_cardTopics .card-image {
    display: block;
    margin-bottom: 20px
}

.bl_cardTopics .card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.bl_cardTopics .card-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px
}

.bl_cardTopics .card-info {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1
}

.bl_cardTopics .card-info .date {
    display: inline-block;
    color: #717071;
    border-right: solid 1px #717071;
    padding-right: 1em;
    margin-right: 1em
}

.bl_cardTopics .card-info .category {
    font-weight: bold;
    display: inline-block;
    color: #003882
}

.bl_cardTopics .card-info .category-about {
    font-weight: bold;
    display: inline-block;
    color: #003e79
}

.bl_cardTopics .card-info .category-projects {
    font-weight: bold;
    display: inline-block;
    color: #007bc5
}

.bl_cardTopics .card-info .category-news {
    font-weight: bold;
    display: inline-block;
    color: #af7c00
}

.bl_cardTopics .card-info .category-institution {
    font-weight: bold;
    display: inline-block;
    color: #007679
}

.bl_cardTopics .card-info .category-features {
    font-weight: bold;
    display: inline-block;
    color: #8e4d91
}

.bl_cardTopics .card-info .category-topics {
    font-weight: bold;
    display: inline-block;
    color: #8e4d91
}

.bl_cardTopics:hover {
    opacity: .75
}

.top-video {
    position: relative;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    width: 100%
}

@media print,
screen and (min-width: 1024px) {
    .top-video::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/common/cover-img.png);
        background-repeat: repeat;
        z-index: 10
    }
}

#video {
    padding-top: 68px;
    width: 100%;
    vertical-align: bottom
}

@media print,
screen and (min-width: 1024px) {
    #video {
        padding: 0
    }
}

.sec-page {
    margin: 70px 0 70px 0
}

@media(min-width: 1024px) {
    .sec-page {
        margin: 70px 0 180px 0
    }
}

.col-half {
    width: 100%
}

@media(min-width: 1024px) {
    .col-half {
        width: 450px
    }
}

.col-70 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-70 {
        width: 630px
    }
}

.col-30 {
    width: 100%
}

@media(min-width: 1024px) {
    .col-30 {
        width: 250px
    }
}

.page-header {
    font-size: 23px;
    font-size: 2.3rem;
    border-bottom: solid 1px #9fa0a0;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    line-height: 1;
    letter-spacing: .05em
}

.page-header small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: .1em
}

@media(min-width: 1024px) {
    .page-header {
        font-size: 27px;
        font-size: 2.7rem;
        margin-bottom: 45px;
        padding-bottom: 14px
    }

    .page-header small {
        display: inline;
        margin-left: 2em;
        font-size: 15px;
        font-size: 1.5rem
    }
}

.page-header_archive {
    font-size: 23px;
    font-size: 2.3rem;
    border-bottom: solid 1px #9fa0a0;
    font-weight: Normal;
    margin-bottom: 25px;
    padding-bottom: 10px;
    line-height: 1;
    letter-spacing: .05em
}

.page-header_archive small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: .1em;
    margin-left: 2em
}

@media(min-width: 1024px) {
    .page-header_archive {
        font-size: 20px;
        font-size: 2rem;
        line-height: 27px;
        margin-bottom: 45px;
        padding-bottom: 14px
    }

    .page-header_archive small {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.sec-title {
    margin-top: -69px;
    padding-top: 79px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 18px;
    line-height: 1;
    letter-spacing: .05em;
    border-bottom: solid 1px #9fa0a0
}

.sec-title small {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 2em
}

@media(min-width: 1024px) {
    .sec-title {
        margin-top: 0;
        padding-top: 10px;
        font-size: 27px;
        font-size: 2.7rem
    }

    .sec-title small {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.small-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #595757
}

.sec-image {
    margin-bottom: 10px
}

@media(min-width: 1024px) {
    .sec-image {
        margin-bottom: 50px
    }
}

.page-lead {
    text-align: justify;
    margin-bottom: 1em
}

@media(min-width: 1024px) {
    .page-lead {
        margin-bottom: 100px
    }
}

.btn-banner {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    line-height: 1;
    padding: .7em 1.38em;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: solid 2px #000;
    margin-bottom: 1em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-banner:hover {
    background-color: #fff;
    color: #000
}

.btn-banner:after {
    position: absolute;
    right: 1em;
    text-decoration: none;
    font-family: "FontAwesome";
    content: ""
}

@media(min-width: 1024px) {
    .btn-banner {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.link-list {
    list-style-type: none;
    margin: 0 0 30px 0
}

.link-list .list-item {
    display: inline-block;
    margin-right: 2em
}

.link-list .list-item a {
    display: block;
    text-decoration: none;
    color: #000
}

.link-list .list-item a:before {
    font-family: "FontAwesome";
    content: "";
    margin: 0 .5em 0 .1em
}

.link-list .list-item a:hover {
    opacity: .6
}

.page-about .page-header {
    color: #003e79
}

.page-about .page-header small {
    color: #000
}

.page-about .btn-banner {
    background-color: #003e79;
    border: solid 2px #003e79
}

.page-about .btn-banner:hover {
    background-color: #fff;
    color: #003e79
}

.page-about p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    text-align: justify;
    margin-bottom: 1em
}

@media(min-width: 768px) {
    .page-about p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.page-about .about-head {
    position: relative
}

.page-about p.page-catch {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #003e79;
    line-height: 1.4;
    letter-spacing: .05em
}

@media(min-width: 768px) {
    .page-about p.page-catch {
        position: absolute;
        top: 30%;
        left: 10px;
        font-size: 33px;
        font-size: 3.3rem
    }
}

.page-about p.small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4
}

.page-about p.sign {
    text-align: right
}

.page-about p.sign .name {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 10px
}

.page-about .title-organization {
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    line-height: 1;
    padding: 1em 1em;
    font-size: 24px;
    font-size: 2.4rem
}

.page-about .job-organization {
    display: inline-block;
    margin-right: 30px
}

.page-about .job-organization .job {
    display: inline-block;
    width: 120px;
    padding: 2px 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-right: 1em
}

.page-institution .page-header {
    color: #007679
}

.page-institution .page-header small {
    color: #000
}

.page-institution .btn-banner {
    background-color: #007679;
    border: solid 2px #007679
}

.page-institution .btn-banner:hover {
    background-color: #fff;
    color: #007679
}

.page-projects .page-header {
    position: relative;
    color: #007bc5
}

.page-projects .page-header small {
    color: #000
}

.page-projects .page-header .link-projects {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    text-align: right;
    margin-top: 10px;
    text-decoration: none;
    color: #878787
}

.page-projects .page-header .link-projects:hover {
    text-decoration: underline
}

@media(min-width: 768px) {
    .page-projects .page-header .link-projects {
        position: absolute;
        right: 0;
        bottom: 10px;
        margin: 0
    }
}

.page-projects .btn-banner {
    background-color: #007bc5;
    border: solid 2px #007bc5
}

.page-projects .btn-banner:hover {
    background-color: #fff;
    color: #007bc5
}

.page-projects p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.857;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    text-align: justify;
    margin-bottom: 1em
}

@media(min-width: 768px) {
    .page-projects p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.page-projects p.page-catch {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #007bc5;
    line-height: 1.4;
    letter-spacing: .05em;
    margin: 30px 0
}

@media(min-width: 768px) {
    .page-projects p.page-catch {
        font-size: 28px;
        font-size: 2.8rem
    }
}

.page-projects p.page-lead {
    margin-bottom: 50px
}

.page-projects p.lbl-daihyou {
    margin-top: 35px;
    display: inline-block;
    background-color: rgba(113, 112, 113, .7);
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: .2em;
    padding: 0 .5em
}

.page-projects p.daihyou {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .2em;
    font-weight: bold;
    margin-bottom: 10px
}

.page-projects p.txt-feature {
    padding: 1em;
    background-color: rgba(113, 112, 113, .05)
}

.page-projects ul.list-pdf {
    font-size: 14px;
    font-size: 1.4rem;
    list-style-type: none;
    margin: 30px 0;
    padding: 0
}

.page-projects ul.list-pdf .menu-item {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 15px
}

.page-projects ul.list-pdf .menu-item:before {
    content: "";
    display: block;
    background-image: url("../img/common/bg_link-pdf.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0
}

.page-projects ul.list-pdf .menu-item a {
    text-decoration: none;
    color: #000
}

.page-projects ul.list-pdf .menu-item a:hover {
    text-decoration: underline
}

.page-projects ul.list-pdf .menu-item .file-info {
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(113, 112, 113, .8);
    display: block
}

.page-projects h4.title-middle {
    font-size: 20px;
    font-size: 2rem;
    color: #007bc5
}

.page-projects h4.title-category {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #007bc5;
    line-height: 1.4;
    letter-spacing: .05em;
    margin: 30px 0
}

@media(min-width: 768px) {
    .page-projects h4.title-category {
        font-size: 28px;
        font-size: 2.8rem
    }
}

.page-projects .title-result {
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    margin-left: -30px;
    margin-bottom: 30px
}

.page-projects .result-catch {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #007bc5;
    line-height: 1.4;
    letter-spacing: .05em
}

@media(min-width: 768px) {
    .page-projects .result-catch {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.page-projects .box-result {
    background-color: rgba(113, 112, 113, .05);
    padding: 30px
}

.page-projects .box-result:before,
.page-projects .box-result:after {
    content: " ";
    display: table
}

.page-projects .box-result:after {
    clear: both
}

.page-projects .box-result .col-half {
    width: 100%
}

@media(min-width: 1024px) {
    .page-projects .box-result .col-half {
        width: 420px
    }
}

.page-projects .wp-caption img {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    margin-bottom: 0;
    padding: 0;
    border: 0 none
}

.page-projects .wp-caption .wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    line-height: 1.8;
    margin: 10px 0 10px 0
}

.projects-top {
    padding: 25px 0;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, right top, left top, from(white), color-stop(20%, white), color-stop(90%, #d6e1eb));
    background: linear-gradient(-90deg, white 0%, white 20%, #d6e1eb 90%)
}

.projects-top .category {
    font-size: 12px;
    font-size: 1.2rem;
    color: #878787;
    line-height: 1
}

.projects-top .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    padding: .5em 0;
    font-weight: normal
}

.projects-top .title span {
    display: inline-block
}

.projects-top .representative {
    font-size: 12px;
    font-size: 1.2rem;
    color: #878787;
    line-height: 1
}

@media(min-width: 768px) {
    .projects-top {
        padding: 25px 0;
        margin-bottom: 50px;
        background: -webkit-gradient(linear, right top, left top, from(white), color-stop(60%, white), color-stop(90%, #d6e1eb));
        background: linear-gradient(-90deg, white 0%, white 60%, #d6e1eb 90%)
    }

    .projects-top .category {
        font-size: 19px;
        font-size: 1.9rem;
        color: #878787;
        line-height: 1
    }

    .projects-top .title {
        font-size: 31px;
        font-size: 3.1rem;
        letter-spacing: .2em;
        padding: .25em 0
    }

    .projects-top .representative {
        font-size: 15px;
        font-size: 1.5rem;
        color: #878787;
        line-height: 1
    }
}

.link-project {
    font-size: 15px;
    font-size: 1.5rem;
    color: #878787;
    text-decoration: none;
    letter-spacing: .1em
}

.link-project:after {
    margin-left: .5em;
    font-family: "FontAwesome";
    content: ""
}

.link-project:hover {
    text-decoration: underline
}

.card-projectFrc {
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-projectFrc:before,
.card-projectFrc:after {
    content: " ";
    display: table
}

.card-projectFrc:after {
    clear: both
}

.card-projectFrc .photo {
    display: block;
    max-width: 40%
}

.card-projectFrc .photo img {
    vertical-align: bottom
}

.card-projectFrc .text {
    padding-left: 15px;
    display: block;
    max-width: 60%
}

.card-projectFrc .project-category {
    display: block;
    padding: 15px 0 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #878787;
    line-height: 1
}

.card-projectFrc .title {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: .1em;
    color: #000;
    margin-bottom: 10px
}

.card-projectFrc .representative {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #878787;
    line-height: 1.2
}

.card-projectFrc .end-project {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 4px
}

.card-projectFrc:hover {
    background-color: #f5f5ff
}

.card-projectFrc:hover .photo img {
    opacity: .8
}

@media(min-width: 768px) {
    .card-projectFrc {
        border: 0;
        padding: 0
    }

    .card-projectFrc .text {
        max-width: inherit
    }

    .card-projectFrc .photo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: inherit
    }

    .card-projectFrc .title {
        font-size: 17px;
        font-size: 1.7rem
    }

    .card-projectFrc .representative {
        position: absolute;
        left: 235px;
        bottom: 2px
    }
}

.card-project {
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px
}

.card-project:before,
.card-project:after {
    content: " ";
    display: table
}

.card-project:after {
    clear: both
}

.card-project .photo {
    float: left;
    display: block;
    max-width: 40%
}

.card-project .photo img {
    vertical-align: bottom
}

.card-project .text {
    float: left;
    padding-left: 15px;
    display: block;
    max-width: 60%
}

.card-project .project-category {
    display: block;
    padding: 15px 0 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #878787;
    line-height: 1
}

.card-project .title {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: .1em;
    color: #000;
    margin-bottom: 10px
}

.card-project .representative {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #878787;
    line-height: 1.2
}

.card-project .end-project {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 4px
}

.card-project:hover {
    background-color: #f5f5ff
}

.card-project:hover .photo img {
    opacity: .8
}

@media(min-width: 768px) {
    .card-project {
        border: 0;
        padding: 0
    }

    .card-project .text {
        max-width: inherit
    }

    .card-project .photo {
        max-width: inherit;
        float: left
    }

    .card-project .title {
        font-size: 17px;
        font-size: 1.7rem
    }

    .card-project .representative {
        position: absolute;
        left: 235px;
        bottom: 2px
    }
}

.catch-jeol {
    text-align: center;
    margin-bottom: 30px
}

.institution-top {
    margin-bottom: 25px
}

.institution-top:before,
.institution-top:after {
    content: " ";
    display: table
}

.institution-top:after {
    clear: both
}

.institution-top .col-text .title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #007679;
    margin-bottom: 15px;
    line-height: 1
}

.institution-top .col-text .title small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    margin-left: 1em
}

.institution-top .col-text .catch {
    margin-bottom: 15px;
    color: #007679;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.43
}

.institution-top .col-text .lead {
    font-size: 14px;
    font-size: 1.4rem
}

@media(min-width: 768px) {
    .institution-top {
        margin-bottom: 30px
    }

    .institution-top .col-text {
        width: 40%;
        float: left
    }

    .institution-top .col-text .title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px
    }

    .institution-top .col-text .title small {
        font-size: 15px;
        font-size: 1.5rem
    }

    .institution-top .col-text .catch {
        margin-bottom: 20px;
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 1.43
    }

    .institution-top .col-text .lead {
        font-size: 18px;
        font-size: 1.8rem
    }

    .institution-top .col-image {
        width: 60%;
        float: left
    }
}

@media(min-width: 1024px) {
    .institution-top .col-text {
        width: 30%
    }

    .institution-top .col-image {
        width: 70%
    }
}

.institution-tab-box {
    padding-bottom: 3px;
    border-bottom: solid 3px #007679;
    margin-bottom: 30px
}

ul.institution-tab {
    border: solid 1px #9fa0a0;
    list-style-type: none;
    padding: 5px 0;
    margin: 0
}

ul.institution-tab:before,
ul.institution-tab:after {
    content: " ";
    display: table
}

ul.institution-tab:after {
    clear: both
}

ul.institution-tab .menu-item {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    width: 33.33%
}

ul.institution-tab .menu-item:first-child {
    border-right: solid 1px #9fa0a0
}

ul.institution-tab .menu-item:last-child {
    border-left: solid 1px #9fa0a0
}

ul.institution-tab .menu-item a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: .1em;
    text-indent: .1em;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 8px 0 8px 0
}

ul.institution-tab .menu-item a:hover {
    color: #007679
}

ul.institution-tab .menu-item.current a {
    position: relative;
    background-color: #007679;
    color: #fff;
    padding: 10px 0 6px 0
}

ul.institution-tab .menu-item.current a:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: " ";
    background-color: #007679
}

ul.institution-tab .menu-item.current a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    content: " ";
    background-color: #007679
}

@media(min-width: 1024px) {
    ul.institution-tab .menu-item a {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .2em;
        padding: 12px 0 12px 0
    }

    ul.institution-tab .menu-item.current a {
        position: relative;
        background-color: #007679;
        color: #fff;
        padding: 14px 0 10px 0
    }
}

.about-tab-box {
    padding-bottom: 3px;
    border-bottom: solid 3px #003e79;
    margin-bottom: 30px
}

ul.about-tab {
    border: solid 1px #9fa0a0;
    list-style-type: none;
    padding: 5px 0;
    margin: 0
}

ul.about-tab:before,
ul.about-tab:after {
    content: " ";
    display: table
}

ul.about-tab:after {
    clear: both
}

ul.about-tab .menu-item {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    width: 33.33%
}

ul.about-tab .menu-item:first-child {
    border-right: solid 1px #9fa0a0
}

ul.about-tab .menu-item:last-child {
    border-left: solid 1px #9fa0a0
}

ul.about-tab .menu-item a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: .1em;
    text-indent: .1em;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 8px 0 8px 0
}

ul.about-tab .menu-item a:hover {
    color: #003e79
}

ul.about-tab .menu-item.current a {
    position: relative;
    background-color: #003e79;
    color: #fff;
    padding: 10px 0 6px 0
}

ul.about-tab .menu-item.current a:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: " ";
    background-color: #003e79
}

ul.about-tab .menu-item.current a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    content: " ";
    background-color: #003e79
}

@media(min-width: 1024px) {
    ul.about-tab .menu-item a {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .2em;
        padding: 12px 0 12px 0
    }

    ul.about-tab .menu-item.current a {
        position: relative;
        background-color: #003e79;
        color: #fff;
        padding: 14px 0 10px 0
    }
}

ul.list-event {
    font-size: 13px;
    font-size: 1.3rem;
    border: solid 4px #efefef;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0 20px
}

ul.list-event .list-item:last-child {
    border-bottom: 0
}

ul.list-event .list-item {
    line-height: 1.2;
    display: block;
    border-bottom: solid 1px #c7c8c9;
    padding: 1em 0
}

ul.list-event .list-item .date {
    width: 80px;
    float: left
}

ul.list-event .list-item .text {
    padding-left: 80px
}

ul.list-event .list-item .text a {
    color: #000
}

ul.list-event .list-item .text a:hover {
    opacity: .75
}

.box-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 4px #efefef;
    margin: 0 0 30px;
    padding: 10px 10px
}

@media(min-width: 1024px) {
    .box-history {
        padding: 25px 25px
    }
}

.col-history {
    width: 50%;
    float: left;
    padding: 10px
}

@media(min-width: 1024px) {
    .col-history {
        width: 25%;
        padding: 10px
    }
}

.card-history {
    text-decoration: none;
    display: block
}

.card-history .card-image {
    display: block
}

.card-history .card-image img {
    vertical-align: bottom
}

.card-history .card-date {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    color: gray;
    line-height: 1;
    margin: 20px 0 10px 0
}

.card-history .card-title {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58;
    color: #000
}

.card-history:hover {
    opacity: .75
}

.post-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .post-title {
        padding-left: 10px
    }
}

.post-title a {
    color: #000;
    text-decoration: none
}

.post-title a:hover {
    text-decoration: underline;
    color: #a0a0a0
}

.post-date {
    display: inline-block;
    background-color: #717071;
    color: #fff;
    padding: 0 .5em;
    margin-bottom: 24px
}

.post-contents {
    padding-bottom: 5em
}

@media(min-width: 768px) {
    .post-contents {
        padding-left: 10px
    }
}

.box-postfoot {
    margin-top: 50px;
    border-left: solid 1px #aaa;
    padding: 15px
}

.box-postfoot:before,
.box-postfoot:after {
    content: " ";
    display: table
}

.box-postfoot:after {
    clear: both
}

.box-postfoot .title {
    float: left;
    margin-right: 5px;
    color: #aaa;
    height: 20px;
    line-height: 20px
}

.box-postfoot .post-categories {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    line-height: 1
}

.box-postfoot .post-categories:before,
.box-postfoot .post-categories:after {
    content: " ";
    display: table
}

.box-postfoot .post-categories:after {
    clear: both
}

.box-postfoot .post-categories li {
    display: inline-block;
    float: inherit;
    margin: 0 .5em 0 0;
    line-height: 1
}

.box-postfoot .post-categories a {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .1em;
    padding: 0 0;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0;
    color: #aaa;
    text-decoration: none
}

.box-postfoot .post-categories a:hover {
    background-color: #fff;
    color: #000
}

.btn-twitter,
.btn-fb {
    float: left;
    height: 20px;
    vertical-align: top;
    margin-right: 10px
}

.fb_iframe_widget>span {
    vertical-align: baseline !important
}

.single-topics .main-contents {
    padding: 69px 0 79px 0
}

@media(min-width: 1024px) {
    .single-topics .main-contents {
        padding: 0 0 50px 0
    }
}

.bl_heroColumn {
    width: 100%;
    height: 40vh;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .bl_heroColumn {
        height: 70vh;
        margin-bottom: 50px
    }
}

.bl_heroTitle {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8), 0 0 2px rgba(0, 0, 0, .8), 0 0 2px rgba(0, 0, 0, .8)
}

@media(min-width: 1024px) {
    .bl_heroTitle {
        font-size: 48px
    }
}

.bl_topicsGrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px
}

.bl_topicsGrid .bl_topicsGrid_col {
    width: 100%;
    padding: 7px 14px
}

@media(min-width: 768px) {
    .bl_topicsGrid .bl_topicsGrid_col {
        width: 50%;
        padding: 14px
    }
}

.sticky {
    position: relative
}

.sticky:after {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
    content: "PICK UP!";
    background-color: red;
    color: #fff;
    line-height: 1;
    padding: .5em 1em
}

.bypostauthor {
    background-color: #eee
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignright {
    display: inline
}

img.alignleft {
    display: inline
}

.alignright {
    margin-left: 30px;
    float: right;
    clear: both
}

.alignleft {
    margin-right: 30px;
    float: left
}

.wp-caption {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0px 0 50px 0
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    border: 0 none
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    color: gray;
    line-height: 1;
    margin: 10px 0 3px 0
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.youtube:before,
.youtube:after {
    content: " ";
    display: table
}

.youtube:after {
    clear: both
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.gallery {
    margin-bottom: 1.6em
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

@media(min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }
}

@media(min-width: 768px) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }
}

@media(min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
}

@media(min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }
}

@media(min-width: 768px) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }
}

@media(min-width: 768px) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }
}

@media(min-width: 768px) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }
}

@media(min-width: 768px) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

span.embed-youtube {
    position: relative;
    width: 100%;
    max-width: 650px;
    padding-top: 56.25%
}

span.embed-youtube iframe.youtube-player {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.comments-area {
    padding-top: 50px
}

.comments-area .comments-title {
    font-size: 16px;
    font-size: 1.6rem
}

.comments-area .comment-list {
    list-style-type: none;
    margin: 0
}

.comments-area .children {
    list-style-type: none;
    margin: 0
}

.comments-area .comment {
    position: relative;
    border: solid 1px #aaa;
    padding: 10px;
    margin-bottom: 10px
}

.comments-area .comment-meta:before,
.comments-area .comment-meta:after {
    content: " ";
    display: table
}

.comments-area .comment-meta:after {
    clear: both
}

.comments-area .comment-meta .comment-author {
    float: left
}

.comments-area .comment-meta .comment-metadata {
    font-size: 12px;
    font-size: 1.2rem;
    float: right
}

.comments-area .comment-meta .comment-awaiting-moderation {
    font-size: 12px;
    font-size: 1.2rem;
    float: right
}

.comments-area .comment-content {
    margin-bottom: 10px
}

.comments-area .comment-content p {
    margin-bottom: 0
}

.comments-area .comment-reply-link {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    border: solid 1px #aaa;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    line-height: 1;
    padding: .5em 1em;
    margin: .5em 0
}

.comments-area .comment-reply-link:hover {
    background-color: #eee
}

.comment-respond {
    border-top: dotted 1px #aaa
}

.comment-respond .comment-reply-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    border: solid 1px #aaa;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    line-height: 1;
    padding: .5em 1em;
    margin-left: 20px
}

#cancel-comment-reply-link:hover {
    background-color: #eee
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin: 10px 0
}

.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after {
    content: " ";
    display: table
}

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after {
    clear: both
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    width: 150px;
    float: left
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    float: left
}

.post-tags,
.post-categories {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.post-tags:before,
.post-tags:after,
.post-categories:before,
.post-categories:after {
    content: " ";
    display: table
}

.post-tags:after,
.post-categories:after {
    clear: both
}

.post-tags li,
.post-categories li {
    display: block;
    float: left;
    margin: 0 .25em .25em 0
}

.post-tags a,
.post-categories a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .1em;
    padding: .25em 1em;
    background-color: #003882;
    border: solid 1px #003882;
    color: #fff;
    text-decoration: none
}

.post-tags a:hover,
.post-categories a:hover {
    background-color: #fff;
    color: #003882
}

.post-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc
}

.post-list-thumbnail {
    float: right
}

.text-white {
    color: #fff
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.pull-center {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.img-responsive {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mt00 {
    margin-top: 0px
}

.mr00 {
    margin-right: 0px
}

.mb00 {
    margin-bottom: 0px
}

.ml00 {
    margin-left: 0px
}

.pt00 {
    padding-top: 0px
}

.pr00 {
    padding-right: 0px
}

.pb00 {
    padding-bottom: 0px
}

.pl00 {
    padding-left: 0px
}

.mt05 {
    margin-top: 5px
}

.mr05 {
    margin-right: 5px
}

.mb05 {
    margin-bottom: 5px
}

.ml05 {
    margin-left: 5px
}

.pt05 {
    padding-top: 5px
}

.pr05 {
    padding-right: 5px
}

.pb05 {
    padding-bottom: 5px
}

.pl05 {
    padding-left: 5px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.mt45 {
    margin-top: 45px
}

.mr45 {
    margin-right: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.mt55 {
    margin-top: 55px
}

.mr55 {
    margin-right: 55px
}

.mb55 {
    margin-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.pt55 {
    padding-top: 55px
}

.pr55 {
    padding-right: 55px
}

.pb55 {
    padding-bottom: 55px
}

.pl55 {
    padding-left: 55px
}

.mt60 {
    margin-top: 60px
}

.mr60 {
    margin-right: 60px
}

.mb60 {
    margin-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.pt60 {
    padding-top: 60px
}

.pr60 {
    padding-right: 60px
}

.pb60 {
    padding-bottom: 60px
}

.pl60 {
    padding-left: 60px
}

.mt65 {
    margin-top: 65px
}

.mr65 {
    margin-right: 65px
}

.mb65 {
    margin-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.pt65 {
    padding-top: 65px
}

.pr65 {
    padding-right: 65px
}

.pb65 {
    padding-bottom: 65px
}

.pl65 {
    padding-left: 65px
}

.mt70 {
    margin-top: 70px
}

.mr70 {
    margin-right: 70px
}

.mb70 {
    margin-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.pt70 {
    padding-top: 70px
}

.pr70 {
    padding-right: 70px
}

.pb70 {
    padding-bottom: 70px
}

.pl70 {
    padding-left: 70px
}

.mt75 {
    margin-top: 75px
}

.mr75 {
    margin-right: 75px
}

.mb75 {
    margin-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.pt75 {
    padding-top: 75px
}

.pr75 {
    padding-right: 75px
}

.pb75 {
    padding-bottom: 75px
}

.pl75 {
    padding-left: 75px
}

.mt80 {
    margin-top: 80px
}

.mr80 {
    margin-right: 80px
}

.mb80 {
    margin-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.pt80 {
    padding-top: 80px
}

.pr80 {
    padding-right: 80px
}

.pb80 {
    padding-bottom: 80px
}

.pl80 {
    padding-left: 80px
}

.mt85 {
    margin-top: 85px
}

.mr85 {
    margin-right: 85px
}

.mb85 {
    margin-bottom: 85px
}

.ml85 {
    margin-left: 85px
}

.pt85 {
    padding-top: 85px
}

.pr85 {
    padding-right: 85px
}

.pb85 {
    padding-bottom: 85px
}

.pl85 {
    padding-left: 85px
}

.mt90 {
    margin-top: 90px
}

.mr90 {
    margin-right: 90px
}

.mb90 {
    margin-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.pt90 {
    padding-top: 90px
}

.pr90 {
    padding-right: 90px
}

.pb90 {
    padding-bottom: 90px
}

.pl90 {
    padding-left: 90px
}

.mt95 {
    margin-top: 95px
}

.mr95 {
    margin-right: 95px
}

.mb95 {
    margin-bottom: 95px
}

.ml95 {
    margin-left: 95px
}

.pt95 {
    padding-top: 95px
}

.pr95 {
    padding-right: 95px
}

.pb95 {
    padding-bottom: 95px
}

.pl95 {
    padding-left: 95px
}

.mt100 {
    margin-top: 100px
}

.mr100 {
    margin-right: 100px
}

.mb100 {
    margin-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.pt100 {
    padding-top: 100px
}

.pr100 {
    padding-right: 100px
}

.pb100 {
    padding-bottom: 100px
}

.pl100 {
    padding-left: 100px
}

.sp-none {
    display: none
}

@media(min-width: 768px) {
    .sp-none {
        display: inherit
    }

    .sp-show {
        display: none
    }
}

/* 20251126追加　髙尾 */
ul.institution-tab .menu-item {
    width: 25%;
}

ul.institution-tab .menu-item:first-child {
    border-right: 0;
}

ul.institution-tab .menu-item + .menu-item {
    border-left: solid 1px #9fa0a0;
}

/*# sourceMappingURL=../maps/style.css.map */