@charset 'UTF-8';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: .35em .75em .625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    margin: 0;
}

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

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

img {
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: top;
}

p {
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

address {
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

li img {
    vertical-align: bottom;
}

a:link {
    color: #009900;
}

a:visited {
    color: #336600;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0 0 1em 0;
}

h4 {
    margin: 0 0 1em 0;
}

h5 {
    margin: 0 0 1em 0;
}

/* =背景
------------------------------------------------------------------------------------------*/
#bg {
    background: #ffffff url(../images/common/_bg.gif) repeat-y center;
    margin: 0;
    padding: 0;
    text-align: center;
}

#bg_pu {
    background: url(../images/_popup_head.gif) repeat-x top;
    margin: 30px 0 0;
    padding: 0;
}

/* --------------------
 Header
-------------------- */
.header {
    background-image: url(../images/common/_header_bg.gif);
    background-repeat: repeat-x;
    background-size: auto 60px;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        align-items: stretch;
        background-size: auto;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        height: 98px;
        justify-content: space-between;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }
}

.header__logo {
    font-size: 1.0rem;
    line-height: 1;
    margin: 0;
}

.header__logo img {
    height: 60px;
}

@media (min-width: 768px) {
    .header__logo img {
        height: auto;
    }
}

.header__nav {
    display: none;
    margin: 0;
    padding: 0 10px 0 0;
}

@media (min-width: 768px) {
    .header__nav {
        display: block;
    }
}

.header__nav__list {
    align-items: stretch;
    background-repeat: repeat-x;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

.header__nav__list li {
    margin: 0;
    padding: 0;
}

.header__nav__contact {
    text-align: right;
}

/* --------------------
 Global navigation
-------------------- */
.gnav {
    background-color: #0166cb;
    bottom: 0;
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: left;
    top: 60px;
    width: 100%;
    z-index: 99;
}

@media (min-width: 768px) {
    .gnav {
        background: none;
        background: url(../images/common/_navi_void.gif) repeat-x top;
        display: block;
        position: static;
    }
}

.gnav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .gnav__list {
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .gnav__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        height: auto;
        justify-content: flex-start;
        overflow-y: visible;
    }
}

.gnav__list__item {
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .gnav__list__item {
        border-bottom: none;
    }
}

a.gnav__list__item__link {
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    padding: 15px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

@media (min-width: 768px) {
    a.gnav__list__item__link {
        padding: 0;
        text-align: center;
    }
}

a.gnav__list__item__link:after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
}

@media (min-width: 768px) {
    a.gnav__list__item__link:after {
        display: none;
    }
}

.gnav__list__item__link__text {
    display: block;
}

@media (min-width: 768px) {
    .gnav__list__item__link__text {
        display: none;
    }
}

.gnav__list__item__link img {
    display: none;
}

@media (min-width: 768px) {
    .gnav__list__item__link img {
        display: inline;
    }
}

.gnav__list__item__submenu {
    display: none;
}

@media (min-width: 768px) {
    .gnav__list__item__submenu {
        display: none !important;
    }
}

.gnav__list__item__submenu__item {
    border-top: 1px solid #ffffff;
}

a.gnav__list__item__submenu__item__link {
    background-color: rgba(0, 0, 0, .2);
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    padding: 15px 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

a.gnav__list__item__submenu__item__link:after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
}

@media (min-width: 768px) {
    a.gnav__list__item__submenu__item__link:after {
        display: none;
    }
}

a.gnav__list__item__submenu__item__link:hover, a.gnav__list__item__submenu__item__link:focus {
    color: #ffffff;
}

.gnav__list__item--has-submenu .gnav__list__item__link:before {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    -webkit-transition: height .2s linear;
            transition: height .2s linear;
    width: 2px;
}

@media (min-width: 768px) {
    .gnav__list__item--has-submenu .gnav__list__item__link:before {
        display: none;
    }
}

.gnav__list__item--has-submenu .gnav__list__item__link:after {
    background-color: #ffffff;
    border: none;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 17px;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 16px;
}

@media (min-width: 768px) {
    .gnav__list__item--has-submenu .gnav__list__item__link:after {
        display: none;
    }
}

.gnav__list__item--has-submenu.is-active .gnav__list__item__link:before {
    height: 0;
}

/* --------------------
 Global contact bar
-------------------- */
.gcontact {
    align-items: stretch;
    bottom: 0;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    height: 75px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 98;
}

@media (min-width: 768px) {
    .gcontact {
        display: none;
    }
}

.gcontact__item {
    border-right: 2px solid #ffffff;
    width: 50%;
}

.gcontact__item:last-child {
    border-right-color: rgba(26, 127, 223, .9);
}

a.gcontact__item__link {
    align-items: center;
    background-color: rgba(26, 127, 223, .9);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
    font-size: 1.4rem;
    height: 100%;
    justify-content: flex-end;
    padding: 0 0 8px;
    text-align: center;
    text-decoration: none;
}

a.gcontact__item__link:hover, a.gcontact__item__link:focus {
    color: #ffffff;
    text-decoration: none;
}

.gcontact__item__link__icon {
    display: block;
    margin: 0 0 3px;
}

.gcontact__item__link__label {
    display: block;
}

/* --------------------
 Burger menu
-------------------- */
.burger {
    background-color: #0166cb;
    bottom: auto;
    cursor: pointer;
    display: block;
    height: 52px;
    margin: auto;
    padding: 10px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 100;
}

@media (min-width: 768px) {
    .burger {
        display: none;
    }
}

.burger__box {
    display: block;
    height: 21px;
    margin: 0 auto 5px;
    position: relative;
    width: 30px;
}

.burger__box__line {
    display: block;
    margin: -1.5px 0 0;
    top: 50%;
    -webkit-transition-duration: .075s;
            transition-duration: .075s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
            transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.burger__box__line, .burger__box__line:before, .burger__box__line:after {
    background-color: #ffffff;
    height: 3px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    width: 30px;
}

.burger__box__line:before, .burger__box__line:after {
    content: '';
    display: block;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}

.burger__box__line:before {
    top: -9px;
    -webkit-transition: top .075s .12s ease, opacity .075s ease;
            transition: top .075s .12s ease, opacity .075s ease;
}

.burger__box__line:after {
    bottom: -9px;
    -webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
            transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
            transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
            transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
}

.burger.is-active .burger__box__line {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.burger.is-active .burger__box__line:before {
    opacity: 0;
    top: 0;
    -webkit-transition: top .075s ease, opacity .075s .12s ease;
            transition: top .075s ease, opacity .075s .12s ease;
}

.burger.is-active .burger__box__line:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
            transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
            transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
            transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

.burger__label {
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1;
    text-align: center;
}

/* --------------------
 Footer
-------------------- */
.footer {
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    position: relative;
}

.footer__to-top {
    margin: 10px 20px 10px 0;
    position: relative;
    text-align: right;
    z-index: 1;
}

.footer__menu {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    line-height: 16px;
    padding: 25px 5px 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .footer__menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer__menu:before {
    background-image: url(../images/footer-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.footer__menu__item {
    border-right: 1px solid transparent;
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
    width: 33.33333%;
}

@media (min-width: 768px) {
    .footer__menu__item {
        margin-bottom: 0;
        width: 16.66667%;
    }
}

.footer__menu__item:after {
    background-image: url(../images/common/com-dotted-bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 1px 4px;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    z-index: 0;
}

.footer__menu__item:first-child {
    border-left: 1px solid transparent;
}

.footer__menu__item:first-child:before {
    background-image: url(../images/common/com-dotted-bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 1px 4px;
    bottom: 0;
    content: '';
    display: none;
    height: auto;
    left: -1px;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px;
    z-index: 0;
}

@media (min-width: 768px) {
    .footer__menu__item:first-child:before {
        display: block;
    }
}

@media (min-width: 768px) {
    .footer__menu__item:nth-child(1) {
        width: 14.66667%;
    }
}

@media (min-width: 768px) {
    .footer__menu__item:nth-child(2) {
        width: 18.66667%;
    }
}

@media (max-width: 767px) {
    .footer__menu__item:nth-child(3n):after {
        display: none;
    }
}

.footer__menu__item__title {
    color: #006699;
    font-size: 1.0rem;
    font-weight: 700;
    margin: 0 0 3px 0;
}

@media (min-width: 768px) {
    .footer__menu__item__title {
        font-size: 1.2rem;
    }
}

.footer__menu__item ul {
    margin: 0 0 5px;
}

.footer__menu__item ul:last-of-type {
    margin-bottom: 0;
}

.footer__menu__item ul li {
    background-image: url(../images/common/foot_link_icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.0rem;
    margin: 0;
    padding: 2px 0 2px 17px;
}

@media (min-width: 768px) {
    .footer__menu__item ul li {
        font-size: 1.2rem;
    }
}

.footer__copyright {
    background: url(../images/common/_footer.gif) repeat-x top;
    color: #333333;
    padding: 30px 15px 20px;
}

.footer__copyright p {
    font-size: 1.0rem;
    text-align: right;
}

@media (min-width: 768px) {
    .footer__copyright p {
        font-size: 1.2rem;
        margin-right: 10px;
    }
}

.footer-simple {
    background: url(../images/common/_footer.gif) repeat-x top;
    color: #333333;
    font-size: 1.2rem;
    line-height: 18px;
    margin: 0;
    padding: 30px 15px 20px;
    text-align: right;
}

/* --------------------
 Layout
-------------------- */
.wrapper {
    margin: 0 auto;
    max-width: 900px;
    overflow: hidden;
    padding: 60px 0 75px;
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
}

#container_pu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 570px;
}

.container {
    margin: 10px 0 0;
    padding: 0 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .container {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 10px 20px 0 20px;
        padding: 0;
    }
}

.side {
    font-size: 1.3rem;
    margin: 0 auto 30px;
    vertical-align: top;
    width: 180px;
}

@media (min-width: 768px) {
    .side {
        -webkit-box-flex: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        -ms-flex-positive: 0;
        flex-shrink: 0;
        margin: 0;
    }
}

.side:after {
    background-image: url(../images/common/_s_navi_btmimg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    content: '';
    display: none;
    height: 225px;
    width: 100%;
}

@media (min-width: 768px) {
    .side:after {
        display: block;
    }
}

.side p {
    text-align: left;
}

.main {
    margin: 0 auto 80px;
    max-width: 680px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .main {
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -ms-flex-positive: 1;
        flex-shrink: 1;
        margin: 0;
        padding-left: 20px;
        width: calc(100% - 180px);
    }
}

.container--front .side {
    width: 230px;
}

.container--front .main {
    max-width: 610px;
}

@media (min-width: 768px) {
    .container--front .main {
        width: calc(100% - 230px);
    }
}

#cnt_main {
    margin: 10px 20px 0 20px;
    padding: 0;
    text-align: left;
    width: 860px;
}

#cnt_side {
    vertical-align: top;
    width: 180px;
}

#cnt_content {
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 660px;
}

.breadcrumb {
    background: url(../images/common/_title_top.jpg);
    clear: both;
    height: 29px;
    text-align: left;
    width: 900px;
}

.breadcrumb p {
    color: #003399;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0;
    padding: 13px 0 0 20px;
}

dt.news {
    background-image: url(../images/campaign_detailpoint.gif);
    background-repeat: no-repeat;
    border-bottom-color: #999999;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: #cc6600;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
}

dl {
    clear: both;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

.txttitle {
    background: url(../images/unei_01_stit_bg.gif) no-repeat;
    color: #006699;
    font-size: 1.4rem;
    font-weight: bold;
    height: 35px;
    line-height: 17px;
    margin-bottom: 5px;
    padding-left: 24px;
    padding-top: 5px;
    vertical-align: top;
}

/* =左エリア
------------------------------------------------------------------------------------------*/
.side li {
    padding-bottom: 8px;
}

#cnt_side li {
    padding-bottom: 8px;
}

#cnt_side .btm {
    background-image: url(../images/common/_s_navi_btmimg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 225px;
    width: 180px;
}

/* --------------------
 Commons
-------------------- */
.txt01 {
    color: #006699;
}

.txt02 {
    color: #0099ff;
}

.txt03 {
    color: #006699;
}

.txt04 {
    color: #339900;
}

.txt05 {
    color: #cc0000;
}

.txt06 {
    color: #ffffff;
}

.stit {
    margin-bottom: 5px;
}

.img_r_f {
    float: right;
    margin-left: 10px;
}

.img_l_f {
    float: left;
    margin-right: 10px;
}

.clear {
    clear: both;
}

.mgn0 {
    margin: 0;
}

.mgn5 {
    margin-bottom: 5px;
}

.mgn10 {
    margin-bottom: 10px;
}

.pics {
    margin-bottom: 5px;
}

.txtblock {
    margin-bottom: 12px;
}

.block {
    margin-bottom: 30px;
}

.v_line {
    background: url(../images/_vline.gif) repeat-y;
    margin: 0;
    padding: 0;
    width: 20px;
}

.sm_line {
    background: url(../images/sitemap_p03.gif) repeat-y;
}

.backnb {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.line_haikei {
    background-image: url(../images/kyosai_06_07.jpg);
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    width: 174px;
}

.com-title {
    background-image: url(../images/ttl.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    color: #ffffff;
    display: block;
    font-size: 1.5rem;
    height: 39px;
    line-height: 1.2;
    padding: 3px 0 0 22px;
}

.com-title-child {
    background-image: url(../images/news_sstit.gif);
    color: #0c6c9e;
    font-size: 1.6rem;
    font-weight: 700;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
}

.com-title-gc {
    background-color: #dbf1ff;
    color: #006699;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 10px;
}
