@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-weight: 300;
}
@font-face {
  font-family: YuGothicM;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: YuGothicM;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: icomoon;
  src: url("/assets/fonts/icomoon.eot?csk7y1");
  src: url("/assets/fonts/icomoon.eot?csk7y1#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?csk7y1") format("truetype"), url("/assets/fonts/icomoon.woff?csk7y1") format("woff"), url("/assets/fonts/icomoon.svg?csk7y1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*======================================================== */
/*  NORMALIZE */
/*======================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*======================================================== */
/*  FONTS */
/*======================================================== */
/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body {
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  width: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (-ms-high-contrast: none) {
  * {
    font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif !important;
  }
}

/*======================================================== */
/*  GLOBAL CLASS */
/*======================================================== */
.clearfix:after, #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap:after, #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu:after, #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list:after, #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list:after, #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list-fix:after, #site-footer .site-footer-links .footer-wrap .footer-banner .banner-list:after, #site-footer .footer-bottom .footer-inner:after, #site-footer .footer-bottom .footer-inner .footer-bottom-list:after {
  content: "";
  clear: both;
  display: block;
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .is-pc {
    display: block !important;
  }
}

.is-851 {
  display: none !important;
}
@media screen and (min-width: 851px) {
  .is-851 {
    display: block !important;
  }
}

.is-850 {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .is-850 {
    display: block !important;
  }
}

.is-tab {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block !important;
  }
}

.is-601 {
  display: none !important;
}
@media screen and (min-width: 601px) {
  .is-601 {
    display: block !important;
  }
}

.is-600 {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-600 {
    display: block !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .is-sp {
    display: block !important;
  }
}

.news-body strong,
.block-wysiwyg strong {
  font-weight: bold;
}
.news-body ol,
.block-wysiwyg ol {
  margin-left: 1.5em;
}
.news-body ol > li,
.block-wysiwyg ol > li {
  list-style: decimal;
}
.news-body h1,
.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5,
.news-body h6,
.block-wysiwyg h1,
.block-wysiwyg h2,
.block-wysiwyg h3,
.block-wysiwyg h4,
.block-wysiwyg h5,
.block-wysiwyg h6 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #becfdf;
}
.news-body ul,
.block-wysiwyg ul {
  margin-left: 1.5em;
}
.news-body ul > li,
.block-wysiwyg ul > li {
  list-style: disc;
}
.news-body a,
.block-wysiwyg a {
  color: #0074bf;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news-body a:hover,
  .block-wysiwyg a:hover {
    text-decoration: none;
  }
}

/*======================================================== */
/*  LAYOUT */
/*======================================================== */
#site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 111px;
}
@media screen and (max-width: 920px) {
  #site-wrapper {
    padding-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  #site-wrapper {
    padding-top: 65px;
  }
}
@media screen and (max-width: 640px) {
  #site-wrapper {
    padding-top: 50px;
  }
}
#site-wrapper .totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
  width: 60px;
  height: 60px;
  display: none;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
#site-wrapper .totop a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #site-wrapper .totop a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  #site-wrapper .totop {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
#site-wrapper #main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 20vh;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container {
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#site-wrapper #main-container #sidebar {
  flex-basis: 242px;
  width: 242px;
  border-right: 2px solid #ecf2f7;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #sidebar {
    flex-basis: auto;
    width: 100%;
    order: 2;
    border-top: 3px solid #ecf2f7;
    border-right: none;
  }
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #sidebar .side-navi-list {
    padding: 0 10px;
  }
}
#site-wrapper #main-container #sidebar .side-navi-list > li {
  line-height: 1;
  border-bottom: 1px solid #ecf2f7;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #sidebar .side-navi-list > li {
    border-bottom-style: dotted;
  }
}
#site-wrapper #main-container #sidebar .side-navi-list > li a {
  display: block;
  color: #000;
  padding: 18px 16px;
  background: #fff;
  transition: background 0.3s;
}
@media screen and (min-width: 769px) {
  #site-wrapper #main-container #sidebar .side-navi-list > li a:hover {
    background: #e8f4ff;
  }
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list {
    border-top: 1px dotted #ecf2f7;
  }
}
#site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li {
  line-height: 1;
}
#site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li {
    border-bottom: 1px dotted #ecf2f7;
  }
  #site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li:last-child {
    border-bottom: none;
  }
}
#site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li > a {
  position: relative;
  padding: 12px 20px 12px 32px;
}
#site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 16px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  margin-top: -3px;
}
#site-wrapper #main-container #main-content {
  flex-basis: 81%;
  padding: 75px 50px 80px 48px;
}

@media screen and (min-width: 851px) {
 #site-wrapper #main-container #main-content {
  min-width: 609px;
  max-width: 1036px;
 }
}

@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content {
    flex-basis: auto;
    padding: 28px 20px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 850px) and (-ms-high-contrast: none) {
  #site-wrapper #main-container #main-content {
    min-height: 1px;
  }
}

@media screen and (max-width: 768px) {
  #site-wrapper #main-container #main-content {
    padding: 28px 10px 40px;
  }
}
#site-wrapper #main-container #main-content .contents-title {
  font-size: 24px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  vertical-align: baseline;
  padding-bottom: 2px;
  margin-bottom: 60px;
  position: relative;
}
#site-wrapper #main-container #main-content .contents-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0c73c4;
  background: -moz-linear-gradient(left, #0c73c4 0%, #15af97 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0c73c4), color-stop(100%, #15af97));
  background: -webkit-linear-gradient(left, #0c73c4 0%, #15af97 100%);
  background: -o-linear-gradient(left, #0c73c4 0%, #15af97 100%);
  background: -ms-linear-gradient(left, #0c73c4 0%, #15af97 100%);
  background: linear-gradient(to right, #0c73c4 0%, #15af97 100%);
}
#site-wrapper #main-container #main-content .contents-title span {
  font-size: 11px;
  color: #787878;
  margin-left: 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #site-wrapper #main-container #main-content .contents-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #site-wrapper #main-container #main-content .contents-title span {
    display: block;
    font-size: 10px;
    margin-left: 0;
  }
}
#site-wrapper #main-container #main-content .main {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content .main {
    font-size: 14px;
  }
}
#site-wrapper #main-container #main-content .main .container {
  padding-bottom: 34px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px dotted #becfdf;
}
#site-wrapper #main-container #main-content .main .container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#site-wrapper #main-container #main-content .main .container.blue {
  background: #e8f4ff;
  border-bottom: none;
  border-radius: 5px;
  padding: 40px 38px;
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content .main .container.blue {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content .main .container {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
#site-wrapper #main-container #main-content .main .block-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#site-wrapper #main-container #main-content .main .w-90 {
  flex-basis: 90%;
}
#site-wrapper #main-container #main-content .main .w-85 {
  flex-basis: 85%;
}
#site-wrapper #main-container #main-content .main .w-80 {
  flex-basis: 80%;
}
#site-wrapper #main-container #main-content .main .w-75 {
  flex-basis: 75%;
}
#site-wrapper #main-container #main-content .main .w-70 {
  flex-basis: 70%;
}
#site-wrapper #main-container #main-content .main .w-65 {
  flex-basis: 65%;
}
#site-wrapper #main-container #main-content .main .w-60 {
  flex-basis: 60%;
}
#site-wrapper #main-container #main-content .main .w-55 {
  flex-basis: 55%;
}
#site-wrapper #main-container #main-content .main .w-50 {
  flex-basis: 50%;
}
#site-wrapper #main-container #main-content .main .w-45 {
  flex-basis: 45%;
}
#site-wrapper #main-container #main-content .main .w-40 {
  flex-basis: 40%;
}
#site-wrapper #main-container #main-content .main .w-35 {
  flex-basis: 35%;
}
#site-wrapper #main-container #main-content .main .w-30 {
  flex-basis: 30%;
}
#site-wrapper #main-container #main-content .main .w-25 {
  flex-basis: 25%;
}
#site-wrapper #main-container #main-content .main .w-20 {
  flex-basis: 20%;
}
#site-wrapper #main-container #main-content .main .w-15 {
  flex-basis: 15%;
}
#site-wrapper #main-container #main-content .main .w-10 {
  flex-basis: 10%;
}
#site-wrapper #main-container #main-content .main .block {
  margin-bottom: 40px;
}
#site-wrapper #main-container #main-content .main .block:last-child {
  margin-bottom: 0;
}
#site-wrapper #main-container #main-content .main .block a {
  color: #0074bf;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #site-wrapper #main-container #main-content .main .block a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content .main .block.block-float {
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#site-wrapper #main-container #main-content .main .block.block-image img {
  margin: 0 auto;
}
#site-wrapper #main-container #main-content .main .block.block-line {
  margin: 34px 0 40px;
  height: 0px;
  width: 100%;
  border-top: 1px dotted #becfdf;
}
#site-wrapper #main-container #main-content .main h3.subtitle {
  font-size: 18px;
  margin-bottom: 26px;
}

#site-wrapper #main-container #main-content .main .block-table-chart {
  width: 100%;
  overflow-x: scroll;
}

#site-wrapper #main-container #main-content .main .block-table-chart table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#site-wrapper #main-container #main-content .main .block-table-chart th,
#site-wrapper #main-container #main-content .main .block-table-chart td {
  padding: 10px;
  text-align: center;
}
#site-wrapper #main-container #main-content .main .block-table-chart tr {
  background: #fff;
}

/* テーブル　ベースカラーパターン */
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1.table-color-deep-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2.table-color-deep-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-deep-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4.table-color-deep-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-deep-blue th {
  background: #0071C5;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1.table-color-light-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2.table-color-light-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-light-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4.table-color-light-blue th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-light-blue th {
  background: #cce7ff;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1.table-color-deep-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2.table-color-deep-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-deep-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4.table-color-deep-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-deep-green th {
  background: #20a690;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1.table-color-light-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2.table-color-light-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-light-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4.table-color-light-green th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-light-green th {
  background: #9ae6de;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1.table-color-gray th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2.table-color-gray th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-gray th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4.table-color-gray th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-gray th {
  background: #dcdcdc;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-deep-blue tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-light-blue tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-deep-blue tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-light-blue tr:nth-child(2n+1) {
  background: #edf5fd
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-deep-green tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-light-green tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-deep-green tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-light-green tr:nth-child(2n+1) {
  background: #d7f5f1;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5.table-color-gray tr:nth-child(2n+1),
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3.table-color-gray tr:nth-child(2n+1) {
  background: #f1f1f1;
}
/* ベースカラーパターンを追加する場合は、 */
/* この下の行から「ベースカラーの追加ここまで」と記載されている行の間に追記してください。 */
/* 「ベースカラーの追加ここまで」 */

/* テーブル　スタイルパターン */
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1 th {
  border: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-1 td {
  border: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2 {
  border: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2 th {
  border-bottom: double 5px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-2 tr {
  border-top: dashed 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3 th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-3 td {
  border-bottom: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4 {
  border: solid 2px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4 th {
  border: solid 1px #a7bcd3;
  border-bottom: solid 2px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4 td {
   border-left: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-4 tr {
   border-top: dashed 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 td {
  border-bottom: solid 1px #a7bcd3;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 th:first-child,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 td:first-child {
  border-left: none;
}
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 th,
#site-wrapper #main-container #main-content .main .block-table-chart .pattern-5 td {
  border-left: solid 1px #a7bcd3;
}
/* スタイルパターンを追加する場合は、 */
/* この下の行から「スタイルの追加ここまで」と記載されている行の間に追記してください。 */
/* 「スタイルの追加ここまで」 */

/* テーブル・キャプション・単位　行揃えパターン */
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-start th,
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-start td,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_caption.text-align-start,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_unit.text-align-start {
  text-align: start;
}
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-center th,
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-center td,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_caption.text-align-center,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_unit.text-align-center {
  text-align: center;
}
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-end th,
#site-wrapper #main-container #main-content .main .block-table-chart .text-align-end td,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_caption.text-align-end,
#site-wrapper #main-container #main-content .main .block-table-chart caption .tb_unit.text-align-end {
  text-align: end;
}

@media screen and (max-width: 850px) {
  #site-wrapper #main-container #main-content .main .w-90,
  #site-wrapper #main-container #main-content .main .w-85,
  #site-wrapper #main-container #main-content .main .w-80,
  #site-wrapper #main-container #main-content .main .w-75,
  #site-wrapper #main-container #main-content .main .w-70,
  #site-wrapper #main-container #main-content .main .w-65,
  #site-wrapper #main-container #main-content .main .w-60,
  #site-wrapper #main-container #main-content .main .w-55,
  #site-wrapper #main-container #main-content .main .w-50,
  #site-wrapper #main-container #main-content .main .w-45,
  #site-wrapper #main-container #main-content .main .w-40,
  #site-wrapper #main-container #main-content .main .w-35,
  #site-wrapper #main-container #main-content .main .w-30,
  #site-wrapper #main-container #main-content .main .w-25,
  #site-wrapper #main-container #main-content .main .w-20,
  #site-wrapper #main-container #main-content .main .w-15,
  #site-wrapper #main-container #main-content .main .w-10 {
    flex-basis: auto;
  }
  #site-wrapper #main-container #main-content .main h3.subtitle {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

/*======================================================== */
/*  COMMON CLASS */
/*======================================================== */
/*======================================================== */
/*  HEADER CLASS */
/*======================================================== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
#site-header .header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 8px 10px 8px 16px;
}
@media screen and (max-width: 768px) {
  #site-header .header-upper {
    height: 65px;
  }
}
@media screen and (max-width: 640px) {
  #site-header .header-upper {
    padding: 15px 10px 5px 10px;
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  #site-header .header-upper {
    padding-top: 10px;
  }
}
#site-header .header-upper .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 308px;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #site-header .header-upper .logos a {
    opacity: 1;
    display: inline-block;
    vertical-align: bottom;
    transition: opacity 0.3s;
  }
  #site-header .header-upper .logos a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 400px) {
  #site-header .header-upper .logos {
    -ms-flex-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    flex-basis: 85%;
  }
}
#site-header .header-upper .logos h2.com-title {
  flex-basis: auto;
  padding-top: 8px;
  margin-right: 34px;
}
@media screen and (max-width: 640px) {
  #site-header .header-upper .logos h2.com-title {
    flex-basis: auto;
    padding-top: 0;
  }
  #site-header .header-upper .logos h2.com-title img {
    height: 25px;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  #site-header .header-upper .logos h2.com-title {
    margin-right: 16px;
  }
}
#site-header .header-upper .logos h2.future-title {
  flex-basis: auto;
  padding-top: 12px;
  -ms-flex-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
}
@media screen and (max-width: 640px) {
  #site-header .header-upper .logos h2.future-title {
    flex-basis: auto;
    padding-top: 5px;
  }
  #site-header .header-upper .logos h2.future-title img {
    height: 20px;
    width: auto;
  }
}
#site-header .header-upper .sub-navis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  flex-basis: 280px;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis {
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: 130px;
  }
}
@media screen and (max-width: 768px) {
  #site-header .header-upper .sub-navis {
    display: none;
  }
}
#site-header .header-upper .sub-navis .mini-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .mini-navi {
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 12px;
    margin-right: 0;
  }
}
#site-header .header-upper .sub-navis .mini-navi .navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 22px;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .mini-navi .navi-list {
    margin-right: 0;
  }
}
#site-header .header-upper .sub-navis .mini-navi .navi-list > li {
  flex: 0 0 auto;
  margin-right: 29px;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .mini-navi .navi-list > li {
    margin-right: 16px;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
  }
}
#site-header .header-upper .sub-navis .mini-navi .navi-list > li:last-child {
  margin-right: 0;
}
#site-header .header-upper .sub-navis .mini-navi .navi-list > li > a {
  color: #505050;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  #site-header .header-upper .sub-navis .mini-navi .navi-list > li > a:hover {
    color: #0074bf;
  }
}
#site-header .header-upper .sub-navis .mini-navi .lang-navi a {
  display: block;
  background: #0074bf;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #0074bf;
}
#site-header .header-upper .sub-navis .mini-navi .lang-navi a:hover {
  color: #0074bf;
  background: #fff;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .mini-navi .lang-navi a {
    text-align: center;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
}
#site-header .header-upper .sub-navis .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 5px;
  flex: initial;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .search-form {
    position: absolute;
    top: -35px;
    right: 12px;
    background: #0074bf;
    padding: 5px;
    border-radius: 0 0 0 5px;
    transition: top 0.3s;
    width: 175px;
  }
  #site-header .header-upper .sub-navis .search-form.opened {
    top: 0;
  }
}
#site-header .header-upper .sub-navis .search-form .opener {
  display: none;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .search-form .opener {
    position: absolute;
    display: inline-block;
    top: 34px;
    right: 0;
    font-family: icomoon;
    font-size: 12px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 0 0 5px 5px;
    background: #0074bf;
    cursor: pointer;
  }
}
#site-header .header-upper .sub-navis .search-form #srchBox {
  flex-basis: 165px;
}
#site-header .header-upper .sub-navis .search-form form#srch {
  margin-bottom: 0 !important;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm {
  position: relative !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box {
  width: 100% !important;
  padding: 0 !important;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q {
  width: 165px;
  transition: width 0.2s;
  background: #e8f4ff !important;
  border: none;
  border-radius: 12px !important;
  font-size: 12px !important;
  padding: 0 26px 0 34px !important;
  height: 24px !important;
  line-height: 24px !important;
  text-align: left;
  box-shadow: none;
  outline: none;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q:placeholder {
  color: #e8f4ff;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q::-webkit-input-placeholder {
  color: #e8f4ff;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q:-moz-placeholder {
  color: #e8f4ff;
  opacity: 1;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q::-moz-placeholder {
  color: #e8f4ff;
  opacity: 1;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q:-ms-input-placeholder {
  color: #e8f4ff;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q.nomark {
  width: 265px;
}
@media screen and (max-width: 920px) {
  #site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-input-box #q.nomark {
    width: 165px;
  }
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-btn {
  position: absolute !important;
  top: 0 !important;
  left: 10px !important;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-btn:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  font-family: icomoon;
  font-size: 16px;
  color: #000;
  z-index: 0;
}
#site-header .header-upper .sub-navis .search-form form#srch #srchForm .search-btn #srchBtn {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
#site-header .header-upper .btn-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #site-header .header-upper .btn-menu {
    display: block;
    width: 25px;
    height: 20px;
    padding-top: 8px;
  }
  #site-header .header-upper .btn-menu a#menu-opener {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
  }
  #site-header .header-upper .btn-menu a#menu-opener span {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #000;
    transition: all 0.3s;
  }
  #site-header .header-upper .btn-menu a#menu-opener span:first-child {
    top: 0;
    opacity: 1;
  }
  #site-header .header-upper .btn-menu a#menu-opener span:nth-child(2) {
    top: 9px;
    transform: rotate(0deg);
  }
  #site-header .header-upper .btn-menu a#menu-opener span:nth-child(3) {
    top: 9px;
    transform: rotate(0deg);
  }
  #site-header .header-upper .btn-menu a#menu-opener span:last-child {
    bottom: 0;
    opacity: 1;
  }
  #site-header .header-upper .btn-menu a#menu-opener.opened span:first-child {
    opacity: 0;
  }
  #site-header .header-upper .btn-menu a#menu-opener.opened span:nth-child(2) {
    top: 50%;
    transform: rotate(45deg);
  }
  #site-header .header-upper .btn-menu a#menu-opener.opened span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  #site-header .header-upper .btn-menu a#menu-opener.opened span:last-child {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  #site-header .header-upper .btn-menu {
    padding-top: 0;
  }
}
#site-header #global-navi-wrap {
  flex: 2;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  #site-header #global-navi-wrap:before {
    display: block;
    content: "";
    width: 50%;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0c73c4;
    z-index: 0;
  }
  #site-header #global-navi-wrap:after {
    display: block;
    content: "";
    width: 50%;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    background: #15af97;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap {
    position: absolute;
    width: 100%;
    top: 65px;
    height: calc(100vh - 65px);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #site-header #global-navi-wrap {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
#site-header #global-navi-wrap #global-navi {
  position: relative;
  background-image: url(/en/assets/images/global_menu_bg.png?acaf0791);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1280px 41px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi {
    background: none;
    background: #0c73c4;
    background: -moz-linear-gradient(top, #0c73c4 0%, #108faf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c73c4), color-stop(100%, #108faf));
    background: -webkit-linear-gradient(top, #0c73c4 0%, #108faf 100%);
    background: -o-linear-gradient(top, #0c73c4 0%, #108faf 100%);
    background: -ms-linear-gradient(top, #0c73c4 0%, #108faf 100%);
    background: linear-gradient(to bottom, #0c73c4 0%, #108faf 100%);
    z-index: 1000;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1052px;
  font-size: 0;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li:first-child {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li {
    border-right: none;
    display: block;
    border-bottom: 1px solid #50b2be;
    text-align: left;
    position: relative;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li:first-child {
    border-left: none;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus {
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10001;
    cursor: pointer;
    overflow: hidden;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus a span {
    position: absolute;
    background: #fff;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus a span:first-child {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus a span:last-child {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus {
    width: 50px;
    height: 50px;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .plus.minus a span:first-child {
    transform: rotate(90deg);
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -1px;
  }
}

#site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0 30px;
  color: #fff;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.15px;
  transition: all 0.5s;
}
@media screen and (-ms-high-contrast: none) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
    line-height: 35px;
  }
}
@media screen and (max-width: 980px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
    font-size: 18px;
    font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a:hover {
    background: #55a3cb;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li > a.opened {
  background: #e8f4ff;
  color: #000;
}
@media all and (-ms-high-contrast: none) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li > a {
    padding: 0 20px;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  width: 100%;
  background: #e8f4ff;
  padding: 24px 26px 42px 24px;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap {
    background: #e8f4ff;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a {
  color: #000;
  backface-visibility: hidden;
  transition: color 0.3s;
  line-height: 1.4em;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a em {
  display: block;
  margin-bottom: 9px;
  position: relative;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a em:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a:hover {
    color: #0074bf;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a:hover span {
    text-decoration: underline;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a:hover em:after {
    opacity: 0.3;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a:hover em img {
    box-shadow: #000 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a {
    color: #fff;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a em {
    margin-bottom: 0;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a img {
    display: none;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a span {
  position: relative;
  padding-left: 11px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a span:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
}
@media screen and (max-width: 920px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a span {
    font-size: 18px;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap a span:before {
    display: none;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 {
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 16px;
  float: left;
  width: 20%;
  text-align: left;
  position: relative;
  padding-left: 10px;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #0074bf;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 a {
  color: #0074bf;
  backface-visibility: hidden;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 a:hover {
    color: #359de1;
  }
}
@media screen and (max-width: 980px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 {
    font-size: 14.5px;
    width: 15%;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 a {
    letter-spacing: -1.1px;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap h3 {
    display: none;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu {
  font-size: 14px;
  text-align: left;
  float: right;
  width: 80%;
}
@media screen and (max-width: 980px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu {
    float: none;
    width: 100% !important;
    font-size: 18px;
    font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
    font-weight: bold;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  padding-left: 20px;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li a span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li {
    float: none;
    border-bottom: 1px solid #50b2be;
    width: 100% !important;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li:last-child {
    border-bottom: none;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li > a {
    display: block;
    padding: 10px 30px 10px 38px;
    position: relative;
    color: #0074bf;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li > a span {
    display: inline-block;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li > a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 22px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #0074bf;
    margin-top: -4px;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi {
  padding-top: 14px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi {
    padding: 0;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi > li {
  margin-bottom: 12px;
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi > li {
    border-top: 1px solid #50b2be;
    margin-bottom: 0;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi > li a {
    display: block;
    padding: 10px 30px 10px 60px;
    position: relative;
    color: #0074bf;
  }
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu > li ul.sub-page-navi > li a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 22px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #0074bf;
    margin-top: -4px;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu.mega-ir > li.border {
  height: 1px;
  width: calc(100% - 20px);
  background: #d5e4f3;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu.mega-ir > li.border {
    display: none;
  }
}
#site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu.mega-business > li.border {
  height: 1px;
  width: calc(100% - 20px);
  background: #d5e4f3;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi ul.navi-list > li .mega-menu-wrap ul.mega-menu.mega-business > li.border {
    display: none;
  }
}
#site-header #global-navi-wrap #global-navi .lower-navi {
  display: none;
  padding: 28px 10px;
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi .lower-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #13a3a0;
  }
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 70%;
    height: 38px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li {
    flex: 1 0;
    flex-basis: initial;
    padding-right: 8px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li a {
    font-size: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li:last-child {
    padding-right: 0;
  }
  #site-header #global-navi-wrap #global-navi .lower-navi .mini-navi > li:last-child a {
    border: 1px solid #0074bf;
    background: #0074bf;
  }
}

/*======================================================== */
/*  FOOTER CLASS */
/*======================================================== */
#site-footer .site-footer-links {
  background: #cce7ff;
  padding: 40px 10px;
}
@media screen and (max-width: 850px) {
  #site-footer .site-footer-links {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #site-footer .site-footer-links {
    padding: 0;
  }
}
#site-footer .site-footer-links .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 963px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  #site-footer .site-footer-links .footer-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link {
  flex: auto;
  flex-basis: auto;
  padding-right: 30px;
}
@media screen and (max-width: 850px) {
  #site-footer .site-footer-links .footer-wrap .footer-link {
    padding-right: 0;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #site-footer .site-footer-links .footer-wrap .footer-link {
    display: none;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list {
  margin-bottom: 20px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li {
  margin-bottom: 20px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li:last-child {
  margin-bottom: 0;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li > a {
  font-size: 18px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li a {
  color: #000;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li a:hover {
    color: #0074bf;
    text-decoration: underline;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list {
  padding-top: 8px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li {
  float: left;
  margin-right: 20px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li:last-child {
  margin-right: 0;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  margin-top: -3px;
}
@media screen and (max-width: 980px) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li a {
    font-size: 14px;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub {
  margin-left: -20px;
  margin-right: 40px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list {
  position: relative;
  padding: 0 20px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list:before {
  display: inline-block;
  content: "（";
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (-ms-high-contrast: none) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list:before {
    top: 2px;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list:after {
  display: inline-block;
  content: "）";
  position: absolute;
  top: 0px;
  right: 0;
}
@media screen and (-ms-high-contrast: none) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list:after {
    top: 2px;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li:after {
  display: inline-block;
  content: "/";
  position: absolute;
  top: 2px;
  right: -10px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li:last-child {
  margin-right: 0;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li:last-child:after {
  display: none;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  margin-top: -3px;
}
@media screen and (max-width: 980px) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list > li ul.sub-navi-list > li.sub-sub ul.sub-sub-navi-list > li a {
    font-size: 14px;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list-fix > li {
  float: left;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  margin-right: 35px;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list-fix > li:last-child {
  margin-right: 0;
}
#site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list-fix > li a {
  font-size: 16px;
  color: #000;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  #site-footer .site-footer-links .footer-wrap .footer-link ul.navi-list-fix > li a:hover {
    color: #0074bf;
    text-decoration: underline;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-banner {
  flex-basis: 372px;
  min-height: 1px;
}
@media screen and (max-width: 980px) {
  #site-footer .site-footer-links .footer-wrap .footer-banner {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 850px) {
  #site-footer .site-footer-links .footer-wrap .footer-banner {
    flex-basis: auto;
  }
}
#site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 20px;
}
#site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  #site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li {
    display: block;
    margin-bottom: 0;
    padding: 5px 10px;
  }
  #site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li.tel {
    flex-basis: 100%;
  }
  #site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li a {
    display: block;
  }
  #site-footer .site-footer-links .footer-wrap .footer-banner .banner-list > li img {
    margin: 0 auto;
  }
}
#site-footer .footer-group-banner {
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0 10px;
}
@media screen and (max-width: 600px) {
  #site-footer .footer-group-banner {
    padding: 10px 0;
  }
}
#site-footer .footer-group-banner ul.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 972px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  #site-footer .footer-group-banner ul.banner-list {
    padding: 0 5px;
  }
}
#site-footer .footer-group-banner ul.banner-list > li {
  flex-basis: 32%;
  margin-bottom: 10px;
  margin-right: auto;
  padding: 0;
}
#site-footer .footer-group-banner ul.banner-list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #site-footer .footer-group-banner ul.banner-list > li {
    flex-basis: 48%;
  }
  #site-footer .footer-group-banner ul.banner-list > li:nth-child(3n) {
    margin-right: auto;
  }
  #site-footer .footer-group-banner ul.banner-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
#site-footer .footer-group-banner ul.banner-list > li a {
  display: block;
  color: #000;
  opacity: 1;
  position: relative;
}
#site-footer .footer-group-banner ul.banner-list > li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s;
  opacity: 0;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  #site-footer .footer-group-banner ul.banner-list > li a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footer-group-banner ul.banner-list > li a img {
    display: none;
  }
}
#site-footer .footer-group-banner ul.banner-list > li a span {
  display: none;
}
@media screen and (max-width: 640px) {
  #site-footer .footer-group-banner ul.banner-list > li a span {
    display: block;
    text-align: center;
    padding: 7px 0;
    background: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  #site-footer .footer-group-banner ul.banner-list > li a span {
    font-size: 11px;
  }
}
#site-footer .footer-bottom {
  background: #000;
  padding: 22px 20px;
}
#site-footer .footer-bottom .footer-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #site-footer .footer-bottom .footer-inner {
    text-align: center;
  }
}
#site-footer .footer-bottom .footer-inner .footer-bottom-list {
  float: left;
}
@media screen and (max-width: 640px) {
  #site-footer .footer-bottom .footer-inner .footer-bottom-list {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 15px;
  }
}
#site-footer .footer-bottom .footer-inner .footer-bottom-list > li {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 340px) {
  #site-footer .footer-bottom .footer-inner .footer-bottom-list > li {
    font-size: 12px;
  }
}
#site-footer .footer-bottom .footer-inner .footer-bottom-list > li:last-child {
  margin-right: 0;
}
#site-footer .footer-bottom .footer-inner .footer-bottom-list > li a {
  color: #fff;
}
#site-footer .footer-bottom .footer-inner .copyright {
  float: right;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #site-footer .footer-bottom .footer-inner .copyright {
    float: none;
  }
}
@media screen and (max-width: 340px) {
  #site-footer .footer-bottom .footer-inner .copyright {
    font-size: 12px;
  }
}

/*======================================================== */
/*  PAGE  STYLES */
/*======================================================== */
#site-wrapper #page-title {
  background: #000;
  width: 100%;
  height: 280px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #site-wrapper #page-title {
    height: 150px;
  }
}
#site-wrapper #page-title .topics-path {
  padding: 15px 0 0 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #site-wrapper #page-title .topics-path {
    display: none;
  }
}
#site-wrapper #page-title .topics-path ul.path-list {
  text-align: left;
}
#site-wrapper #page-title .topics-path ul.path-list > li {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}
#site-wrapper #page-title .topics-path ul.path-list > li:after {
  display: inline-block;
  content: ">";
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
  margin-right: 6px;
  margin-left: 7px;
}
#site-wrapper #page-title .topics-path ul.path-list > li:last-child:after {
  display: none;
}
#site-wrapper #page-title .topics-path ul.path-list > li a {
  color: #fff;
  line-height: 1;
}
#site-wrapper #page-title h1 {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 20px 30px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#site-wrapper #page-title h1:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
}
#site-wrapper #page-title h1 .main-title {
  color: #0074bf;
  position: relative;
  z-index: 1;
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  white-space: nowrap;
}
#site-wrapper #page-title h1 .main-title:after {
  display: block;
  content: "";
  width: auto;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  background: #196db6;
  background: -moz-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #196db6), color-stop(100%, #20a690));
  background: -webkit-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -o-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -ms-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: linear-gradient(to right, #196db6 0%, #20a690 100%);
  display: none;
}
@media screen and (max-width: 568px) {
  #site-wrapper #page-title h1 .main-title {
    font-size: 25px;
  }
  #site-wrapper #page-title h1 .main-title:after {
    display: block;
  }
}
#site-wrapper #page-title h1 .en-title {
  color: #15af97;
  font-size: 16px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
#site-wrapper #page-title h1 .en-title:after {
  display: block;
  content: "";
  width: auto;
  height: 2px;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  background: #196db6;
  background: -moz-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #196db6), color-stop(100%, #20a690));
  background: -webkit-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -o-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -ms-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: linear-gradient(to right, #196db6 0%, #20a690 100%);
}
@media screen and (max-width: 568px) {
  #site-wrapper #page-title h1 .en-title {
    font-size: 12px;
  }
  #site-wrapper #page-title h1 .en-title:after {
    display: none;
  }
}
#site-wrapper .btn {
  display: inline-block;
  border-radius: 5px;
  background: #0074bf;
  transition: background 0.3s;
  padding: 7px 46px 5px;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  position: relative;
}
#site-wrapper .btn:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
#site-wrapper .btn.btn-s {
  padding: 7px 32px 5px;
}
#site-wrapper .btn.btn-s:after {
  right: 10px;
}
@media screen and (max-width: 768px) {
  #site-wrapper .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #site-wrapper .btn:hover {
    background: #3390cc;
  }
}

/*# sourceMappingURL=common.css.map */
