<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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, 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%;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  text-decoration: underline;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  position: relative;
  display: block;
  height: 0px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

input[type=radio] {
  vertical-align: -0.1em;
}

.wrap {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  height: 100%;
  overflow-y: scroll;
  opacity: 1;
}

html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #222;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #3c3c3c;
}

a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
}

body {
  font-size: 15px;
  color: #222;
  font-family: "メイリオ", sans-serif;
  line-height: 2;
}

.wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    min-width: 100%;
    line-height: 1.7;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.main-inner {
  position: relative;
}

@media screen and (max-width: 480px) {
  .main-inner {
    position: relative;
  }
}
.content-block.-content {
  background: url(../img/index/bg_content.jpg) 0 0;
  height: 1535px;
}
.content-block.-indent {
  margin-bottom: 50px;
}
.content-block.-gray {
  background: #eee;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  width: calc(1160px - 40px);
  padding: 35px 20px 100px;
}
.content-inner.-index {
  padding: 0;
  width: 100%;
}
.content-inner.-news {
  padding-top: 80px;
  padding-bottom: 50px;
}
.content-inner.-bnr {
  padding: 50px 0px;
}
.content-inner &gt; .title {
  color: #004E98;
  font-size: 48px;
  font-family: "Noto Serif", "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.content-inner .red {
  color: #ce1220;
}
.content-inner .memo a {
  text-decoration: underline;
}
.content-inner .memo a:hover {
  text-decoration: none;
}
.content-inner .note {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.content-box {
  padding: 50px 100px;
  width: calc(1100px - 100px * 2);
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.content-box.-large {
  padding: 50px;
  width: calc(1100px - 50px * 2);
}
.content-box.-short {
  padding: 50px 200px;
  width: calc(1100px - 200px * 2);
}
.content-box &gt; .text {
  padding: 20px 0px;
}
.content-box &gt; .banner {
  text-align: center;
}

.content-area {
  background: none;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .content-block.-indent {
    margin-bottom: 0;
  }
  .content-block.-content {
    background: url(../img/index/bg_content.jpg) 0 0/cover;
    height: 100%;
  }
  .content-inner {
    width: 100%;
  }
  .content-inner.-index {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .content-inner.-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-inner &gt; .title {
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.table-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-box.-between &gt; li {
  padding-right: 30px;
}
.table-box.-between &gt; li:last-child {
  padding-right: 0px;
}
.table-box.-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.spec-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.spec-table {
  border-collapse: collapse;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
}
.spec-table th {
  background: #eee;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.spec-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.spec-table td span {
  font-size: 12px;
}
.spec-table .title {
  background: #004E98;
  border: 1px solid #004E98;
  color: #fff;
}
.spec-table .label {
  background: #ddd;
}
.spec-table .label td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.spec-table .label td:first-child {
  border-left: 1px solid #ddd;
}
.spec-table .label td:last-child {
  border-right: 1px solid #ddd;
}
.spec-table .item {
  background: #f2f2f2;
}
.spec-table .nest {
  background: #f7f7f7;
}

@media screen and (max-width: 480px) {
  .table-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-box li {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-right: 0 !important;
    width: 100%;
  }
  .spec-table td {
    white-space: nowrap;
  }
}
.form-box {
  margin-top: 30px;
}
.form-box ::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box :-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box ::placeholder {
  color: #bbb;
  opacity: 1;
}
.form-box dl {
  border-bottom: none;
}
.form-box dl dt &gt; .-req {
  position: absolute;
  top: 3px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #ce1220;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0px 0.6em;
}
.form-box dl dd &gt; .button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #555;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 0.3em 1.6em;
  margin-left: 10px;
}
.form-box dl dd &gt; .button:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  color: #000;
}
.form-box .caption {
  color: #E55E17;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 70px;
}
.form-box .memo {
  font-size: 13px;
  padding: 10px 0px;
}
.form-box .error {
  color: #E55E17;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}
.form-box .field {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 0.5em 0.6em;
}
.form-box .field:focus {
  background: #fff;
  border: 1px solid #004E98;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .textarea {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 0.8em;
}
.form-box .textarea:focus {
  background: #fff;
  border: 1px solid #004E98;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .ui-datepicker-trigger {
  margin-left: 10px;
}
.form-box .-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-box .-lg {
  width: calc(100% - 1.6em - 2px);
}
.form-box .-md {
  width: 60%;
}
.form-box .-sm {
  width: 30%;
}
.form-box .-xs {
  width: 10%;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-box li {
  margin: 5px 0px;
}
.radio-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
}
.radio-box .label.-last {
  margin-right: 0px;
}
.radio-box .label:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  display: block;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.radio-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #004E98;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.radio-box .radioinput:checked + .label:after {
  opacity: 1;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
.check-box.-single {
  margin: 50px 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-box .label {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  line-height: 2.5;
  position: relative;
  padding: 10px 10px 10px 44px;
}
.check-box .label.-last {
  margin-right: 0px;
}
.check-box .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  display: block;
  width: 22px;
  height: 22px;
}
.check-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 13px;
  content: "";
  background: url(../../../img/common/parts/check.png) no-repeat;
  display: block;
  opacity: 0;
  width: 16px;
  height: 17px;
}
.check-box .checkinput {
  display: none;
}
.check-box .checkinput:checked + .label {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #004E98;
}
.check-box .checkinput:checked + .label:after {
  opacity: 1;
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
}
.select-box &gt; .select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../../../img/common/parts/select_arrow.png) no-repeat right 8px center;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  padding: 0.5em 2.2em 0.5em 0.6em;
  line-height: 1.2;
  position: relative;
  margin-left: 10px;
  margin-right: 3px;
}
.select-box &gt; .select:focus {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #004E98;
}
.select-box &gt; .select::-ms-expand {
  display: none;
}
.select-box &gt; .select.-first {
  margin-left: 0;
}
.select-box &gt; .select.-large {
  width: 100%;
}
.select-box &gt; .select option {
  color: #000;
}
.select-box &gt; .select.-light {
  font-size: 13px;
  padding: 0.5em 2.2em 0.5em 0.6em;
}

.half-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.half-box li {
  width: calc(50% - 30px);
}
.half-box .title {
  font-size: 13px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .radio-box {
    margin-bottom: 10px;
  }
  .form-box dl dt &gt; .-req {
    right: 0;
  }
  .form-box .-md {
    width: 80%;
  }
  .form-box .-sm {
    width: 60%;
  }
  .form-box .-xs {
    width: 30%;
  }
}
.button-box {
  padding: 40px 0px;
  text-align: center;
}
.button-box.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button-box.-flex &gt; .button {
  width: 30%;
}
.button-box.-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.button-box.-around &gt; .button {
  width: 30%;
}
.button-box.-none {
  padding: 0;
}
.button-box &gt; a.button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-box &gt; a:hover.button {
  text-decoration: none;
}
.button-box &gt; .button {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  height: 50px;
}
.button-box &gt; .button.-light {
  font-size: 0.9em;
  line-height: 2;
  padding: 0.5em 3em;
  height: auto;
}
.button-box &gt; .button.-auto {
  width: auto;
}
.button-box &gt; .button.-medium {
  width: 60%;
  height: auto;
}
.button-box &gt; .button.-short {
  width: 30%;
  height: auto;
}
.button-box &gt; .button.-arrow {
  position: relative;
}
.button-box &gt; .button.-arrow:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.button-box &gt; .button.-submit {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #004E98;
  border: none;
  color: #fff;
}
.button-box &gt; .button.-submit:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #005bb2;
}
.button-box &gt; .button.-prev {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ddd;
  border: none;
  color: #222;
}
.button-box &gt; .button.-prev:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eaeaea;
}
.button-box &gt; .button.-action {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #009944;
  border: none;
  color: #fff;
}
.button-box &gt; .button.-action:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #00b34f;
}
.button-box &gt; .button.-link {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #E55E17;
  border: none;
  color: #fff;
  padding: 0.5em;
  width: calc(300px - 1em);
  height: auto;
}
.button-box &gt; .button.-link:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ea6d2c;
}

.button-link {
  margin: 0 auto;
  margin-top: 20px;
}
.button-link.-modal {
  margin-top: 30px;
}
.button-link.-modal li {
  margin-top: 20px;
}
.button-link.-modal .button {
  margin: 0 auto;
  display: block;
  width: 200px;
}
.button-link &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-link &gt; ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}
.button-link &gt; ul li:first-child {
  margin-left: 0px;
}
.button-link .button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #555;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 0.3em 1.6em;
}
.button-link .button:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #7b7b7b;
  text-decoration: none;
}
.button-link .-yes {
  background: #004E98;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .button-box.-around &gt; .button {
    width: 45%;
  }
  .button-link {
    text-align: center;
  }
  .button-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .button-link ul li {
    margin-bottom: 15px;
    margin-left: 0px;
    width: 90%;
  }
}
.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.list-menu.-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.list-menu.-block {
  display: block;
}
.list-menu.-xs {
  font-size: 14px;
}
.list-menu.-wrap5 li {
  width: calc((100% - 155px) / 5);
}
.list-menu.-wrap5 li:nth-child(5n) {
  margin-right: 0px;
}
.list-menu li {
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
}
.list-menu li:before {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "●";
  color: #004E98;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  line-height: 2;
}

.list-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.list-index.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-index li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.list-index li:nth-child(3n) {
  margin-right: 0;
}
.list-index li a {
  -webkit-animation: hover_out ease forwards 0.3s;
          animation: hover_out ease forwards 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#004E98), to(#068B41));
  background: linear-gradient(90deg, #004E98, #068B41);
  background-size: 200%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 15px 15px 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list-index li a:hover {
  -webkit-animation: hover ease forwards 0.3s;
          animation: hover ease forwards 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-webkit-keyframes hover {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@keyframes hover {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@-webkit-keyframes hover_out {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
@keyframes hover_out {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}

.dl-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.dl-box dt {
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  width: 250px;
}
.dl-box dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 480px) {
  .list-menu.-wrap5 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .list-menu.-wrap5 li {
    margin-right: 0;
    width: calc((100% - 75px) / 2);
  }
  .list-menu.-wrap5 li:nth-child(5n) {
    margin-right: 0;
  }
  .list-index li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .dl-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #aaa;
    padding: 20px 0px;
  }
  .dl-box dt {
    padding-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .dl-box dd {
    width: 100%;
  }
}
.info-box {
  position: relative;
  background: #fff;
}
.info-box.-index {
  width: 670px;
}
.info-box .archive {
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #555;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 120px;
}
.info-box .archive:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #626262;
}
.info-box .archive a {
  color: #fff;
}
.info-box .text {
  padding: 0px;
}
.info-box .date.-detail {
  margin-right: 0;
  line-height: 1;
}
.info-box .category {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-left: 20px;
  padding: 5px 0px;
  text-align: center;
  width: 125px;
}
.info-box .category.-cate01 {
  background: #004E98;
}
.info-box .category.-cate02 {
  background: #E55E17;
}
.info-box .category.-cate03 {
  background: #009944;
}
.info-box .category.-stat01 {
  background: #009944;
}
.info-box .category.-stat02 {
  background: #989898;
}
.info-box &gt; .title {
  border-bottom: 3px solid #004E98;
  color: #004E98;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1;
}
.info-box &gt; .title:before {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
  background: url(../img/common/icon/dia_set.svg) no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  z-index: -1;
}
.info-box &gt; .title span {
  color: #aaa;
  font-family: "Noto Serif", "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 14px;
  font-weight: initial;
  margin-left: 30px;
}
.info-box &gt; .return {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.info-box &gt; .return a {
  color: #004E98;
  font-size: 14px;
  display: block;
  text-align: center;
}
.info-box &gt; .return a:hover {
  background: #eee;
}

.info-list &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #aaa;
  font-size: 15px;
  line-height: 1.5;
  padding: 18px 20px;
}
.info-list &gt; li &gt; a:hover {
  background: #f2f2f2;
}
.info-list &gt; li &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #aaa;
  font-size: 15px;
  line-height: 1.5;
  padding: 18px 20px;
}
.info-list &gt; li .text {
  margin-top: 8px;
  font-size: 14px;
  width: 100%;
}

.info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.pagenav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
.pagenav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pagenav-box li {
  margin-right: 10px;
}
.pagenav-box li:last-child {
  margin-right: 0px;
}
.pagenav-box a {
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  padding: 4px 10px;
}
.pagenav-box a:hover {
  background: #555;
  color: #fff;
}
.pagenav-box .prev, .pagenav-box .next {
  border-radius: 50px;
  padding: 4px 15px;
}
.pagenav-box .current {
  background: #004E98;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
}

.info-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.info-image.-single {
  display: block;
}
.info-image.-single &gt; .image {
  margin-left: 0%;
  max-width: 100%;
}
.info-image.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.info-image.-reverse &gt; .image {
  margin-right: 2%;
  margin-left: 0;
}
.info-image &gt; .text {
  width: 100%;
}
.info-image &gt; .image {
  font-size: 12px;
  text-align: center;
  margin-left: 2%;
  max-width: 35%;
}
.info-image &gt; .image li {
  margin-bottom: 20px;
}
.info-image &gt; .image img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.info-image &gt; .image p {
  line-height: 1;
  margin-top: 0px;
  text-align: center;
}

.plural-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.plural-box &gt; li {
  text-align: center;
  width: 48%;
  margin-bottom: 20px;
}
.plural-box &gt; li img {
  max-width: 100%;
  height: auto;
}
.plural-box &gt; li p {
  line-height: 1;
  margin-top: 0px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .info-box.-index {
    width: 100%;
  }
  .info-box &gt; .title {
    font-size: 26px;
  }
  .info-box .category {
    width: 30%;
    margin-left: 10px;
  }
  .info-list &gt; li .text {
    font-size: 14px;
    padding: 5px 0px 0px;
    width: 100%;
  }
  .info-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-image &gt; .text {
    margin-bottom: 20px;
    width: 100%;
  }
  .info-image &gt; .image {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .plural-box &gt; li img {
    width: 100%;
  }
}
.article-box p {
  margin-top: 20px;
}
.article-box p a {
  text-decoration: underline;
}
.article-box p a:hover {
  text-decoration: none;
}
.article-box .mark {
  border-bottom: 1px solid #ce1220;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

.noto-box {
  border: 1px solid #aaa;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.noto-box p:first-child {
  margin-top: 0px;
}
.noto-box.-page {
  padding: 40px 0px;
  text-align: center;
}

.group-box {
  background: #f2f2f2;
  padding: 50px 70px;
  position: relative;
  margin-top: 50px;
}
.group-box &gt; div.sub_title_02:first-child,
.group-box &gt; div.sub_title_03:first-child,
.group-box &gt; div.sub_title_04:first-child {
  margin-top: 0px;
}
.group-box &gt; table.hyou_img_l, .group-box &gt; table.hyou_img_r {
  margin-top: 0px;
}

.column-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.column-box.-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.column-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column-box &gt; .col {
  width: 50%;
}
.column-box &gt; .col:first-child {
  width: calc((100% - 30px) / 2);
  padding-right: 30px;
}
.column-box &gt; .col .sub_title:first-child, .column-box .col .sub_title_02:first-child, .column-box .col .sub_title_03:first-child, .column-box .col .sub_title_04:first-child, .column-box .col .sub_title_05:first-child, .column-box p {
  margin-top: 0;
}

.block-list &gt; dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #eee;
  border-bottom: 3px solid #fff;
}
.block-list &gt; dl dt {
  background: #ddd;
  border-radius: 0px 50px 50px 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  padding: 10px 30px 10px 30px;
  width: 50px;
}
.block-list &gt; dl dd {
  font-size: 16px;
  padding: 10px 20px;
}

.post-box {
  margin-top: 50px;
}
.post-box &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.post-box &gt; ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.post-box a {
  background: #fff;
  border-radius: 50px;
  color: #ce1220;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  padding: 5px 15px;
}
.post-box a:hover {
  background: #004E98;
  color: #fff;
  text-decoration: none;
}

.msg-box {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  overflow-y: scroll;
  padding: 30px;
  width: 900px;
  height: 65vh;
}
.msg-box p {
  margin-top: 10px;
}
.msg-box p a {
  text-decoration: underline;
}

.modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #eee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
  top: calc(50% - 20vh) !important;
  text-align: center;
  padding-top: 80px;
  left: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  height: 40vh;
  min-height: 370px;
}
.modal-box &gt; .check {
  font-size: 24px;
  margin-top: 30px;
}

#lean_overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: #000;
}

@media screen and (max-width: 480px) {
  .article-box {
    margin: 0 auto;
    width: 96%;
  }
  .article-box &gt; .center img {
    width: 100%;
  }
  .article-box &gt; .right {
    text-align: left;
  }
  .msg-box {
    margin-left: 0 !important;
    left: 2% !important;
    width: 78%;
    -webkit-overflow-scrolling: touch;
  }
  .noto-box {
    padding: 15px 20px;
  }
  .noto-box.-page {
    padding: 15px 20px;
  }
  .column-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column-box .col {
    width: 100%;
  }
  .column-box .col:first-child {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .group-box {
    padding: 30px 20px;
  }
  .group-box p {
    font-size: 13px;
  }
  .block-list &gt; dl dt, .block-list dl dd {
    font-size: 16px;
    padding: 5px 30px;
  }
  .modal-box {
    top: 9% !important;
    padding: 50px 20px 0px;
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------

   sub_title

------------------------------------------------*/
section &gt; div.sub_title:first-child {
  margin-top: 0px;
}

.sub_title {
  font-size: 36px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.sub_title_02 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 0px 10px 0px 0px;
  position: relative;
}

.sub_title_02 span {
  background: #004E98;
  color: #fff;
  font-size: 15px;
  padding: 8px 30px;
  position: relative;
  top: -5px;
  margin-left: 20px;
}

.sub_title_02 .add {
  background: none;
  padding: 0;
  color: #222;
  font-size: 16px;
}

.sub_title_03 {
  border-bottom: 1px solid #aaa;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 0px 10px 15px 0;
  position: relative;
}

.sub_title_03 .logo {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 13px;
}

.sub_title_03 .logo img {
  margin-left: 20px;
}

.sub_title_04 {
  font-size: 21px;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", serif;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.sub_title_05 {
  font-size: 18px;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", serif;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
}

table td &gt; div.sub_title_02:first-child, table td &gt; div.sub_title_03:first-child, table td &gt; div.sub_title_04:first-child, table td &gt; div.sub_title_05:first-child {
  margin-top: 0px;
}

table td &gt; div.sub_title_02:nth-child(n+2), table td &gt; div.sub_title_03:nth-child(n+2), table td &gt; div.sub_title_04:nth-child(n+2) {
  margin-top: 40px;
}

/*------------------------------------------------

   table

------------------------------------------------*/
table {
  border-collapse: collapse;
  border: 0;
  text-align: left;
}

table td {
  border: 0;
  vertical-align: top;
}

table td p:first-child {
  margin-top: 0;
}

table.nowrap th, table.nowrap td {
  white-space: nowrap;
}

table.hyou_none {
  border: none !important;
  border-collapse: collapse;
}

table.hyou_none th {
  background: none !important;
  border: none !important;
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

table.hyou_none td {
  border: none !important;
  font-size: 100%;
  vertical-align: top;
  /*padding: 10px;*/
}

table.hyou_gray {
  border-collapse: collapse;
  font-size: 14px;
}

table.hyou_gray th {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #cccccc !important;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  padding: 8px;
  line-height: 1.5;
  text-align: center;
}

table.hyou_gray td {
  border: 1px solid #cccccc !important;
  color: #333;
  font-size: 100%;
  line-height: 1.5;
  padding: 8px;
}

table.hyou_gray.-spec {
  font-size: 13px;
}

table.hyou_gray.-spec th {
  white-space: nowrap;
}

table.hyou_gray.-spec th span {
  display: block;
  font-size: 12px;
}

table.hyou_gray.-spec td {
  text-align: center;
}

table.hyou_gray.-spec tr:first-child {
  white-space: nowrap;
}

table td.hyou_gray_bg {
  background: none repeat scroll 0 0 #eeeeee;
  /* [disabled]border: 1px solid #cccccc; */
  color: #333;
  font-size: 100%;
  font-weight: normal;
  padding: 8px;
}

table.hyou_blue {
  border: 1px solid #0a3a87 !important;
  border-collapse: collapse;
}

table.hyou_blue th {
  background: none repeat scroll 0 0 #E3F5FF;
  border: 1px solid #0a3a87 !important;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

table.hyou_blue td {
  border: 1px solid #0a3a87 !important;
  color: #333;
  font-size: 100%;
  padding: 8px;
}

table td.hyou_blue_bg {
  background: none repeat scroll 0 0 #E3F5FF;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  padding: 8px;
}

table.hyou_red {
  border: 1px solid #ce1220 !important;
  border-collapse: collapse;
}

table.hyou_red th {
  background: none repeat scroll 0 0 #FFECEE;
  border: 1px solid #ce1220 !important;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

table.hyou_red td {
  border: 1px solid #ce1220 !important;
  color: #333;
  font-size: 100%;
  padding: 8px;
}

table td.hyou_red_bg {
  background: none repeat scroll 0 0 #FFECEE;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  padding: 8px;
}

table.hyou_list {
  border-collapse: collapse;
}

table.hyou_list th {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-bottom: 1px solid #aaa;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

table.hyou_list td {
  border-bottom: 1px solid #aaa;
  color: #333;
  font-size: 100%;
  padding: 15px;
}

table.hyou_list tr:hover th {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #004E98;
}

table td.hyou_list_bg {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

table.hyou_img_l img, table.hyou_img_r img {
  padding-left: 15px;
}

table.hyou_img_l img {
  padding-left: 0;
}

table.hyou_img_l, table.hyou_img_r {
  border: none;
  margin-top: 30px;
  width: 100%;
}

table.hyou_img_l td:first-child {
  padding-right: 30px;
}

table.hyou_img_l td .image-box,
table.hyou_img_r td .image-box {
  margin-top: 10px;
}

table.hyou_img_l td.td_img p,
table.hyou_img_r td.td_img p {
  margin-top: 5px !important;
}

table.hyou_img_l td:last-child {
  width: 100%;
}

table.hyou_img_r td:first-child {
  width: 100%;
}

table.hyou_img_r td:last-child {
  padding-left: 30px;
}

table.hyou_none {
  border: none !important;
  border-collapse: collapse;
}

table.hyou_none th {
  background: none !important;
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  padding: 0 !important;
  text-align: center;
}

table.hyou_none td {
  font-size: 100%;
  padding: 0 !important;
}

table td img {
  height: auto;
  vertical-align: top;
}

table.hyou_img_l td img, table.hyou_img_r td img {
  max-width: 480px;
}

/*------------------------------------------------

	   parts

------------------------------------------------*/
ol {
  padding-left: 20px;
}

.-edit li:before {
  content: "●";
  color: #e4007f;
  font-size: 15px;
}

li.icon_pdf, li.icon_xls, li.icon_doc {
  padding-left: 28px;
}

.icon_pdf {
  background: url(../../img/common/icon/icon_pdf.png) no-repeat 0 5px/21px !important;
}

.icon_xls {
  background: url(../../img/common/icon/icon_xls.png) no-repeat 0 5px/21px !important;
}

.icon_doc {
  background: url(../../img/common/icon/icon_doc.png) no-repeat 0 5px/21px !important;
}

li.icon_pdf:before, li.icon_xls:before, li.icon_doc:before {
  display: none;
}

.red {
  color: #dd0000;
}

.blue {
  color: #0080cc;
}

.green {
  color: #00aa66;
}

.mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  letter-spacing: 0px;
  margin-bottom: 20px;
}

hr {
  border: 0.5px solid #ddd;
}

/*------------------------------------------------

	   index_list index_btn category_index

	------------------------------------------------*/
ul.index_list {
  overflow: hidden;
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_list li {
  width: calc((100% - 20px) / 3);
  background: none !important;
  padding-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.index_list li:nth-child(3n+0) {
  margin-right: 0px;
}

.index_list li a {
  font-size: 15px;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  opacity: 1 !important;
  padding: 15px 15px 15px 25px;
  color: #0a3a87;
  font-weight: 700;
  background: #f2f2f2;
  position: relative;
}

.index_list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #0a3a87 #0a3a87 transparent;
  z-index: 1;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

.index_list li a:hover:before {
  border-color: transparent #fff #fff transparent;
}

.index_list li a:hover {
  background: #0a3a87;
  color: #fff;
  text-decoration: none;
}

.index_btn ul {
  overflow: hidden;
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_btn li {
  width: calc((100% - 10px) / 2);
  background: none !important;
  padding-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.index_btn li:nth-child(2n+0) {
  margin-right: 0px;
}

.index_btn li a {
  font-size: 16px;
  display: block;
  text-align: center;
  opacity: 1 !important;
  padding: 20px 15px 20px 25px;
  color: #fff;
  font-weight: 500;
  background: #0a3a87;
  position: relative;
}

.index_btn li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  z-index: 1;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

.index_btn li a:hover:before {
  border-color: transparent #0a3a87 #0a3a87 transparent;
}

.index_btn li a:hover {
  background: #f2f2f2;
  color: #0a3a87;
  font-weight: 700;
  text-decoration: none;
}

.category_index {
  margin-top: 50px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px 15px;
  border-radius: 4px;
}

.category_index .ttl {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

.category_index .ttl:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  top: 12px;
  left: 0px;
  background: #0a3a87;
}

.category_index ul {
  overflow: hidden;
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category_index li {
  background: none !important;
  padding-left: 0px !important;
  margin-bottom: 10px;
  border: 1px solid #0a3a87;
  margin-right: 10px;
}

.category_index li:last-child {
  margin-right: 0px;
}

.category_index li a {
  font-size: 14px;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  opacity: 1 !important;
  padding: 5px 15px 5px 15px;
  color: #0a3a87;
  font-weight: 500;
  background: #fff;
  position: relative;
}

.category_index li a:hover {
  background: #0a3a87;
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------

	btn_list list_faq

------------------------------------------------*/
.btn_list {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_list li {
  background: none !important;
  margin: 10px auto 0px;
  padding-left: 0px !important;
  width: 100%;
}

.btn_list li a {
  background: #ddd;
  display: block;
  padding: 15px 0px;
  position: relative;
  text-align: center;
}

.btn_list li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn_list li a:hover {
  background: #f2f2f2;
  color: #004E98;
}

.btn_list_02 {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.btn_list_02 li {
  background: none !important;
  padding-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn_list_02 li:last-child {
  margin-right: 0px;
}

.btn_list_02 li a {
  background: #004E98;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: 1 !important;
  padding: 20px 50px 20px 50px;
  position: relative;
  line-height: 1.5;
}

.btn_list_02 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn_list_02 li:before {
  display: none;
}

.btn_list_02 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn_list_02 .icon_pdf a {
  background: #004E98 url(../../img/common/icon/icon_pdf.png) no-repeat 25px 16px !important;
  padding-left: 65px !important;
}

.btn_list_02 .icon_xls a {
  background: #004E98 url(../../img/common/icon/icon_xls.png) no-repeat 25px 16px !important;
  padding-left: 65px !important;
}

.btn_list_02 .icon_doc a {
  background: #004E98 url(../../img/common/icon/icon_doc.png) no-repeat 25px 16px !important;
  padding-left: 65px !important;
}

.btn_list_02 .icon_pdf a:hover {
  background: #f2f2f2 url(../../img/common/icon/icon_pdf.png) no-repeat 25px 16px !important;
  color: #004E98;
}

.btn_list_02 .icon_xls a:hover {
  background: #004E98 url(../../img/common/icon/icon_xls.png) no-repeat 25px 16px !important;
  color: #004E98;
}

.btn_list_02 .icon_doc a:hover {
  background: #004E98 url(../../img/common/icon/icon_doc.png) no-repeat 25px 16px !important;
  color: #004E98;
}

.btn_list_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0;
}

.btn_list_03 li {
  background: none !important;
  padding-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((100% - 30px) / 3);
}

.btn_list_03 li:first-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.btn_list_03 li:nth-child(4n+0) {
  margin-right: 0px;
}

.btn_list_03 li a {
  background: #004E98;
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
  opacity: 1 !important;
  padding: 20px 40px 20px 35px;
  line-height: 1.5;
}

.btn_list_03 li a:hover {
  background: #eee;
  color: #004E98;
}

.btn_list_03 li a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn_list_03 li a:hover:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #004E98;
  border-right: 2px solid #004E98;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn_list_04 {
  overflow: hidden;
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_list_04 li {
  background: none !important;
  padding-left: 0px !important;
  margin-bottom: 1%;
  width: 100%;
}

.btn_list_04.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn_list_04.-line li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.btn_list_04.-line li:nth-child(3n+0) {
  margin-right: 0px;
}

.btn_list_04 li a {
  border: 1px solid #aaa;
  font-size: 13px;
  line-height: 1.5rem;
  display: block;
  padding: 10px;
  font-weight: 500;
  position: relative;
}

.btn_list_04 li.icon_pdf a {
  background: url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
  padding-left: 43px;
}

.btn_list_04 li.icon_pdf a:hover {
  background: #f2f2f2 url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
}

.btn_list_04 li a:hover {
  background: #f2f2f2;
  color: #004E98;
}

@media screen and (max-width: 480px) {
  /*------------------------------------------------

     cms

  ------------------------------------------------*/
  .sub_title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
  .sub_title_02 {
    font-size: 21px;
    padding: 6px 10px 10px 0;
    margin-top: 30px;
  }
  .sub_title_02 span {
    display: inline-block;
    top: 10px;
    margin-left: 0px;
  }
  .sub_title_03 {
    font-size: 18px;
    line-height: 1.2rem;
    margin-top: 50px;
  }
  .sub_title_04 {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .sub_title_05 {
    font-size: 18px;
    margin: 30px 0px;
  }
  .box_btn_list {
    overflow: hidden;
  }
  .box_btn_list li {
    width: 100%;
  }
  table {
    width: 100%;
  }
  table td br {
    clear: none;
  }
  table td iframe,
  table th iframe {
    width: 100%;
  }
  table td#addr.td_img {
    padding: 8px !important;
  }
  table td.td_img {
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100% !important;
  }
  table td.td_img img {
    display: block;
    margin: auto;
  }
  table.hyou_gray {
    font-size: 13px;
  }
  table.hyou_gray td {
    line-height: 1.2rem;
  }
  /*table td.hyou_gray_bg {
  	white-space: nowrap;
  }*/
  table.hyou_list {
    font-size: 11px;
  }
  table.hyou_list tr {
    display: block;
    margin-bottom: 2%;
  }
  table.hyou_list th {
    display: list-item;
    list-style: none;
    text-align: left;
    width: 90% !important;
    padding: 2% 5%;
    line-height: 1rem;
  }
  table.hyou_list td {
    display: list-item;
    list-style: none;
    border: none;
    width: 90% !important;
    padding: 2% 5%;
    line-height: 1rem;
  }
  table.hyou_list td:first-child {
    width: 93% !important;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
    padding-right: none;
    margin-bottom: 2%;
    background: none;
  }
  table.hyou_none td iframe {
    width: 100%;
  }
  table.hyou_none td {
    display: table-cell !important;
    width: auto !important;
  }
  .box_btn_list li a {
    padding: 2% auto !important;
  }
  table.hyou_img_l img,
  table.hyou_img_r img {
    padding: 0px;
    vertical-align: top;
  }
  table.hyou_img_l {
    border: none;
    width: 100%;
  }
  table.hyou_img_l td:first-child {
    padding-right: 10px;
  }
  table.hyou_img_l td:last-child {
    width: 100%;
  }
  table.hyou_img_r {
    border: none;
    width: 100%;
  }
  table.hyou_img_r td:first-child {
    width: 100%;
  }
  table.hyou_img_r td:last-child {
    padding-left: 10px;
  }
  table.hyou_img_l td,
  table.hyou_img_r td {
    display: block;
    width: 100% !important;
  }
  table.hyou_none td img,
  table.hyou_img_l td img,
  table.hyou_img_r td img {
    max-width: 300px;
    width: auto;
    margin: 0 auto 10px;
    display: block;
  }
  table.hyou_img_r td.td_img {
    margin-top: 20px;
  }
  table.hyou_none td iframe {
    width: 100%;
  }
  table.hyou_none td,
  table.hyou_gray td,
  table.hyou_blue td,
  table.hyou_red td {
    display: table-cell !important;
    width: auto !important;
  }
  /*------------------------------------------------
     box_list
  ------------------------------------------------*/
  .btn_list li a {
    font-size: 14px;
    padding: 15px 40px 15px 20px;
  }
  .btn_list_02 li {
    margin-right: 0px;
    width: 90%;
  }
  .btn_list_02 li a {
    font-size: 100%;
    font-weight: 700;
  }
  .btn_list_03 li {
    margin-right: 0;
    width: 100%;
  }
  .btn_list_03 li a {
    font-size: 100%;
    padding: 10px 10px;
  }
  .box_btn_list li a {
    padding: 2% auto !important;
  }
  .index_btn li {
    width: 100%;
  }
}
.image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.image-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image-box.-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.image-box.-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.image-box.-acenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-box.-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-box.-image img {
  width: 100%;
}
.image-box img {
  padding-left: 15px;
}
.image-box &gt; li:first-child img {
  padding-left: 0px;
}
.image-box &gt; .text {
  width: 48%;
}
.image-box &gt; .col2 {
  width: 48%;
  position: relative;
}
.image-box &gt; .col3 {
  width: 32%;
  position: relative;
}
.image-box &gt; .col4 {
  width: 24%;
  position: relative;
}
.image-box &gt; .col2 img, .image-box &gt; .col3 img, .image-box &gt; .col4 img {
  padding-left: 0;
}
.image-box img {
  vertical-align: top;
}
.image-box &gt; li &gt; p {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
.image-box &gt; li &gt; p:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  .image-box, .image-box.-around, .image-box.-between, .image-box.-evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .image-box li {
    margin: 0 auto 10px;
    width: 80%;
  }
  .image-box img {
    display: block;
    margin: 0 auto;
    padding-left: 0px;
    width: 80% !important;
    height: auto;
  }
  .image-box &gt; .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-box &gt; .col2,
  .image-box &gt; .col3,
  .image-box &gt; .col4 {
    width: 100%;
  }
}
.index-box {
  position: relative;
}
.index-box.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-box &gt; .title {
  color: #004E98;
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.index-box &gt; .text {
  font-size: 18px;
  text-align: center;
}
.index-box &gt; .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.index-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.index-panel li:nth-child(1), .index-panel li:nth-child(4), .index-panel li:nth-child(6), .index-panel li:nth-child(10), .index-panel li:nth-child(14) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-panel li:nth-child(2), .index-panel li:nth-child(5), .index-panel li:nth-child(7), .index-panel li:nth-child(11), .index-panel li:nth-child(15) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-panel li:nth-child(3), .index-panel li:nth-child(8), .index-panel li:nth-child(12) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-panel li:nth-child(9), .index-panel li:nth-child(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.index-item {
  color: #004E98;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.index-item a {
  display: block;
  position: relative;
  height: 250px;
}
.index-item a:hover .img img {
  -webkit-transition: all 0.5 ease 0s !important;
  transition: all 0.5 ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-item a:before {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "";
  border-width: 7px;
  border-style: solid;
  border-color: #004E98 transparent transparent #004E98;
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
  z-index: 2;
}
.index-item a:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  background: rgba(0, 78, 152, 0);
  content: "";
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.index-item a:hover:after {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  background: rgba(0, 78, 152, 0.1);
}
.index-item.-lay01 {
  width: 300px;
  height: 250px;
}
.index-item.-lay01 .title {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 24px;
}
.index-item.-lay01 .read {
  position: absolute;
  top: 105px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 14px;
}
.index-item.-lay02 {
  width: 600px;
  height: 250px;
}
.index-item.-inverse a {
  color: #fff;
}
.index-item.-sm .title {
  font-size: 22px;
  letter-spacing: -1px;
}
.index-item .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.index-item .sub {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 13px;
  letter-spacing: -1px;
}
.index-item .title {
  position: absolute;
  top: 85px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 30px;
  letter-spacing: 1px;
}
.index-item .title span {
  font-size: 12px;
  letter-spacing: 1px;
}
.index-item .read {
  position: absolute;
  top: 133px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -1px;
}
.index-item .company {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 10px;
  font-family: "Noto Serif", "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 11px;
  letter-spacing: 1px;
}

.index-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-news &gt; .title {
  color: #004E98;
  font-size: 30px;
  font-family: "Noto Serif", "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  width: 150px;
}
.index-news &gt; .title .more {
  font-size: 13px;
  padding-left: 45px;
  position: relative;
}
.index-news &gt; .title .more:before {
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 31px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #004E98;
  content: "";
}
.index-news &gt; .title .more a:hover {
  text-decoration: underline;
}

.bnr-box {
  margin-top: 15px;
}
.bnr-box a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: block;
}
.bnr-box a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.bnr-box img {
  vertical-align: top;
}
.bnr-box li {
  margin-bottom: 30px;
}
.bnr-box .title {
  background: #004E98;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
}

.index-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-bnr li {
  width: 220px;
  height: 80px;
  margin-right: 21px;
}
.index-bnr li:nth-child(5n) {
  margin-right: 0px;
}
.index-bnr li:nth-child(n+6) {
  margin-top: 20px;
}
.index-bnr li a,
.index-bnr li span {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
}
.index-bnr li span img {
  vertical-align: top;
}
.index-bnr li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.index-bnr li a img {
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .index-box {
    padding: 40px 0px;
  }
  .index-box.-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-box.-index {
    width: 100%;
  }
  .index-box &gt; .title {
    font-size: 30px;
  }
  .index-box &gt; .text {
    font-size: 16px;
    padding: 0px 2%;
  }
  .index-box &gt; .text br {
    display: none;
  }
  .index-box &gt; .topics {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-box &gt; .banner {
    margin: 0 auto;
  }
  .index-item.-lay01 {
    width: 50%;
    height: 100%;
  }
  .index-item.-lay01 .title {
    position: absolute;
    top: 35px;
    right: auto;
    bottom: auto;
    left: 20px;
    font-size: 18px;
  }
  .index-item.-lay01 .read {
    position: absolute;
    top: 60px;
    right: auto;
    bottom: auto;
    left: 20px;
    font-size: 10px;
    padding-right: 10px;
  }
  .index-item.-lay01 .read br {
    display: none;
  }
  .index-item.-lay02 {
    width: 100%;
    height: 100%;
  }
  .index-item.-sm .title {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .index-item a {
    height: auto;
  }
  .index-item a:before {
    border-width: 6px;
  }
  .index-item .img img {
    width: 100%;
  }
  .index-item .sub {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    font-size: 10px;
  }
  .index-item .title {
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 20px;
    font-size: 20px;
  }
  .index-item .title span {
    display: none;
  }
  .index-item .read {
    position: absolute;
    top: 80px;
    right: auto;
    bottom: auto;
    left: 20px;
    font-size: 10px;
  }
  .index-item .company {
    font-size: 10px;
  }
  .index-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 96%;
  }
  .index-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .index-news &gt; .title {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .index-news &gt; .title .more {
    padding-left: 0;
  }
  .index-news &gt; .title .more:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .index-news &gt; .title .more a {
    padding-left: 15px;
  }
  .bnr-box {
    margin: 0 auto;
  }
  .index-bnr {
    padding: 0 2%;
  }
  .index-bnr li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .index-bnr li:nth-child(2n) {
    margin-right: 0px;
  }
  .index-bnr li:nth-child(5n) {
    margin-right: 10px;
  }
  .index-bnr li:nth-child(n+6) {
    margin-top: 0;
  }
  .index-bnr li a img {
    max-width: 100%;
    height: 100%;
  }
}
._fs-xs {
  font-size: 11px;
}

._fs-sm {
  font-size: 12px;
}

._fs-md {
  font-size: 18px;
}

._fs-lg {
  font-size: 24px;
}

._fs-xl {
  font-size: 30px;
}

._mr-sm {
  margin-right: 20px;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb-xs {
  margin-bottom: 10px;
}

._mb-sm {
  margin-bottom: 20px;
}

._mb-md {
  margin-bottom: 30px;
}

._mb-lg {
  margin-bottom: 60px;
}

._mb-xl {
  margin-bottom: 80px;
}

._mt-xs {
  margin-top: 10px;
}

._mt-sm {
  margin-top: 20px;
}

._mt-md {
  margin-top: 30px;
}

._mt-lg {
  margin-top: 50px;
}

._mt-xl {
  margin-top: 80px;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}</pre></body></html>