@charset "UTF-8";
ul.mainFix {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* ==============================================================================================
   Normalize
   ================================================================================================= */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /*html {
      -webkit-text-size-adjust: 100%;
      line-height: 1.15;
  }

  body {
      margin: 0;
  }

  main {
      display: block;
  }

  h1 {
      margin: .67em 0;
      font-size: 2em;
  }

  hr {
      overflow: visible;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
  }

  pre {
      font-size: 1em;
      font-family: monospace, monospace;
  }

  a {
      background-color: transparent;
  }

  abbr[title] {
      text-decoration: underline;
      text-decoration: underline dotted;
      border-bottom: none;

      -webkit-text-decoration: underline dotted;
  }

  b, strong {
      font-weight: bolder;
  }

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

  small {
      font-size: 80%;
  }

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

  sub {
      bottom: -.25em;
  }

  sup {
      top: -.5em;
  }

  img {
      border-style: none;
  }

  button, input, optgroup, select, textarea {
      margin: 0;
      font-size: 100%;
      font-family: inherit;
      line-height: 1.15;
  }

  button, input {
      overflow: visible;
  }

  button, select {
      text-transform: none;
  }

  button, [type="button"], [type="reset"], [type="submit"] {
      -webkit-appearance: button;
  }

  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
      padding: 0;
      border-style: none;
  }

  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText;
  }

  fieldset {
      padding: .35em .75em .625em;
  }

  legend {
      display: table;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%;
      padding: 0;
      color: inherit;
      white-space: normal;
  }

  progress {
      vertical-align: baseline;
  }

  textarea {
      overflow: auto;
  }

  [type="checkbox"], [type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
  }

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

  [type="search"] {
      -webkit-appearance: textfield;
      outline-offset: -2px;
  }

  [type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
      font: inherit;
      -webkit-appearance: button;
  }

  details {
      display: block;
  }

  summary {
      display: list-item;
  }

  template {
      display: none;
  }

  [hidden] {
      display: none;
  }*/
  /* ==============================================================================================
   Sprite
  ================================================================================================= */
  /* ==============================================================================================
   Margin
  ================================================================================================= */
  /* ==============================================================================================
   Base
  ================================================================================================= */
  /*

  body {
      min-width: 320px;
      margin: 0;
      font-size: 1.6rem;
      font-family: "メイリオ", Meiryo, Arial, sans-serif;
      color: #333;
      line-height: 1.875;
      !* word-break: break-word; *!
  }

  @media (min-width: 640px) {
      body body, body *::before, body *::after {
          letter-spacing: .05em;
      }
  }

  *, *::before, *::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

  p, ul, ol, dl, dt, dd, table, blockquote, form {
      margin: 0;
      padding: 0;
  }

  h1, h2, h3, h4, h5, h6 {
      line-height: 1.45;
  }

  h5, h6 {
      font-size: inherit;
  }

  dfn, cite {
      font-style: normal;
  }

  small {
      font-size: 100%;
  }

  a {
      !* color: #5192c8; *!
      color: #0074bf;
      text-decoration: underline;
      word-break: break-word;
  }

  a.icon_link, a.icon_anc {
      text-decoration: none;
  }

  a:hover, a:active {
      text-decoration: none;
  }

  em {
      font-weight: bold;
      font-style: normal;
  }

  sup, sub {
      font-weight: normal;
      font-size: 1rem;
  }

  sub {
      vertical-align: baseline;
  }

  sup {
      vertical-align: super;
  }

  i {
      font-style: normal;
  }

  table {
      width: 100%;
      margin-top: 60px;
      line-height: 1.6;
      !* word-break: break-all; *!
      border-spacing: 0;
      border-collapse: collapse;
      border-right: 1px solid #666;
      border-bottom: 1px solid #666;
  }

  @media only screen and (max-width: 639px) {
      table {
          margin-top: 32px;
          word-break: break-all;
      }
  }

  th, td {
      padding: 1.6%;
      border-top: 1px solid #666;
      border-left: 1px solid #666;
  }

  tbody th {
      vertical-align: top;
      text-align: left;
  }

  td {
      vertical-align: top;
  }

  caption {
      margin-bottom: .75em;
      text-align: right;
  }

  input, select, button, textarea {
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
      line-height: normal;
      border: 0;
      border-radius: 0;
  }

  input[type="image"] {
      vertical-align: middle;
  }

  input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
      cursor: pointer;
  }

  button {
      padding: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: 0;
  }

  select, input[type="number"] {
      padding: .3em;
      background-color: #fff;
      border: solid 1px #999;
  }

  textarea {
      width: 100%;
      padding: 2%;
      line-height: inherit;
      border: solid 1px #999;
  }

  input[type="text"], input[type="tel"] {
      padding: .3em 1em;
      border: solid 1px #999;
  }

  input[type="tel"] {
      padding: .3em;
      font-family: dinFs;
  }

  fieldset {
      border: solid 1px #999;
  }

  @media screen and (max-width: 639px) {
      selevt, textarea, input[type="text"], input[type="list"] {
          width: 100%;
      }
  }

  hr {
      border-top: solid 1px #999;
      border-bottom: none;
  }

  img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border-style: none;
  }

  p {
      margin: 1em 0;
  }

  [href^="tel:"] {
      color: #333;
      text-decoration: none;
      cursor: default;
  }

  @media only screen and (max-width: 639px) {
      [href^="tel:"] {
          color: #5192c8;
          text-decoration: underline;
      }
  }

  ul, ol {
      padding-left: 2em;
      line-height: 1.6;
  }

  th ul,
  td ul {padding-left: 1.5em;}

  li {
      margin: .5em 0;
  }

  li ul {
      list-style: disc;
  }

  li > ul, li > ol {
      padding-left: 1.5em;
  }

  @media only screen and (max-width: 639px) {
      ul, li > ul {
          padding-left: 1.3em;
      }
  }

  ul, ol, dl {
      margin: 1em 0;
  }

  ul > li > ul, ul > li > ol, ol > li > ul, ol > li > ol, dl > li > ul, dl > li > ol {
      margin-top: 0;
  }

  !* first-child, lasxt-child *!
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
      margin-top: 0;
  }

  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
      margin-bottom: 0;
  }

  p:first-child, ul:first-child, ol:first-child, table:first-child {
      margin-top: 0;
  }

  p:last-child, ul:last-child, ol:first-child, table:last-child {
      margin-bottom: 0;
  }
  */
  /* ==============================================================================================
   Modules
  ================================================================================================= */
  /*
   * heading
  ** ------------------------------------------------------ */
  /* .tit_lv1_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #4c679d;
  }

  .tit_lv1_wrap .tit_lv1_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 1240px;
      min-height: 120px;
      margin: 0 auto;
      padding: 10px 20px;
      color: #fff;
  }

  .tit_lv1_wrap .tit_lv1_content .tit_lv1_content_inner > p {
      margin: 0;
      font-size: 1.4rem;
  }

  @media only screen and (max-width: 639px) {
      .tit_lv1_wrap .tit_lv1_content {
          min-height: 70px;
          padding-right: 15px;
          padding-left: 15px;
      }
  }

  .tit_lv1 {
      margin: 0;
      padding: 0;
      font-size: 3rem;
      line-height: 1.4;
  }

  .tit_lv1 .sub_txt {
      display: block;
      font-size: 1.4rem;
  }

  .tit_lv1 .sub_txt > .txt_label:first-child {
      margin-left: 0;
  }

  @media only screen and (max-width: 639px) {
      .tit_lv1 {
          font-size: 2.2rem;
      }
  } */
  /*
   * text
  ** ------------------------------------------------------ */
  /*
   * icon
  ** ------------------------------------------------------ */
  /*    @font-face {
          font-family: dinFs;
          src: url("/assets/font/fdin.woff2") format("woff2"), url("/assets/font/fdin.woff") format("woff");
      }

      @font-face {
          font-family: icomoon;
          src: url("/assets/font/icomoon.woff2") format("woff2"), url("/assets/font/icomoon.woff") format("woff");
      }

      a.icon_link::before, span.icon_link::before, ul.icon_link > li:not(.ls_bul)::before, li.icon_link::before, a.icon_anc::before, span.icon_anc::before, ul.icon_anc > li::before, li.icon_anc::before, .page_top > a::before, .anc_lnk > li > a::before, .box_toggle > .item > .tit > .tit_inner > span::before {
          display: inline-block;
          overflow: hidden;
          width: 1em;
          height: 1em;
          font-weight: normal;
          font-style: normal;
          font-family: "icomoon";
          vertical-align: middle;
          line-height: 1;
      }

      span.icon_link, span.icon_anc {
          color: #5192c8;
      }

      a.icon_link::before, span.icon_link::before, ul.icon_link > li:not(.ls_bul):not(.icon_anc)::before, li.icon_link::before {
          margin: 0 .1em;
          content: "\e900";
      }

      a.icon_anc::before, span.icon_anc::before, ul.icon_anc > li:not(.ls_bul)::before, li.icon_anc::before, .anc_lnk > li > a::before, .page_top > a::before {
          margin: 0 .1em;
          content: "\e901";
      }

      ul[class*="icon_"] > li:not(.ls_bul)::before {
          position: absolute;
          top: .23em;
          left: -1.5em;
          color: #0074bf;
          line-height: 1;
      }

      ul[class*="icon_"] > li:not(.ls_bul).icon_off::before {
          color: #999;
      }

      .box_b ul[class*="icon_"] > li:not(.ls_bul)::before {
          color: #fff;
      }

      li[class*="icon_"]:not(.ls_bul)::before {
          position: absolute;
          top: .23em;
          left: -1.3em;
          color: #0074bf;
          line-height: 1;
      }

      li[class*="icon_"]:not(.ls_bul).icon_off::before {
          color: #999;
      }

      p[class^="tit"] {line-height: 1.45;}

      .box_toggle > .item > .tit > .tit_inner > .txt::before {
          position: absolute;
          top: .23em;
          left: -1.3em;
          line-height: 1;
          content: "\e902";
          -webkit-transition: .2s;
          transition: .2s;
      }

      .page_top > a::before {
          color: #0074bf;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
      }

      .icon_blank_a {
          margin: 0 6px;
          vertical-align: middle;
      }

      .icon_file_a {
          margin: 0 6px 6px;
          vertical-align: middle;
      }

      .icon_dl_a {
          margin: 0 6px;
          vertical-align: baseline;
      }

      .icon_image_a {
          margin: 24px 0;
          text-align: center;
      }

      .icon_image_a + * {
          margin-top: 0 !important;
      }

      @media only screen and (max-width: 639px) {
          .icon_image_a {
              margin: 12px 0;
          }
      }

      .icon_movie {
          position: absolute;
          top: .3em;
          left: 0;
      }*/
  /*
   * list
  ** ------------------------------------------------------ */
  /*
   * link
  ** ------------------------------------------------------ */
  /* .icon_link._row._col2 > li:first-child, .icon_link._row._col2 > li:nth-child(2), .icon_anc._row._col2 > li:first-child, .icon_anc._row._col2 > li:nth-child(2) {
      margin-top: 0;
  } */
  /* .icon_link._row._col3 > li:first-child, .icon_link._row._col3 > li:nth-child(2),.icon_link._row._col3 > li:nth-child(3),
  .icon_anc._row._col3 > li:first-child, .icon_anc._row._col3 > li:nth-child(2), .icon_anc._row._col3 > li:nth-child(3) {
      margin-top: 0;
  }*/
  /*
   * layout
  ** ------------------------------------------------------ */
  /*
   * box
  ** ------------------------------------------------------ */
  /*
   * index
  ** ------------------------------------------------------ */
  /*
   * table
  ** ------------------------------------------------------ */
  /*
   * placeholder style
  ** ------------------------------------------------------ */
  /*
   * form
  ** ------------------------------------------------------ */
  /*
   * js
  ** ------------------------------------------------------ */
  /*
   * margin
  ** ------------------------------------------------------ */
  /*----------------------------------------
   Adjust
  ----------------------------------------*/
  /*
   * background
  ** ------------------------------------------------------ */
  /*
   * icon adjust
  ** ------------------------------------------------------ */
  /*
   * eizo service
  ** ------------------------------------------------------ */
  /* for cgi */
}
ul.mainFix > li {
  margin-bottom: 32px;
}
ul.mainFix :root {
  font-size: 10px;
}
ul.mainFix .tit_lv2_wrap {
  margin: 60px 0 0;
}
ul.mainFix .tit_lv3_wrap, ul.mainFix .tit_lv4_wrap {
  margin: 50px 0 0;
}
ul.mainFix .tit_lv2_wrap, ul.mainFix .tit_lv3_wrap, ul.mainFix .tit_lv4_wrap, ul.mainFix .tit_lv5_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
ul.mainFix .tit_lv2 .sub_txt, ul.mainFix .tit_lv3 .sub_txt, ul.mainFix .tit_lv4 .sub_txt, ul.mainFix .tit_lv5 .sub_txt {
  display: block;
  font-size: 1.4rem;
}
ul.mainFix .tit_lv2_wrap > .item, ul.mainFix .tit_lv3_wrap > .item, ul.mainFix .tit_lv4_wrap > .item, ul.mainFix .tit_lv5_wrap > .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
ul.mainFix .tit_lv2_wrap > .item > :first-child, ul.mainFix .tit_lv3_wrap > .item > :first-child, ul.mainFix .tit_lv4_wrap > .item > :first-child, ul.mainFix .tit_lv5_wrap > .item > :first-child {
  margin-top: 0;
}
ul.mainFix .tit_lv2_wrap > .item > :last-child, ul.mainFix .tit_lv3_wrap > .item > :last-child, ul.mainFix .tit_lv4_wrap > .item > :last-child, ul.mainFix .tit_lv5_wrap > .item > :last-child {
  margin-bottom: 0;
}
ul.mainFix .tit_lv2_wrap > .item._icon img, ul.mainFix .tit_lv3_wrap > .item._icon img, ul.mainFix .tit_lv4_wrap > .item._icon img, ul.mainFix .tit_lv5_wrap > .item._icon img {
  width: 34px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv2_wrap, ul.mainFix .tit_lv3_wrap, ul.mainFix .tit_lv4_wrap, ul.mainFix .tit_lv5_wrap {
    display: block;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  ul.mainFix .tit_lv2_wrap {
    margin: 40px 0 0;
  }
  ul.mainFix .tit_lv3_wrap, ul.mainFix .tit_lv4_wrap, ul.mainFix .tit_lv5_wrap {
    margin: 30px 0 0;
  }
  ul.mainFix .tit_lv2_wrap > .item, ul.mainFix .tit_lv3_wrap > .item, ul.mainFix .tit_lv4_wrap > .item, ul.mainFix .tit_lv5_wrap > .item {
    margin-top: 2px;
    margin-left: 0;
  }
}
ul.mainFix .tit_lv2 {
  width: 100%;
  margin: 60px 0 0;
  padding: 0 0 8px;
  font-size: 2.4rem;
  color: #002673;
  line-height: 1.45;
  border-bottom: 2px solid #002673;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv2 {
    margin-top: 50px;
    font-size: 1.9rem;
  }
}
ul.mainFix .tit_lv2_wrap {
  padding: 0 0 8px;
  border-bottom: 2px solid #002673;
}
ul.mainFix .tit_lv2_wrap.c_tv {
  border-bottom: 2px solid #652273;
}
ul.mainFix .tit_lv2_wrap.c_tv .tit_lv2 {
  color: #652273;
}
ul.mainFix .tit_lv2_wrap.c_vd {
  border-bottom: 2px solid #d92189;
}
ul.mainFix .tit_lv2_wrap.c_vd .tit_lv2 {
  color: #d92189;
}
ul.mainFix .tit_lv2_wrap .tit_lv2 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: none;
}
ul.mainFix .tit_lv3 {
  width: 100%;
  margin: 50px 0 0;
  padding: 0 0 8px;
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: 2px solid #ccc;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv3 {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
ul.mainFix .tit_lv3_wrap {
  padding: 0 0 8px;
  border-bottom: 2px solid #ccc;
}
ul.mainFix .tit_lv3_wrap.c_tv {
  color: inherit !important;
  border-bottom: 2px solid #652273;
}
ul.mainFix .tit_lv3_wrap.c_vd {
  color: inherit !important;
  border-bottom: 2px solid #d92189;
}
ul.mainFix .tit_lv3_wrap .tit_lv3 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: none;
}
ul.mainFix .tit_lv4_wrap.c_tv {
  color: inherit !important;
}
ul.mainFix .tit_lv4_wrap.c_tv .tit_lv4::before {
  background: #652273;
}
ul.mainFix .tit_lv4_wrap.c_vd {
  color: inherit !important;
}
ul.mainFix .tit_lv4_wrap.c_vd .tit_lv4::before {
  background: #d92189;
}
ul.mainFix .tit_lv4_wrap .tit_lv4 {
  margin-top: 0;
  margin-right: auto;
}
ul.mainFix .tit_lv4 {
  position: relative;
  margin: 50px 0 0;
  padding: 0 0 0 18px;
  font-size: 1.9rem;
  line-height: 1.45;
}
ul.mainFix .tit_lv4::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 3px;
  height: calc(100% - 9px);
  background: #002673;
  content: "";
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv4 {
    padding-left: 10px;
    font-size: 1.7rem;
  }
  ul.mainFix .tit_lv4::before {
    width: 2px;
  }
}
ul.mainFix .tit_lv5_wrap {
  margin: 40px 0 0;
}
ul.mainFix .tit_lv5_wrap .tit_lv5 {
  margin-top: 0;
  margin-right: auto;
}
ul.mainFix .tit_lv5 {
  margin: 40px 0 0;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.45;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv5 {
    font-size: 1.7rem;
  }
}
ul.mainFix .tit_lv6 {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: inherit;
}
ul.mainFix .tit_lv6:first-child {
  margin-top: 0;
}
ul.mainFix .tit_lv6 + * {
  margin-top: 0.5em;
}
ul.mainFix .section_head {
  font-size: 1.6rem;
}
ul.mainFix .section_head.embed_colabo {
  position: relative;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .section_head.is_active .local_nav_wrap {
    display: block;
  }
  ul.mainFix .section_head.is_active .local_nav_btn {
    background-position: bottom;
  }
}
ul.mainFix .txt_em_a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}
ul.mainFix .txt_em_b {
  background: #ffe57f;
}
ul.mainFix .txt_em_c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fbe380), color-stop(90%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 80%, #fbe380 80%, #fbe380 90%, transparent 90%);
}
ul.mainFix .txt_lead {
  /* margin: 100px 0 0; */
  margin-top: 80px;
  font-weight: bold;
  font-size: 3.2rem;
  color: #002673;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .txt_lead {
    margin-top: 50px;
    /* margin: 50px 0 0;
    padding-bottom: 21px; */
    font-size: 2rem;
    text-align: left;
  }
  ul.mainFix .txt_lead::after {
    width: 30px;
  }
}
ul.mainFix .lyt_txt_a {
  margin: 80px 0 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_txt_a {
    margin-top: 50px;
  }
}
ul.mainFix .lyt_txt_b {
  margin: 40px 0 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_txt_b {
    margin-top: 30px;
  }
}
ul.mainFix .txt_marker_a {
  font-weight: bold;
  font-size: 2.4rem;
}
ul.mainFix .txt_marker_a > em {
  font-size: 3.6rem;
  /* color: #ff6c00; */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}
ul.mainFix .txt_marker_a._smaller {
  font-size: 1.4rem;
}
ul.mainFix .txt_marker_a._smaller > em {
  font-size: 2.6rem;
}
ul.mainFix .txt_marker_b {
  font-weight: bold;
  font-size: 3.2rem;
  color: #ff6c00;
  line-height: 1.2;
}
ul.mainFix .txt_marker_b._smaller {
  font-size: 1.4rem;
}
ul.mainFix .txt_strong {
  color: #f00;
}
ul.mainFix .txt_tel {
  margin: 80px 0 0;
  word-break: break-word;
}
ul.mainFix .txt_tel > img {
  max-width: 28px;
  margin-right: 8px;
  margin-bottom: 6px;
}
ul.mainFix .txt_tel .item > .ff_dinfs {
  font-family: dinFs;
  /* font-weight: bold; */
  font-size: 2.5rem;
  color: #333;
  text-decoration: none;
}
ul.mainFix .txt_tel .item > .ff_dinfs:hover, ul.mainFix .txt_tel .item > .ff_dinfs:active {
  opacity: 1;
}
ul.mainFix .txt_tel .item > .sub {
  display: inline-block;
  font-size: 1.3rem;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .txt_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }
  ul.mainFix .txt_tel > img {
    margin: 4px 4px 0 0;
  }
  ul.mainFix .txt_tel .item > .ff_dinfs {
    font-size: 2.2rem;
    line-height: 1;
  }
}
ul.mainFix .txt_label {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.3em 0.5em;
  font-size: 88%;
  line-height: 1.5;
  color: #fff;
  background: #002673;
  border-radius: 4px;
}
ul.mainFix [data-script-enabled=true] .local_nav a.js_dropdown_hook::before, ul.mainFix .local_nav ul.item_a a.js_dropdown_hook::before, ul.mainFix .local_nav ul.dropdown_content a::before, ul.mainFix .local_nav ul[class*=item] > li.anc > a::before {
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  font-weight: normal;
  font-style: normal;
  font-family: "icomoon";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  speak: none;
}
ul.mainFix .local_nav ul.dropdown_content a::before {
  content: "\e900";
}
ul.mainFix .local_nav li.anc a::before {
  content: "\e901";
}
ul.mainFix [data-script-enabled=true] nav.local_nav a.js_dropdown_hook::before {
  content: "\e902";
}
ul.mainFix [data-script-enabled=true] nav.local_nav a.js_dropdown_hook::before {
  content: "\e902";
}
ul.mainFix nav.local_nav > ul > li > a.is_active::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
@media only screen and (max-width: 639px) {
  ul.mainFix nav.local_nav > ul > li > a::before, ul.mainFix nav.local_nav li > span.off::before {
    position: absolute;
    top: 50%;
    left: 0.7em;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-top: -0.55em;
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    vertical-align: middle;
    line-height: 1;
    content: "\e900";
    speak: none;
  }
}
ul.mainFix .icon_fm .icon, ul.mainFix .icon_mn .icon {
  margin: 0 10px 0 0;
  vertical-align: 0;
}
ul.mainFix .anc_lnk > li > a::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
}
ul.mainFix .ls_cir {
  list-style: circle;
}
ul.mainFix .ls_squ {
  list-style: square;
}
ul.mainFix .list_order {
  list-style-type: decimal;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_order {
    padding-left: 2em;
  }
}
ul.mainFix .list_order_a {
  list-style-type: upper-latin;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_order_a {
    padding-left: 2em;
  }
}
ul.mainFix .notes, ul.mainFix .notes_a {
  font-size: 1.3rem;
}
ul.mainFix .notes_a {
  padding: 0 0 0 1.5em;
}
ul.mainFix .notes {
  padding: 0;
  list-style: none;
}
ul.mainFix .notes > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.mainFix .notes > li > div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
}
ul.mainFix .notes > li > div:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
ul.mainFix .notes > li > div:nth-child(2) > ul {
  margin-top: 0;
}
ul.mainFix .notes > li.mark_em > div:first-child {
  font-weight: bold;
}
ul.mainFix .notes._center > li > div:nth-child(2), ul.mainFix .notes._right > li > div:nth-child(2) {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
ul.mainFix .notes._center > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.mainFix .notes._right > li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.mainFix .list_desc_a {
  margin-top: 40px;
}
ul.mainFix .list_desc_a dt > :first-child, ul.mainFix .list_desc_a dd > :first-child {
  margin-top: 0;
}
ul.mainFix .list_desc_a dt > :last-child, ul.mainFix .list_desc_a dd > :last-child {
  margin-bottom: 0;
}
ul.mainFix .list_desc_a > dt {
  font-weight: bold;
}
ul.mainFix .list_desc_a > dd {
  margin: 2px 0 0;
}
ul.mainFix .list_desc_a > dd + dt {
  margin: 18px 0 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_desc_a {
    margin-top: 20px;
  }
}
ul.mainFix .list_desc_b {
  display: table;
  margin-top: 40px;
}
ul.mainFix .list_desc_b > .item {
  display: table-row;
}
ul.mainFix .list_desc_b > .item > dt, ul.mainFix .list_desc_b > .item > dd {
  display: table-cell;
}
ul.mainFix .list_desc_b > .item > dt > :first-child, ul.mainFix .list_desc_b > .item > dd > :first-child {
  margin-top: 0;
}
ul.mainFix .list_desc_b > .item > dt > :last-child, ul.mainFix .list_desc_b > .item > dd > :last-child {
  margin-bottom: 0;
}
ul.mainFix .list_desc_b > .item > dt {
  font-weight: bold;
  white-space: nowrap;
}
ul.mainFix .list_desc_b > .item > dd {
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_desc_b {
    display: block;
    margin-top: 20px;
  }
  ul.mainFix .list_desc_b > .item {
    display: block;
  }
  ul.mainFix .list_desc_b > .item > dt, ul.mainFix .list_desc_b > .item > dd {
    display: block;
  }
  ul.mainFix .list_desc_b > .item > dt {
    margin: 18px 0 0;
  }
  ul.mainFix .list_desc_b > .item > dd {
    margin: 2px 0 0;
    padding-left: 0;
  }
}
ul.mainFix .list_info {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_info > li {
  margin: 0;
  border-top: 1px dashed #999;
}
ul.mainFix .list_info > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 13px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .list_info > li > a:hover, ul.mainFix .list_info > li > a:active {
  opacity: 0.85;
}
ul.mainFix .list_info > li > a > .date {
  color: #999;
}
@media (min-width: 640px) {
  ul.mainFix .list_info > li > a > .date {
    width: 9.5em;
  }
}
ul.mainFix .list_info > li > a > .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 75px 0 0;
}
ul.mainFix .list_info > li > a > .item > .tit {
  margin: 0 0 6px;
}
ul.mainFix .list_info > li > a > .item > .content {
  font-size: 1.4rem;
}
ul.mainFix .list_info > li > a > .item > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .list_info > li > a > .item > .content > :last-child {
  margin-bottom: 0;
}
ul.mainFix .list_info > li > a::after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 1px solid #5192c8;
  border-right: 1px solid #5192c8;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mainFix .list_info > li:first-child {
  border-top: 1px solid #999;
}
ul.mainFix .list_info > li:last-child {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_info {
    font-size: 1.4rem;
  }
  ul.mainFix .list_info > li > a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  ul.mainFix .list_info > li > a > .date {
    margin-bottom: 2px;
    padding-right: 24px;
  }
  ul.mainFix .list_info > li > a > .item {
    margin-left: 0;
    padding-right: 24px;
  }
  ul.mainFix .list_info > li > a:after {
    right: 2px;
    width: 14px;
    height: 14px;
  }
}
ul.mainFix .qa_q > .mark {
  color: #fff;
  background: #7f92b9;
}
ul.mainFix .qa_a > .mark {
  color: #ff6c00;
  background: #ffe57f;
}
ul.mainFix .qa_q, ul.mainFix .qa_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.mainFix .qa_q > .mark, ul.mainFix .qa_a > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.8em;
  height: 1.8em;
  margin-right: 8px;
  padding: 0 8px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 50%;
}
ul.mainFix .qa_q > .item, ul.mainFix .qa_a > .item {
  line-height: 1.875;
}
ul.mainFix .qa_q > .item > :first-child, ul.mainFix .qa_a > .item > :first-child {
  margin-top: 0;
}
ul.mainFix .qa_q > .item > :last-child, ul.mainFix .qa_a > .item > :last-child {
  margin-bottom: 0;
}
ul.mainFix .qa_q > .item > a, ul.mainFix .qa_a > .item > a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .qa_q > .item > a:hover, ul.mainFix .qa_q > .item > a:active, ul.mainFix .qa_a > .item > a:hover, ul.mainFix .qa_a > .item > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .list_qa {
  margin: 80px 0 0;
}
ul.mainFix .list_qa > dt {
  padding: 24px 0 0;
  border-top: 1px dashed #999;
}
ul.mainFix .list_qa > dt:first-child {
  border-top: 1px solid #999;
}
ul.mainFix .list_qa > dd {
  padding: 13px 0 23px;
}
ul.mainFix .list_qa > dd:last-child {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_qa {
    margin-top: 50px;
  }
  ul.mainFix .list_qa > dt {
    padding-top: 19px;
  }
  ul.mainFix .list_qa > dd {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
ul.mainFix .list_flow_a {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_flow_a > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 37px 0 28px;
  border-top: 1px dashed #999;
}
ul.mainFix .list_flow_a > li:first-child {
  border-top: 1px solid #999;
}
ul.mainFix .list_flow_a > li:last-child {
  border-bottom: 1px solid #999;
}
ul.mainFix .list_flow_a > li:last-child::after {
  display: none;
}
ul.mainFix .list_flow_a > li::after {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 22px solid #002673;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  content: "";
}
ul.mainFix .list_flow_a > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.mainFix .list_flow_a > li > .item > :first-child {
  margin-top: 0;
}
ul.mainFix .list_flow_a > li > .item > :last-child {
  margin-bottom: 0;
}
ul.mainFix .list_flow_a > li > .item .tit {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 1.8rem;
}
ul.mainFix .list_flow_a > li > .item .content > :first-child {
  margin-top: 0;
}
ul.mainFix .list_flow_a > li > .item .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_flow_a {
    margin-top: 50px;
  }
  ul.mainFix .list_flow_a > li {
    display: block;
    padding-top: 27px;
    text-align: center;
  }
  ul.mainFix .list_flow_a > li > .item {
    text-align: left;
  }
  ul.mainFix .list_flow_a > li > .item > .tit {
    margin-top: 21px;
  }
  ul.mainFix .list_flow_a > li::after {
    bottom: -11px;
    border-top: 11px solid #002673;
    border-right: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
  }
}
ul.mainFix .list_flow_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  ul.mainFix .list_flow_b._col2 > li {
    width: calc((100% - 77px) / 2);
    margin-left: 77px;
  }
  ul.mainFix .list_flow_b._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_flow_b._col2 > li:first-child, ul.mainFix .list_flow_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .list_flow_b._col2 > li:nth-child(2n)::before, ul.mainFix .list_flow_b._col2 > li:nth-child(2n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  ul.mainFix .list_flow_b._col2 > li:nth-child(2n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  ul.mainFix .list_flow_b._col2 > li:nth-child(2n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
  ul.mainFix .list_flow_b._col3 > li {
    width: calc((100% - 154.5px) / 3);
    margin-left: 77px;
  }
  ul.mainFix .list_flow_b._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_flow_b._col3 > li:first-child, ul.mainFix .list_flow_b._col3 > li:nth-child(2), ul.mainFix .list_flow_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .list_flow_b._col3 > li:nth-child(3n+2)::before, ul.mainFix .list_flow_b._col3 > li:nth-child(3n+2)::after, ul.mainFix .list_flow_b._col3 > li:nth-child(3n)::before, ul.mainFix .list_flow_b._col3 > li:nth-child(3n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  ul.mainFix .list_flow_b._col3 > li:nth-child(3n+2)::before, ul.mainFix .list_flow_b._col3 > li:nth-child(3n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  ul.mainFix .list_flow_b._col3 > li:nth-child(3n+2)::after, ul.mainFix .list_flow_b._col3 > li:nth-child(3n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
  ul.mainFix .list_flow_b._col4 > li {
    width: calc((100% - 231px) / 4);
    margin-left: 77px;
  }
  ul.mainFix .list_flow_b._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_flow_b._col4 > li:first-child, ul.mainFix .list_flow_b._col4 > li:nth-child(2), ul.mainFix .list_flow_b._col4 > li:nth-child(3), ul.mainFix .list_flow_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.mainFix .list_flow_b._col4 > li:nth-child(4n+2)::before, ul.mainFix .list_flow_b._col4 > li:nth-child(4n+2)::after, ul.mainFix .list_flow_b._col4 > li:nth-child(4n+3)::before, ul.mainFix .list_flow_b._col4 > li:nth-child(4n+3)::after, ul.mainFix .list_flow_b._col4 > li:nth-child(4n)::before, ul.mainFix .list_flow_b._col4 > li:nth-child(4n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  ul.mainFix .list_flow_b._col4 > li:nth-child(4n+2)::before, ul.mainFix .list_flow_b._col4 > li:nth-child(4n+3)::before, ul.mainFix .list_flow_b._col4 > li:nth-child(4n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  ul.mainFix .list_flow_b._col4 > li:nth-child(4n+2)::after, ul.mainFix .list_flow_b._col4 > li:nth-child(4n+3)::after, ul.mainFix .list_flow_b._col4 > li:nth-child(4n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
}
ul.mainFix .list_flow_b > li {
  position: relative;
  margin: 56px 0 0;
}
ul.mainFix .list_flow_b > li > .item_wrap {
  position: relative;
}
ul.mainFix .list_flow_b > li > .item_wrap > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.mainFix .list_flow_b > li > .item_wrap > .tit > .tit_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 86px;
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
ul.mainFix .list_flow_b > li > .item_wrap > .item {
  margin: 14px 0 0;
}
ul.mainFix .list_flow_b > li > .item_wrap > .item > :first-child {
  margin-top: 0;
}
ul.mainFix .list_flow_b > li > .item_wrap > .item > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .list_flow_b {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
  ul.mainFix .list_flow_b > li {
    position: relative;
    margin-top: 0;
    padding: 27px 0 28px;
    border-top: 1px dashed #999;
  }
  ul.mainFix .list_flow_b > li:first-child {
    border-top: 1px solid #999;
  }
  ul.mainFix .list_flow_b > li:last-child {
    border-bottom: 1px solid #999;
  }
  ul.mainFix .list_flow_b > li:last-child::before {
    display: none;
  }
  ul.mainFix .list_flow_b > li::before {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 11px solid #002673;
    border-right: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
    content: "";
  }
  ul.mainFix .list_flow_b > li > .item_wrap > .tit {
    display: block;
    text-align: center;
  }
  ul.mainFix .list_flow_b > li > .item_wrap > .tit > .icon_flow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 64px;
    height: 64px;
    margin-right: 0;
    padding-top: 2px;
    font-size: 1.2rem;
  }
  ul.mainFix .list_flow_b > li > .item_wrap > .tit > .icon_flow > .flow_num {
    font-size: 2.6rem;
  }
  ul.mainFix .list_flow_b > li > .item_wrap > .tit > .tit_txt {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    min-height: 0;
    margin-top: 18px;
    text-align: left;
  }
  ul.mainFix .list_flow_b > li > .item_wrap > .item {
    margin-top: 4px;
  }
}
ul.mainFix .icon_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin: 0 18px 0 0;
  padding: 4px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #4c679d;
  border-radius: 50%;
}
ul.mainFix .icon_flow > .flow_num {
  display: block;
  font-size: 3.2rem;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .icon_flow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 64px;
    height: 64px;
    margin-right: 0;
    padding-top: 2px;
    font-size: 1.2rem;
  }
  ul.mainFix .icon_flow > .flow_num {
    font-size: 2.6rem;
  }
}
ul.mainFix .list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #4c679d;
}
ul.mainFix .list_tab > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.7%;
  margin: 0 6px;
  background: #fff;
}
ul.mainFix .list_tab > li > :first-child {
  margin-top: 0;
}
ul.mainFix .list_tab > li > :last-child {
  margin-bottom: 0;
}
ul.mainFix .list_tab > li.is_active > a {
  font-weight: bold;
  color: #fff;
  background: #4c679d;
}
ul.mainFix .list_tab > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 18px 10px 16px;
  color: #4c679d;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #4c679d;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .list_tab > li > a:hover, ul.mainFix .list_tab > li > a:active {
  opacity: 0.85;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_tab {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -1px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
    border-bottom: none;
    border-bottom: 2px solid #4c679d;
  }
  ul.mainFix .list_tab > li {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  ul.mainFix .list_tab > li > a {
    padding: 4px 10px;
    border-top: none;
    border-right: 1px solid #4c679d;
    border-bottom: 1px solid #4c679d;
    border-left: none;
    border-radius: 0;
  }
  ul.mainFix .list_tab > li:first-child > a {
    border-top: 1px solid #4c679d;
    border-radius: 8px 0 0 0;
  }
  ul.mainFix .list_tab > li:nth-child(2) > a {
    border-top: 1px solid #4c679d;
    border-radius: 0 8px 0 0;
  }
  ul.mainFix .list_tab > li:nth-child(odd) > a {
    border-left: 1px solid #4c679d;
  }
  ul.mainFix .list_tab > li:nth-child(odd):last-child > a {
    border-bottom: none;
  }
  ul.mainFix .list_tab > li:nth-child(even):last-child > a {
    border-bottom: none;
  }
  ul.mainFix .list_tab > li:nth-last-child(2):nth-child(odd) > a {
    border-bottom: none;
  }
  ul.mainFix .list_tab > li.is_active > a {
    border-bottom: none;
  }
}
ul.mainFix .list_image {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_image > li {
  margin: 12px 0 0 12px;
  text-align: center;
}
ul.mainFix .list_image > li > a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .list_image > li > a:hover, ul.mainFix .list_image > li > a:active {
  opacity: 0.85;
}
@media (min-width: 640px) {
  ul.mainFix .list_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .list_image._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  ul.mainFix .list_image._col2 > li:first-child, ul.mainFix .list_image._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .list_image._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_image._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  ul.mainFix .list_image._col3 > li:first-child, ul.mainFix .list_image._col3 > li:nth-child(2), ul.mainFix .list_image._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .list_image._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_image._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  ul.mainFix .list_image._col4 > li:first-child, ul.mainFix .list_image._col4 > li:nth-child(2), ul.mainFix .list_image._col4 > li:nth-child(3), ul.mainFix .list_image._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.mainFix .list_image._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  ul.mainFix .list_image._col5 > li {
    width: calc((100% - 48.5px) / 5);
  }
  ul.mainFix .list_image._col5 > li:first-child, ul.mainFix .list_image._col5 > li:nth-child(2), ul.mainFix .list_image._col5 > li:nth-child(3), ul.mainFix .list_image._col5 > li:nth-child(4), ul.mainFix .list_image._col5 > li:nth-child(5) {
    margin-top: 0;
  }
  ul.mainFix .list_image._col5 > li:nth-child(5n+1) {
    margin-left: 0;
  }
}
ul.mainFix .list_image .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_image {
    margin-top: 64px;
  }
  ul.mainFix .list_image > li {
    margin-top: 0;
    margin-left: 0;
  }
  ul.mainFix .list_image > li + li {
    margin-top: 27px;
  }
  ul.mainFix .list_image > li > a {
    display: block;
  }
}
ul.mainFix .list_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}
ul.mainFix .list_caption > li {
  margin: 0 0 8px;
  margin-left: auto;
}
ul.mainFix .list_caption + table, ul.mainFix .list_caption + .scroll_wrap {
  margin-top: 0;
}
ul.mainFix .icon_link, ul.mainFix .icon_anc {
  list-style: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .ta_r > .icon_link, ul.mainFix .ta_r > .icon_anc {
  display: inline-block;
  text-align: left;
}
ul.mainFix .ta_c > .icon_link, ul.mainFix .ta_c > .icon_anc {
  display: inline-block;
  /* margin: 1em 0; */
  text-align: left;
}
ul.mainFix p .icon_link::before, ul.mainFix p .icon_anc::before {
  line-height: 0.8;
}
ul.mainFix p .icon_link:hover, ul.mainFix p .icon_link:active, ul.mainFix p .icon_anc:hover,
ul.mainFix p .icon_anc:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .icon_link > li, ul.mainFix .icon_anc > li {
  position: relative;
}
ul.mainFix .icon_link > li a, ul.mainFix .icon_anc > li a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .icon_link > li a:hover, ul.mainFix .icon_link > li a:active, ul.mainFix .icon_anc > li a:hover, ul.mainFix .icon_anc > li a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .icon_link > li.ls_bul, ul.mainFix .icon_anc > li.ls_bul {
  list-style-type: disc;
}
ul.mainFix .icon_link > li.icon_off, ul.mainFix .icon_anc > li.icon_off {
  color: #999;
}
ul.mainFix .icon_link._row, ul.mainFix .icon_anc._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5em;
  padding-left: 0;
}
ul.mainFix .icon_link._row > li, ul.mainFix .icon_anc._row > li {
  margin-left: 4em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
ul.mainFix .icon_link._row._col2 > li, ul.mainFix .icon_anc._row._col2 > li {
  width: calc(50% - 4em);
}
ul.mainFix .icon_link._row._col3 > li, ul.mainFix .icon_anc._row._col3 > li {
  width: calc(33.33% - 4em);
}
@media (min-width: 640px) {
  ul.mainFix {
    /* .icon_link._row._pc_col2 > li:first-child, .icon_link._row._pc_col2 > li:nth-child(2), .icon_anc._row._pc_col2 > li:first-child, .icon_anc._row._pc_col2 > li:nth-child(2) {
        margin-top: 0;
    } */
    /* .icon_link._row._pc_col3 > li:first-child, .icon_link._row._pc_col3 > li:nth-child(2), .icon_link._row._pc_col3 > li:nth-child(3), .icon_anc._row._pc_col3 > li:first-child, .icon_anc._row._pc_col3 > li:nth-child(2), .icon_anc._row._pc_col3 > li:nth-child(3) {
        margin-top: 0;
    } */
    /* .icon_link._row._pc_col4:first-child, .icon_link._row._pc_col4:nth-child(2), .icon_link._row._pc_col4:nth-child(3), .icon_link._row._pc_col4:nth-child(4), .icon_anc._row._pc_col4:first-child, .icon_anc._row._pc_col4:nth-child(2), .icon_anc._row._pc_col4:nth-child(3), .icon_anc._row._pc_col4:nth-child(4) {
        margin-top: 0;
    } */
  }
  ul.mainFix .icon_link._row._pc_col2 > li, ul.mainFix .icon_anc._row._pc_col2 > li {
    width: calc(50% - 4em);
  }
  ul.mainFix .icon_link._row._pc_col3 > li, ul.mainFix .icon_anc._row._pc_col3 > li {
    width: calc(33.33% - 4em);
  }
  ul.mainFix .icon_link._row._pc_col4 > li, ul.mainFix .icon_anc._row._pc_col4 > li {
    width: calc(25% - 4em);
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix {
    /* .icon_link._row._sp_col1 > li:first-child, .icon_anc._row._sp_col1 > li:first-child {
        margin-top: 0;
    } */
    /* .icon_link._row._sp_col2 > li:first-child, .icon_link._row._sp_col2 > li:nth-child(2), .icon_anc._row._sp_col2 > li:first-child, .icon_anc._row._sp_col2 > li:nth-child(2) {
        margin-top: 0;
    } */
  }
  ul.mainFix .icon_link._row._sp_col1, ul.mainFix .icon_anc._row._sp_col1 {
    display: block;
  }
  ul.mainFix .icon_link._row._sp_col1 > li, ul.mainFix .icon_anc._row._sp_col1 > li {
    width: auto;
  }
  ul.mainFix .icon_link._row._sp_col2 > li, ul.mainFix .icon_anc._row._sp_col2 > li {
    width: calc(50% - 4em);
  }
}
ul.mainFix .icon_link._row._right, ul.mainFix .icon_anc._row._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.mainFix .nav_pager_a {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 0;
  list-style: none;
}
ul.mainFix .nav_pager_a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.mainFix .nav_pager_a > li > a {
  text-decoration: none;
}
ul.mainFix .nav_pager_a > li > a:hover, ul.mainFix .nav_pager_a > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .nav_pager_a > li:not(.prev):not(.next):not(.last) {
  margin: 0 4px 0 0;
}
ul.mainFix .nav_pager_a > li:not(.prev):not(.next) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 43px;
  min-height: 44px;
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .nav_pager_a > li:not(.prev):not(.next).is_current > a {
  font-weight: normal;
  background: #e5e9f1;
  pointer-events: none;
}
ul.mainFix .nav_pager_a > .prev > a, ul.mainFix .nav_pager_a > .next > a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
}
ul.mainFix .nav_pager_a > .prev > a::before, ul.mainFix .nav_pager_a > .next > a::before {
  position: absolute;
  top: 0.4em;
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-top: 1px solid #5192c8;
  border-right: 1px solid #5192c8;
  content: "";
}
ul.mainFix .nav_pager_a > .prev {
  margin-right: 20px;
}
ul.mainFix .nav_pager_a > .prev > a {
  padding-left: 15px;
}
ul.mainFix .nav_pager_a > .prev > a::before {
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
ul.mainFix .nav_pager_a > .next {
  margin-left: 20px;
}
ul.mainFix .nav_pager_a > .next > a {
  padding-right: 15px;
}
ul.mainFix .nav_pager_a > .next > a::before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 639px) {
  ul.mainFix .nav_pager_a {
    position: relative;
    margin-top: 50px;
    padding-bottom: 27px;
    padding-left: 0;
  }
  ul.mainFix .nav_pager_a > li:not(.prev):not(.next):not(.last) {
    margin: 0 2px 0 0;
  }
  ul.mainFix .nav_pager_a > li:not(.prev):not(.next) > a {
    min-width: 40px;
    min-height: 40px;
  }
  ul.mainFix .nav_pager_a > .prev, ul.mainFix .nav_pager_a .next {
    position: absolute;
    bottom: 0;
    display: block;
    width: 50%;
    margin: 0;
    font-size: 1.4rem;
  }
  ul.mainFix .nav_pager_a > .prev > a::before, ul.mainFix .nav_pager_a .next > a::before {
    top: 0.25em;
    width: 0.9em;
    height: 0.9em;
  }
  ul.mainFix .nav_pager_a > .prev {
    left: 0;
    text-align: left;
  }
  ul.mainFix .nav_pager_a > .prev > a {
    padding-left: 20px;
  }
  ul.mainFix .nav_pager_a > .next {
    right: 0;
    text-align: right;
  }
  ul.mainFix .nav_pager_a > .next > a {
    padding-right: 20px;
  }
}
ul.mainFix .nav_pager_wrap {
  margin-top: 100px;
  background: #f5f5f5;
}
ul.mainFix .section_wrap + .nav_pager_wrap {
  margin-top: 55px;
}
ul.mainFix .nav_pager_wrap > .nav_pager_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 20px;
}
ul.mainFix .nav_pager_wrap + .box_b {
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .nav_pager_wrap {
    margin-top: 50px;
    padding: 0 15px;
  }
  ul.mainFix .nav_pager_wrap > .nav_pager_content {
    padding: 4px 0;
  }
}
ul.mainFix .nav_pager_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 2rem;
  list-style: none;
}
ul.mainFix .nav_pager_b > li {
  width: 50%;
}
ul.mainFix .nav_pager_b > li > a {
  position: relative;
  display: inline-block;
  color: #002673;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .nav_pager_b > li > a:hover, ul.mainFix .nav_pager_b > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .nav_pager_b > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
ul.mainFix .nav_pager_b > li > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: #002673;
  content: "";
}
ul.mainFix .nav_pager_b > li.prev {
  margin-right: 15px;
  text-align: left;
}
ul.mainFix .nav_pager_b > li.prev > a {
  padding-left: 28px;
}
ul.mainFix .nav_pager_b > li.prev > a::after {
  left: 0.4em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
ul.mainFix .nav_pager_b > li.prev > a::before {
  left: 0;
}
ul.mainFix .nav_pager_b > li.next {
  margin-left: 15px;
  text-align: right;
}
ul.mainFix .nav_pager_b > li.next:only-child {
  width: 100%;
  margin-left: 0;
}
ul.mainFix .nav_pager_b > li.next > a {
  padding-right: 28px;
}
ul.mainFix .nav_pager_b > li.next > a::after {
  right: 0.4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mainFix .nav_pager_b > li.next > a::before {
  right: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .nav_pager_b {
    font-size: 1.4rem;
  }
  ul.mainFix .nav_pager_b > li.prev, ul.mainFix .nav_pager_b > li.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ul.mainFix .nav_pager_b > li.prev > a {
    padding-left: 22px;
  }
  ul.mainFix .nav_pager_b > li.next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ul.mainFix .nav_pager_b > li.next > a {
    padding-right: 22px;
  }
}
ul.mainFix .page_top {
  margin-top: 40px;
  text-align: right;
}
ul.mainFix .page_top > a {
  position: relative;
  color: #5192c8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .page_top > a:hover, ul.mainFix .page_top > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .list_q_lnk {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_q_lnk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_q_lnk {
    margin: 50px 0 0;
  }
}
ul.mainFix .list_movie_lnk {
  padding: 0;
  list-style: none;
}
ul.mainFix .list_movie_lnk > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .list_movie_lnk > li > a:hover, ul.mainFix .list_movie_lnk > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
ul.mainFix .lyt_btn_a {
  margin: 30px 0 0;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_btn_a {
    margin-top: 24px;
  }
}
ul.mainFix .btn_a, ul.mainFix .btn_b {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 6px 30px 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 4em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .btn_a::after, ul.mainFix .btn_b::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mainFix .btn_a._no_bullet::after, ul.mainFix .btn_b._no_bullet::after {
  display: none;
}
ul.mainFix .btn_a.js_icon_blank::after, ul.mainFix .btn_a.js_icon_modal::after, ul.mainFix .btn_b.js_icon_blank::after, ul.mainFix .btn_b.js_icon_modal::after {
  display: none;
}
ul.mainFix .btn_a.js_icon_blank .icon_blank_a, ul.mainFix .btn_a.js_icon_modal .icon_blank_a, ul.mainFix .btn_b.js_icon_blank .icon_blank_a, ul.mainFix .btn_b.js_icon_modal .icon_blank_a {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
}
ul.mainFix .btn_a:hover, ul.mainFix .btn_a:active, ul.mainFix .btn_b:hover, ul.mainFix .btn_b:active {
  opacity: 0.85;
}
ul.mainFix .btn_a._close::after, ul.mainFix .btn_b._close::after {
  display: none;
}
ul.mainFix .btn_a.disabled, ul.mainFix .btn_b.disabled {
  color: #939393;
  background: #fff;
  border-color: #bebebe;
  cursor: default;
  pointer-events: none;
}
ul.mainFix .btn_a {
  color: #fff;
  background: #002673;
  border: 1px solid #002673;
}
ul.mainFix .btn_a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
ul.mainFix .btn_a:hover:not(.disabled), ul.mainFix .btn_a:active:not(.disabled) {
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
  opacity: 1;
}
ul.mainFix .btn_a:hover:not(.disabled)::after, ul.mainFix .btn_a:active:not(.disabled)::after {
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
}
ul.mainFix .btn_b {
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
}
ul.mainFix .btn_b::after {
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
}
ul.mainFix .btn_b:hover:not(.disabled), ul.mainFix .btn_b:active:not(.disabled) {
  color: #fff;
  background: #002673;
  border: 1px solid #fff;
  opacity: 1;
}
ul.mainFix .btn_b:hover:not(.disabled)::after, ul.mainFix .btn_b:active:not(.disabled)::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
ul.mainFix .btn_c {
  position: relative;
  display: inline-block;
  min-width: 340px;
  padding: 10px 20px 8px;
  font-weight: bold;
  color: #002673;
  text-align: center;
  text-decoration: none;
  background: #fc0;
  border-radius: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .btn_c::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mainFix .btn_c:hover, ul.mainFix .btn_c:active {
  opacity: 0.85;
}
ul.mainFix .btn_c.js_icon_blank::after, ul.mainFix .btn_c.js_icon_modal::after {
  display: none;
}
ul.mainFix .btn_c.js_icon_blank .icon_blank_a, ul.mainFix .btn_c.js_icon_modal .icon_blank_a {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .btn_c {
    min-width: 220px;
    padding: 1px 20px 1px;
  }
}
ul.mainFix .list_btn_a, ul.mainFix .list_btn_b {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_btn_a > li, ul.mainFix .list_btn_b > li {
  margin: 0;
  text-align: center;
}
ul.mainFix .list_btn_a._left, ul.mainFix .list_btn_b._left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.mainFix .list_btn_a._right, ul.mainFix .list_btn_b._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_btn_a, ul.mainFix .list_btn_b {
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
ul.mainFix .list_btn_a > li {
  margin: 32px 0 0;
  padding: 0 16px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_btn_a {
    margin-top: 24px;
  }
  ul.mainFix .list_btn_a > li {
    margin-top: 0;
  }
  ul.mainFix .list_btn_a > li + li {
    margin-top: 20px;
  }
}
ul.mainFix .list_btn_b > li {
  min-width: 212px;
  margin: 32px 0 0;
  padding: 0 12px;
}
ul.mainFix .list_btn_b .txt_lnk {
  font-size: 1.4rem;
  color: #5192c8;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .list_btn_b .txt_lnk:hover, ul.mainFix .list_btn_b .txt_lnk:active {
  text-decoration: underline;
  opacity: 0.85;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_btn_b {
    margin-top: 24px;
  }
  ul.mainFix .list_btn_b > li {
    margin-top: 0;
  }
  ul.mainFix .list_btn_b > li + li {
    margin-top: 14px;
  }
}
ul.mainFix .btn_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
ul.mainFix .btn_grid > li {
  width: 100%;
  margin: 12px 0 0;
  background-color: #fff;
  border-radius: 4px;
}
ul.mainFix .btn_grid > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 24px 12px 24px 24px;
  color: #333;
  text-decoration: none;
  border: 1px solid #002673;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  ul.mainFix .btn_grid > li > a {
    padding: 16px 20px;
  }
}
ul.mainFix .btn_grid > li > a > .content {
  width: 100%;
}
ul.mainFix .btn_grid > li > a > .content .sub_txt {
  font-weight: bold;
}
ul.mainFix .btn_grid > li > a > .content .tit {
  font-weight: bold;
  font-size: 2.1rem;
  color: #002673;
  line-height: 1.45;
  margin-top: 0.3em;
}
ul.mainFix .btn_grid > li > a > .content .tit + .icon_link {
  display: inline-block;
  margin-top: 0.3em;
}
ul.mainFix .btn_grid > li > a > .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  margin: 0 0 0 20px;
  text-align: center;
}
@media (min-width: 961px) {
  ul.mainFix .btn_grid._col3 > li > a > .image {
    width: 100px;
  }
}
ul.mainFix .btn_grid > li > a:hover, ul.mainFix .btn_grid > li > a:active {
  opacity: 0.85;
}
ul.mainFix .btn_grid > li._tobz > a {
  border: 1px solid #28becc;
}
ul.mainFix .btn_grid > li._tobz > a > .content > .tit {
  color: #28becc;
}
@media (min-width: 640px) {
  ul.mainFix .btn_grid > li {
    width: calc((100% - 12px) / 2);
    margin: 0 0 12px 0;
  }
  ul.mainFix .btn_grid > li._col1 {
    width: 100%;
  }
  ul.mainFix .btn_grid._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  ul.mainFix .btn_grid._col3 > li._col1 {
    width: 100%;
  }
  ul.mainFix .btn_grid._col3::after {
    display: block;
    width: calc(33.3333333333% - 10px);
    content: "";
  }
  ul.mainFix .btn_grid._col1 > li {
    width: 100%;
  }
  ul.mainFix .btn_grid._col1 > li + li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 960px) {
  ul.mainFix .btn_grid > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ul.mainFix .btn_grid > li > a > .image {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .btn_grid {
    display: block;
    margin-top: 40px;
  }
  ul.mainFix .btn_grid > li {
    margin-top: 0;
    margin-bottom: 12px;
  }
  ul.mainFix .btn_grid > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
  ul.mainFix .btn_grid > li > a > .content > .sub_txt {
    font-size: 1.4rem;
  }
  ul.mainFix .btn_grid > li > a > .content > .tit {
    font-size: 1.6rem;
  }
  ul.mainFix .btn_grid > li > a > .image {
    width: auto;
    max-width: 106px;
    margin-top: 0;
    margin-left: 12px;
  }
}
ul.mainFix .btn_offer, ul.mainFix .btn_mail {
  display: inline-block;
  min-width: 320px;
  padding: 10px 20px 8px;
  font-weight: bold;
  color: #002673;
  text-align: center;
  text-decoration: none;
  background: #fc0;
  border-radius: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.875;
}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
  ul.mainFix .lyt_col._col2 .btn_offer,
  ul.mainFix .lyt_col._col2 .btn_mail {
    min-width: 180px;
  }
}
ul.mainFix .btn_offer:hover, ul.mainFix .btn_offer:active, ul.mainFix .btn_mail:hover, ul.mainFix .btn_mail:active {
  opacity: 0.85;
}
ul.mainFix .btn_offer > span, ul.mainFix .btn_mail > span {
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .btn_offer, ul.mainFix .btn_mail {
    min-width: 220px;
    padding: 6px 20px 5px;
  }
}
ul.mainFix .btn_offer > span {
  background: url(/assets/css/images/icon_document_02.png) no-repeat left center;
}
ul.mainFix .btn_mail > span {
  background: url(/assets/css/images/icon_mail_01.png) no-repeat left center;
}
ul.mainFix .lyt_col {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 40px 0 30px;
}
ul.mainFix .lyt_col > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 30px 0 0;
}
ul.mainFix .lyt_col > .col > :first-child {
  margin-top: 0;
}
ul.mainFix .lyt_col > .col > :last-child {
  margin-bottom: 0;
}
ul.mainFix .lyt_col > .col > .box_a {
  height: 100%;
}
@media (min-width: 640px) {
  ul.mainFix .lyt_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .lyt_col._col2 > .col {
    width: calc((100% - 40px) / 2);
  }
  ul.mainFix .lyt_col._col2 > .col:first-child, ul.mainFix .lyt_col._col2 > .col:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .lyt_col._col3 > .col {
    width: calc((100% - 80px) / 3);
  }
  ul.mainFix .lyt_col._col3 > .col:first-child, ul.mainFix .lyt_col._col3 > .col:nth-child(2), ul.mainFix .lyt_col._col3 > .col:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .lyt_col._col4 > .col {
    width: calc((100% - 120px) / 4);
  }
  ul.mainFix .lyt_col._col4 > .col:first-child, ul.mainFix .lyt_col._col4 > .col:nth-child(2), ul.mainFix .lyt_col._col4 > .col:nth-child(3), ul.mainFix .lyt_col._col4 > .col:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_col {
    margin-top: 32px;
  }
  ul.mainFix .lyt_col > .col {
    display: block;
    margin-top: 0;
  }
  ul.mainFix .lyt_col > .col > .box_a {
    height: auto;
  }
  ul.mainFix .lyt_col > .col + .col {
    margin-top: 32px;
  }
}
ul.mainFix .lyt_image {
  /* margin: 80px 0 0; */
  margin: 40px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_image {
    margin: 20px 0;
  }
}
ul.mainFix .lyt_image > a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .lyt_image > a:hover, ul.mainFix .lyt_image > a:active {
  opacity: 0.85;
}
ul.mainFix .lyt_image .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_image > a {
    display: block;
  }
  ul.mainFix .lyt_image .caption {
    margin-top: 11px;
  }
}
ul.mainFix .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
  text-align: center;
}
ul.mainFix .lyt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
ul.mainFix .lyt_item > .item {
  width: 100%;
}
ul.mainFix .lyt_item > .item > :first-child {
  margin-top: 0;
}
ul.mainFix .lyt_item > .item > :last-child {
  margin-bottom: 0;
}
ul.mainFix .lyt_item > .item .txt_reader {
  font-size: 1.4rem;
  line-height: 1.4;
}
ul.mainFix .lyt_item > .image {
  margin: 0 0 0 40px;
}
ul.mainFix .lyt_item > .image > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .lyt_item > .image > a:hover, ul.mainFix .lyt_item > .image > a:active {
  opacity: 0.85;
}
ul.mainFix .lyt_item._row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
ul.mainFix .lyt_item._row_reverse > .image {
  margin-right: 40px;
  margin-left: 0;
}
@media (min-width: 640px) {
  ul.mainFix .lyt_item > .image img {
    max-width: none;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_item {
    display: block;
  }
  ul.mainFix .lyt_item > .image {
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
  }
  ul.mainFix .lyt_item._row_reverse > .image {
    margin-right: 0;
  }
  ul.mainFix .lyt_item._col_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ul.mainFix .lyt_item._col_reverse > .image {
    margin-top: 0;
    margin-left: 0;
  }
  ul.mainFix .lyt_item._col_reverse > .item {
    margin-top: 16px;
  }
}
ul.mainFix .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
ul.mainFix .mv > .image {
  width: 50%;
  text-align: center;
}
ul.mainFix .mv > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 0 20px;
  text-align: right;
  background: #fff;
  opacity: 0.9;
}
ul.mainFix .mv > .content > .tit_mv {
  margin: 0;
  font-weight: bold;
  font-size: 3.8rem;
  color: #002673;
  line-height: 1.5;
}
ul.mainFix .mv > .content > .tit_mv > .sub_txt {
  display: block;
  font-weight: normal;
  font-size: 2.6rem;
}
ul.mainFix .mv > .content .lyt_btn_a {
  text-align: right;
}
ul.mainFix .mv > .content .btn_b {
  min-width: 220px;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .mv > .content > .tit_mv {
    font-size: 3rem;
  }
  ul.mainFix .mv > .content > .tit_mv > .sub_txt {
    font-size: 1.6rem;
  }
  ul.mainFix .mv > .content > .lyt_btn_a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .mv {
    display: block;
  }
  ul.mainFix .mv > .image {
    width: auto;
  }
  ul.mainFix .mv > .content {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  ul.mainFix .mv > .content > .tit_mv {
    font-size: 2rem;
  }
  ul.mainFix .mv > .content > .tit_mv > .sub_txt {
    font-size: 1.4rem;
    text-align: center;
  }
  ul.mainFix .mv > .content .lyt_btn_a {
    text-align: center;
  }
  ul.mainFix .mv > .content .btn_b {
    min-width: 180px;
  }
}
ul.mainFix .box_a {
  /* margin: 64px 0 0; */
  margin: 40px 0 30px;
  padding: 27px 30px;
  background: #f5f5f5;
}
ul.mainFix .box_a > :first-child {
  margin-top: 0;
}
ul.mainFix .box_a > :last-child {
  margin-bottom: 0;
}
ul.mainFix .box_a.bg_tv {
  background: #e8deea !important;
}
ul.mainFix .box_a.bg_vd {
  background: #f9deed !important;
}
ul.mainFix .box_a .tit {
  /* margin: 0; */
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_a .tit {
    font-size: 1.7rem;
  }
}
ul.mainFix .box_a .tit_a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
ul.mainFix .box_a .tit_att {
  padding: 0 0 0 24px;
  background: url(/assets/css/images/icon_attn_01.png) no-repeat left 6px;
}
ul.mainFix .box_a > .content {
  margin: 2px 0 0;
}
ul.mainFix .box_a > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .box_a > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_a {
    /* modifi */
    padding: 15px;
    margin-top: 20px;
  }
  ul.mainFix .box_a .tit_a {
    margin-bottom: 2px;
  }
}
ul.mainFix .box_b {
  margin: 80px 0 0;
  background: #002673;
}
ul.mainFix .box_b .icon_link a {
  color: #fff;
}
ul.mainFix .box_b .icon_link > li::before {
  color: #fff;
}
ul.mainFix .box_b > .box_b_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px;
}
ul.mainFix .box_b > .box_b_content > .tit {
  margin: 0;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
ul.mainFix .box_b > .box_b_content > .lyt_btn_offer {
  margin: 12px 0 0;
  text-align: center;
}
ul.mainFix .box_b > .box_b_content > .list_btn_offer {
  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: -24px 0 0;
  padding: 0;
  line-height: 1.875;
  list-style: none;
}
ul.mainFix .box_b > .box_b_content > .list_btn_offer > li {
  margin: 24px 0 0;
  padding: 0 12px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_b {
    margin-top: 40px;
    padding: 20px 0;
  }
  ul.mainFix .box_b > .box_b_content {
    padding: 0 54px;
  }
  ul.mainFix .box_b > .box_b_content > .tit {
    line-height: 1.4;
  }
  ul.mainFix .box_b > .box_b_content > .lyt_btn_offer {
    margin-top: 11px;
  }
  ul.mainFix .box_b > .box_b_content > .list_btn_offer {
    margin-bottom: -16px;
  }
  ul.mainFix .box_b > .box_b_content > .list_btn_offer > li {
    padding: 0 0 16px;
  }
}
ul.mainFix .box_c {
  margin: 80px auto 0;
  padding: 32px 40px;
  background: repeating-linear-gradient(135deg, #fcdacc 0, #fcdacc 5px, #f2cfc2 5px, #f2cfc2 7px);
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 #f2e0d9;
  box-shadow: 2px 2px 0 #f2e0d9;
}
ul.mainFix .box_c > .tit_wrap {
  margin: 0 0 20px;
  text-align: center;
}
ul.mainFix .box_c > .tit_wrap > .tit {
  display: inline-block;
  padding: 7px 44px 2px 44px;
  font-size: 2.4rem;
  color: #ffe57f;
  background: #f04400;
  border-radius: 27px;
}
ul.mainFix .box_c > .content {
  padding: 32px;
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_c {
    margin-top: 40px;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px #f2e0d9;
    box-shadow: 0 2px 2px #f2e0d9;
  }
  ul.mainFix .box_c > .tit_wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  ul.mainFix .box_c > .tit_wrap > .tit {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 2rem;
    border-radius: 0;
  }
  ul.mainFix .box_c > .content {
    padding: 20px;
  }
}
ul.mainFix .box_price {
  margin: 64px 0 0;
  padding: 44px 0 45px;
  background: #f5f5f5;
}
ul.mainFix .box_price > :first-child {
  margin-top: 0;
}
ul.mainFix .box_price > :last-child {
  margin-bottom: 0;
}
ul.mainFix .box_price > p {
  text-align: center;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_price {
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  ul.mainFix .box_price .txt_marker_a {
    font-size: 1.8rem;
  }
  ul.mainFix .box_price .txt_marker_a > em {
    font-size: 2.4rem;
  }
}
ul.mainFix .box_strong_a {
  margin: 64px 0 0;
  padding: 35px 38px 29px;
  border: 1px solid #f00;
}
ul.mainFix .box_strong_a > :first-child {
  margin-top: 0;
}
ul.mainFix .box_strong_a > :last-child {
  margin-bottom: 0;
}
ul.mainFix .box_strong_a > .tit {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 1.8rem;
  color: #f00;
  line-height: 1.6;
  background: url(/assets/css/images/icon_attn_01.png) no-repeat left 5px;
}
ul.mainFix .box_strong_a > .content {
  margin: 2px 0 0;
}
ul.mainFix .box_strong_a > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .box_strong_a > .content > :last-child {
  margin-bottom: 0;
}
ul.mainFix .box_strong_a > .content > p > strong {
  font-weight: normal;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_strong_a {
    margin-top: 40px;
    padding: 19px 19px 16px;
  }
}
ul.mainFix .box_scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 360px;
  margin: 64px 0 0;
  padding: 31px 39px;
  background: #fff;
  border: 1px solid #c5c5c5;
}
ul.mainFix .box_scroll > :first-child {
  margin-top: 0;
}
ul.mainFix .box_scroll > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_scroll {
    height: 180px;
    margin-top: 40px;
    padding: 11px 18px;
  }
}
ul.mainFix .box_form_a {
  margin: 64px 0 0;
  background: #ffe57f;
}
ul.mainFix .box_form_a > .box_form_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px;
}
ul.mainFix .box_form_a > .box_form_inner > .tit {
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_form_a > .box_form_inner {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  ul.mainFix .box_form_a > .box_form_inner > .tit {
    margin-bottom: 2px;
  }
}
ul.mainFix .box_form_b {
  margin: 80px 0 0;
  padding: 49px 40px 56px;
  background: #f5f5f5;
}
ul.mainFix .box_form_b > .tit {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
ul.mainFix .box_form_b > .lnk {
  margin: 10px 0 0;
  text-align: center;
}
ul.mainFix .box_form_b > .list_form_a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
ul.mainFix .box_form_b .lyt_btn_a {
  margin: 40px 0 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_form_b {
    margin-top: 40px;
    padding: 18px 16px 9px;
    text-align: center;
  }
  ul.mainFix .box_form_b > .tit {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.5;
  }
  ul.mainFix .box_form_b > .lnk {
    margin-top: 4px;
    text-align: left;
  }
  ul.mainFix .box_form_b > .lnk > .icon_link {
    position: relative;
    display: inline-block;
    padding-left: 1.2em;
  }
  ul.mainFix .box_form_b > .lnk > .icon_link::before {
    position: absolute;
    top: 0.23em;
    left: 0;
    line-height: 1;
  }
  ul.mainFix .box_form_b > .list_form_a {
    display: inline-block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 11px;
  }
  ul.mainFix .box_form_b > .list_form_a > li {
    text-align: left;
  }
  ul.mainFix .box_form_b > .list_form_a > li:first-child {
    margin-top: 0;
  }
  ul.mainFix .box_form_b .lyt_btn_a {
    margin-top: 20px;
  }
}
ul.mainFix .box_tel {
  margin: 64px 0 0;
  padding: 51px 32px 18px;
  background: #f5f5f5;
}
ul.mainFix .box_tel > .tit {
  margin: 0 0 23px;
  font-size: 1.6rem;
  color: #004060;
  text-align: center;
}
ul.mainFix .box_tel > .lyt_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
  border-radius: 4px;
}
ul.mainFix .box_tel > .lyt_tel > .col {
  width: calc((100% - 25px) / 2);
}
ul.mainFix .box_tel > .lyt_tel > .col:only-child {
  width: 100%;
}
ul.mainFix .box_tel > .lyt_tel > .col > .col_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 10px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
ul.mainFix .box_tel > .lyt_tel .notes > li {
  text-align: left;
}
ul.mainFix .box_tel > .lyt_tel .notes > li > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
ul.mainFix .box_tel > .lyt_tel > .col > .col_inner > .desc {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
ul.mainFix .box_tel > .lyt_tel > .col > .col_inner > .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 1.3rem;
}
ul.mainFix .box_tel > .lyt_tel > .col > .col_inner > .notes > .mark {
  margin: 0 5px 0 0;
}
ul.mainFix .box_tel > .lyt_tel > .col .tit {
  margin-bottom: 0;
  font-size: 1.8rem;
}
ul.mainFix .box_tel > .lyt_tel > .col .tit_inner {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #002673;
}
ul.mainFix .box_tel > .lyt_tel > .col .txt_tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0 0;
  line-height: 1.4;
}
ul.mainFix .box_tel > .lyt_tel > .col .txt_tel a {
  font-size: 3.6rem;
  letter-spacing: -0.05em;
}
ul.mainFix .box_tel > .lyt_tel > .col .txt_tel img {
  margin-bottom: 13px;
}
ul.mainFix .box_tel > .lyt_tel > .col._fixed .tit_inner {
  padding: 0 0 0 24px;
  background: url(/assets/css/images/icon_tel_01.png) no-repeat left center;
}
ul.mainFix .box_tel > .lyt_tel > .col._mobile .tit_inner {
  padding: 0 0 0 20px;
  background: url(/assets/css/images/icon_sp_01.png) no-repeat left center;
}
@media only screen and (max-width: 880px) {
  ul.mainFix .box_tel > .lyt_tel > .col .txt_tel a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_tel {
    margin-top: 40px;
    padding: 18px 10px 10px;
  }
  ul.mainFix .box_tel > .tit {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  ul.mainFix .box_tel > .lyt_tel {
    display: block;
    margin-bottom: 16px;
    margin-left: 0;
  }
  ul.mainFix .box_tel > .lyt_tel > .col {
    width: 100%;
    padding-left: 0;
  }
  ul.mainFix .box_tel > .lyt_tel > .col + .col {
    margin-top: 10px;
  }
  ul.mainFix .box_tel > .lyt_tel > .col > .col_inner {
    padding: 14px 30px 13px;
  }
  ul.mainFix .box_tel > .lyt_tel > .col > .col_inner > .desc {
    font-size: 1.2rem;
  }
  ul.mainFix .box_tel > .lyt_tel > .col > .col_inner > .notes {
    font-size: 1.2rem;
  }
  ul.mainFix .box_tel > .lyt_tel > .col .tit {
    font-size: 1.6rem;
  }
  ul.mainFix .box_tel > .lyt_tel > .col .txt_tel {
    margin-top: 6px;
    padding: 0 8px;
  }
  ul.mainFix .box_tel > .lyt_tel > .col .txt_tel a {
    font-size: 2.4rem;
  }
}
ul.mainFix .box_app {
  margin: 64px 0 0;
  padding: 38px 20px;
  background: #f5f5f5;
}
ul.mainFix .box_app > .lyt_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 0;
}
ul.mainFix .box_app > .lyt_app > .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 15px 0 0;
  padding: 0 20px;
}
ul.mainFix .box_app > .lyt_app > .item > .desc {
  margin: 0 32px 0 0;
}
ul.mainFix .box_app > .lyt_app > .item > p {
  margin: 0;
}
ul.mainFix .box_app > .lyt_app > .item > p > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.mainFix .box_app > .lyt_app > .item > p > a:hover, ul.mainFix .box_app > .lyt_app > .item > p > a:active {
  opacity: 0.85;
}
ul.mainFix .box_app > .lyt_app > .item:nth-child(2n)::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #999;
  content: "";
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_app {
    margin-top: 40px;
    padding: 20px 54px;
  }
  ul.mainFix .box_app > .lyt_app {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  ul.mainFix .box_app > .lyt_app > .item {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  ul.mainFix .box_app > .lyt_app > .item + .item {
    position: relative;
    margin-top: 15px;
    padding-top: 19px;
  }
  ul.mainFix .box_app > .lyt_app > .item + .item::before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    content: "";
  }
  ul.mainFix .box_app > .lyt_app > .item > .desc {
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
ul.mainFix .box_list {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  line-height: inherit;
}
ul.mainFix .box_list > li {
  margin: 0;
  background-color: #fff;
}
ul.mainFix .box_list > li + li {
  margin: 40px 0 0;
}
ul.mainFix .box_list > li > .box_icon_a, ul.mainFix .box_list > li > .box_icon_b {
  margin-top: 0;
}
@media (min-width: 1000px) {
  ul.mainFix .box_list._col2, ul.mainFix .box_list._col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .box_list._col2 > li, ul.mainFix .box_list._col3 > li {
    margin: 40px 0 0;
  }
  ul.mainFix .box_list._col2 > li {
    width: calc((100% - 40px) / 2);
  }
  ul.mainFix .box_list._col2 > li:first-child, ul.mainFix .box_list._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .box_list._col3 > li {
    width: calc((100% - 80.5px) / 3);
  }
  ul.mainFix .box_list._col3 > li:first-child, ul.mainFix .box_list._col3 > li:nth-child(2), ul.mainFix .box_list._col3 > li:nth-child(3) {
    margin-top: 0;
  }
}
ul.mainFix .box_list._box > li {
  padding: 40px;
  border: 1px solid #c0c0c0;
}
ul.mainFix .box_list._box > li + li {
  margin-top: 40px;
}
ul.mainFix .box_list._box > li > .box_icon_a, ul.mainFix .box_list._box > li > .box_icon_b {
  margin-top: 0;
}
@media (min-width: 1000px) {
  ul.mainFix .box_list._box._col2 > li, ul.mainFix .box_list._box._col3 > li {
    margin-top: 12px;
  }
  ul.mainFix .box_list._box._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  ul.mainFix .box_list._box._col2 > li:first-child, ul.mainFix .box_list._box._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .box_list._box._col3 > li {
    width: calc((100% - 24px) / 3);
  }
  ul.mainFix .box_list._box._col3 > li:first-child, ul.mainFix .box_list._box._col3 > li:nth-child(2), ul.mainFix .box_list._box._col3 > li:nth-child(3) {
    margin-top: 0;
  }
}
ul.mainFix .box_list._bg > li {
  padding: 40px;
  background: #f5f5f5;
}
ul.mainFix .box_list._bg > li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .box_list {
    margin-top: 40px;
  }
  ul.mainFix .box_list > li + li {
    margin-top: 14px;
  }
  ul.mainFix .box_list._box > li {
    padding: 27px 18px 28px;
  }
  ul.mainFix .box_list._box > li + li {
    margin-top: 40px;
  }
  ul.mainFix .box_list._bg > li {
    padding: 27px 18px 28px;
  }
}
ul.mainFix .box_icon_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 0;
}
ul.mainFix .box_icon_a + .box_icon_a {
  margin: 15px 0 0;
}
ul.mainFix .box_icon_a > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
ul.mainFix .box_icon_a > .item > .image {
  margin: 0 0 0 40px;
}
ul.mainFix .box_icon_a > .item > .image img {
  max-width: none;
}
ul.mainFix .box_icon_a > .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 14px;
}
ul.mainFix .box_icon_a > .item .content > .tit {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
ul.mainFix .box_icon_a > .item .content .tit_content {
  margin: 7px 0 0;
}
ul.mainFix .box_icon_a > .item .content .tit_content > :first-child {
  margin-top: 0;
}
ul.mainFix .box_icon_a > .item .content .tit_content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_icon_a > .item {
    display: block;
    text-align: center;
  }
  ul.mainFix .box_icon_a > .item .content {
    margin-top: 21px;
    padding-left: 0;
    text-align: left;
  }
  ul.mainFix .box_icon_a > .item > .image {
    margin-top: 15px;
    margin-left: 0;
  }
}
ul.mainFix .box_icon_b > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.mainFix .box_icon_b > .tit > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 86px;
  margin: 0;
  padding: 0 0 0 14px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
ul.mainFix .box_icon_b > .content {
  margin: 14px 0 0;
}
ul.mainFix .box_icon_b > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .box_icon_b > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_icon_b > .tit {
    display: block;
    text-align: center;
  }
  ul.mainFix .box_icon_b > .tit > .tit {
    min-height: auto;
    margin-top: 18px;
    padding-left: 0;
  }
  ul.mainFix .box_icon_b > .content {
    margin-top: 4px;
  }
}
ul.mainFix .box_toggle {
  margin: 80px 0 0;
}
ul.mainFix .box_toggle + .box_toggle {
  margin-top: 8px;
}
ul.mainFix .box_toggle > .item {
  border: 1px solid #e5e9f1;
}
ul.mainFix .box_toggle > .item > .tit {
  margin: 0;
  background: #e5e9f1;
}
ul.mainFix .box_toggle > .item > .tit > .tit_inner {
  display: block;
  width: 100%;
  padding: 11px 39px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #002673;
  text-align: left;
  line-height: 1.8;
  background: none;
  border: none;
  border-radius: 0;
  cursor: default;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
ul.mainFix .box_toggle > .item > .tit > .tit_inner > .txt {
  position: relative;
}
ul.mainFix .box_toggle > .item > .item_content {
  padding: 34px 32px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .box_toggle {
    margin-top: 64px;
  }
  ul.mainFix .box_toggle > .item > .tit > .tit_inner {
    padding: 7px 27px;
  }
  ul.mainFix .box_toggle > .item > .item_content {
    padding: 19px 15px;
  }
}
ul.mainFix .lyt_idx_a {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  ul.mainFix .lyt_idx_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .lyt_idx_a._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  ul.mainFix .lyt_idx_a._col2 > li:first-child, ul.mainFix .lyt_idx_a._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_a._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_a._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  ul.mainFix .lyt_idx_a._col3 > li:first-child, ul.mainFix .lyt_idx_a._col3 > li:nth-child(2), ul.mainFix .lyt_idx_a._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_a._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_a._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  ul.mainFix .lyt_idx_a._col4 > li:first-child, ul.mainFix .lyt_idx_a._col4 > li:nth-child(2), ul.mainFix .lyt_idx_a._col4 > li:nth-child(3), ul.mainFix .lyt_idx_a._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_a._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
ul.mainFix .lyt_idx_a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 12px 0 0 12px;
  padding: 0 0 48px;
  border: 1px solid #c0c0c0;
}
ul.mainFix .lyt_idx_a > li > .image {
  min-height: 0%;
  text-align: center;
}
ul.mainFix .lyt_idx_a > li > .image > img {
  width: 100%;
  vertical-align: bottom;
}
ul.mainFix .lyt_idx_a > li > .item {
  padding: 26px 23px 34px;
}
ul.mainFix .lyt_idx_a > li > .item > .tit {
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 2rem;
  color: #002673;
}
ul.mainFix .lyt_idx_a > li > .item > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .lyt_idx_a > li > .item > .content > :last-child {
  margin-bottom: 0;
}
ul.mainFix .lyt_idx_a > li > .lyt_btn_a {
  margin-top: auto;
  padding: 0 24px;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .lyt_idx_a {
    margin-top: 20px;
  }
  ul.mainFix .lyt_idx_a > li {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 26px;
  }
  ul.mainFix .lyt_idx_a > li + li {
    margin-top: 20px;
  }
  ul.mainFix .lyt_idx_a > li > .item {
    padding: 18px 18px 20px;
  }
  ul.mainFix .lyt_idx_a > li > .item > .tit {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  ul.mainFix .lyt_idx_a > li > .lyt_btn_a {
    padding-right: 18px;
    padding-left: 18px;
  }
}
ul.mainFix .lyt_idx_b {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  ul.mainFix .lyt_idx_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .lyt_idx_b._icon._col3 > li {
    width: calc((100% - 74.5px) / 2);
  }
  ul.mainFix .lyt_idx_b._icon._col3 > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 50px;
    padding: 0;
    border: none;
  }
  ul.mainFix .lyt_idx_b._icon._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_b._icon._col5 > li {
    width: calc((100% - 148.5px) / 3);
  }
  ul.mainFix .lyt_idx_b._icon._col5 > li:first-child, ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(2), ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(3), ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(4), ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(5) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    width: 100%;
    max-width: 50px;
    padding: 0;
    border: none;
  }
  ul.mainFix .lyt_idx_b._icon._col5 > li:nth-child(5n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_b._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  ul.mainFix .lyt_idx_b._col2 > li:first-child, ul.mainFix .lyt_idx_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_b._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_b._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  ul.mainFix .lyt_idx_b._col3 > li:first-child, ul.mainFix .lyt_idx_b._col3 > li:nth-child(2), ul.mainFix .lyt_idx_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_b._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.mainFix .lyt_idx_b._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  ul.mainFix .lyt_idx_b._col4 > li:first-child, ul.mainFix .lyt_idx_b._col4 > li:nth-child(2), ul.mainFix .lyt_idx_b._col4 > li:nth-child(3), ul.mainFix .lyt_idx_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_b._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
ul.mainFix .lyt_idx_b > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
  margin: 12px 0 0 12px;
  padding: 24px 24px 32px;
  border: 1px solid #c0c0c0;
}
ul.mainFix .lyt_idx_b > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 24px;
}
ul.mainFix .lyt_idx_b > li > .item > .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin: 0 8px 0 0;
  font-weight: bold;
  color: #002673;
  background: #e5e9f1;
  border-radius: 50%;
}
ul.mainFix .lyt_idx_b > li > .item > .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 4px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
}
ul.mainFix .lyt_idx_b > li > .content {
  padding: 22px 0 0;
  border-top: 1px dashed #999;
}
ul.mainFix .lyt_idx_b > li > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .lyt_idx_b > li > .content > :last-child {
  margin-bottom: 0;
}
ul.mainFix .lyt_idx_b > li > .lyt_btn_a {
  margin-top: auto;
  padding-top: 25px;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .lyt_idx_b {
    margin-top: 20px;
  }
  ul.mainFix .lyt_idx_b > li {
    margin-top: 0;
    margin-left: 0;
    padding: 19px 20px 27px;
  }
  ul.mainFix .lyt_idx_b > li + li {
    margin-top: 20px;
  }
  ul.mainFix .lyt_idx_b > li > .item {
    padding-bottom: 10px;
  }
  ul.mainFix .lyt_idx_b > li > .content {
    margin-top: 13px;
    margin-bottom: 23px;
  }
  ul.mainFix .lyt_idx_b > li .pc_icon_trans90 {
    -webkit-transform: none;
    transform: none;
  }
  ul.mainFix .lyt_idx_b > li .pc_icon_trans45 {
    -webkit-transform: none;
    transform: none;
  }
  ul.mainFix .lyt_idx_b._icon > li:nth-child(even) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0;
    border: none;
  }
}
ul.mainFix .lyt_idx_c {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  ul.mainFix .lyt_idx_c._col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .lyt_idx_c._col2 > li {
    margin: 12px 0 0 12px;
  }
  ul.mainFix .lyt_idx_c._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  ul.mainFix .lyt_idx_c._col2 > li:first-child, ul.mainFix .lyt_idx_c._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .lyt_idx_c._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
ul.mainFix .lyt_idx_c > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
ul.mainFix .lyt_idx_c > li + li {
  margin: 30px 0 0;
}
ul.mainFix .lyt_idx_c > li > .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin: 0 15px 0 0;
  text-align: center;
}
ul.mainFix .lyt_idx_c > li > .image > img {
  max-width: 200px;
  max-height: 150px;
}
ul.mainFix .lyt_idx_c > li > .content {
  width: 100%;
  padding: 0 0 0 16px;
  border-left: 1px dashed #999;
}
ul.mainFix .lyt_idx_c > li > .content > :first-child {
  margin-top: 0;
}
ul.mainFix .lyt_idx_c > li > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .lyt_idx_c > li {
    display: block;
    padding: 20px;
  }
  ul.mainFix .lyt_idx_c > li > .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  ul.mainFix .lyt_idx_c > li > .content {
    padding-top: 9px;
    padding-left: 0;
    border-top: 1px dashed #999;
    border-left: none;
  }
}
ul.mainFix table.tl_f {
  table-layout: fixed;
}
ul.mainFix table.va_m th, ul.mainFix table.va_m td, ul.mainFix th.va_m td, ul.mainFix td.va_m td {
  vertical-align: middle;
}
ul.mainFix table.ta_c th, ul.mainFix table.ta_c td, ul.mainFix th.ta_c, ul.mainFix td.ta_c {
  text-align: center;
}
ul.mainFix table.ta_c th .icon_link, ul.mainFix table.ta_c td .icon_link, ul.mainFix th.ta_c .icon_link, ul.mainFix td.ta_c .icon_link {
  text-align: left;
}
ul.mainFix table thead th, ul.mainFix table thead td {
  background: #e5e9f1;
}
ul.mainFix table tbody th {
  background: #f2f4f8;
}
ul.mainFix tbody.ta_r td, ul.mainFix th.ta_r, ul.mainFix td.ta_r {
  text-align: right;
}
ul.mainFix table.p_sm th, ul.mainFix table.p_sm td {
  padding: 10px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix table.sp_ta_l th, ul.mainFix table.sp_ta_l td, ul.mainFix thead.sp_ta_l th {
    text-align: left;
  }
}
ul.mainFix th.bl_0, ul.mainFix td.bl_0 {
  border-left: none;
}
ul.mainFix .pcolor {
  background-color: #fffcf2;
}
ul.mainFix table th > :first-child, ul.mainFix table td > :first-child {
  margin-top: 0;
}
ul.mainFix table th > :last-child, ul.mainFix table td > :last-child {
  margin-bottom: 0;
}
ul.mainFix table th.bg_tv {
  color: #652273;
  background: #d1bdd5 !important;
}
ul.mainFix table th.bg_vd {
  color: #d92189;
  background: #f4bcdc !important;
}
ul.mainFix .scroll_wrap {
  overflow: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .scroll_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 32px;
    padding-right: 7px;
    padding-bottom: 2px;
  }
  ul.mainFix .scroll_wrap > table {
    width: 160%;
  }
  ul.mainFix .scroll_wrap > .list_caption {
    width: 160%;
  }
  ul.mainFix .scroll_wrap::before {
    padding: 0 20px 0 0;
    background: url(/assets/css/images/icon_arrow_01.png) no-repeat right center;
    content: "横にスクロールします";
  }
}
ul.mainFix .tbl_a {
  background: #fff;
  border-right: 1px solid #7f92b9;
  border-bottom: 1px solid #7f92b9;
}
ul.mainFix .tbl_a th {
  font-weight: bold;
  color: #002673;
}
ul.mainFix .tbl_a th, ul.mainFix .tbl_a td {
  padding: 15px 20px;
  border-top: 1px solid #7f92b9;
  border-left: 1px solid #7f92b9;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tbl_a th, ul.mainFix .tbl_a td {
    display: block;
    width: 100% !important;
    padding: 13px 16px 13px;
  }
}
ul.mainFix .tbl_b {
  background: #fff;
  border-right: 1px solid #7f92b9;
  border-bottom: 1px solid #7f92b9;
}
ul.mainFix .tbl_b thead th {
  vertical-align: middle;
  text-align: center;
}
ul.mainFix .tbl_b thead td {
  color: #002673;
}
ul.mainFix .tbl_b th {
  font-weight: bold;
  color: #002673;
}
ul.mainFix .tbl_b th, ul.mainFix .tbl_b td {
  padding: 15px 20px;
  border-top: 1px solid #7f92b9;
  border-left: 1px solid #7f92b9;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tbl_a .tbl_b th, ul.mainFix .tbl_a .tbl_b td {
    display: table-cell;
    width: auto !important;
  }
  ul.mainFix .tbl_b th, ul.mainFix .tbl_b td {
    padding: 13px 16px 13px;
  }
}
ul.mainFix :placeholder-shown {
  color: #6c6c6c;
}
ul.mainFix ::-webkit-input-placeholder, ul.mainFix ::-moz-placeholder, ul.mainFix :-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
ul.mainFix [data-browser=Edge] ::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1 !important;
}
ul.mainFix input[type=submit], ul.mainFix input[type=button], ul.mainFix button {
  padding: 0.25em 0.75em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: linear-gradient(#fff, #f5f5f5);
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 0.4em;
}
ul.mainFix input[type=submit]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, ul.mainFix input[type=submit]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, ul.mainFix input[type=button]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, ul.mainFix input[type=button]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, ul.mainFix button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, ul.mainFix button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active {
  color: #002673;
  background-color: #fff;
  border-color: #002673;
}
ul.mainFix .list_form_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 0 -38px;
  padding: 0;
  list-style: none;
}
ul.mainFix .list_form_a > li {
  margin: 20px 0 0 38px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_form_a {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -16px;
    margin-left: 0;
  }
  ul.mainFix .list_form_a > li {
    margin-top: 16px;
    margin-left: 0;
  }
}
ul.mainFix .list_form_b {
  padding: 0;
  list-style: none;
}
ul.mainFix .list_form_b > li {
  width: 100%;
  margin: 20px 0 0;
}
@media (min-width: 640px) {
  ul.mainFix .list_form_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .list_form_b._col2 > li {
    width: calc((100% - 4px) / 2);
  }
  ul.mainFix .list_form_b._col2 > li:first-child, ul.mainFix .list_form_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.mainFix .list_form_b._col3 > li {
    width: calc((100% - 8px) / 3);
  }
  ul.mainFix .list_form_b._col3 > li:first-child, ul.mainFix .list_form_b._col3 > li:nth-child(2), ul.mainFix .list_form_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.mainFix .list_form_b._col4 > li {
    width: calc((100% - 12px) / 4);
  }
  ul.mainFix .list_form_b._col4 > li:first-child, ul.mainFix .list_form_b._col4 > li:nth-child(2), ul.mainFix .list_form_b._col4 > li:nth-child(3), ul.mainFix .list_form_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .list_form_b > li:first-child {
    margin-top: 0;
  }
}
ul.mainFix .form_radio, ul.mainFix .form_cb {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
}
ul.mainFix .form_radio > input {
  position: absolute;
  top: 3px;
  left: 5px;
}
ul.mainFix .form_radio > input + span::before, ul.mainFix .form_radio > input + b::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px -2px #999 inset;
  box-shadow: 0 2px 5px -2px #999 inset;
  content: "";
}
ul.mainFix .form_radio > input + span::after, ul.mainFix .form_radio > input + b::after {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background: #4c679d;
  border-radius: 50%;
  content: "";
  opacity: 0;
}
ul.mainFix .form_radio > input:checked + span::after, ul.mainFix .form_radio > input:checked + b::after {
  opacity: 1;
}
ul.mainFix .form_radio > input:focus + span::before, ul.mainFix .form_radio > input:focus + b::before {
  border: 1px solid #18ade7;
}
ul.mainFix .form_cb {
  padding-top: 4px;
  font-size: 1.4rem;
}
ul.mainFix .form_cb > input {
  position: absolute;
  top: 3px;
  left: 5px;
}
ul.mainFix .form_cb > input + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 4px;
  content: "";
}
ul.mainFix .form_cb > input + span::after {
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 18px;
  height: 11px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.mainFix .form_cb > input:checked {
  position: absolute;
  top: 3px;
  left: 5px;
}
ul.mainFix .form_cb > input:checked + span::before {
  background: #4c679d;
  border: 0;
}
ul.mainFix .form_cb > input:checked + span::after {
  display: block;
  opacity: 1;
}
ul.mainFix .form_cb > input:focus + span::before {
  border: 2px solid #18ade7;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .form_cb {
    padding-top: 2px;
    padding-left: 31px;
  }
  ul.mainFix .form_cb > input + span::before {
    width: 25px;
    height: 25px;
  }
  ul.mainFix .form_cb > input + span::after {
    top: 8px;
    left: 5px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
  }
}
ul.mainFix .lyt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.mainFix .lyt_form > p {
  margin-top: 0;
}
ul.mainFix .lyt_form > .txt_a, ul.mainFix .lyt_form .txt_b {
  font-size: 2.6rem;
}
ul.mainFix .lyt_form > .txt_a {
  margin: 0 16px 0 0;
  line-height: 1.875;
}
ul.mainFix .lyt_form > .txt_b {
  margin: 0 18px;
}
ul.mainFix .lyt_form .btn {
  position: relative;
  margin: 0 0 0 24px;
  padding: 0 40px 0 0;
}
ul.mainFix .lyt_form .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: calc(100% + 8px);
  margin: auto 0;
  background: #999;
  content: "";
}
ul.mainFix .lyt_form .lnk {
  margin: 0 0 0 33px;
}
ul.mainFix .lyt_form .form_txt {
  width: 100%;
  max-width: 480px;
  min-height: 40px;
  border-radius: 4px;
}
ul.mainFix .lyt_form .form_txt._zip-a {
  max-width: 120px;
  ime-mode: inactive;
}
ul.mainFix .lyt_form .form_txt._zip-b {
  max-width: 180px;
  ime-mode: inactive;
}
ul.mainFix .lyt_form .search {
  min-height: 40px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1000px) {
  ul.mainFix .lyt_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.mainFix .lyt_form > .txt_a, ul.mainFix .lyt_form .txt_b {
    font-size: 2rem;
  }
  ul.mainFix .lyt_form > .txt_a {
    margin-right: 4px;
  }
  ul.mainFix .lyt_form > .txt_b {
    margin: 0 8px;
  }
  ul.mainFix .lyt_form .form_txt {
    max-width: none;
    min-height: 32px;
  }
  ul.mainFix .lyt_form .form_txt._zip-a {
    max-width: 90px;
  }
  ul.mainFix .lyt_form .form_txt._zip-b {
    max-width: 120px;
  }
  ul.mainFix .lyt_form .btn {
    position: static;
    width: 100%;
    margin-top: 13px;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  ul.mainFix .lyt_form .btn::after {
    display: none;
  }
  ul.mainFix .lyt_form .lnk {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
  ul.mainFix .lyt_form .search {
    margin-top: 10px;
    margin-left: 0;
  }
}
ul.mainFix .tab_a {
  margin: 80px 0 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tab_a {
    margin-top: 64px;
  }
}
ul.mainFix .js_tab {
  margin: 80px 0 0;
}
ul.mainFix .js_tab > .tab_a {
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .js_tab {
    margin-top: 64px;
  }
}
ul.mainFix .tab_panel {
  margin: 40px 0 0;
}
ul.mainFix .tab_panel > :first-child {
  margin-top: 0;
}
ul.mainFix .tab_panel > :last-child {
  margin-bottom: 0;
}
ul.mainFix [data-script-enabled=true] .tab_panel {
  display: none;
}
ul.mainFix [data-script-enabled=true] .tab_panel.is_active {
  display: block;
}
ul.mainFix body:not(.mfp-iframe-inner) .modal-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
ul.mainFix [data-script-enabled=true] .box_toggle > .item > .tit > .tit_inner {
  cursor: pointer;
}
ul.mainFix [data-script-enabled=true] .box_toggle > .item.is_open > .tit > .tit_inner > span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.mainFix [data-script-enabled=true] .box_toggle > .item.is_close > .item_content {
  display: none;
}
ul.mainFix .toggle_status {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: 0;
}
ul.mainFix .modal_fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ul.mainFix .mfp-bg {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
}
ul.mainFix .mfp-wrap {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  z-index: 1043;
  width: calc(100% - 20px);
  max-width: 1200px;
  height: auto;
  min-height: 250px;
  max-height: calc(100vh - 110px) !important;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.mainFix .mfp-wrap.mfp-ready {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
ul.mainFix .mfp-container {
  height: 100%;
}
ul.mainFix .mfp-content {
  height: 100%;
}
ul.mainFix .mfp-inline-holder .mfp-content {
  overflow: auto;
}
ul.mainFix .modal_close_btn {
  padding: 20px 20px 20px 0;
  text-align: right;
  background: #fff;
  border-radius: 4px;
}
ul.mainFix .modal_close_btn > button {
  position: relative;
  padding: 0 0 0 15px;
  background: none;
  border: none;
  border-radius: 0;
}
ul.mainFix .modal_close_btn > button::before, ul.mainFix .modal_close_btn > button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin: auto 0;
  background: #000;
  content: "";
}
ul.mainFix .modal_close_btn > button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mainFix .modal_close_btn > button::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
ul.mainFix .modal_close_btn > button > .txt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  opacity: 0;
}
ul.mainFix .mfp_iframe_scaler {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 70px);
}
ul.mainFix .mfp-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
ul.mainFix .modal_wrap {
  margin: 0 40px 40px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .modal_wrap {
    margin: 0 20px 40px;
  }
}
ul.mainFix .modal_wrap > :first-child {
  margin-top: 0;
}
ul.mainFix .modal_wrap > :last-child {
  margin-bottom: 0;
}
ul.mainFix .video-wrap {
  position: relative;
  max-width: 705px;
  margin: 0 auto;
  padding-bottom: 396px;
}
ul.mainFix .video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 397px;
  vertical-align: top;
  border: 0 !important;
}
ul.mainFix .js_modal_content {
  display: none;
}
ul.mainFix .modal_fixed .js_modal_content {
  display: block;
}
ul.mainFix .tit_lv2 + *, ul.mainFix .tit_lv3 + *, ul.mainFix .tit_lv4 + *, ul.mainFix .tit_lv5 + * {
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv2, ul.mainFix .tit_lv3, ul.mainFix .tit_lv4, ul.mainFix .tit_lv5 {
    margin-top: 40px;
  }
}
ul.mainFix .tit_lv2_wrap + *, ul.mainFix .tit_lv3_wrap + *, ul.mainFix .tit_lv4_wrap + *, ul.mainFix .tit_lv5_wrap + * {
  margin-top: 30px;
}
ul.mainFix .tit_lv2_wrap .tit_lv2 + *, ul.mainFix .tit_lv2_wrap .tit_lv3 + *, ul.mainFix .tit_lv2_wrap .tit_lv4 + *, ul.mainFix .tit_lv2_wrap .tit_lv5 + *, ul.mainFix .tit_lv3_wrap .tit_lv2 + *, ul.mainFix .tit_lv3_wrap .tit_lv3 + *, ul.mainFix .tit_lv3_wrap .tit_lv4 + *, ul.mainFix .tit_lv3_wrap .tit_lv5 + *, ul.mainFix .tit_lv4_wrap .tit_lv2 + *, ul.mainFix .tit_lv4_wrap .tit_lv3 + *, ul.mainFix .tit_lv4_wrap .tit_lv4 + *, ul.mainFix .tit_lv4_wrap .tit_lv5 + *, ul.mainFix .tit_lv5_wrap .tit_lv2 + *, ul.mainFix .tit_lv5_wrap .tit_lv3 + *, ul.mainFix .tit_lv5_wrap .tit_lv4 + *, ul.mainFix .tit_lv5_wrap .tit_lv5 + * {
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  ul.mainFix .tit_lv2_wrap + *, ul.mainFix .tit_lv3_wrap + *, ul.mainFix .tit_lv4_wrap + *, ul.mainFix .tit_lv5_wrap + * {
    margin-top: 16px;
  }
}
ul.mainFix p + .txt_tel, ul.mainFix .txt_tel + .txt_tel {
  margin-top: 14px;
}
@media (min-width: 1240px) {
  ul.mainFix .anc_lnk + .lyt_col {
    margin-top: 0;
  }
}
ul.mainFix table i {
  font-weight: normal !important;
  font-family: dinFs;
}
ul.mainFix .c_red {
  color: #ce0000 !important;
}
ul.mainFix .c_org {
  color: #ff8c00 !important;
}
ul.mainFix .c_blu {
  color: #002673 !important;
}
ul.mainFix .c_blu_dm {
  color: #4182a0 !important;
}
ul.mainFix .c_cyn {
  color: #00b4ed !important;
}
ul.mainFix .c_wht {
  color: #fff !important;
}
ul.mainFix .c_blk {
  color: #000 !important;
}
ul.mainFix .c_tv {
  color: #652273 !important;
}
ul.mainFix .c_vd {
  color: #d92189 !important;
}
ul.mainFix .c_biz {
  color: #28becc !important;
}
ul.mainFix .bg_hs {
  background: #007ab7 !important;
}
ul.mainFix .bg_mn {
  background: #228b22 !important;
}
ul.mainFix .bg_tv {
  background: #652273 !important;
}
ul.mainFix .bg_vd {
  background: #d92189 !important;
}
ul.mainFix .bg_biz {
  background: #def0f3 !important;
}
ul.mainFix .bg_cs {
  background: #6bb32a !important;
}
ul.mainFix .bg_ntt {
  background: #03c !important;
}
ul.mainFix .bg_wht {
  background: #fff !important;
}
ul.mainFix .bg_blk {
  background: #000000 !important;
}
ul.mainFix .bg_blu {
  background: #002673 !important;
}
ul.mainFix .bg_org {
  background: #ff8c00 !important;
}
ul.mainFix .bg_gry {
  background: #919191 !important;
}
ul.mainFix .bg_lbu {
  background: #e5e9f1 !important;
}
ul.mainFix .bg_pnk {
  background: #fadce9 !important;
}
ul.mainFix .bg_lgr {
  background: #e1efce !important;
}
ul.mainFix .bg_yel {
  background: #fc0 !important;
}
ul.mainFix .bc_yel2,
ul.mainFix tr.bc_yel2 > th,
ul.mainFix tr.bc_yel2 > td {
  background-color: #fffae5;
}
@media (min-width: 640px) {
  ul.mainFix .pc_icon_trans90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .sp_icon_trans90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 640px) {
  ul.mainFix .pc_icon_trans45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 639px) {
  ul.mainFix .sp_icon_trans45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
ul.mainFix .bg_tv p.ws_pl,
ul.mainFix .bg_vd p.ws_pl {
  margin-top: -1.5em;
}
ul.mainFix .bb_thumb {
  margin: 1em auto;
  border: solid 1px #fff;
  width: 100%;
  max-width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.mainFix .bb_thumb:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
ul.mainFix .bb_thumb_wrap {
  -ms-flex-preferred-size: 282px;
  flex-basis: 282px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
ul.mainFix .bb_thumb_wrap .bb_thumb {
  margin: 0 auto;
}
ul.mainFix .js_icon_external::after {
  content: url("/assets/images/icon_blank_04.png");
  margin: 0.2em;
}
ul.mainFix .btn_offer.js_icon_external::after {
  content: url("/assets/images/icon_blank_02.png");
  margin: 0.2em;
}
ul.mainFix ul.wfi_lnk {
  list-style: none;
  padding-left: 1em;
}
ul.mainFix ul.wfi_lnk li {
  text-indent: -1em;
}
ul.mainFix ul.wfi_lnk li::before {
  content: "\e900";
  font-family: "icomoon";
  color: #0074bf;
}

/*# sourceMappingURL=main_assy.css.map */
