@charset "UTF-8";

/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none;
}

code, kbd, pre, samp {
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    font-family: monospace;
}

q {
    quotes: none;
}

q:before, q:after {
    content: none;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

form {
    margin: 0;
}

legend {
    white-space: normal;
    *margin-left: -7px;
    border: 0;
    padding: 0;
}

button, input, select {
    vertical-align: baseline;
}

button, input, select, textarea {
    font-size: 100%;
    *vertical-align: middle;
}

button {
    line-height: normal;
    overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    *overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    *height: 13px;
    *width: 13px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

html {
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    -ms-font-kerning: normal;
    -o-font-kerning: normal;
    font-kerning: normal;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    height: 100%;
    color: #333333;
    font-family: 'Roboto', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

[hidden], template {
    display: none;
}

a {
    background: 0 0;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

a:active, a:hover {
    outline: 0;
}

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

b {
    font-weight: 700;
}

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

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 100%;
    height: 1px;
    border: 0 none;
    background: #666;
}

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

pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    padding: 5px;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6, body, p, pre, blockquote, figure, dl, dl dt, dl dd {
    margin: 0;
    padding: 0;
}

[contenteditable]:focus, img:focus, map area:focus {
    outline: none;
}

th, td, fieldset {
    padding: 0;
}

body {
    background-color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

a:link, a:visited {
    color: #30a8fb;
    text-decoration: none;
}

a:hover, a:focus {
    color: #30a8fb;
    text-decoration: underline;
}

a:active {
    color: #30a8fb;
}

a:focus {
    outline: none;
}

a:link:focus {
    outline: none;
}

em {
    font-style: normal;
}

em, strong {
    font-weight: 700;
}

small {
    font-size: .8em;
}

cite {
    font-weight: 700;
    font-style: normal;
}

cite:before {
    content: '『';
    font-weight: 400;
}

cite:after {
    content: '』';
    font-weight: 400;
}

q:before {
    content: '❝';
}

q:after {
    content: '❞';
}

dfn {
    font-weight: 700;
    font-style: normal;
}

code {
    font-family: Ricty, Consolas, "Courier New", Courier, Monaco, monospace;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    background: rgba(0, 0, 0, .025);
}

samp {
    color: #FFF;
    background: rgba(0, 0, 0, .9);
}

samp, kbd {
    font-family: Ricty, Consolas, "Courier New", Courier, Monaco, monospace;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}

kbd {
    background: rgba(0, 0, 0, .025);
}

kbd kbd {
    display: inline-block;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 1px;
    padding: 1px 10px;
    border: 1px solid rgba(0, 0, 0, .6);
    background: #eee;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, .5) inset, -1px -1px 1px rgba(0, 0, 0, .5) inset;
}

pre code {
    display: block;
    padding: 5px 10px;
}

pre kbd {
    display: block;
    color: #FFF;
    background: rgba(0, 0, 0, .9);
}

pre kbd:after {
    content: '|';
    opacity: .6;
}

pre kbd kbd {
    color: #000;
    display: inline;
    background: #eee;
}

pre kbd kbd:after {
    display: none;
}

pre samp {
    display: block;
    padding: 5px 10px;
}

var {
    font-family: serif;
    font-weight: 700;
    margin: 0 2px;
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .025);
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

img[src$=".svg"] {
    width: 100%;
}

@media only screen and (max-width: 829px) {
    input,
    textarea,
    select {
        font-size: 16px;
    }
}


/*header
---------------------------------------------------------- */

header {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 30px 25px;
}

#hd_block {
    clear: both;
    width: 100%;
    line-height: 40px;
}

header #hd_logo {
    float: left;
    width: 138px;
    margin-right: 25px;
}

header #hd_logo img {
    vertical-align: middle;
}

header nav li {
    list-style: none;
    display: inline-block;
}

header #gnav a,
header #lang_nav a {
    color: #333;
    text-decoration: none;
}

header #gnav a {
    padding-bottom: 7px;
}

header #gnav a:hover {
    border-bottom: 3px solid #181e26;
}

header #lang_nav a:hover {
    text-decoration: underline;
}

header #gnav {
    float: right;
    max-width: 800px;
    font-size: 108%;
}

header #gnav .gnav_sub {
    display: none;
}

header #gnav li {
    margin-right: 18px;
}

header #gnav li:last-child {
    margin-right: 10px;
}

header #gnav li.gnav05 {
    margin-left: 20px;
    margin-right: 12px;
}

header #gnav li.gnav06 {
    /*border-left: 1px solid #181e26;*/
}

header #gnav li.gnav06::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    margin-right: 15px;
    background-color: #181e26;
    vertical-align: baseline;
}

header #lang_nav {
    float: right;
    width: 150px;
    text-align: right;
    font-size: 93%;
}

header #lang_nav li {
    margin-left: 20px;
}

header #lang_nav li:first-child {
    margin-left: 0;
}

header #hd_search {
    float: right;
    width: 19px;
    margin-left: 25px;
    position: relative;
    z-index: 10;
}

header #hd_search p {
    cursor: pointer;
}

header #hd_search .google_search {
    display: none;
    position: absolute;
    right: 0;
    top: 2.5em;
}

header #hd_search .keywords {
    width: 220px;
    padding: 10px;
    font-size: 93%;
    background-color: #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

header #hd_search .keywords input#query-input {
    color: #666666;
}

header #hd_search .keywords input#query-input::-webkit-input-placeholder {
    color: #666666;
}

header #hd_search .keywords input#query-input:-ms-input-placeholder {
    color: #666666;
}

header #hd_search .keywords input#query-input::-moz-placeholder {
    color: #666666;
}


header #hd_search .searchBtn {
    display: none;
}

header #sp_snav {
    display: none;
}


@media only screen and (max-width: 829px) {
    header {
        padding: 20px 0;
    }

    #hd_block {
        overflow: visible;
    }

    header #hd_logo {
        width: 50%;
        margin: 0 10px 0 4%;
        padding: 5px 0 0 0;
    }

    header #hd_logo img {
        max-width: 100px;
    }

    header #lang_nav a {
        color: #30a8fb;
    }

    header #gnav {
        float: none;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        text-align: right;
    }

    header #gnav li {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }

    header #gnav li:last-child {
        margin-right: 0;
    }

    header #gnav li.gnav06 {
        padding-left: 0;
        border-left: 0;
    }

    header #gnav li a {
        display: block;
        padding: 25px 25px 25px 0 !important;
        background: url(../img/common/icon_arrow02.png) right center no-repeat;
        background-size: 15px auto;
        -webkit-background-size: 15px auto; /* Safari,Google Chrome用 */
        -moz-background-size: 15px auto; /* Firefox用 */
        -o-background-size: 15px auto; /* Opera用 */
    }

    header #gnav li a,
    header #gnav li a:hover {
        padding-bottom: 0;
        border: none;
    }

    header #gnav .gnav_sub {
        display: block;
        margin: 15px 0 40px;
    }

    header #gnav .gnav_sub li {
        font-size: 14px;
        font-weight: normal;
    }

    header #gnav .gnav_sub li a {
        padding: 15px 25px 15px 0 !important;
        background: url(../img/common/icon_arrow02.png) right center no-repeat;
        background-size: 11px auto;
        -webkit-background-size: 11px auto; /* Safari,Google Chrome用 */
        -moz-background-size: 11px auto; /* Firefox用 */
        -o-background-size: 11px auto; /* Opera用 */
    }

    header #lang_nav {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    header #lang_nav li {
        margin-left: 0;
        padding: 0 1.2em;
    }

    header #hd_search {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    header #hd_search p {
        display: none;
    }

    header #hd_search .google_search {
        display: block;
        width: 90%;
        margin: 0 auto 35px;
        position: relative;
        top: 0;
        text-align: center;
    }

    header #hd_search .keywords {
        display: inline-block;
        width: 80%;
        padding: 10px;
        border: 1px solid #b4b4b4;
        background-color: #fff;
        vertical-align: middle;
    }

    header #hd_search .keywords input#query-input {
        color: #cccccc;
    }

    header #hd_search .keywords input#query-input::-webkit-input-placeholder {
        color: #cccccc;
    }

    header #hd_search .keywords input#query-input:-ms-input-placeholder {
        color: #cccccc;
    }

    header #hd_search .keywords input#query-input::-moz-placeholder {
        color: #cccccc;
    }

    header #hd_search .searchBtn {
        display: inline-block;
        width: 15%;
        max-width: 34px;
        border: none;
        vertical-align: middle;
    }

    header #sp_snav {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    header #sp_snav li {
        display: block;
        margin-top: 45px;
    }
}

/*SP用 グロナビ
---------------------------------------------------------- */
@media screen and (min-width: 830px) {
    #sp_nav {
        display: block !important;
    }
}


@media only screen and (max-width: 829px) {
    #sp_nav {
        display: none;
        clear: both;
        width: 100%;
        position: relative;
        top: 10px;
        z-index: 1000;
    }

    #sp_nav_block {
        width: 100%;
        padding: 1.5em 0 3em;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
    }
}


/*SP用 グロナビボタン
---------------------------------------------------------- */
.sp_gnav_btn {
    display: none;
}


@media only screen and (max-width: 829px) {
    .sp_gnav_btn {
        display: block;
        float: right;
        width: 26px;
        margin-right: 4%;
        vertical-align: middle;
        text-align: right;
        position: relative;
        z-index: 1000;
    }


    .sp_gnav_btn p {
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 11px;
        word-break: break-all;
        line-height: 1.0;
    }


    .sp_gnav_btn .icon-animation {
        display: block;
        width: 100%;
        height: 20px;
        position: relative;
    }

    .sp_gnav_btn .icon-animation span {
        width: 100%;
        height: 2px;
        display: block;
        background: #000000;
        position: absolute;
        right: 0;
        top: 11px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sp_gnav_btn .icon-animation .top {
        -webkit-transform: translateY(-9px) scale(1);
        -ms-transform: translateY(-9px) scale(1);
        transform: translateY(-9px) scale(1);
    }

    .sp_gnav_btn .icon-animation .middle {
        background: none;
        position: relative;
    }

    .sp_gnav_btn .icon-animation .middle:before,
    .sp_gnav_btn .icon-animation .middle:after {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        content: "";
        width: 100%;
        height: 2px;
        background: #000000;
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
    }

    .sp_gnav_btn .icon-animation .bottom {
        -webkit-transform: translateY(9px) scale(1);
        -ms-transform: translateY(9px) scale(1);
        transform: translateY(9px) scale(1);
    }

    .sp_gnav_btn .icon-animation.is-open .top {
        -webkit-transform: translateY(0px) scale(0);
        -ms-transform: translateY(0px) scale(0);
        transform: translateY(0px) scale(0);
    }

    .sp_gnav_btn .icon-animation.is-open .bottom {
        -webkit-transform: translateY(0px) scale(0);
        -ms-transform: translateY(0px) scale(0);
        transform: translateY(0px) scale(0);
    }

    .sp_gnav_btn .icon-animation.is-open .middle:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sp_gnav_btn .icon-animation.is-open .middle:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}

/*main
---------------------------------------------------------- */
main {
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 90px;
}


/*pagetop
---------------------------------------------------------- */
.pagetop {
    width: 90px;
    padding: 20px 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.pagetop img {
    width: 55px;
    height: auto;
    vertical-align: middle;
}

@media screen and (max-width: 829px) {
    .pagetop {
        position: relative;
        width: 100%;
        padding: 20px 5%;
        right: 5%;
        right: 0;
        text-align: right;
    }

    .pagetop img {
        width: 100%;
        max-width: 40px;
    }
}

/*footer
---------------------------------------------------------- */

footer {
    width: 100%;
    background-color: #181e26;
    color: #fff;
}

#ft_block {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 30px;
}

footer #ft_logo {
    width: 114px;
    margin-bottom: 40px;
    line-height: 0;
}

footer .ft_nav01 a:hover,
footer .ft_nav02 a:hover {
    text-decoration: underline;
}

footer #ft_block .ft_nav01 {
    display: table;
    margin-bottom: 60px;
}

footer .ft_nav01 a {
    color: #fff;
}

footer .ft_nav01 ul {
    display: table-cell;
    padding-right: 80px;
}

footer .ft_nav01 ul:last-child {
    padding-right: 0;
}

footer .ft_nav01 li {
    margin-bottom: 20px;
    font-size: 93%;
}

footer nav .ft_nav02 {
    display: table;
    width: 100%;
}

footer nav .ft_nav02 ul {
    width: 50%;
    display: table-cell;
    padding-right: 20px;
}

footer .ft_nav02 li {
    display: inline-block;
    margin-right: 30px;
    font-size: 85%;
    font-weight: normal;
}

footer .ft_nav02 li:last-child {
    margin-right: 0;
}

footer .ft_nav02 a {
    color: #b9b9b9;
}


footer #copyright {
    display: table-cell;
    width: 50%;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    color: #b9b9b9;
    font-size: 85%;
}

@media screen and (max-width: 829px) {
    #ft_block {
        max-width: 100%;
        padding: 48px 5% 30px;
    }

    footer #ft_logo {
        width: 100px;
        margin-bottom: 45px;
    }

    footer .ft_nav01 a:hover,
    footer .ft_nav02 a:hover {
        text-decoration: none;
    }

    footer #ft_block .ft_nav01 {
        display: block;
        margin-bottom: 70px;
    }

    footer .ft_nav01 ul {
        display: block;
        margin-bottom: 65px;
        padding-right: 0;
    }

    footer .ft_nav01 ul:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }

    footer .ft_nav01 li {
        margin-bottom: 28px;
    }

    footer nav .ft_nav02 {
        display: block;
    }

    footer nav .ft_nav02 ul {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    footer .ft_nav02 li {
        display: block;
        margin: 0 0 28px;
        text-align: right;
    }

    footer .ft_nav02 li:last-child {
        margin: 0;
    }

    footer #copyright {
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: right;
    }
}


/*title
---------------------------------------------------------- */

.ttl01 {
    /*max-width:980px;*/
    margin: 0 auto;
    padding: 0 10px 80px;
    font-size: 308%;
    line-height: 1.4;
    text-align: center;
}

.ttl02 {
    margin-bottom: 18px;
    font-size: 167%;
}

@media only screen and (max-width: 798px) {
    .ttl01 {
        /*max-width:100%;*/
        padding-bottom: 60px;
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
    }

    .ttl02 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

/*画像
---------------------------------------------------------- */
@media only screen and (max-width: 798px) {
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
}


/*表示・非表示管理
---------------------------------------------------------- */
.sp_only {
    display: none !important;
}

@media only screen and (max-width: 829px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}


/*radio checkbox select
---------------------------------------------------------- */
input[type=checkbox] {
    display: none;
}

.check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 27px;
    vertical-align: top;
    cursor: pointer;
}

/*.check_css:hover:after {
  border-color: #30a8fb;
}*/
.check_css:after {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e3;
    content: '';
    z-index: 2;
}

.check_css:before {
    position: absolute;
    top: 12px;
    left: 7px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #30a8fb;
    border-bottom: 2px solid #30a8fb;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 3;
}

input[type=checkbox]:checked + .check_css:before {
    opacity: 1;
}

.check_css span:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    content: '';
    z-index: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0; /* Safari,Google Chrome用 */
    -moz-border-radius: 0; /* Firefox用 */
    padding: 5px;
    background: url(../img/common/select_arrow.png) #fff 98% 50% no-repeat;
}

input,
select {
    border: 1px solid #e3e3e3;
}


/*lightbox
----------------------------------------*/

div#lightbox-container-image-box {
    max-width: 740px !important;
    height: auto !important;
}

div#lightbox-container-image-data-box {
    max-width: 720px !important;
    height: auto !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div#lightbox-container-image-box img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 736px) {

    div#lightbox-container-image-box,
    div#lightbox-container-image-data-box {
        width: 90% !important;
        height: auto !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/*スマホナビ開閉設定
---------------------------------------------------------- */

body.hide main,
body.hide footer,
body.hide .ft_banner_block {
    display: block;
}

@media screen and (min-width: 799px) {
    body.hide main,
    body.hide footer,
    body.hide .ft_banner_block {
        display: block !important;
    }
}

@media only screen and (max-width: 798px) {
    body.hide main,
    body.hide footer,
    body.hide .ft_banner_block {
        display: none;
    }
}


/*float
---------------------------------------------------------- */

.clear {
    clear: both;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.center {
    width: 100%;
    text-align: center;
}

.right {
    width: 100%;
    text-align: right;
}

.img_float_l {
    float: left;
    margin-right: 15px;
}

.img_float_r {
    float: right;
    margin-left: 15px;
}


/*font
---------------------------------------------------------- */

.font10 {
    font-size: 77% !important;
}

.font11 {
    font-size: 85% !important;
}

.font12 {
    font-size: 93% !important;
}

.font13 {
    font-size: 100% !important;
}

.font14 {
    font-size: 108% !important;
}

.font15 {
    font-size: 116% !important;
}

.font16 {
    font-size: 123.1% !important;
}

.font17 {
    font-size: 131% !important;
}

.font18 {
    font-size: 138.5% !important;
}

.font19 {
    font-size: 146.5% !important;
}

.font20 {
    font-size: 153.9% !important;
}

.font21 {
    font-size: 161.6% !important;
}

.font22 {
    font-size: 167% !important;
}

.font23 {
    font-size: 174% !important;
}

.font24 {
    font-size: 182% !important;
}

.font25 {
    font-size: 189% !important;
}

.font26 {
    font-size: 197% !important;
}


.fontb {
    font-weight: 700;
}

.font_red {
    color: #c21b07;
}

.font_red02 {
    color: #e20000;
}

.font_orange {
    color: #f6b545;
}

.font_blue {
    color: #033b7a;
}

/*margin
---------------------------------------------------------- */


/*top*/
.mt0 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}


/*bottom*/
.mb0 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}


/*right*/
.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}


/*left*/
.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}


/*clearfix
---------------------------------------------------------- */

.clearfix {
    *display: inline-block;
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.error_msg {
    color: #FF0000;
    font-weight: bold;
}
