@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, 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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #fff;
  color: #1b1730;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #ff901d;
  border-left: 15px solid #ff901d;
  padding: 8px 15px 6px 15px;
  border-radius: 5px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #004f97;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  padding: 8px 15px 7px 15px;
  background: #ffe9d2;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 2px 0 2px 10px;
  border-left: 8px solid #ff901d;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  border-bottom: 2px solid #ff901d;
  overflow: hidden;
  font-size: 110%;
  padding: 10px 8px 13px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: flex;
  align-items: center;
}

h4 .bg .bg2, .wysiwyg h4 .bg .bg2, .free-layout-area h4 .bg .bg2 {
  border-left: 6px solid #ff901d;
  padding: 2px 0 2px 14px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #ff901d;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
}

h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: flex;
  align-items: center;
}

h6 .bg .bg2, .wysiwyg h6 .bg .bg2, .free-layout-area h6 .bg .bg2 {
  border-left: 6px solid #ff901d;
  padding: 2px 0 2px 14px;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #0066ac;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #0066ac;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #004f97;
  color: #fff;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #004f97;
  text-align: center;
}

.scheme2 {
  border: 1px solid #004f97;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #ff901d;
  text-align: center;
}

.scheme5 {
  border: 1px solid #fff;
  text-align: center;
}

.scheme6 {
  background-color: #702a0f;
  text-align: center;
}

.scheme7 {
  background-color: #ff901d;
  text-align: center;
}

.scheme8 {
  background-color: #004f97;
  text-align: center;
}

.scheme9 {
  background-color: #e6f5fe;
  text-align: center;
}

.scheme10 {
  background-color: #004f97;
  text-align: center;
}

.scheme11 {
  background-color: #ff901d;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #5f5f5f !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #017bbf !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 70px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 120px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 17px !important;
    height: 17px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 42px !important;
    height: 42px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 0.8 !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #main {
    position: relative;
    min-width: 1200px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .gate-sp-header .box {
    position: relative;
    height: 120px;
    display: block;
    background: url("../img_top/side_bg.png");
  }
  .gate-sp-header .box .sp-header-logo {
    width: 40%;
    padding: 14px 20px 12px;
  }
  .gate-sp-header .box .sp-header-nav .menu-btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  .gate-sp-header .box .sp-header-nav .menu-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: auto;
  }
  .gate-sp-header .modal-search-bg {
    z-index: 90;
  }
  .gate-sp-header .modal-search {
    top: 120px;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: rgba(27, 23, 48, 0.8);
    display: none;
    position: absolute;
    z-index: 99;
  }
  .gate-sp-header .modal-search .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .gate-sp-header .modal-search .in .search {
    box-sizing: border-box;
    width: 100%;
    padding: 0 45px;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-container {
    position: relative;
    min-height: 670px;
    height: calc(100vh - 100px);
  }
}

@media print {
  .gate-container {
    min-height: inherit;
    height: 670px;
  }
}

.gate-slider {
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .gate-slider .slider-list .slider-item {
    width: 100%;
    min-height: 670px;
    height: calc(100vh - 100px);
    position: relative;
  }
}

@media print {
  .gate-slider .slider-list .slider-item {
    min-height: inherit;
    height: 670px;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-slider .slider-list .slider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .gate-slider .bx-controls {
    width: 25px;
    position: absolute;
    z-index: 80;
    bottom: 30px;
    right: 10px;
  }
  .gate-slider .bx-controls .bx-pager-item {
    margin: 0 auto;
    font-size: 0;
    width: 14px;
    height: 14px;
  }
  .gate-slider .bx-controls .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff901d;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .gate-slider .bx-controls .bx-pager-item .active {
    background-color: #0498eb;
  }
  .gate-slider .bx-controls .bx-pager-item:not(:first-child) {
    margin-top: 10px;
  }
  .gate-slider .bx-controls .bx-controls-auto {
    margin-top: 10px;
    font-size: 0;
    width: 25px;
    height: 25px;
  }
  .gate-slider .bx-controls .bx-controls-auto a {
    display: block;
  }
  .gate-slider .bx-controls .bx-controls-auto .bx-stop {
    width: 25px;
    height: 25px;
    background: url("../img_top/slider_stop.png") no-repeat;
  }
  .gate-slider .bx-controls .bx-controls-auto .bx-start {
    width: 25px;
    height: 25px;
    background: url("../img_top/slider_start.png") no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .gate-slider .slider-list .slider-item {
    width: 100%;
    height: 380px;
    min-height: inherit;
    position: relative;
  }
  .gate-slider .slider-list .slider-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gate-slider .bx-controls {
    display: flex;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 80;
  }
  .gate-slider .bx-controls .bx-pager-item {
    margin-top: 8px;
    font-size: 0;
    width: 20px;
    height: 20px;
    float: left;
  }
  .gate-slider .bx-controls .bx-pager-item a {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ff901d;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .gate-slider .bx-controls .bx-pager-item .active {
    background-color: #0498eb;
  }
  .gate-slider .bx-controls .bx-pager-item:not(:first-child) {
    margin-left: 16px;
  }
  .gate-slider .bx-controls-auto {
    width: 35px;
    height: 35px;
    font-size: 0;
    margin-left: 16px;
  }
  .gate-slider .bx-controls-auto a {
    display: block;
  }
  .gate-slider .bx-controls-auto .bx-stop {
    width: 35px;
    height: 35px;
    background: url("../img_top/slider_stop.png") no-repeat;
    background-size: cover;
  }
  .gate-slider .bx-controls-auto .bx-start {
    width: 35px;
    height: 35px;
    background: url("../img_top/slider_start.png") no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-alert {
    position: absolute;
    left: 330px;
    top: 20px;
    z-index: 99;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-alert .alert-container, .gate-alert .jalert-wrap {
    width: 390px;
    float: left;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .gate-alert .alert-container, .gate-alert .jalert-wrap {
    margin: 35px 20px 0 20px;
  }
}

.gate-alert .alert-container .alert-title, .gate-alert .alert-container .title, .gate-alert .jalert-wrap .alert-title, .gate-alert .jalert-wrap .title {
  background: #e00024;
  color: #fff;
  padding: 10px 20px;
}

@media print, screen and (min-width: 769px) {
  .gate-alert .alert-container .alert-title, .gate-alert .alert-container .title, .gate-alert .jalert-wrap .alert-title, .gate-alert .jalert-wrap .title {
    font-size: 120%;
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .gate-alert .alert-container .alert-title, .gate-alert .alert-container .title, .gate-alert .jalert-wrap .alert-title, .gate-alert .jalert-wrap .title {
    font-size: 110%;
    border-radius: 10px 10px 0 0;
  }
}

.gate-alert .alert-container .alert-in, .gate-alert .jalert-wrap .alert-in {
  background-color: #fff;
  padding: 15px;
  border: 3px solid #e00024;
  border-top: 0;
}

.gate-alert .alert-container .alert-in .alert-list, .gate-alert .jalert-wrap .alert-in .alert-list {
  overflow-y: scroll;
  background-color: #fff;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .gate-alert .alert-container .alert-in .alert-list, .gate-alert .jalert-wrap .alert-in .alert-list {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .gate-alert .alert-container .alert-in .alert-list, .gate-alert .jalert-wrap .alert-in .alert-list {
    font-size: 80%;
    height: 3em;
  }
}

.gate-alert .alert-container .alert-in .alert-list .alert-item, .gate-alert .alert-container .alert-in .alert-list .item, .gate-alert .jalert-wrap .alert-in .alert-list .alert-item, .gate-alert .jalert-wrap .alert-in .alert-list .item {
  text-align: left;
  border-bottom: 3px dotted #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.gate-alert .alert-container .alert-in .alert-list .alert-item .time, .gate-alert .alert-container .alert-in .alert-list .item .time, .gate-alert .jalert-wrap .alert-in .alert-list .alert-item .time, .gate-alert .jalert-wrap .alert-in .alert-list .item .time {
  font-weight: 700;
}

.gate-alert .alert-container .alert-in .alert-btn, .gate-alert .jalert-wrap .alert-in .alert-btn {
  text-align: right;
}

.gate-alert .alert-container .alert-in .alert-btn a, .gate-alert .jalert-wrap .alert-in .alert-btn a {
  display: inline-block;
  border-radius: 2em;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .gate-alert .alert-container .alert-in .alert-btn a, .gate-alert .jalert-wrap .alert-in .alert-btn a {
    padding-right: 35px;
    font-size: 90%;
    background: #e00024 url(../img_top/icon_alert_btn.png) right 5px center no-repeat;
    background-size: 24px;
  }
  .gate-alert .alert-container .alert-in .alert-btn a:hover, .gate-alert .jalert-wrap .alert-in .alert-btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .gate-alert .alert-container .alert-in .alert-btn a, .gate-alert .jalert-wrap .alert-in .alert-btn a {
    padding-right: 45px;
    font-size: 80%;
    background: #e00024 url(../img_top/icon_alert_btn.png) right 10px center no-repeat;
    background-size: 28px;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 290px;
    height: 100%;
    background: url("../img_top/side_bg.png");
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar {
    width: auto;
    position: static;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar .gate-pc-header {
    padding: 70px 25px 170px;
  }
  .gate-sidebar .gate-pc-header .sidebar-logo {
    text-align: center;
  }
  .gate-sidebar .gate-pc-header .search {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar .gate-pc-header {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar .news-container {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 240px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar .news-container {
    margin: 35px 20px 0 20px;
  }
}

.gate-sidebar .news-container .news-title {
  background: #e00024;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar .news-container .news-title {
    border-radius: 5px 5px 0 0;
    font-size: 120%;
    padding: 7px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar .news-container .news-title {
    border-radius: 10px 10px 0 0;
    font-size: 110%;
    padding: 10px 20px;
  }
}

.gate-sidebar .news-container .news-title:before {
  content: "";
  display: inline-block;
  background: url("../img_top/alert_icon.png") no-repeat center center;
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar .news-container .news-title:before {
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar .news-container .news-title:before {
    width: 44px;
    height: 40px;
    background-size: 44px 40px;
    margin-right: 16px;
  }
}

.gate-sidebar .news-container .news-in {
  background-color: #fff;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .gate-sidebar .news-container .news-in {
    border: 3px solid #e00024;
    border-top: none;
  }
}

.gate-sidebar .news-container .news-in .news-list {
  overflow-y: scroll;
}

@media print, screen and (min-width: 769px) {
  .gate-sidebar .news-container .news-in .news-list {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .gate-sidebar .news-container .news-in .news-list {
    height: 3em;
    font-size: 80%;
  }
}

.gate-sidebar .news-container .news-in .news-list .news-item {
  text-align: left;
  border-bottom: 3px dotted #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.gate-sidebar .news-container .news-in .news-list .news-item .time {
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .gate-banner {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    right: 64px;
  }
  .gate-banner .banner-item {
    float: left;
    width: 300px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 18px rgba(86, 86, 86, 0.3);
    margin-left: 30px;
  }
  .gate-banner .banner-item a:hover, .gate-banner .banner-item a:focus {
    opacity: .7;
  }
  .gate-banner .banner-item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .gate-banner {
    margin-top: 40px;
    position: static;
    background: url("../img_top/banner_bg.png") no-repeat;
    background-size: 100% auto;
    padding-top: 5%;
  }
  .gate-banner .banner-list {
    background-color: #dcf6f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 10px;
  }
  .gate-banner .banner-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 18px rgba(86, 86, 86, 0.3);
  }
  .gate-banner .banner-item img {
    width: 100%;
    height: auto;
  }
}

.gate-footer {
  position: relative;
  background-color: #3070ab;
  color: #fff;
}

.gate-footer a {
  color: #fff;
}

.gate-footer .sitemap {
  background: url("../img_top/footer_arrow.png") no-repeat left center;
  padding-left: 15px;
}

@media print, screen and (min-width: 769px) {
  .gate-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .gate-footer .footer-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 25px;
  }
  .gate-footer .footer-logo img {
    width: 160px;
    height: auto;
  }
  .gate-footer .footer-col {
    margin-left: 30px;
  }
  .gate-footer .address .sitemap {
    margin-top: 5px;
  }
  .gate-footer .opentime .time span {
    padding-left: 4.5em;
  }
  .gate-footer .copyright {
    position: absolute;
    right: 12px;
    bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .gate-footer {
    padding: 60px 40px 30px;
  }
  .gate-footer .footer-logo {
    margin-bottom: 10px;
  }
  .gate-footer .footer-col {
    font-size: 80%;
  }
  .gate-footer .footer-col p {
    line-height: 2;
  }
  .gate-footer .opentime .time {
    text-indent: -5em;
    padding-left: 5em;
  }
  .gate-footer .sitemap {
    margin-top: 10px;
    font-size: 90%;
  }
  .gate-footer .copyright {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 90%;
  }
}
