@charset "UTF-8";
/*   
Theme Name: jedox-partner
Theme URI: http://xeory.jp/extension
Description: Xeoryãƒ™ãEã‚¹ãƒEEãƒžã‚’ãƒ™ãEã‚¹ã«ä¿®æ­£
Author: KK Sidethree
Author URI: https://www.sidethree.co.jp/
*/

/* clear
-------------------------------------------------- */
.clear {
    clear: both;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before {
    display: inline-table;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* text
-------------------------------------------------- */
.post-content h1 {
    font-size: 36px;
    margin: 36px 0;
    clear: both;
}
.post-content h2 {
    font-size: 28px;
    margin: 2em 0 1em;
    clear: both;
}
.post-content h3 {
    font-size: 24px;
    margin: 2em 0 1em;
}
.post-content h4 {
    font-size: 18px;
    margin: 2em 0 1em;
}
.post-content h5 {
    font-size: 16px;
    margin: 2em 0 1em;
}
.post-content h6 {
    font-size: 14px;
    margin: 2em 0 1em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #e5e5e5 solid;
    background: #fafafa;
}
blockquote:before {
    content: 'EE;
    font-family: 'FontAwesome';
    font-size: 36px;
    color: #e7e7e7;
    position: absolute;
    top: 10px;
    left: 10px;
}
blockquote cite {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #808080;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 0 0 2em;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
    overflow-x: scroll;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* list
-------------------------------------------------- */
dl, menu, ol, ul {
    margin: 0;
}
dd {
    margin: 0;
}
menu, ol, ul {
    padding: 0;
    list-style: none;
}
menu ol, menu ul, ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
.inline-list li {
    display: inline-block;
}
.counter-increment {
    counter-increment: number;
}
/* embed
-------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
/* form
-------------------------------------------------- */
form {
    margin: 0;
}
fieldset {
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
 *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
    cursor: pointer;
 *overflow: visible;
    -webkit-appearance: none;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
 *height: 13px;
 *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* form
---------------------------------------- */
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}
form textarea {
    width: 80%;
}
form input[type="submit"], form button {
    padding: 12px 20px;
    border: none;
}
form input[type="submit"]:hover, form button:hover {
    cursor: pointer;
}
/* search */
#searchform {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-bottom: 0;
    border-radius: 2px;
}
#searchform div {
    position: relative;
    padding-right: 40px;
}
#searchform label {
    display: none;
}
#searchform input[type=text] {
    line-height: 18px;
    padding: 8px 13px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    float: left;
}
#searchform button {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    line-height: 18px;
    border: none;
    border-radius: 3px;
    width: 40px;
    padding: 8px 5px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #808080;
}
#searchform button:hover {
    cursor: pointer;
}
/* table
-------------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
}
th, td {
    border: 1px solid #e5e5e5;
    padding: 8px 13px;
}

/* ----------------------------------------
* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒE
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
/* laptop */
  /* laptop end */
}

@media screen and (max-width: 991px) {
/* tablet */
  /* tablet end */
}

@media screen and (max-width: 767px) {
/* phone */
h1 {
    font-size: 22px;
    margin: 36px 0;
    clear: both;
}
h2 {
    font-size: 18px;
    margin: 2em 0 1em;
    clear: both;
}
h3, h4, h5, h6 {
    font-size: 16px;
    margin: 2em 0 1em;
}
/* phone end */
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
}
.alignleft {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* post */
.post-title {
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 36px;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 10px;
    max-width: 100%;
    box-sizing: border-box;
    /* optional rounded corners for browsers that support it */
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.row {
 *zoom: 1;
}
.row:before {
    display: inline-table;
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
.gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12, .gld-sub, .gld-main, .gr1-5 {
    float: left;
    box-sizing: border-box;
}
.gr1 {
    width: 8.33%;
}
.gr2 {
    width: 16.66%;
}
.gr3 {
    width: 25%;
}
.gr4 {
    width: 33.33%;
}
.gr5 {
    width: 41.66%;
}
.gr6 {
    width: 50%;
}
.gr7 {
    width: 58.33%;
}
.gr8 {
    width: 66.66%;
}
.gr9 {
    width: 75%;
}
.gr10 {
    width: 83.33%;
}
.gr11 {
    width: 91.33%;
}
.gr12 {
    width: 100%;
}
.gr1-5 {
    width: 20%;
}
.gld-sub {
    width: 37.31%;
}
.gld-main {
    width: 62.68%;
}

@media screen and (max-width: 1200px) {
/* laptop */
.gr1.lt-flat, .gr2.lt-flat, .gr3.lt-flat, .gr4.lt-flat, .gr5.lt-flat, .gr6.lt-flat, .gr7.lt-flat, .gr8.lt-flat, .gr9.lt-flat, .gr10.lt-flat, .gr11.lt-flat, .gr12.lt-flat, .gld-sub.lt-flat, .gld-main.lt-flat, .gr1-5.lt-flat {
    width: 100% !important;
}
/* laptop end */
}

@media (min-width: 992px) and (max-width: 1200px) {
/* laptop only */
.gr1-lt {
    width: 8.33% !important;
}
.gr2-lt {
    width: 16.66% !important;
}
.gr3-lt {
    width: 25% !important;
}
.gr4-lt {
    width: 33.33% !important;
}
.gr5-lt {
    width: 41.66% !important;
}
.gr6-lt {
    width: 50% !important;
}
.gr7-lt {
    width: 58.33% !important;
}
.gr8-lt {
    width: 66.66% !important;
}
.gr9-lt {
    width: 75% !important;
}
.gr10-lt {
    width: 83.33% !important;
}
.gr11-lt {
    width: 91.33% !important;
}
.gr12-lt {
    width: 100% !important;
}
.gr1-5-lt {
    width: 20% !important;
}
.gld-sub-lt {
    width: 37.31% !important;
}
.gld-main-lt {
    width: 62.68% !important;
}
/* laptop only end */
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media (max-width: 1199px) {
html {
    font-size: 58.5%;
}
}

@media (max-width: 767px) {
html {
    font-size: 52.5%;
}
}
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    color: #333333;
    letter-spacing: 0.05rem;
}
/* ----------------------------------------------------------------------
 Reset ãƒªã‚»ãƒEƒˆã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------------------------------------------- */
* {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
.h3, h3 {
    font-size: 1.18rem;
}
p {
    padding: 0;
    margin-top: 0;
}
figure {
    margin: 0;
}
figure img {
    max-width: 100%;
    width: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
ul, li {
    list-style: none;
}
/* ----------------------------------------------------------------------
 SP PC ã‚¹ãƒžãEåˆE‚Šæ›¿ãE
---------------------------------------------------------------------- */
.sp {
    display: none;
}
.pc {
    display: block;
}
.pc-d-inline {
    display: inline;
}
.tb {
    display: none;
}

@media only screen and (max-width: 1040px) {
.tb {
    display: block;
}
.tb-d-inline {
    display: inline;
}
.tb-d-none {
    display: none;
}
}

@media only screen and (max-width: 767px) {
.sp {
    display: block;
}
.sp-d-inline {
    display: inline;
}
.pc {
    display: none;
}
}
/* ----------------------------------------------------------------------
 Link ãƒªãƒ³ã‚¯ã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------------------------------------------- */
a img {
    opacity: 1;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}
a:hover img {
    opacity: 0.75;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a:hover {
    text-decoration: none;
}
/* ----------------------------------------------------------------------
 animation ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------------------------------------------- */
.animated {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
/* ----------------------------------------------------------------------
 img ç”»åƒã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------------------------------------------- */
.img-responsive_center {
    margin: 0 auto;
}
/* ----------------------------------------------------------------------
 font-size - ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚º
---------------------------------------------------------------------- */
.text70 {
    font-size: 70%
}      /* ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚º70% */
.text80 {
    font-size: 80%
}
.text90 {
    font-size: 90%
}
.text100 {
    font-size: 100%
}
.text110 {
    font-size: 110%
}
.text120 {
    font-size: 120%
}
.text130 {
    font-size: 130%
}
.text140 {
    font-size: 140%
}
.text150 {
    font-size: 150%
}
.text160 {
    font-size: 160%
}
.text170 {
    font-size: 170%
}
.text180 {
    font-size: 180%
}
.text190 {
    font-size: 190%
}
.text200 {
    font-size: 200%
}
.text210 {
    font-size: 210%
}
.text220 {
    font-size: 220%
}
.b {
    font-weight: 700
}     /* å¤ªå­E*/
.u {
    text-decoration: underline
}     /* ä¸‹ç·E*/
.del {
    text-decoration: line-throug
} /* æ‰“ã¡æ¶ˆã—ç·E*/
.romaji {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.serif {
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæEæœEProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "E­E³ E°æ˜Žæœ", "E­E³ æ˜Žæœ", serif;
}
/* ----------------------------------------------------------------------
 font-color - ãƒ•ã‚©ãƒ³ãƒˆã‚«ãƒ©ãƒ¼
---------------------------------------------------------------------- */
.red {
    color: red
}     /* èµ¤è‰² */
.rose {
    color: #bf006c;
}     /* èµ¤è‰² */
.blue {
    color: #073f7e;
}    /* é’è‰² */
.green {
    color: #82ae46
}   /* ç·‘è‰² */
.orange {
    color: #ff7d00
}    /* æ©™è‰² */
.yellow {
    color: #f6be53;
}    /* é»E‰² */
.pink {
    color: #ff0084
}    /* ãƒ”ãƒ³ã‚¯ */
.gray {
    color: #232729;
}    /* ã‚°ãƒ¬ãƒ¼ */
/* ----------------------------------------------------------------------
 background-color - èƒŒæ™¯è‰²
---------------------------------------------------------------------- */
.bg-gray {
    background: #f3f3f3;
}
.bg-dark-gray {
    background: #232729;
    color: #fff;
}
.bg-dark-gray a {
    color: #fff;
}
.bg-right-blue {
    background: #e8f7ff;
}
.bg-right-blue img {
    display: block;
    padding: 37px 0;
    margin: 0 auto;
}
.bg-blue {
    background-color: #073f7e;
    color: #fff;
}
.bg-blue a {
    color: #fff;
}
.bg-yellow {
    background-color: #f6be53;
}
.bg-pattern01 {
    background: url(bg_pattern01.png) repeat;
}
/* ----------------------------------------------------------------------
 tag
---------------------------------------------------------------------- */
.tag {
    text-align: center;
    display: inline-block;
    width: 160px;
    padding: 5px 0;
    border-radius: 20px;
}
.tag-seminar {
    background-color: #779dff;
    color: #fff;
}
.tag-post {
    background-color: #9177ff;
    color: #fff;
}
.tag-product {
    background-color: #77cdff;
    color: #fff;
}
/* ----------------------------------------------------------------------
 text-align - é…ç½®
---------------------------------------------------------------------- */
.a-center {
    text-align: center !important
} /* ä¸­å¤®å¯E› */
.a-right {
    text-align: right !important
}  /* å³å¯E› */
.a-left {
    text-align: left !important
} /* å·¦å¯E› */
/* ----------------------------------------------------------------------
 display - ãƒ–ãƒ­ãƒE‚¯ã€€ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³
---------------------------------------------------------------------- */
.d-block {
    display: block;
}
.d-inline_block {
    display: inline-block;
}
.d-inline {
    display: inline;
}
.d-none {
    display: none;
}
/* ----------------------------------------------------------------------
 float - å›žã‚Šè¾¼ã¿
---------------------------------------------------------------------- */
.f-right {
    float: right;
    margin: 10px
} /* å³ã«å›žã‚Šè¾¼ã¿ */
.f-left {
    float: left;
    margin: 10px
}  /* å·¦ã«å›žã‚Šè¾¼ã¿ */
.f-clear {
    clear: both
}      /* å›žã‚Šè¾¼ã¿ã®è§£é™¤ */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}
/* ----------------------------------------------------------------------
 hover - ç”»åƒãƒªãƒ³ã‚¯ãƒžã‚¦ã‚¹ã‚ªãƒ¼ãƒãEæ™‚ãEä¸é€æEåº¦
---------------------------------------------------------------------- */
a img.fade {
    background: none !important;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover img.fade {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: none !important;
}
/* ----------------------------------------------------------------------
 text-style - ãƒE‚­ã‚¹ãƒˆã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------------------------------------------- */
.att {
    padding-left: 1em;
    text-indent: -1em;
} /* æ³¨æ„æ›¸ãç­‰ã§äºŒè¡Œç›®ä»¥é™ã‚’å­—ä¸‹ã’ */
.att_box {
    margin: 2em 0 2.5em;
    padding: 1em 1.2em;
    line-height: 2.0;
    border: 1px dotted #cccccc;
    background: #fcfcfc;
    box-shadow: 0px 4px 0px 0px #f7f7f7;
} /* ãƒE‚­ã‚¹ãƒˆãEãƒE‚¯ã‚¹ */
/* ----------------------------------------------------------------------
 max-width - æ¨ªå¹E‚µã‚¤ã‚º
---------------------------------------------------------------------- */
.mx-w500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.mx-w600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.mx-w670 {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.mx-w980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
/* ----------------------------------------------------------------------
 margin - è¦ç´ ã®å¤–åEã®ä½™ç™½
---------------------------------------------------------------------- */
.mr-auto {
    margin-right: auto!important;
}
.m0-auto {
    margin: 0 auto !important;
}
.m0 {
    margin: 0 !important
}    /* margin 0px ã‚’æŒ‡å®šã™ã‚‹ã‚¯ãƒ©ã‚¹ */
.mt0 {
    margin-top: 0 !important
}   /* margin-top0px ã‚’æŒ‡å®šã™ã‚‹ã‚¯ãƒ©ã‚¹ */
.mr0 {
    margin-right: 0 !important
}   /* margin-right0px ã‚’æŒ‡å®šã™ã‚‹ã‚¯ãƒ©ã‚¹*/
.mb0 {
    margin-bottom: 0 !important
}  /* margin-bottom0px ã‚’æŒ‡å®šã™ã‚‹ã‚¯ãƒ©ã‚¹*/
.ml0 {
    margin-left: 0 !important
}    /* margin-left0px ã‚’æŒ‡å®šã™ã‚‹ã‚¯ãƒ©ã‚¹*/
.m5 {
    margin: 5px !important
}
.mt5 {
    margin-top: 5px !important
}
.mr5 {
    margin-right: 5px !important
}
.mb5 {
    margin-bottom: 5px !important
}
.ml5 {
    margin-left: 5px !important
}
.m10 {
    margin: 10px !important
}
.mt10 {
    margin-top: 10px !important
}
.mr10 {
    margin-right: 10px !important
}
.mb10 {
    margin-bottom: 10px !important
}
.ml10 {
    margin-left: 10px !important
}
.m15 {
    margin: 15px !important
}
.mt15 {
    margin-top: 15px !important
}
.mr15 {
    margin-right: 15px !important
}
.mb15 {
    margin-bottom: 15px !important
}
.ml15 {
    margin-left: 15px !important
}
.m20 {
    margin: 20px !important
}
.mt20 {
    margin-top: 20px !important
}
.mr20 {
    margin-right: 20px !important
}
.mb20 {
    margin-bottom: 20px !important
}
.ml20 {
    margin-left: 20px !important
}
.m25 {
    margin: 25px !important
}
.mt25 {
    margin-top: 25px !important
}
.mr25 {
    margin-right: 25px !important
}
.mb25 {
    margin-bottom: 25px !important
}
.ml25 {
    margin-left: 25px !important
}
.m30 {
    margin: 30px !important
}
.mt30 {
    margin-top: 30px !important
}
.mr30 {
    margin-right: 30px !important
}
.mb30 {
    margin-bottom: 30px !important
}
.ml30 {
    margin-left: 30px !important
}
.m35 {
    margin: 35px !important
}
.mt35 {
    margin-top: 35px !important
}
.mr35 {
    margin-right: 35px !important
}
.mb35 {
    margin-bottom: 35px !important
}
.ml35 {
    margin-left: 35px !important
}
.m40 {
    margin: 40px !important
}
.mt40 {
    margin-top: 40px !important
}
.mr40 {
    margin-right: 40px !important
}
.mb40 {
    margin-bottom: 40px !important
}
.ml40 {
    margin-left: 40px !important
}
.m45 {
    margin: 45px !important
}
.mt45 {
    margin-top: 45px !important
}
.mr45 {
    margin-right: 45px !important
}
.mb45 {
    margin-bottom: 45px !important
}
.ml45 {
    margin-left: 45px !important
}
.m50 {
    margin: 50px !important
}
.mt50 {
    margin-top: 50px !important
}
.mr50 {
    margin-right: 50px !important
}
.mb50 {
    margin-bottom: 50px !important
}
.ml50 {
    margin-left: 50px !important
}
.m55 {
    margin: 55px !important
}
.mt55 {
    margin-top: 55px !important
}
.mr55 {
    margin-right: 55px !important
}
.mb55 {
    margin-bottom: 55px !important
}
.ml55 {
    margin-left: 55px !important
}
.m60 {
    margin: 60px !important
}
.mt60 {
    margin-top: 60px !important
}
.mr60 {
    margin-right: 60px !important
}
.mb60 {
    margin-bottom: 60px !important
}
.ml60 {
    margin-left: 60px !important
}
.m65 {
    margin: 65px !important
}
.mt65 {
    margin-top: 65px !important
}
.mr65 {
    margin-right: 65px !important
}
.mb65 {
    margin-bottom: 65px !important
}
.ml65 {
    margin-left: 65px !important
}
.m70 {
    margin: 70px !important
}
.mt70 {
    margin-top: 70px !important
}
.mr70 {
    margin-right: 70px !important
}
.mb70 {
    margin-bottom: 70px !important
}
.ml70 {
    margin-left: 70px !important
}
.m75 {
    margin: 75px !important
}
.mt75 {
    margin-top: 75px !important
}
.mr75 {
    margin-right: 75px !important
}
.mb75 {
    margin-bottom: 75px !important
}
.ml75 {
    margin-left: 75px !important
}
.m80 {
    margin: 80px !important
}
.mt80 {
    margin-top: 80px !important
}
.mr80 {
    margin-right: 80px !important
}
.mb80 {
    margin-bottom: 80px !important
}
.ml80 {
    margin-left: 80px !important
}
.mb80-mb40 {
    margin-bottom: 80px !important
}
.mb40-mb20 {
    margin-bottom: 40px !important
}

@media (max-width: 767px) {
.mb80-mb40 {
    margin-bottom: 40px !important
}
.mb40-mb20 {
    margin-bottom: 20px !important
}
}
/* ----------------------------------------------------------------------
 padding - è¦ç´ ã®å†EEã®ä½™ç™½
---------------------------------------------------------------------- */
.p0 {
    padding: 0 !important
}
.pt0 {
    padding-top: 0 !important
}
.pr0 {
    padding-right: 0 !important
}
.pb0 {
    padding-bottom: 0 !important
}
.pl0 {
    padding-left: 0 !important
}
.p5 {
    padding: 5px !important
}
.pt5 {
    padding-top: 5px !important
}
.pr5 {
    padding-right: 5px !important
}
.pb5 {
    padding-bottom: 5px !important
}
.pl5 {
    padding-left: 5px !important
}
.p10 {
    padding: 10px !important
}
.pt10 {
    padding-top: 10px !important
}
.pr10 {
    padding-right: 10px !important
}
.pb10 {
    padding-bottom: 10px !important
}
.pl10 {
    padding-left: 10px !important
}
/* ----------------------------------------------------------------------
 .flex
---------------------------------------------------------------------- */
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
/* ----------------------------------------------------------------------
 layout ãƒ¬ã‚¤ã‚¢ã‚¦ãƒE
---------------------------------------------------------------------- */
.sec {
    padding: 80px 0;
}
.column-base {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.column2-style01 {
    counter-reset: number;
    padding-left: 0;
}
.column2-style01 {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column2-style01 li {
    width: 49%;
}
.column3-style01 {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: number;
}
.column3-style01 li {
    width: 32%;
}
.column3-style01 li li {
    width: 100%;
}

@media (max-width: 767px) {
.column3-style01 li {
    width: 49%;
}
.column3-style01 li:nth-child(n+3) {
    margin-top: 10px;
}
}

@media (max-width: 375px) {
.column3-style01 li {
    width: 100%;
}
.column3-style01 li:nth-child(n+2) {
    margin-top: 10px;
}
}
.column4-style01 {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column4-style01 li {
    width: 23.5%;
    background: #fff;
    text-align: center;
    padding: 30px 0;
    margin: 17px auto;
}
.column4-style01 li li {
    width: inherit;
    text-align: inherit;
    padding: inherit;
    margin: inherit;
}
.dl-style01 dt, .dl-style01 dd {
    padding: 20px 0;
}
.dl-style01 dt:first-of-type, .dl-style01 dd:first-of-type {
    padding: 0 0 20px 0;
}
.dl-style01 dt {
    width: 28%;
}
.dl-style01 dd {
    width: 72%;
}

@media (max-width: 1040px) {
.column2-style01 li {
    width: 100%;
}
}

@media (max-width: 767px) {
.sec {
    padding: 50px 0;
}
}
/* ----------------------------------------------------------------------
 headline
---------------------------------------------------------------------- */
.headline01 {
    font-size: 2.9rem;
    padding: 0 0 60px 0;
    line-height: 2.2;
    text-align: center;
    font-weight: bold;
}
.headline02 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding-left: 64px;
    background-color: #fff;
    z-index: 2;
    counter-increment: number;
}
.headline02 span {
    background-color: #fff;
    display: block;
}
.headline02:before {
    position: absolute;
    content: counter(number, decimal-leading-zero);
    color: rgba(7, 63, 126, .9);
    font-size: 7rem;
    background: -webkit-linear-gradient(130deg, #073f7e, #9ccae3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    left: -35px;
    top: -54px;
}
.headline02:after {
    position: absolute;
    content: '';
    top: -70px;
    left: -60px;
    z-index: -1;
    background: url(circle01.svg) no-repeat center center;
    background-size: contain;
    padding: 7rem;
}

@media all and (-ms-high-contrast: none) {
.headline02:before {
    background-color: transparent;
    left: -40px;
    top: -50px;
}
}
.headline03 {
    counter-reset: number;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.headline04 {
    font-size: 2.2rem;
    color: #073f7e;
    line-height: 1.9;
    font-weight: bold;
}
.headline05 {
    font-size: 1.6rem;
    color: #b4b4b4;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    line-height: 1.5;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
.headline06 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.headline07 {
    font-size: 1.6rem;
}
.headline08 {
    font-size: 1.5rem;
    font-weight: 400;
}
.headline09 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.headline09 span {
    font-size: 1.4rem;
    display: block;
    text-transform: uppercase;
}
.headline10 {
    font-size: 2.1rem;
    margin-bottom: 25px;
    color: #073f7e;
    line-height: 1.4;
    text-align: center;
}
.headline10 span {
    display: inline-block;
}
.headline11 {
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 4px;
}
.headline11:before {
    content: "";
    position: absolute;
    bottom: -6px;
    background: #073f7e;
    width: 40px;
    height: 5px;
}
.headline12 {
    font-size: 4.8rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    color: #073f7e;
}
.headline12 span {
    position: relative;
    width: 82px;
    height: 82px;
    left: 8px;
}
.headline12 span:before {
    position: absolute;
    content: counter(number, decimal-leading-zero);
    color: rgba(7, 63, 126, .9);
    font-size: 3.7rem;
    background: -webkit-linear-gradient(130deg, #073f7e, #9ccae3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    display: block;
    width: 82px;
    height: 82px;
    left: 0;
    top: 0;
    line-height: 82px;
    text-align: center;
}
.headline12 span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    z-index: -1;
    background: url(circle01.svg) no-repeat center center;
    background-size: contain;
    padding: 4.1rem;
    transform: translateY(-50%);
}
.headline12:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #1a3a95;
    display: block;
}
.headline12:after {
    margin-left: 0.5em;
}

@media all and (-ms-high-contrast: none) {
.headline12 span:before {
    background: transparent;
}
}
.headline13 {
    font-size: 2.4rem;
    color: #073f7e;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8px;
}
.headline13 span {
    font-size: 1.8rem;
}
.p-style01 {
    font-size: 1.8rem;
    text-align: center;
    color: #073f7e;
    font-weight: bold;
    margin-bottom: 0;
}
.p-style02 {
    text-align: center;
    color: #073f7e;
    margin-bottom: 0;
}
.p-style03 {
    font-size: 2.7rem;
    color: #073f7e;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 0 20px;
}

@media (max-width: 1199px) {
.headline04 {
    font-size: 1.8rem;
    line-height: 1.5;
}
}

@media (max-width: 767px) {
.headline01 {
    font-size: 2.2rem;
    line-height: 1.8;
    padding: 0 0 30px 0;
}
.headline02:after {
    padding: 5rem;
    top: -50px;
    left: -40px;
}
.headline02:before {
    font-size: 5rem;
    border-radius: 0;
    z-index: 2;
    background-color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    left: -25px;
    top: -35px;
}
.headline09 {
    font-size: 2.8rem;
}
.headline11 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.headline12 {
    font-size: 3.6rem;
}
.headline12 span:before {
    left: -0.2em;
}
.headline13 {
    font-size: 2.0rem;
}
.p-style01 {
    font-size: 1.6rem;
}
.p-style03 {
    font-size: 1.8rem;
}
}
/* ----------------------------------------------------------------------
 btn 
---------------------------------------------------------------------- */
.btn-style01 {
    background: #073f7e;
    color: #fff;
    border-radius: 2px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    max-width: 205px;
}
.btn-style01:hover {
    background-color: #002958;
}
.btn-style02 a {
    background: #f6be53;
    color: #073f7e;
    border-radius: 2px;
    padding: 12px 34px;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    display: inline-block;
    position: relative;
}
.btn-style02 a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 10px;
}
.btn-style02 a:hover {
    background-color: #f1ad1c;
}
.btn-style03 a {
    background: #f6be53;
    color: #073f7e;
    border-radius: 5px;
    padding: 23px 100px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 446px;
}
.btn-style03 a span {
    position: relative;
    padding-left: 50px;
}
.btn-style03 a span:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    padding-right: 20px;
    font-size: 4.0rem;
    position: absolute;
    top: -8px;
    left: 0;
}
.btn-style03 a:hover {
    background-color: #f1ad1c;
}
.btn-style04 a {
    background: #073f7e;
    color: #fff;
    border-radius: 5px;
    padding: 23px 23px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 446px;
}
.btn-style04 a:hover {
    background-color: #002958;
}
.contact-area01 p {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
.btn-style03 a, .btn-style04 a {
    width: 100%;
    padding: 16px 8px;
}
}
/* ----------------------------------------------------------------------

header

---------------------------------------------------------------------- */
header .read p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0;
    padding: 7px 0;
}
header .is-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
header nav .nav-contact a {
    background: #f6be53;
    color: #073f7e;
    border-radius: 2px;
    padding: 12px 34px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
}
header nav .nav-contact a:hover {
    background-color: #f1ad1c;
}
header nav .nav-contact a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 10px;
}

@media (min-width: 1041px) {
header .is-fixed .head-bar {
    display: none;
}
header .is-fixed nav .nav-contact {
    display: block;
}
header .is-fixed nav a {
    font-size: 1.5rem;
}
}
header .logo-nav .row {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
header .logo a {
    display: block;
    padding: 10px 0;
}
header .logo img {
    max-width: 162px;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .is-fixed .logo img {
    max-width: 122px;
    width: 100%;
}
header nav ul {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}
header nav .nav-contact {
    display: none;
}
header nav li a {
    color: #073f7e;
    font-size: 1.7rem;
    line-height: 1.7;
    padding: 10px 30px;
    font-weight: bold;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    display: block;
    overflow: hidden;
}
header nav li:not(.nav-contact) a:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 90%;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    background-color: #f6be53;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header nav li:not(.nav-contact) a:hover, header nav li.current:not(.nav-contact) a {
    color: #f6be53;
}
header nav li:not(.nav-contact) a:hover:before, header nav li.current:not(.nav-contact) a:before {
    bottom: 0;
}
header nav ul#gnav-ul > li {
    position: relative;
    padding: 24px 0;
}
header .is-fixed nav ul#gnav-ul > li {
    padding: 16px 0;
}
header nav ul#gnav-ul ul {
    display: block;
    position: absolute;
    top: 96px;
    z-index: 1;
    background: #fff;
    padding-bottom: 6px;
}
header .is-fixed nav ul#gnav-ul ul {
    top: 77px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
header nav ul#gnav-ul ul li a {
    font-size: 1.5rem;
}
header nav ul#gnav-ul li.current:not(.nav-contact) ul li a {
    color: #073f7e;
}
header nav ul#gnav-ul ul li a:before, header nav ul#gnav-ul li.current:not(.nav-contact) ul li a:before {
    content: inherit;
    background: transparent;
}
header nav ul#gnav-ul li.current:not(.nav-contact) ul li a:hover {
    color: #f6be53;
}
header .btn-style02 {
    float: right;
    margin: 10px 0;
}
header .btn-style02 object {
    position: relative;
    top: 2px;
}
header .sp-menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    z-index: 1001;
}
header .sp-menu:before, header .sp-menu:after, header .sp-menu span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #073f7e, #9ccae3);
    position: absolute;
    right: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .sp-menu:before {
    top: 15px;
    width: 20px;
}
header .sp-menu:after {
    bottom: 14px;
    width: 40px;
}
header .sp-menu span:before {
    bottom: 0;
    margin: auto;
    top: 0;
    width: 30px;
}
header .sp-menu:hover:before {
    top: 10px;
}
header .sp-menu:hover:after {
    bottom: 10px;
}

@media (max-width: 1340px) {
header nav li a {
    padding-left: 20px;
    padding-right: 20px;
}
header .is-fixed nav a {
    padding-left: 14px;
    padding-right: 14px;
}
header .is-fixed nav .nav-contact a {
    margin-left: 20px;
}
}

@media (max-width: 1040px) {
header .read p {
    font-size: 1.1rem;
}
header .logo-nav {
    position: relative;
}
header .is-fixed {
    position: fixed;
}
header .logo-nav .row {
    justify-content: start;
}
#gnav {
    height: 100%;
    transition: all 0.3s;
    transform: translate(500px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
    padding-top: 88px;
    width: 100%;
    max-width: 280px;
}
.is-open #gnav {
    transform: translate(0);
}
header .is-open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(7, 63, 126, .9), rgba(156, 202, 227, .8));
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
}
header .btn-style02 {
    margin: 7px 0;
}
header .btn-style02 a {
    font-size: 1.4rem;
    padding: 10px 30px;
}
header .logo a {
    padding: 5px 0;
}
header .logo img {
    max-width: 120px;
}
header nav ul {
    display: block;
}
header nav .nav-contact {
    display: block;
}
header nav div a {
    padding: 10px 0;
    display: block;
}
header .is-open .sp-menu span:before {
    content: none;
}
header .is-open .sp-menu:before, header .is-open .sp-menu:hover:before {
    top: 23px;
    width: 40px;
    transform: rotate(45deg);
}
header .is-open .sp-menu:after, header .is-open .sp-menu:hover:after {
    bottom: 23px;
    width: 40px;
    transform: rotate(-45deg);
}
header .is-open .sp-menu:hover:before, header .is-open .sp-menu:hover:after {
    width: 50px;
    right: -5px;
}
header nav li:not(.nav-contact) a:before {
    width: 100%;
}
header nav li:not(.nav-contact) a:hover, header nav li.current:not(.nav-contact) a {
    color: #073f7e;
}
header nav li:not(.nav-contact) a:hover:before, header nav li.current:not(.nav-contact) a:before {
    bottom: 5px;
    width: 100%;
}
header nav li:not(.nav-contact) a:before {
    content: inherit;
}
header nav .nav-contact {
    margin-top: 10px;
}
header nav .nav-contact a {
    width: 100%;
}
header nav ul#gnav-ul > li, header .is-fixed nav ul#gnav-ul > li {
    padding: 0;
}
header nav li:not(.nav-contact) a:before {
    content: inherit;
    background-color: transparent;
}
header nav ul#gnav-ul ul {
    display: block !important;
    position: static;
    top: 0;
    z-index: 0;
    background: transparent;
    padding-bottom: 0;
}
header .is-fixed nav ul#gnav-ul ul {
    top: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);
}
header nav ul#gnav-ul ul li {
    padding-left: 10px;
}
header nav ul#gnav-ul ul li:first-child {
    display: none;
}
header nav ul#gnav-ul ul li a {
    font-size: 1.7rem;
    position: relative;
}
header nav ul#gnav-ul li ul li a {
    padding-left: 12px;
}
header nav ul#gnav-ul li ul li a::before, header nav ul#gnav-ul li.current:not(.nav-contact) ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #073f7e;
    width: 8px;
    height: 1px;
    display: block;
    margin: -1px auto 0 0;
    z-index: 1;
}
}

@media (max-width: 767px) {
header .read .column-base {
    padding: 0 10px;
}
header .read p {
    font-size: 0.9rem;
    letter-spacing: -.1px;
    line-height: 1.4;
    text-align: justify;
}
header .is-fixed nav .nav-contact a {
    margin-left: 0;
}
header .is-fixed nav a {
    padding-left: 0px;
    padding-right: 0px;
}
header #header_nav_bottom {
    padding: 10px 0;
}
header .btn-style02 {
    text-align: center;
    float: none;
    margin: 0 auto;
}
}
/* ----------------------------------------------------------------------

sub visual

---------------------------------------------------------------------- */
.sub-visual {
    background-image: url("bg_pattern02.png"), linear-gradient(to left, #073f7e, #9ccae3);
    padding: 30px 0;
}
/* ----------------------------------------------------------------------

breadcrumb

---------------------------------------------------------------------- */
.breadcrumb-area {
    background-color: #f3f3f3;
    padding: 10px 0;
}
.breadcrumb-area li {
    display: inline-block;
    font-size: 1.4rem;
    color: #073f7e;
}
.breadcrumb-area li a {
    color: #073f7e;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.breadcrumb-area li a:hover {
    color: #f6be53;
}
.breadcrumb-area li a:before {
    content: "";
    position: relative;
}
.breadcrumb-area li a:before {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #073f7e;
    border-bottom: 1px solid #073f7e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition-property: all;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* ----------------------------------------------------------------------

footer

---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 footer-area
---------------------------------------------------------------------- */
#footer-area {
    padding-top: 80px;
    background: #e9ecf0;
}
#footer-area ul li a {
    border: 2px solid;
    border-image: linear-gradient(to top, #073f7e, #9ccae3);
    border-image-slice: 2;
    position: relative;
    background: #fff;
    background-image: url("foot_bnr01.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 3px;
    height: 100%;
    display: flex;
    align-items: center;
}
#footer-area ul li:nth-child(2) a {
    background-image: url("foot_bnr02.png");
}
#footer-area ul li:nth-child(3) a {
    background-image: url("foot_bnr03.png");
}
#footer-area ul li a:hover {
    background: #e8f7ff;
    background-image: url("foot_bnr01.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
}
#footer-area ul li:nth-child(2) a:hover {
    background: #e8f7ff;
    background-image: url("foot_bnr02.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
}
#footer-area ul li:nth-child(3) a:hover {
    background: #e8f7ff;
    background-image: url("foot_bnr03.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
}
#footer-area ul li h4 {
    padding: 10% 0;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
#footer-area ul li + li {
    margin-top: 15px;
}
#footer-area ul li a {
    display: block;
}
#footer-area .column-base [class*="col-"] {
}
#footer-area {
    padding-top: 50px;
}
}
/* ----------------------------------------------------------------------
footer-nav
---------------------------------------------------------------------- */
.footer-inner {
    padding: 0 10px;
}
#footer-nav ul {
    padding: 0;
}
#footer-nav ul a:hover,#footer-nav .headline08 a:hover {
    color: #f6be53;
}
#footer-nav ul ul.sub-menu {
    display: block !important;
}
#footer-nav ul ul.sub-menu li {
    margin-bottom: 0;
    padding-left: 10px;
}
#footer-nav ul ul.sub-menu li a {
    font-size: 1.5rem;
    position: relative;
}
#footer-nav ul ul.sub-menu li a::before {
    content: "-";
    padding-right: 2px;
}
#footer-nav2 {
    margin-bottom: 40px;
    margin-top: 10px;
}
#footer-nav ul li {
    float: none;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
#footer-nav ul li + li {
    padding-left: 30px;
}
#footer-nav ul li object {
    position: relative;
    top: 2px;
    left: 4px;
}
#footer-nav .h4-style03:last-of-type {
    margin-top: 50px;
}
#footer-nav .h5-style01 {
    margin-top: 20px;
}
#footer-nav .h6-style01 {
    margin-top: 10px;
}
#footer-nav .h6-style01 object {
    position: relative;
    top: 2px;
    left: 4px;
}
#footer-nav .row {
    justify-content: start;
}
#footer-nav .c-info p {
    margin: 0;
    line-height: 1.8;
    font-size: 1.5rem;
}
#footer-nav .c-info a.bg-blue {
    padding: 0px 10px 2px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    font-size: 1.2rem;
}
#footer-nav .c-info a[target="_blank"]::after {
    margin-left: 0;
}
#footer-nav .c-info a object {
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 1040px) {
#footer-nav ul li {
    font-size: 13px;
    padding-right: 15px;
    margin-bottom: 7px;
}
#footer-nav ul li + li {
    padding-left: 0;
}
}

@media only screen and (max-width: 767px) {
#footer-nav .c-info a {
    margin-left: 5px;
}
}
/* ----------------------------------------------------------------------
 copy
---------------------------------------------------------------------- */
#copy {
    padding: 10px 0;
}
#copy p {
    font-size: 1.1rem;
}
/* ----------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------- */
.pagetop {
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(7, 63, 126, .9);
    display: none;
    bottom: 38px;
    z-index: 99;
}
.pagetop span {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.pagetop span .fas {
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 30px;
}
/* ----------------------------------------------------------------------
	Column ã‚«ãƒ©ãƒ 
---------------------------------------------------------------------- */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 1rem 0;
}

@media (min-width: 0px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 768px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 992px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 1200px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
}
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.333333%;
}
.pull-2 {
    right: 16.666667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.333333%;
}
.pull-5 {
    right: 41.666667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.333333%;
}
.pull-8 {
    right: 66.666667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.333333%;
}
.pull-11 {
    right: 91.666667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.333333%;
}
.push-2 {
    left: 16.666667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.333333%;
}
.push-5 {
    left: 41.666667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.333333%;
}
.push-8 {
    left: 66.666667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.333333%;
}
.push-11 {
    left: 91.666667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-sm-0 {
    right: auto;
}
.pull-sm-1 {
    right: 8.333333%;
}
.pull-sm-2 {
    right: 16.666667%;
}
.pull-sm-3 {
    right: 25%;
}
.pull-sm-4 {
    right: 33.333333%;
}
.pull-sm-5 {
    right: 41.666667%;
}
.pull-sm-6 {
    right: 50%;
}
.pull-sm-7 {
    right: 58.333333%;
}
.pull-sm-8 {
    right: 66.666667%;
}
.pull-sm-9 {
    right: 75%;
}
.pull-sm-10 {
    right: 83.333333%;
}
.pull-sm-11 {
    right: 91.666667%;
}
.pull-sm-12 {
    right: 100%;
}
.push-sm-0 {
    left: auto;
}
.push-sm-1 {
    left: 8.333333%;
}
.push-sm-2 {
    left: 16.666667%;
}
.push-sm-3 {
    left: 25%;
}
.push-sm-4 {
    left: 33.333333%;
}
.push-sm-5 {
    left: 41.666667%;
}
.push-sm-6 {
    left: 50%;
}
.push-sm-7 {
    left: 58.333333%;
}
.push-sm-8 {
    left: 66.666667%;
}
.push-sm-9 {
    left: 75%;
}
.push-sm-10 {
    left: 83.333333%;
}
.push-sm-11 {
    left: 91.666667%;
}
.push-sm-12 {
    left: 100%;
}
.offset-sm-0 {
    margin-left: 0%;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}
}

@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-md-0 {
    right: auto;
}
.pull-md-1 {
    right: 8.333333%;
}
.pull-md-2 {
    right: 16.666667%;
}
.pull-md-3 {
    right: 25%;
}
.pull-md-4 {
    right: 33.333333%;
}
.pull-md-5 {
    right: 41.666667%;
}
.pull-md-6 {
    right: 50%;
}
.pull-md-7 {
    right: 58.333333%;
}
.pull-md-8 {
    right: 66.666667%;
}
.pull-md-9 {
    right: 75%;
}
.pull-md-10 {
    right: 83.333333%;
}
.pull-md-11 {
    right: 91.666667%;
}
.pull-md-12 {
    right: 100%;
}
.push-md-0 {
    left: auto;
}
.push-md-1 {
    left: 8.333333%;
}
.push-md-2 {
    left: 16.666667%;
}
.push-md-3 {
    left: 25%;
}
.push-md-4 {
    left: 33.333333%;
}
.push-md-5 {
    left: 41.666667%;
}
.push-md-6 {
    left: 50%;
}
.push-md-7 {
    left: 58.333333%;
}
.push-md-8 {
    left: 66.666667%;
}
.push-md-9 {
    left: 75%;
}
.push-md-10 {
    left: 83.333333%;
}
.push-md-11 {
    left: 91.666667%;
}
.push-md-12 {
    left: 100%;
}
.offset-md-0 {
    margin-left: 0%;
}
.offset-md-1 {
    margin-left: 8.333333%;
}
.offset-md-2 {
    margin-left: 16.666667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.333333%;
}
.offset-md-5 {
    margin-left: 41.666667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.333333%;
}
.offset-md-8 {
    margin-left: 66.666667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.333333%;
}
.offset-md-11 {
    margin-left: 91.666667%;
}
}

@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-lg-0 {
    right: auto;
}
.pull-lg-1 {
    right: 8.333333%;
}
.pull-lg-2 {
    right: 16.666667%;
}
.pull-lg-3 {
    right: 25%;
}
.pull-lg-4 {
    right: 33.333333%;
}
.pull-lg-5 {
    right: 41.666667%;
}
.pull-lg-6 {
    right: 50%;
}
.pull-lg-7 {
    right: 58.333333%;
}
.pull-lg-8 {
    right: 66.666667%;
}
.pull-lg-9 {
    right: 75%;
}
.pull-lg-10 {
    right: 83.333333%;
}
.pull-lg-11 {
    right: 91.666667%;
}
.pull-lg-12 {
    right: 100%;
}
.push-lg-0 {
    left: auto;
}
.push-lg-1 {
    left: 8.333333%;
}
.push-lg-2 {
    left: 16.666667%;
}
.push-lg-3 {
    left: 25%;
}
.push-lg-4 {
    left: 33.333333%;
}
.push-lg-5 {
    left: 41.666667%;
}
.push-lg-6 {
    left: 50%;
}
.push-lg-7 {
    left: 58.333333%;
}
.push-lg-8 {
    left: 66.666667%;
}
.push-lg-9 {
    left: 75%;
}
.push-lg-10 {
    left: 83.333333%;
}
.push-lg-11 {
    left: 91.666667%;
}
.push-lg-12 {
    left: 100%;
}
.offset-lg-0 {
    margin-left: 0%;
}
.offset-lg-1 {
    margin-left: 8.333333%;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.333333%;
}
.offset-lg-5 {
    margin-left: 41.666667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.333333%;
}
.offset-lg-8 {
    margin-left: 66.666667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.333333%;
}
.offset-lg-11 {
    margin-left: 91.666667%;
}
}

@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-xl-0 {
    right: auto;
}
.pull-xl-1 {
    right: 8.333333%;
}
.pull-xl-2 {
    right: 16.666667%;
}
.pull-xl-3 {
    right: 25%;
}
.pull-xl-4 {
    right: 33.333333%;
}
.pull-xl-5 {
    right: 41.666667%;
}
.pull-xl-6 {
    right: 50%;
}
.pull-xl-7 {
    right: 58.333333%;
}
.pull-xl-8 {
    right: 66.666667%;
}
.pull-xl-9 {
    right: 75%;
}
.pull-xl-10 {
    right: 83.333333%;
}
.pull-xl-11 {
    right: 91.666667%;
}
.pull-xl-12 {
    right: 100%;
}
.push-xl-0 {
    left: auto;
}
.push-xl-1 {
    left: 8.333333%;
}
.push-xl-2 {
    left: 16.666667%;
}
.push-xl-3 {
    left: 25%;
}
.push-xl-4 {
    left: 33.333333%;
}
.push-xl-5 {
    left: 41.666667%;
}
.push-xl-6 {
    left: 50%;
}
.push-xl-7 {
    left: 58.333333%;
}
.push-xl-8 {
    left: 66.666667%;
}
.push-xl-9 {
    left: 75%;
}
.push-xl-10 {
    left: 83.333333%;
}
.offset-xl-11 {
    margin-left: 91.666667%;
}
}
