@charset "UTF-8";
/*!
Theme Name: ラクラス様 (2018ver)
version:2.0
*/
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

html {
  font-size: 62.5%;
  line-height: 1.618; }

em, strong {
  font-style: normal; }

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration,
  input[type="email"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="text"]::focus,
  input[type="submit"]::focus,
  input[type="email"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

body {
  font-family: Muli, 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3d3d3d;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%; }

p {
  text-align: justify;
  text-justify: inter-ideograph; }

/* @extend_S */
.main_body, .head, .footer__copy {
  width: 1020px;
  margin: auto; }

.ani, .head__nav li a, .top_nav ul li a, .top_nav ul li a .top--svg svg, .top__main section .sec__box ul.head_list li a:before, .top__main section .sec__box__cases li a, .top__main section.sec--access .sec__box .access__btn a, .top__main section.sec--access .sec__box .access__btn a:before, .top__main section.recruit a, .top__main section.k_column a, .top__main section.news .sec__box .archive_btn a, .top__main section.news .sec__box .archive_btn a:before, .top__main section.info .sec__box--info a, .top__main section.info .sec__box--sns li a, .top__main section.info .sec__box--sns li a .sns_box--icon, .footer__nav--sns li a {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.tac {
  text-align: center; }

/* @extend_E */
a {
  color: #4b4b4b; }
  a:hover {
    color: #004097; }

.gototop {
  width: 60px;
  height: 60px;
  position: fixed;
  display: block;
  right: 20px;
  bottom: 130px;
  z-index: 100; }
  .gototop a {
    width: 60px;
    height: 60px;
    background: #004097;
    display: block;
    position: relative;
    text-indent: 999px;
    overflow: hidden; }
    .gototop a:hover {
      background: #00afec; }
    .gototop a:after {
      content: "";
      position: absolute;
      display: block;
      top: 24px;
      left: 14px;
      width: 30px;
      height: 30px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-top: solid 1px #fff;
      border-right: solid 1px #fff; }

@media screen and (max-width: 600px) {
  .gototop {
    bottom: 20px; } }

#hoge {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #00afec;
  color: #fff;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  opacity: .4; }

#foot_fix {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0;
  display: none;
  z-index: 1000;
  border-top: solid 1px #ccc; }

.svg__box {
  display: none; }

.head {
  height: 72px;
  position: relative; }
  .head__logo {
    float: left;
    width: 120px;
    height: 72px;
    text-align: center; }
    .head__logo img {
      width: 100%;
      height: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .head__nav {
    width: 920px;
    font-size: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0; }
    .head__nav li {
      font-size: 1.4rem;
      display: inline-block;
      vertical-align: bottom; }
      .head__nav li a {
        padding: 0 14px;
        line-height: 40px;
        display: block; }
        .head__nav li a.current {
          color: #004097; }
  .head__search {
    display: block;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0; }
    .head__search input[type="text"] {
      display: inline-block;
      width: 134px;
      height: 26px;
      padding: 0 5px;
      background: #ebebeb;
      border: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      outline: none;
      vertical-align: top; }
    .head__search input[type="button"] {
      display: inline-block;
      vertical-align: top;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      height: 26px;
      width: 26px;
      text-indent: 9999px;
      background: url(img/svg/i_search.svg) no-repeat center center/15px 15px #004097;
      color: #fff;
      font-size: 1.6rem;
      outline: none;
      cursor: pointer; }

@media screen and (max-width: 600px) {
  .head {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .head__logo {
      float: left;
      width: 50%;
      height: 102px;
      overflow: hidden;
      text-align: left;
      border-bottom: none; }
      .head__logo img {
        width: auto;
        height: 39px;
        position: relative;
        top: 30px;
        left: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .head__nav {
      display: none;
      float: none;
      width: 100%;
      font-size: 0;
      position: relative;
      border-top: solid 1px gainsboro; }
      .head__nav li {
        font-size: 1.4rem;
        display: inline-block;
        width: 50%;
        text-align: center;
        border-bottom: solid 1px gainsboro; }
        .head__nav li:nth-child(odd) {
          border-right: solid 1px gainsboro;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .head__nav li:last-child {
          width: 100%; }
        .head__nav li a {
          display: block;
          line-height: 50px;
          padding: 0; }
          .head__nav li a.current {
            color: #fff;
            background: #004097; }
    .head__search {
      display: none;
      float: none;
      width: 100%;
      height: 26px;
      margin: 20px 0;
      position: relative;
      top: 0%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      font-size: 0;
      text-align: center; }
      .head__search input[type="text"] {
        display: inline-block;
        width: 254px;
        height: 26px;
        padding: 0 5px;
        background: #ebebeb;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        outline: none; }
      .head__search input[type="button"] {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        height: 26px;
        width: 26px;
        text-indent: 999px;
        background: url(img/svg/i_search.svg) no-repeat center center/15px 15px #004097;
        color: #fff;
        font-size: 1.6rem;
        outline: none;
        cursor: pointer; }
  .menu_down .head__nav,
  .menu_down .head__search {
    display: block; } }

#sp_menu {
  display: none; }

@media screen and (max-width: 600px) {
  #sp_menu {
    cursor: pointer;
    display: block;
    z-index: 10000;
    position: relative;
    margin-left: 50%;
    width: 50%; }
    #sp_menu__btn {
      font-size: 2.4rem;
      text-align: right;
      line-height: 1;
      height: 102px;
      background: transparent;
      cursor: pointer;
      position: relative; }
      #sp_menu__btn p {
        display: inline-block;
        position: absolute;
        right: 20px;
        bottom: 28px;
        line-height: 1;
        color: #004097; }
        #sp_menu__btn p:before {
          content: "";
          width: 20px;
          height: 2px;
          background: #004097;
          position: absolute;
          top: 4px;
          left: -5px; }
        #sp_menu__btn p:after {
          content: "";
          width: 20px;
          height: 2px;
          background: #004097;
          position: absolute;
          top: 11px;
          left: -5px; }
        #sp_menu__btn p span {
          font-weight: bold;
          position: relative;
          padding-left: 18px;
          display: block; }
          #sp_menu__btn p span:before {
            content: "";
            width: 20px;
            height: 2px;
            background: #004097;
            position: absolute;
            top: 18px;
            left: -5px; }
  .menu_down #sp_menu__btn p:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #004097;
    position: absolute;
    top: 11px;
    left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu_down #sp_menu__btn p:after {
    content: "";
    width: 20px;
    height: 2px;
    background: none;
    position: absolute;
    top: 11px;
    left: -5px; }
  .menu_down #sp_menu__btn p span:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #004097;
    position: absolute;
    top: 11px;
    left: -5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); } }

.slider {
  position: relative;
  min-width: 1020px;
  overflow: hidden; }
  .slider .v_top {
    position: absolute;
    width: 100%;
    height: 40px;
    max-width: 1020px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000 !important;
    visibility: hidden; }
    .slider .v_top #prev, .slider .v_top #next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      cursor: pointer;
      display: block;
      text-indent: -9999px;
      visibility: visible; }
    .slider .v_top #prev {
      background: url(img/top/arrp.png) center center !important;
      left: 0px; }
    .slider .v_top #next {
      background: url(img/top/arrn.png) center center !important;
      right: 0px; }
  .slider .slick_inner {
    overflow: hidden;
    position: relative;
    min-width: 1020px;
    font-size: 0; }
    .slider .slick_inner .slick_item {
      width: 1020px;
      height: 380px; }
      .slider .slick_inner .slick_item a {
        outline: none; }
      .slider .slick_inner .slick_item img {
        width: 1020px;
        height: auto; }
    .slider .slick_inner img {
      font-size: 0;
      opacity: .5;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .slider .slick_inner .slick-active img {
      opacity: 1; }

@media screen and (max-width: 600px) {
  .slider {
    min-width: 100%; }
    .slider .v_top {
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      top: inherit;
      bottom: 0; }
    .slider .slick_inner {
      min-width: 100%; }
      .slider .slick_inner .slick_item {
        width: 100%;
        height: auto; }
        .slider .slick_inner .slick_item a {
          outline: none; }
        .slider .slick_inner .slick_item img {
          width: 100%;
          height: auto; } }

.top_nav {
  background: gainsboro; }
  .top_nav ul {
    width: 1020px;
    min-width: 1020px;
    margin: auto;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .top_nav ul li {
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      height: 72px; }
      .top_nav ul li a {
        display: block;
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 1.2;
        height: 72px;
        background: gainsboro;
        position: relative;
        text-align: center;
        padding-top: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .top_nav ul li a .top--svg {
          width: 32px;
          height: 32px;
          display: inline-block;
          text-align: center; }
          .top_nav ul li a .top--svg svg {
            width: auto;
            height: 100%;
            fill: #4b4b4b; }
        .top_nav ul li a p {
          color: #4b4b4b;
          margin: 0 0 0 8px;
          display: inline-block; }
          .top_nav ul li a p span {
            color: #4b4b4b;
            display: block;
            font-size: 1.3rem; }
        .top_nav ul li a:hover {
          background: #004097;
          color: #fff; }
          .top_nav ul li a:hover svg {
            fill: #fff; }
          .top_nav ul li a:hover p {
            color: #fff; }
            .top_nav ul li a:hover p span {
              color: #fff; }

@media screen and (max-width: 600px) {
  .top_nav {
    background: gainsboro; }
    .top_nav ul {
      width: 100%;
      min-width: 100%;
      border-left: none;
      border-right: none; }
      .top_nav ul li {
        display: inline-block;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        height: 72px; }
        .top_nav ul li a {
          padding-top: 0; }
          .top_nav ul li a .top--svg {
            right: 10px; }
          .top_nav ul li a p {
            margin: 18px 0 0 10px; }
            .top_nav ul li a p span {
              text-align: left; } }

.fixed-bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: none; }

#bottom-bar {
  background: red;
  height: 106px;
  z-index: 1000; }

@media screen and (max-width: 600px) {
  #bottom-bar {
    display: none !important; } }

.ticker {
  background: #4b4b4b;
  width: 100%;
  min-width: 1020px;
  overflow: hidden; }
  .ticker__box {
    width: 1020px;
    margin: auto; }
    .ticker__box--left {
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 34px;
      float: left;
      width: 140px;
      text-align: center; }
    .ticker__box--right {
      font-size: 1.4rem;
      color: #fff;
      line-height: 34px; }
      .ticker__box--right a {
        color: #fff;
        position: relative;
        margin-left: 1em; }
        .ticker__box--right a:after {
          content: "\0025b6";
          color: #fff;
          margin-left: 3px; }
        .ticker__box--right a:hover {
          color: #00afec; }
          .ticker__box--right a:hover:after {
            color: #00afec; }

@media screen and (max-width: 600px) {
  .ticker {
    width: 100%;
    min-width: 100%; }
    .ticker__box {
      width: 100%;
      margin: auto; }
      .ticker__box--left {
        font-size: 2.4rem;
        margin-top: 20px;
        line-height: 40px;
        float: none;
        width: 100%; }
      .ticker__box--right {
        line-height: 1.5; }
        .ticker__box--right a {
          margin: 10px 20px 20px;
          display: block; } }

.top__main {
  width: 100%;
  min-width: 1020px;
  overflow: hidden; }
  .top__main section {
    position: relative;
    overflow: hidden;
    background: #fff; }
    .top__main section .sec__box {
      width: 1020px;
      margin: 40px auto 0;
      position: relative; }
      .top__main section .sec__box .back {
        position: absolute;
        display: block;
        top: 60px;
        left: -150px;
        width: 530px;
        height: 530px;
        z-index: 1; }
        .top__main section .sec__box .back svg {
          fill: none;
          stroke: #00afec;
          stroke-width: .2; }
      .top__main section .sec__box--title {
        text-align: center; }
        .top__main section .sec__box--title h2 {
          color: #4b4b4b;
          font-size: 2.6rem;
          font-weight: bold;
          line-height: 1.3;
          margin-top: 10px; }
          .top__main section .sec__box--title h2 span {
            display: block;
            font-size: 1.4rem; }
        .top__main section .sec__box--title--icon {
          width: 50px;
          height: 50px;
          margin: 50px auto 0; }
          .top__main section .sec__box--title--icon svg {
            width: auto;
            height: 100%;
            fill: #4b4b4b; }
      .top__main section .sec__box ul.head_list {
        margin-top: 50px;
        font-size: 0;
        position: relative;
        z-index: 2;
        text-align: center; }
        .top__main section .sec__box ul.head_list li {
          font-size: 1.7rem;
          display: inline-block;
          width: 33.33%;
          margin-bottom: 40px;
          text-align: center;
          line-height: 1.9; }
          .top__main section .sec__box ul.head_list li a {
            display: inline-block;
            position: relative;
            overflow: hidden; }
            .top__main section .sec__box ul.head_list li a:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: -102%;
              width: 100%;
              height: 3px;
              background: #004097; }
            .top__main section .sec__box ul.head_list li a:hover:before {
              left: 0; }
      .top__main section .sec__box__cases {
        font-size: 0;
        margin: 40px auto; }
        .top__main section .sec__box__cases li {
          font-size: 1.2rem;
          display: inline-block;
          width: 32%;
          padding-bottom: 40px;
          background: #fff;
          vertical-align: top;
          position: relative;
          top: 0;
          left: 0; }
          .top__main section .sec__box__cases li:not(:last-child) {
            margin-right: 2%; }
          .top__main section .sec__box__cases li .corp__logo {
            margin: 20px 0 0;
            padding: 0 20px;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 80px;
            display: table; }
            .top__main section .sec__box__cases li .corp__logo--inner {
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              font-size: 2.2rem;
              font-weight: normal;
              color: #ebebeb;
              line-height: 80px; }
              .top__main section .sec__box__cases li .corp__logo--inner img {
                display: inline-block;
                vertical-align: middle;
                max-width: 280px;
                max-height: 80px; }
          .top__main section .sec__box__cases li h3 {
            margin: 10px 0 20px;
            text-align: center;
            font-size: 1.4rem; }
          .top__main section .sec__box__cases li p {
            margin: 20px 20px 20px; }
          .top__main section .sec__box__cases li a {
            display: block;
            width: 146px;
            margin: 0 auto 0px;
            line-height: 36px;
            font-size: 1.4rem;
            text-align: center;
            color: #fff;
            background: #4b4b4b; }
            .top__main section .sec__box__cases li a:hover {
              background: #004097; }
          .top__main section .sec__box__cases li .coming {
            display: block;
            width: 90%;
            height: 138px;
            line-height: 138px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            font-size: 1.4rem;
            text-align: center;
            color: #004097;
            background: #f3f3f3; }
    @media screen and (max-width: 600px) {
      .top__main section .sec__box {
        width: 92%;
        margin: 0 auto;
        overflow: hidden; }
        .top__main section .sec__box .back {
          top: inherit;
          bottom: -100px;
          left: -50px;
          width: 100%;
          height: auto; }
        .top__main section .sec__box--title--icon {
          margin: 40px auto 0; }
        .top__main section .sec__box ul.head_list {
          font-size: 0;
          position: relative;
          z-index: 2;
          text-align: center;
          margin-bottom: 40px;
          margin-top: 40px; }
          .top__main section .sec__box ul.head_list li {
            font-size: 1.4rem;
            width: auto;
            margin: 0 10px 10px;
            text-align: center;
            line-height: 1.6;
            letter-spacing: -0.03em; }
        .top__main section .sec__box__cases {
          font-size: 0;
          margin-bottom: 40px; }
          .top__main section .sec__box__cases li {
            font-size: 1.2rem;
            width: 100%;
            height: auto;
            top: 0;
            left: 0; }
            .top__main section .sec__box__cases li:not(:last-child) {
              margin-right: 0%;
              margin-bottom: 20px; }
            .top__main section .sec__box__cases li .corp__logo {
              margin: 10px 0;
              padding: 0 20px;
              width: 100%;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 60px;
              display: table; }
              .top__main section .sec__box__cases li .corp__logo--inner {
                display: block;
                text-align: center;
                vertical-align: middle; }
                .top__main section .sec__box__cases li .corp__logo--inner img {
                  display: inline-block;
                  vertical-align: middle;
                  max-width: 240px;
                  max-height: 60px; }
            .top__main section .sec__box__cases li h3 {
              margin: 0 10px 10px;
              text-align: center;
              font-size: 1.4rem; }
            .top__main section .sec__box__cases li a,
            .top__main section .sec__box__cases li .coming {
              width: 200px;
              position: relative;
              bottom: inherit;
              left: inherit;
              margin: 0 auto 20px;
              -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
              transform: translateX(0); }
            .top__main section .sec__box__cases li .coming {
              display: block;
              clear: both;
              width: 80%;
              height: 50px;
              line-height: 50px; } }
    .top__main section.sec--value {
      background: #ebebeb; }
      .top__main section.sec--value .sec__box {
        width: 1020px;
        margin: 40px auto 0;
        position: relative; }
        .top__main section.sec--value .sec__box .back {
          position: absolute;
          display: block;
          top: 22px;
          left: inherit;
          right: -155px;
          width: 310px;
          height: 310px;
          z-index: 1; }
          .top__main section.sec--value .sec__box .back svg {
            stroke: #fff;
            stroke-width: .3; }
    @media screen and (max-width: 600px) {
      .top__main section.sec--value .sec__box {
        width: 96%;
        margin: 20px auto 0; } }
    .top__main section.sec--cases {
      background: #4b4b4b; }
      .top__main section.sec--cases .sec__box--title h2 {
        color: #fff; }
      .top__main section.sec--cases .sec__box--title--icon svg {
        fill: #fff; }
    .top__main section.sec--access {
      background: -webkit-gradient(linear, left top, left bottom, from(#004097), to(#00afec));
      background: -webkit-linear-gradient(top, #004097, #00afec);
      background: -o-linear-gradient(top, #004097, #00afec);
      background: linear-gradient(to bottom, #004097, #00afec);
      position: relative; }
      .top__main section.sec--access .sec__box {
        position: relative;
        z-index: 2; }
        .top__main section.sec--access .sec__box--title h2 {
          color: #fff; }
        .top__main section.sec--access .sec__box--title--icon svg {
          fill: #fff; }
        .top__main section.sec--access .sec__box .access__btn {
          font-size: 1.6rem;
          text-align: center;
          margin: 40px auto; }
          .top__main section.sec--access .sec__box .access__btn a {
            display: inline-block;
            color: #fff;
            border: solid 1px #fff;
            line-height: 40px;
            width: 180px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            padding-right: 14px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .top__main section.sec--access .sec__box .access__btn a:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: -180px;
              background: #00afec;
              height: 40px;
              width: 180px;
              z-index: -1; }
            .top__main section.sec--access .sec__box .access__btn a:after {
              content: "";
              width: 10px;
              height: 10px;
              border: solid 2px #fff;
              position: absolute;
              right: 14px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              border-bottom: none;
              border-left: none; }
            .top__main section.sec--access .sec__box .access__btn a:hover:before {
              left: 0; }
        .top__main section.sec--access .sec__box--accessbox {
          width: 1020;
          margin: 0 auto 40px;
          background: #fff;
          padding: 40px 60px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden; }
          .top__main section.sec--access .sec__box--accessbox--left {
            width: 480px;
            float: left;
            font-size: 1.6rem; }
            .top__main section.sec--access .sec__box--accessbox--left li:first-child {
              font-size: 2.6rem;
              color: #004097;
              font-weight: bold; }
            .top__main section.sec--access .sec__box--accessbox--left li:nth-child(3) {
              margin-bottom: 30px; }
            .top__main section.sec--access .sec__box--accessbox--left li em {
              font-size: 1.8rem;
              font-weight: bold;
              color: #004097;
              margin-right: 1em; }
            .top__main section.sec--access .sec__box--accessbox--left li a {
              text-decoration: underline; }
          .top__main section.sec--access .sec__box--accessbox--right {
            margin-left: 510px;
            background: #eee; }
            .top__main section.sec--access .sec__box--accessbox--right #map {
              width: 100%;
              height: 250px; }
    @media screen and (max-width: 600px) {
      .top__main section.sec--access:after {
        height: 50%; }
      .top__main section.sec--access .sec__box {
        margin: 20px auto 40px; }
        .top__main section.sec--access .sec__box--accessbox {
          width: 100%;
          margin: 0 auto;
          background: #fff;
          padding: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden; }
          .top__main section.sec--access .sec__box--accessbox--left {
            width: 100%;
            float: none;
            font-size: 1.3rem;
            margin-bottom: 20px; }
          .top__main section.sec--access .sec__box--accessbox--right {
            margin-left: 0; }
            .top__main section.sec--access .sec__box--accessbox--right #map {
              height: 280px; } }
    .top__main section.recruit {
      height: 400px;
      background: url(img/top/top_l.jpg) #004097 center center no-repeat; }
      .top__main section.recruit a {
        display: block;
        height: 400px;
        background: rgba(75, 75, 75, 0.9); }
        .top__main section.recruit a .sec__box {
          margin: auto;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .top__main section.recruit a .sec__box--title {
            text-align: center; }
            .top__main section.recruit a .sec__box--title h2 {
              color: #fff;
              margin-top: 40px;
              font-size: 3rem;
              font-weight: bold;
              line-height: 1.3; }
              .top__main section.recruit a .sec__box--title h2 span {
                display: block;
                font-size: 1.5rem; }
            .top__main section.recruit a .sec__box--title--icon {
              width: 50px;
              height: 50px;
              margin: 0 auto; }
              .top__main section.recruit a .sec__box--title--icon svg {
                width: auto;
                height: 100%;
                fill: #fff; }
            .top__main section.recruit a .sec__box--title em {
              color: #fff;
              font-size: 14px;
              text-align: center;
              margin-top: 40px;
              display: block; }
        .top__main section.recruit a:hover {
          background: rgba(75, 75, 75, 0.5); }
    @media screen and (max-width: 600px) {
      .top__main section.recruit {
        height: auto;
        position: relative;
        width: 100%;
        background: url(img/top/top_l.jpg) #004097 center center no-repeat;
        background-size: cover; }
        .top__main section.recruit a {
          display: block;
          height: auto;
          padding: 75px 0; }
          .top__main section.recruit a .sec__box {
            margin: auto;
            position: relative;
            top: 0%;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%); }
            .top__main section.recruit a .sec__box--title h2 {
              margin-top: 20px; } }
    .top__main section.k_column {
      height: 400px; }
      .top__main section.k_column a {
        display: block;
        height: 400px; }
        .top__main section.k_column a:hover {
          background: #ebebeb; }
        .top__main section.k_column a .sec__box {
          height: 400px;
          margin: auto;
          position: relative; }
          .top__main section.k_column a .sec__box:after {
            content: "";
            position: absolute;
            right: -20px;
            bottom: -1px;
            width: 252px;
            height: 380px;
            background: url(img/top/pre.png) center center no-repeat; }
          .top__main section.k_column a .sec__box--title {
            text-align: center;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            .top__main section.k_column a .sec__box--title h2 {
              margin-top: 40px;
              font-size: 3rem;
              font-weight: bold;
              line-height: 1.3;
              color: #004097; }
              .top__main section.k_column a .sec__box--title h2 span {
                color: #4b4b4b;
                display: block;
                font-size: 1.5rem; }
            .top__main section.k_column a .sec__box--title p {
              margin-top: 40px;
              text-align: center;
              font-size: 1.6rem;
              color: #333; }
            .top__main section.k_column a .sec__box--title--icon {
              width: 50px;
              height: 50px;
              margin: 0 auto; }
              .top__main section.k_column a .sec__box--title--icon svg {
                width: auto;
                height: 100%;
                fill: #004097; }
            .top__main section.k_column a .sec__box--title em {
              color: #4b4b4b;
              font-size: 14px;
              text-align: center;
              margin-top: 40px;
              display: block; }
    @media screen and (max-width: 600px) {
      .top__main section.k_column {
        height: auto; }
        .top__main section.k_column a {
          height: auto;
          padding: 40px 0; }
          .top__main section.k_column a .sec__box {
            height: auto;
            margin: auto;
            position: relative; }
            .top__main section.k_column a .sec__box:after {
              display: none; }
            .top__main section.k_column a .sec__box--title {
              top: 0%;
              -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
              transform: translateY(0%); }
              .top__main section.k_column a .sec__box--title h2 {
                margin-top: 20px;
                font-size: 2.8rem;
                font-weight: bold;
                line-height: 1.3; }
                .top__main section.k_column a .sec__box--title h2 span {
                  display: block;
                  font-size: 1.5rem; }
              .top__main section.k_column a .sec__box--title p {
                margin-top: 20px;
                font-size: 1.4rem; } }
    .top__main section.news {
      background: #004097;
      position: relative; }
      .top__main section.news:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 170px;
        z-index: 1;
        background: #4b4b4b; }
      .top__main section.news .sec__box {
        position: relative;
        z-index: 2; }
        .top__main section.news .sec__box--title h2 {
          color: #fff; }
        .top__main section.news .sec__box--title--icon svg {
          fill: #fff; }
        .top__main section.news .sec__box ul.news_list {
          background: #fff;
          font-size: 1.6rem;
          padding: 20px 100px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 40px auto; }
          .top__main section.news .sec__box ul.news_list li {
            margin: 5px 0; }
            .top__main section.news .sec__box ul.news_list li a {
              color: #333; }
              .top__main section.news .sec__box ul.news_list li a:hover {
                color: #00afec; }
              .top__main section.news .sec__box ul.news_list li a:before {
                content: "\0025b6";
                color: #00afec;
                margin: 0 5px 0 0; }
        .top__main section.news .sec__box .archive_btn {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 20px; }
          .top__main section.news .sec__box .archive_btn a {
            display: inline-block;
            color: #fff !important;
            border: none;
            background: #004097;
            line-height: 40px;
            width: 180px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            padding-right: 14px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .top__main section.news .sec__box .archive_btn a:before {
              content: "" !important;
              display: block;
              position: absolute;
              top: 0;
              left: -180px;
              background: #4b4b4b;
              height: 40px;
              width: 180px;
              z-index: -1; }
            .top__main section.news .sec__box .archive_btn a:after {
              content: "";
              width: 10px;
              height: 10px;
              border: solid 2px #fff;
              position: absolute;
              right: 14px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              border-bottom: none;
              border-left: none; }
            .top__main section.news .sec__box .archive_btn a:hover {
              color: #fff !important; }
              .top__main section.news .sec__box .archive_btn a:hover:before {
                content: "" !important;
                left: 0; }
              .top__main section.news .sec__box .archive_btn a:hover:after {
                border-color: #fff; }
    @media screen and (max-width: 600px) {
      .top__main section.news:after {
        height: 50%; }
      .top__main section.news .sec__box {
        margin: 20px auto 0; }
        .top__main section.news .sec__box ul.news_list {
          font-size: 1.4rem;
          padding: 20px;
          margin-bottom: 20px; }
          .top__main section.news .sec__box ul.news_list li {
            margin: 0; }
            .top__main section.news .sec__box ul.news_list li:not(:last-child) {
              border-bottom: dotted 1px gainsboro;
              margin-bottom: 10px;
              padding-bottom: 10px; } }
    .top__main section.info {
      border-bottom: 2px solid gainsboro; }
      .top__main section.info .sec__box {
        margin: 40px auto;
        overflow: hidden; }
        .top__main section.info .sec__box--info {
          width: 100%;
          height: 300px;
          padding-right: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: left; }
          .top__main section.info .sec__box--info a {
            background: #004097;
            height: 100%;
            display: block;
            color: #fff; }
            .top__main section.info .sec__box--info a:hover {
              background: #4b4b4b; }
            .top__main section.info .sec__box--info a .info--inner {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
              .top__main section.info .sec__box--info a .info--inner h2 {
                font-size: 2.2rem;
                line-height: 1.4;
                text-align: center; }
                .top__main section.info .sec__box--info a .info--inner h2 span {
                  display: block;
                  font-size: 1.4rem; }
              .top__main section.info .sec__box--info a .info--inner--icon {
                width: 50px;
                height: 50px;
                margin: 0px auto 30px; }
                .top__main section.info .sec__box--info a .info--inner--icon svg {
                  width: auto;
                  height: 100%;
                  fill: #fff; }
        .top__main section.info .sec__box--sns {
          padding-left: 10px;
          margin-left: 50%;
          height: 300px; }
          .top__main section.info .sec__box--sns li {
            width: 100%;
            height: 100%;
            float: left; }
            .top__main section.info .sec__box--sns li a {
              display: block;
              height: 100%;
              background: gainsboro; }
              .top__main section.info .sec__box--sns li a .sns_box {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
                .top__main section.info .sec__box--sns li a .sns_box p {
                  text-align: center;
                  font-size: 2.2rem; }
                .top__main section.info .sec__box--sns li a .sns_box--icon {
                  width: 50px;
                  height: 50px;
                  margin: 0px auto 30px;
                  background: #004097;
                  position: relative; }
                  .top__main section.info .sec__box--sns li a .sns_box--icon svg {
                    width: auto;
                    height: 80%;
                    fill: #fff;
                    position: absolute; }
                    .top__main section.info .sec__box--sns li a .sns_box--icon svg.icon_fb {
                      right: 8px;
                      bottom: -1px; }
                    .top__main section.info .sec__box--sns li a .sns_box--icon svg.icon_ig {
                      top: 50%;
                      left: 50%;
                      -webkit-transform: translate(-50%, -50%);
                      -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
              .top__main section.info .sec__box--sns li a:hover {
                background: #4b4b4b;
                color: #fff; }
                .top__main section.info .sec__box--sns li a:hover .sns_box--icon {
                  background: #fff; }
                  .top__main section.info .sec__box--sns li a:hover .sns_box--icon svg {
                    fill: #004097; }
    @media screen and (max-width: 600px) {
      .top__main section.info {
        border-width: 1px; }
        .top__main section.info .sec__box {
          margin: 20px auto;
          overflow: hidden; }
          .top__main section.info .sec__box--info {
            width: 100%;
            height: 180px;
            padding-right: 0px;
            margin-bottom: 2px;
            float: none; }
            .top__main section.info .sec__box--info a {
              background: #004097;
              height: 100%;
              display: block;
              color: #fff; }
              .top__main section.info .sec__box--info a .info--inner {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
                .top__main section.info .sec__box--info a .info--inner h2 {
                  font-size: 2.2rem;
                  line-height: 1.4;
                  text-align: center; }
                  .top__main section.info .sec__box--info a .info--inner h2 span {
                    display: block;
                    font-size: 1.4rem; }
                .top__main section.info .sec__box--info a .info--inner--icon {
                  width: 50px;
                  height: 50px;
                  margin: 0px auto 30px; }
                  .top__main section.info .sec__box--info a .info--inner--icon svg {
                    width: auto;
                    height: 100%;
                    fill: #fff; }
          .top__main section.info .sec__box--sns {
            padding-left: 0px;
            margin-left: 0;
            height: 180px; }
            .top__main section.info .sec__box--sns li {
              width: 100%;
              height: 100%;
              float: left;
              border-left: 1px solid #fff;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .top__main section.info .sec__box--sns li:first-child {
                margin-right: 0%;
                border-left: none;
                border-right: 1px solid #fff; }
              .top__main section.info .sec__box--sns li a {
                display: block;
                height: 100%; }
                .top__main section.info .sec__box--sns li a .sns_box {
                  position: relative;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
                  .top__main section.info .sec__box--sns li a .sns_box p {
                    text-align: center;
                    font-size: 2.2rem; }
                  .top__main section.info .sec__box--sns li a .sns_box--icon {
                    width: 50px;
                    height: 50px;
                    margin: 0px auto 30px;
                    position: relative; }
                    .top__main section.info .sec__box--sns li a .sns_box--icon svg {
                      width: auto;
                      height: 80%;
                      fill: #fff;
                      position: absolute; }
                      .top__main section.info .sec__box--sns li a .sns_box--icon svg.icon_fb {
                        right: 8px;
                        bottom: -1px; }
                      .top__main section.info .sec__box--sns li a .sns_box--icon svg.icon_ig {
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); } }

@media screen and (max-width: 600px) {
  .top__main {
    min-width: 100%; } }

.footer__nav {
  border-bottom: solid 2px #ebebeb;
  width: 1020px;
  margin: auto;
  overflow: hidden; }
  .footer__nav__logo {
    width: 150px;
    display: inline-block;
    vertical-align: middle; }
    .footer__nav__logo a {
      display: block;
      height: 72px;
      line-height: 72px;
      padding: 0 6px; }
      .footer__nav__logo a.current {
        color: #00afec; }
      .footer__nav__logo a img {
        width: 90%;
        height: auto;
        vertical-align: middle; }
  .footer__nav__list {
    display: inline-block;
    height: 56px;
    font-size: 0;
    width: 780px;
    vertical-align: middle; }
    .footer__nav__list li {
      font-size: 12px;
      display: inline-block;
      padding: 0px 10px; }
      .footer__nav__list li a {
        display: block;
        height: 28px;
        line-height: 28px;
        padding: 0 6px; }
        .footer__nav__list li a.current {
          color: #004097; }
        .footer__nav__list li a img {
          width: 100%;
          height: auto;
          margin-top: 4px;
          vertical-align: middle; }
  .footer__nav--sns {
    display: inline-block;
    margin: 0 0 0 45px;
    font-size: 0;
    vertical-align: middle; }
    .footer__nav--sns li {
      font-size: 1rem;
      display: inline-block;
      margin: 0; }
      .footer__nav--sns li:not(:first-child) {
        margin-left: 5px; }
      .footer__nav--sns li a {
        display: block;
        width: 36px;
        height: 36px;
        background: #4b4b4b;
        position: relative; }
        .footer__nav--sns li a .sns--icon svg {
          width: auto;
          height: 80%;
          fill: #fff;
          position: absolute; }
          .footer__nav--sns li a .sns--icon svg.icon_fb {
            right: 14%;
            bottom: -1px; }
          .footer__nav--sns li a .sns--icon svg.icon_ig {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .footer__nav--sns li a:hover {
          background: #004097; }

.footer__copy {
  margin: 20px auto 40px;
  overflow: hidden; }
  .footer__copy address {
    font-size: 1.2rem;
    float: left;
    font-style: normal; }
  .footer__copy--mark {
    float: right; }
    .footer__copy--mark li {
      float: left;
      margin-left: 20px; }

@media screen and (max-width: 600px) {
  .footer__nav {
    width: 92%;
    border-width: 1px; }
    .footer__nav__logo {
      width: 100%;
      display: block;
      vertical-align: middle; }
      .footer__nav__logo a {
        display: block;
        height: 72px;
        line-height: 72px;
        padding: 20px 6px;
        text-align: center; }
        .footer__nav__logo a.current {
          color: #00afec; }
        .footer__nav__logo a img {
          width: 60%;
          height: auto;
          margin-top: 4px;
          vertical-align: middle; }
    .footer__nav__list {
      display: block;
      height: auto;
      font-size: 0;
      width: 100%;
      vertical-align: middle;
      margin-bottom: 20px; }
      .footer__nav__list li {
        font-size: 13px;
        display: inline-block;
        padding: 0;
        width: 50%;
        text-align: center; }
        .footer__nav__list li a {
          display: block;
          height: 26px;
          line-height: 1em;
          padding: 10px 6px 0; }
          .footer__nav__list li a.current {
            color: #004097; }
          .footer__nav__list li a img {
            width: 100%;
            height: auto;
            margin-top: 4px;
            vertical-align: middle; }
    .footer__nav--sns {
      border-top: solid 1px #ebebeb;
      display: block;
      font-size: 0;
      margin: auto;
      vertical-align: middle;
      text-align: center;
      padding: 10px 0; }
      .footer__nav--sns li {
        font-size: 1rem;
        display: inline-block;
        margin: 0; }
        .footer__nav--sns li:not(:first-child) {
          margin-left: 20px; }
        .footer__nav--sns li a {
          display: block;
          width: 40px;
          height: 40px;
          background: #777;
          position: relative; }
          .footer__nav--sns li a .sns--icon svg {
            width: auto;
            height: 80%;
            fill: #fff;
            position: absolute; }
            .footer__nav--sns li a .sns--icon svg.icon_fb {
              right: 14%;
              bottom: -1px; }
            .footer__nav--sns li a .sns--icon svg.icon_ig {
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .footer__nav--sns li a:hover {
            background: #00afec; }
  .footer__copy {
    width: 92%;
    margin: 20px auto;
    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; }
    .footer__copy address {
      text-align: center;
      font-size: 1rem;
      float: none;
      margin: 20px 0; }
    .footer__copy--mark {
      float: none; }
      .footer__copy--mark li {
        float: left;
        margin-left: 0;
        width: 33.33%;
        text-align: center; }
        .footer__copy--mark li img {
          width: 70px;
          height: auto; } }

.TopicPass {
  width: 100%;
  min-width: 1020px;
  background: #004097; }
  .TopicPass ul {
    width: 1020px;
    margin: auto;
    line-height: 36px;
    height: 36px;
    font-size: 0; }
    .TopicPass ul li {
      display: inline-block;
      font-size: 1.2rem;
      padding: 0 20px;
      color: #fff;
      position: relative; }
      .TopicPass ul li a {
        color: #fff;
        display: block;
        line-height: 36px;
        position: relative; }
        .TopicPass ul li a:hover {
          color: #00afec; }
      .TopicPass ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 1px;
        height: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media screen and (max-width: 600px) {
    .TopicPass {
      min-width: 100%; }
      .TopicPass ul {
        width: 92%;
        text-align: center;
        line-height: 1.3;
        height: auto;
        padding: 15px 0; }
        .TopicPass ul li:not(:last-child) {
          display: none; } }

.page-numbers {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page-numbers li {
    text-align: center;
    display: inline-block;
    margin: 0 2px; }
    .page-numbers li span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.6rem; }
      .page-numbers li span.current {
        background: #00afec;
        color: #fff; }
    .page-numbers li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.6rem;
      background: #ebebeb; }
      .page-numbers li a:hover {
        background: #00afec;
        color: #fff; }

.sec__bnbox {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 0; }
  .sec__bnbox .top_bn--pc {
    margin: 0px auto;
    width: 100%; }
  .sec__bnbox .top_bn--sp {
    display: none;
    width: 100%; }
    .sec__bnbox .top_bn--sp img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 600px) {
  .sec__bnbox {
    width: 96%;
    margin: 20px auto; }
    .sec__bnbox .top_bn--pc {
      display: none; }
    .sec__bnbox .top_bn--sp {
      display: block !important; } }

.egov {
  width: 780px;
  margin: 40px auto 0;
  position: relative; }
  .egov h2 {
    font-size: 30px;
    font-weight: bold;
    color: #00afec;
    text-align: center;
    margin-bottom: 20px; }
    .egov h2 em {
      font-weight: bold; }
    .egov h2 img, .egov h2 em {
      display: inline-block; }
    .egov h2 img {
      width: 50px;
      height: 50px;
      margin-right: 5px; }
  .egov h3 {
    font-size: 22px;
    color: #004097;
    border-bottom: solid 1px #dedede;
    margin-bottom: 14px;
    font-weight: bold;
    padding: 14px 0; }
  .egov h4 {
    background: #00afec;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-size: 20px;
    line-height: 1.3; }
  .egov strong {
    color: #00afec;
    font-size: 16px;
    font-weight: bold; }
    .egov strong.nmcv {
      color: #004097 !important; }
  .egov p {
    font-size: 16px;
    margin-bottom: 40px; }
  .egov div.qbox {
    counter-reset: list_nomber;
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 40px; }
    .egov div.qbox strong {
      font-size: 1.8rem;
      color: #333;
      display: block;
      text-align: center;
      margin: 0 auto 20px; }
    .egov div.qbox ul li {
      font-size: 1.6rem;
      margin: 5px;
      color: #000;
      position: relative;
      padding-left: 1.2em; }
      .egov div.qbox ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        counter-increment: list_nomber;
        content: counter(list_nomber) ".";
        color: #004097; }
  .egov ul.egovlist {
    margin-bottom: 40px; }
    .egov ul.egovlist li {
      font-size: 16px;
      display: block;
      position: relative;
      padding-left: 19px; }
      .egov ul.egovlist li:before {
        content: "";
        background: #00afec;
        width: 16px;
        height: 16px;
        border-radius: 20px;
        position: absolute;
        top: 5px;
        left: 0; }
  .egov ul.numlist {
    margin-bottom: 40px; }
    .egov ul.numlist li {
      font-size: 16px;
      display: block;
      position: relative;
      list-style: upper-roman;
      margin-bottom: 10px; }
      .egov ul.numlist li:last-child {
        margin-bottom: 0; }
  .egov .matsu .imagebox {
    margin: 40px auto; }
    .egov .matsu .imagebox img {
      width: 100%;
      height: auto; }
    .egov .matsu .imagebox img.pcb {
      display: block; }
    .egov .matsu .imagebox img.spb {
      display: none; }
    @media screen and (max-width: 600px) {
      .egov .matsu .imagebox img.pcb {
        display: none; }
      .egov .matsu .imagebox img.spb {
        display: block; } }
  .egov .matsu ul {
    border-top: solid 1px #00afec;
    margin-bottom: 80px; }
    .egov .matsu ul li {
      min-height: 140px;
      border-bottom: solid 1px #00afec;
      position: relative; }
      .egov .matsu ul li .gl_left {
        float: left;
        width: 200px;
        position: relative;
        min-height: 140px; }
        .egov .matsu ul li .gl_left .gl_no {
          font-size: 56px;
          color: #00afec;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 50px;
          text-align: center;
          line-height: 100px;
          float: left; }
        .egov .matsu ul li .gl_left .gl_icon {
          width: 150px;
          margin-left: 50px;
          text-align: center;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .egov .matsu ul li .gl_left .gl_icon img {
            width: 54px;
            height: auto;
            vertical-align: middle; }
            .egov .matsu ul li .gl_left .gl_icon img.i_xml {
              width: 40px; }
      .egov .matsu ul li .gl_right {
        margin-left: 200px;
        position: relative;
        width: 580px;
        min-height: 140px; }
        .egov .matsu ul li .gl_right .gl_wrap {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .egov .matsu ul li .gl_right .gl_wrap h5 {
            color: #00afec;
            font-size: 20px;
            font-weight: bold; }
          .egov .matsu ul li .gl_right .gl_wrap p {
            margin: 0; }
      @media screen and (max-width: 600px) {
        .egov .matsu ul li .gl_left {
          float: none;
          width: 100%;
          display: block;
          line-height: 100px;
          min-height: 100px;
          text-align: center; }
          .egov .matsu ul li .gl_left .gl_no, .egov .matsu ul li .gl_left .gl_icon {
            float: none;
            display: inline-block;
            position: inherit;
            top: inherit;
            vertical-align: top;
            line-height: 100px;
            -webkit-transform: rotateY(0);
            transform: rotateY(0); }
          .egov .matsu ul li .gl_left .gl_icon {
            margin: 0;
            width: 100px; }
            .egov .matsu ul li .gl_left .gl_icon.i_excel {
              width: 44px; }
        .egov .matsu ul li .gl_right {
          margin-left: 0;
          width: 100%;
          padding: 0 0 20px;
          min-height: auto; }
          .egov .matsu ul li .gl_right .gl_wrap {
            position: inherit;
            top: inherit;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            min-height: auto; }
            .egov .matsu ul li .gl_right .gl_wrap h5 {
              text-align: center;
              font-size: 18px; } }
  .egov .egov_link {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; }
    .egov .egov_link a {
      display: block;
      border: solid 1px #004097;
      line-height: 52px;
      font-size: 15px;
      text-align: center;
      margin-bottom: 40px;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .egov .egov_link a span {
        display: inline-block;
        position: relative;
        line-height: 52px;
        padding-right: 40px; }
      .egov .egov_link a span:after {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        content: "";
        width: 22px;
        height: 22px;
        border: solid 2px #004097;
        border-left: none;
        border-bottom: none; }
      .egov .egov_link a:hover {
        background: #00afec;
        color: #fff;
        border-color: #00afec; }
        .egov .egov_link a:hover span:after {
          border-color: #fff; }
    .egov .egov_link a:last-child {
      background: #004097;
      color: #fff; }
      .egov .egov_link a:last-child span:after {
        border-color: #fff; }
      .egov .egov_link a:last-child:hover {
        background: #00afec;
        color: #fff;
        border-color: #00afec; }
        .egov .egov_link a:last-child:hover span:after {
          border-color: #fff; }
  .egov .egimg_warp {
    text-align: center;
    margin: 10px auto 40px; }
    .egov .egimg_warp img {
      margin: auto; }
  .egov .pv {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 30px; }
    .egov .pv iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .egov .bpotable {
    margin-bottom: 40px;
    width: 100%; }
    .egov .bpotable tr th, .egov .bpotable tr td {
      font-size: 1.6rem;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff; }
    .egov .bpotable tr th {
      background: #54aebe;
      color: #333;
      border-bottom-width: 2px; }
    .egov .bpotable tr td {
      background: #e9f1f3; }
    .egov .bpotable tr:nth-child(even) td {
      background: #cfe2e8; }

@media screen and (max-width: 600px) {
  .egov {
    width: 90%; }
    .egov h2 {
      font-size: 24px; }
      .egov h2 img {
        display: block;
        margin: 0 auto 10px; }
    .egov h3 {
      font-size: 18px; }
    .egov h4 {
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .egov p {
      word-break: break-all; }
    .egov .bpotable tr {
      display: block; }
      .egov .bpotable tr:not(:last-child) {
        margin-bottom: 40px; }
      .egov .bpotable tr th, .egov .bpotable tr td {
        padding: 0;
        display: block; }
      .egov .bpotable tr:nth-child(1) {
        display: none; }
      .egov .bpotable tr td {
        background: #e9f1f3; }
        .egov .bpotable tr td:before {
          content: attr(aria-label);
          display: block;
          background: #54aebe;
          color: #fff;
          width: 100%;
          padding: 10px 0;
          text-align: center;
          margin-bottom: 0; }
        .egov .bpotable tr td:nth-child(1) {
          background: #1a768e !important;
          text-align: center;
          color: #fff; }
          .egov .bpotable tr td:nth-child(1):before {
            background: #1a768e;
            display: none; }
        .egov .bpotable tr td.sptdno {
          display: none; }
        .egov .bpotable tr td span {
          padding: 10px;
          display: block; }
    .egov .bpotable tr:nth-child(even) td {
      background: #e9f1f3; }
    .egov .egov_link a {
      line-height: 1.5;
      padding: 14px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .egov .egov_link a span {
        line-height: 1.5;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .egov .egimg_warp {
      text-align: center;
      margin-bottom: 40px; }
      .egov .egimg_warp img {
        margin: auto;
        width: 100%;
        height: auto;
        max-width: 400px; } }

.red {
  display: block !important;
  color: red !important;
  font-weight: bold !important;
  font-size: 30px !important;
  margin: 40px 0 !important; }

.wpcf7-list-item {
  display: block;
  margin-left: 0 !important;
  margin-bottom: 5px !important;
  width: 100%; }
  .wpcf7-list-item input[type="checkbox"] {
    display: block;
    float: left;
    width: 12px !important;
    height: 12px !important;
    margin-top: 6px; }
  .wpcf7-list-item span.wpcf7-list-item-label {
    color: #333;
    display: block; }

.tcb {
  color: #333;
  margin-left: 6px; }

input.etc {
  width: 20em !important;
  margin-left: 10px; }

.flowmenu {
  position: fixed;
  top: -280px;
  right: 10px;
  width: 220px;
  margin: 0 auto;
  padding-top: 10px;
  background: white;
  font-size: 0;
  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-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
  z-index: -1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0; }
  .flowmenu.fixed {
    top: 0;
    opacity: 1;
    z-index: 100; }
  .flowmenu li {
    display: block;
    width: 260px;
    line-height: 34px;
    margin-bottom: 6px; }
    .flowmenu li a {
      text-align: center;
      width: 100%;
      display: block;
      color: #000;
      background: gainsboro;
      font-size: 10px; }
      .flowmenu li a:hover, .flowmenu li a.current {
        background: #004097;
        color: #fff; }
  @media screen and (max-width: 600px) {
    .flowmenu {
      display: none; } }

.MArticle {
  border-bottom: solid 2px #ebebeb;
  min-width: 1020px; }
  .MArticle__title {
    width: 100%;
    line-height: 72px;
    height: 72px;
    text-align: center;
    border-bottom: solid 2px #004097; }
    .MArticle__title h1 {
      font-size: 1.8rem;
      color: #004097; }
  @media screen and (max-width: 600px) {
    .MArticle {
      min-width: 100%; }
      .MArticle__title h1 {
        width: 92%;
        margin: auto;
        font-size: 1.6rem; } }
  .MArticle__title--icon {
    width: 100%;
    min-width: 1020px;
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#004097), to(#00afec));
    background: -webkit-linear-gradient(right, #004097, #00afec);
    background: -o-linear-gradient(right, #004097, #00afec);
    background: linear-gradient(to left, #004097, #00afec); }
    .MArticle__title--icon .ti_icon {
      display: inline-block;
      width: 40px;
      height: 72px;
      line-height: 1;
      vertical-align: top;
      margin-right: 20px; }
      .MArticle__title--icon .ti_icon img,
      .MArticle__title--icon .ti_icon svg {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .MArticle__title--icon .ti_icon img.mxh,
        .MArticle__title--icon .ti_icon svg.mxh {
          height: 60%;
          width: auto; }
      .MArticle__title--icon .ti_icon svg {
        fill: #fff; }
    .MArticle__title--icon h1 {
      display: inline-block;
      font-size: 2rem;
      color: #fff; }
  @media screen and (max-width: 600px) {
    .MArticle__title--icon {
      min-width: 100%; }
      .MArticle__title--icon .ti_icon {
        margin-right: 10px; }
      .MArticle__title--icon h1 {
        font-size: 1.6rem; }
        .MArticle__title--icon h1 span.sp_none {
          display: none; } }
  .MArticle__Sub {
    margin: 40px auto;
    text-align: center;
    color: #004097; }
    .MArticle__Sub h2 {
      color: #004097;
      font-size: 2.4rem; }
    .MArticle__Sub p {
      font-size: 1.4rem;
      text-align: center; }
  @media screen and (max-width: 600px) {
    .MArticle__Sub {
      width: 92%;
      color: #004097; }
      .MArticle__Sub h2 {
        font-size: 2rem; } }
  .MArticle__sec {
    width: 100%;
    margin: 40px auto; }
    .MArticle__sec a {
      text-decoration: underline;
      color: #004097; }
    .MArticle__sec--inner {
      width: 770px;
      margin: auto;
      font-size: 1.6rem; }
      .MArticle__sec--inner .socbox {
        margin-bottom: 80px; }
        .MArticle__sec--inner .socbox strong {
          color: #00afec;
          font-size: 40px;
          text-align: center;
          margin-bottom: 40px;
          font-weight: bold; }
        .MArticle__sec--inner .socbox p {
          font-size: 16px; }
          .MArticle__sec--inner .socbox p span {
            margin-bottom: 1em;
            font-size: 21px;
            display: block; }
        .MArticle__sec--inner .socbox em {
          display: block;
          font-size: 21px;
          color: #004097;
          border-bottom: 1px solid #ccc;
          padding: 10px 0;
          margin: 60px 0 20px;
          position: relative;
          padding-left: 24px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .MArticle__sec--inner .socbox em:before {
            content: "";
            background: url(img/soc/list_style.svg) left center no-repeat;
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .MArticle__sec--inner .socbox table {
          margin: 20px 0 0 !important; }
          .MArticle__sec--inner .socbox table td, .MArticle__sec--inner .socbox table th {
            border: none;
            vertical-align: middle;
            padding: 20px;
            border-bottom: solid 4px #fff; }
          .MArticle__sec--inner .socbox table td {
            background: #e8e8e8; }
          .MArticle__sec--inner .socbox table .col_1, .MArticle__sec--inner .socbox table .col_2 {
            border-right: solid 4px #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .MArticle__sec--inner .socbox table .col_1 {
            background: #DADEE0;
            color: #004097;
            font-size: 18px;
            width: 160px; }
          .MArticle__sec--inner .socbox table thead th {
            background: #004097;
            color: #fff;
            font-size: 34px; }
            .MArticle__sec--inner .socbox table thead th:first-child {
              background: #fff;
              width: 160px; }
            .MArticle__sec--inner .socbox table thead th span {
              display: block;
              font-size: 18px;
              line-height: 1; }
          .MArticle__sec--inner .socbox table .col_2, .MArticle__sec--inner .socbox table .col_3 {
            width: 305px; }
          .MArticle__sec--inner .socbox table tr:last-child td {
            text-align: center; }
        @media screen and (max-width: 600px) {
          .MArticle__sec--inner .socbox table {
            width: 100%; }
            .MArticle__sec--inner .socbox table tr {
              border-bottom: 20px solid #fff; }
            .MArticle__sec--inner .socbox table td, .MArticle__sec--inner .socbox table th {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              display: block;
              width: 100%; }
            .MArticle__sec--inner .socbox table td {
              width: 100%; }
              .MArticle__sec--inner .socbox table td:before {
                content: attr(aria-label);
                display: block;
                background: #004097;
                color: #fff;
                width: 100%;
                padding: 10px 0;
                text-align: center;
                margin-bottom: 10px; }
            .MArticle__sec--inner .socbox table th br {
              display: none; }
            .MArticle__sec--inner .socbox table .col_1, .MArticle__sec--inner .socbox table .col_2 {
              border: none; }
            .MArticle__sec--inner .socbox table .col_1 {
              width: 100%; }
            .MArticle__sec--inner .socbox table thead th {
              display: none; } }
        .MArticle__sec--inner .socbox .socbox__list {
          background: #ebebeb;
          padding: 10px 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          .MArticle__sec--inner .socbox .socbox__list:before {
            content: "";
            background: url(img/soc/logo.png) center no-repeat;
            background-size: cover;
            width: 100px;
            height: 100px;
            display: block;
            position: absolute;
            top: 50%;
            left: 40px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .MArticle__sec--inner .socbox .socbox__list ul {
            padding-left: 160px; }
            .MArticle__sec--inner .socbox .socbox__list ul li {
              margin: 10px 0 !important;
              color: #004097;
              font-size: 18px;
              position: relative;
              padding-left: 20px; }
              .MArticle__sec--inner .socbox .socbox__list ul li:before {
                content: "";
                background: url(img/soc/list_style.svg) left center no-repeat;
                position: absolute;
                width: 20px;
                height: 20px;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 600px) {
          .MArticle__sec--inner .socbox .socbox__list {
            padding: 20px;
            margin-bottom: 80px; }
            .MArticle__sec--inner .socbox .socbox__list:before {
              top: 20px;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
            .MArticle__sec--inner .socbox .socbox__list ul {
              padding: 110px 0 0; }
              .MArticle__sec--inner .socbox .socbox__list ul li {
                margin: 10px 0 !important;
                color: #004097;
                font-size: 18px;
                position: relative;
                padding-left: 20px; }
                .MArticle__sec--inner .socbox .socbox__list ul li:before {
                  content: "";
                  background: url(img/soc/list_style.svg) left center no-repeat;
                  position: absolute;
                  width: 20px;
                  height: 20px;
                  left: 0;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      .MArticle__sec--inner .b_btm {
        font-size: 2.1rem;
        color: #004097;
        border-bottom: solid 1px #4b4b4b;
        line-height: 40px;
        margin: 40px auto 20px; }
      .MArticle__sec--inner .wpcf7-form table {
        width: 100%;
        border-left: 4px solid #004097;
        border-top: 2px solid #aaa;
        margin: 40px 0;
        border-collapse: separate; }
        .MArticle__sec--inner .wpcf7-form table tr th,
        .MArticle__sec--inner .wpcf7-form table tr td {
          text-align: left;
          font-size: 1.4rem;
          padding: 16px;
          border-bottom: 1px solid #aaa;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .MArticle__sec--inner .wpcf7-form table tr th {
          background: gainsboro;
          width: 220px;
          position: relative;
          z-index: 10; }
          .MArticle__sec--inner .wpcf7-form table tr th:after {
            content: "必須";
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #00afec;
            font-size: 1rem;
            color: #fff;
            padding: 2px 5px; }
        .MArticle__sec--inner .wpcf7-form table tr td {
          color: #fff; }
          .MArticle__sec--inner .wpcf7-form table tr td input {
            width: 100%;
            border: solid 1px #ebebeb;
            line-height: 2.2;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .MArticle__sec--inner .wpcf7-form table tr td textarea {
            width: 100%;
            border: solid 1px #ebebeb;
            height: 10rem;
            line-height: 1.6;
            padding: 0 6px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .MArticle__sec--inner .wpcf7-form table tr td select {
            outline: none;
            text-indent: 0.01px;
            -o-text-overflow: '';
            text-overflow: '';
            background: none transparent;
            vertical-align: middle;
            -webkit-appearance: button;
            -moz-appearance: button;
            appearance: button;
            width: 200px;
            padding: 0 10px;
            font-size: 1.2rem;
            border-radius: 0;
            line-height: 2.2;
            background: url(img/form/arrow.png) top right no-repeat/auto 100% #ebebeb;
            border: solid 1px #004097; }
      .MArticle__sec--inner .faq_list > li {
        margin: 0 0 60px !important; }
        .MArticle__sec--inner .faq_list > li span {
          color: #00afec;
          font-size: 2rem;
          margin: 0 0 20px;
          display: block; }
        .MArticle__sec--inner .faq_list > li ul li {
          margin: 0 0 20px;
          position: relative;
          overflow: hidden;
          width: 100%;
          display: table;
          border-top: dotted 1px #004097;
          padding-top: 20px; }
          .MArticle__sec--inner .faq_list > li ul li:before {
            content: "Q";
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: table-cell;
            float: left;
            background: #004097;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 2.2rem; }
          .MArticle__sec--inner .faq_list > li ul li a {
            font-size: 1.6rem;
            display: table-cell;
            vertical-align: middle;
            line-height: 1.8rem;
            padding-left: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%; }
          .MArticle__sec--inner .faq_list > li ul li:hover:before {
            background: #00afec; }
      .MArticle__sec--inner .answer_list > li {
        margin: 0 0 60px !important; }
        .MArticle__sec--inner .answer_list > li span {
          color: #00afec;
          font-size: 2rem;
          margin: 0;
          display: block; }
        .MArticle__sec--inner .answer_list > li dl dt, .MArticle__sec--inner .answer_list > li dl dd {
          padding: 20px 0 0;
          line-height: 1.62; }
        .MArticle__sec--inner .answer_list > li dl dt {
          display: block;
          width: 100%; }
        .MArticle__sec--inner .answer_list > li dl dt p {
          position: relative;
          overflow: hidden;
          display: table; }
          .MArticle__sec--inner .answer_list > li dl dt p:before {
            content: "Q";
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: table-cell;
            float: left;
            background: #004097;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 2.2rem; }
          .MArticle__sec--inner .answer_list > li dl dt p b {
            font-size: 1.6rem;
            display: table-cell;
            vertical-align: middle;
            line-height: 1.8rem;
            padding-left: 10px; }
        .MArticle__sec--inner .answer_list > li dl dd {
          text-align: justify;
          position: relative;
          overflow: hidden;
          display: table;
          border-bottom: dotted 1px #004097;
          padding-bottom: 20px; }
          .MArticle__sec--inner .answer_list > li dl dd p, .MArticle__sec--inner .answer_list > li dl dd div.mold {
            font-size: 1.6rem;
            display: table-cell;
            vertical-align: middle;
            line-height: 1.8rem;
            padding-left: 10px; }
          .MArticle__sec--inner .answer_list > li dl dd div.mold > p {
            display: block;
            padding: 0;
            margin-bottom: 1.6rem; }
            .MArticle__sec--inner .answer_list > li dl dd div.mold > p span {
              font-size: 1.62rem;
              display: inline;
              color: #000;
              font-weight: bolder; }
              .MArticle__sec--inner .answer_list > li dl dd div.mold > p span:before {
                content: "●";
                color: #00afec;
                margin-right: 3px; }
            .MArticle__sec--inner .answer_list > li dl dd div.mold > p.kome {
              color: red; }
          .MArticle__sec--inner .answer_list > li dl dd div.mold ul {
            margin-bottom: 20px; }
            .MArticle__sec--inner .answer_list > li dl dd div.mold ul li {
              margin: 0;
              padding: 0;
              counter-increment: cnt;
              padding: 5px 0; }
              .MArticle__sec--inner .answer_list > li dl dd div.mold ul li:before {
                display: marker;
                content: "(" counter(cnt) ") "; }
          .MArticle__sec--inner .answer_list > li dl dd:before {
            content: "A";
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: table-cell;
            float: left;
            color: #004097;
            border: solid 1px #004097;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            font-weight: bold;
            font-size: 2.2rem; }
        .MArticle__sec--inner .answer_list > li h3 {
          background: #004097;
          color: #fff;
          font-size: 2rem;
          text-align: center;
          display: block;
          line-height: 40px; }
        .MArticle__sec--inner .answer_list > li .cardbox {
          text-align: center; }
          .MArticle__sec--inner .answer_list > li .cardbox h4 {
            text-align: left;
            font-size: 1.8rem;
            margin: 20px 0;
            position: relative; }
            .MArticle__sec--inner .answer_list > li .cardbox h4 span {
              display: inline;
              font-size: 1.8rem; }
            .MArticle__sec--inner .answer_list > li .cardbox h4:before {
              content: "1";
              width: 30px;
              height: 30px;
              line-height: 30px;
              background: #00afec;
              color: #fff;
              display: inline-block;
              text-align: center;
              margin-right: 5px; }
            @media screen and (max-width: 600px) {
              .MArticle__sec--inner .answer_list > li .cardbox h4 {
                font-size: 1.6rem; }
                .MArticle__sec--inner .answer_list > li .cardbox h4 span {
                  display: inline;
                  font-size: 1.6rem; } }
          .MArticle__sec--inner .answer_list > li .cardbox h4.second:before {
            content: "2"; }
          .MArticle__sec--inner .answer_list > li .cardbox p {
            margin-bottom: 1.6rem;
            display: block; }
            .MArticle__sec--inner .answer_list > li .cardbox p span {
              font-size: 1.8rem;
              font-weight: bold;
              display: block;
              margin-bottom: 5px;
              color: red;
              position: relative; }
              .MArticle__sec--inner .answer_list > li .cardbox p span:before {
                content: "!";
                display: inline-block;
                width: 24px;
                line-height: 24px;
                margin-right: 5px;
                background: red;
                color: #fff;
                text-align: center;
                border-radius: 15px; }
          .MArticle__sec--inner .answer_list > li .cardbox img {
            margin-bottom: 40px; }
            @media screen and (max-width: 600px) {
              .MArticle__sec--inner .answer_list > li .cardbox img {
                width: 100%;
                height: auto; } }
      @media screen and (max-width: 600px) {
        .MArticle__sec--inner .wpcf7-form table tr th,
        .MArticle__sec--inner .wpcf7-form table tr td {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .MArticle__sec--inner .wpcf7-form table tr th select,
          .MArticle__sec--inner .wpcf7-form table tr td select {
            width: 100%; } }
      .MArticle__sec--inner p:not(:last-child) {
        margin-bottom: 1.62em; }
      .MArticle__sec--inner p.TA--Right {
        text-align: right; }
      .MArticle__sec--inner h3 {
        font-size: 2rem;
        color: #004097; }
      .MArticle__sec--inner ul li {
        margin-bottom: 1.62em; }
      .MArticle__sec--inner strong {
        color: #004097;
        margin-top: 60px;
        display: block; }
      .MArticle__sec--inner .formtext {
        text-align: center;
        margin-bottom: 0 !important; }
        .MArticle__sec--inner .formtext em {
          color: #004097;
          display: block;
          font-weight: bold; }
      .MArticle__sec--inner .submit__box {
        text-align: center; }
        .MArticle__sec--inner .submit__box label {
          display: block;
          font-size: 1.4rem;
          margin: 20px 0 0; }
        .MArticle__sec--inner .submit__box input[type="submit"] {
          background-color: transparent;
          border: none;
          cursor: pointer;
          outline: none;
          padding: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          display: block;
          margin: auto;
          background: #004097;
          color: #fff;
          width: 150px;
          line-height: 36px;
          font-size: 1.6rem;
          font-weight: bold;
          letter-spacing: 0.1em; }
          .MArticle__sec--inner .submit__box input[type="submit"]:hover {
            background: #00afec; }
      .MArticle__sec--inner .results h2 {
        background: #004097;
        color: #fff;
        text-align: center;
        font-size: 1.8rem;
        padding: 10px 0;
        margin-bottom: 40px; }
      .MArticle__sec--inner .results__box li {
        overflow: hidden;
        margin-bottom: 40px; }
        .MArticle__sec--inner .results__box li h3 {
          margin-bottom: 10px; }
          .MArticle__sec--inner .results__box li h3 a {
            display: block;
            background: gainsboro;
            color: #004097;
            padding: 10px;
            font-size: 1.8rem;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .MArticle__sec--inner .results__box li h3 a:hover {
              background: #00afec;
              color: #fff; }
        .MArticle__sec--inner .results__box li p {
          overflow: hidden;
          display: block;
          margin: 0 0 10px; }
        .MArticle__sec--inner .results__box li a.search_more {
          display: block;
          background: #004097;
          color: #fff;
          width: 200px;
          font-size: 1.6rem;
          text-align: center;
          line-height: 40px;
          float: right;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .MArticle__sec--inner .results__box li a.search_more:hover {
            background: #00afec; }
      .MArticle__sec--inner .ccsec {
        margin-bottom: 40px; }
        .MArticle__sec--inner .ccsec h2 {
          font-size: 36px;
          text-align: center;
          color: #004097;
          font-weight: bold;
          line-height: 1.2; }
          .MArticle__sec--inner .ccsec h2 span {
            font-weight: bold;
            display: block; }
        .MArticle__sec--inner .ccsec h3 {
          font-size: 20px;
          font-weight: 700;
          border-bottom: solid 2px #999;
          padding: 15px 0 15px 46px;
          line-height: 1;
          position: relative;
          margin-bottom: 15px; }
          .MArticle__sec--inner .ccsec h3:before {
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            content: "";
            width: 36px;
            height: 36px;
            background: url(img/cc/icon.svg) center center/contain no-repeat;
            vertical-align: middle; }
        .MArticle__sec--inner .ccsec p.boldc {
          margin-top: 20px;
          text-align: center;
          font-weight: bold; }
        .MArticle__sec--inner .ccsec h4.tel {
          font-size: 20px;
          font-weight: 700;
          border-bottom: dashed 2px #999;
          padding: 15px 0 15px 46px;
          line-height: 1;
          position: relative;
          margin-bottom: 15px; }
          .MArticle__sec--inner .ccsec h4.tel:before {
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            content: "";
            width: 36px;
            height: 36px;
            background: url(img/cc/tell.svg) center center/contain no-repeat;
            vertical-align: middle; }
        .MArticle__sec--inner .ccsec ul.cclist {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 40px 0 30px;
          margin-left: -10px; }
          .MArticle__sec--inner .ccsec ul.cclist li {
            width: calc(100% * 1/2 - 10px);
            margin: 0 0 10px 10px;
            line-height: 1.4;
            border: solid 2px #004097;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 68px;
            display: table;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .MArticle__sec--inner .ccsec ul.cclist li:hover {
              background: rgba(0, 175, 236, 0.7);
              color: #fff; }
            .MArticle__sec--inner .ccsec ul.cclist li a {
              display: table-cell;
              vertical-align: middle;
              height: 100%;
              width: 100%;
              padding: 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              font-size: 16px;
              position: relative;
              text-decoration: none; }
              .MArticle__sec--inner .ccsec ul.cclist li a:after {
                content: "";
                background: url(img/cc/arr.svg) center center/cover no-repeat;
                position: absolute;
                width: 11px;
                height: 24px;
                display: block;
                right: 10px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .MArticle__sec--inner .ccsec ul.ccsyslist {
          border-bottom: solid 2px #999;
          overflow: hidden; }
          .MArticle__sec--inner .ccsec ul.ccsyslist li {
            margin-bottom: 0;
            padding: 10px 0;
            border-top: 1px #999 dashed;
            margin-top: -1px;
            font-size: 16px; }
            .MArticle__sec--inner .ccsec ul.ccsyslist li span {
              margin-right: 20px; }
            .MArticle__sec--inner .ccsec ul.ccsyslist li a {
              color: #00afec; }
            .MArticle__sec--inner .ccsec ul.ccsyslist li.none {
              padding: 80px 0;
              text-align: center;
              background: #f9f9f9; }
        .MArticle__sec--inner .ccsec ul.mailtel {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .MArticle__sec--inner .ccsec ul.status {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .MArticle__sec--inner .ccsec ul.status li {
            font-size: 18px;
            margin-right: 20px;
            position: relative; }
            .MArticle__sec--inner .ccsec ul.status li:before {
              content: "";
              width: 28px;
              height: 28px;
              background: url(img/cc/1.svg) center center/cover no-repeat;
              display: inline-block;
              margin-right: 5px;
              vertical-align: middle; }
            .MArticle__sec--inner .ccsec ul.status li:nth-child(2):before {
              background-image: url(img/cc/2.svg); }
            .MArticle__sec--inner .ccsec ul.status li:nth-child(3):before {
              background-image: url(img/cc/3.svg); }
            .MArticle__sec--inner .ccsec ul.status li span {
              display: inline-block;
              vertical-align: middle; }
        .MArticle__sec--inner .ccsec p {
          font-size: 16px;
          color: #444; }
          .MArticle__sec--inner .ccsec p em {
            display: block;
            font-size: 26px;
            font-weight: 700; }
          .MArticle__sec--inner .ccsec p a {
            color: #ea6da4;
            text-decoration: underline; }
        .MArticle__sec--inner .ccsec p.kome {
          font-size: 12px;
          color: #666; }
        .MArticle__sec--inner .ccsec img {
          width: 100%;
          height: auto; }
        .MArticle__sec--inner .ccsec .timetable {
          margin-bottom: 1.62em;
          white-space: nowrap;
          display: block;
          width: auto;
          -webkit-transform: translateZ(0px);
          table-layout: fixed;
          overflow: hidden; }
          .MArticle__sec--inner .ccsec .timetable td, .MArticle__sec--inner .ccsec .timetable th {
            width: 77px;
            height: 77px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-left: dashed 2px #eee;
            border-bottom: solid 2px #bbb;
            vertical-align: middle;
            font-size: 14px;
            color: #555; }
            .MArticle__sec--inner .ccsec .timetable td:first-child, .MArticle__sec--inner .ccsec .timetable th:first-child {
              border-left: none;
              font-size: 26px;
              line-height: 1.3;
              font-weight: 700; }
              .MArticle__sec--inner .ccsec .timetable td:first-child span, .MArticle__sec--inner .ccsec .timetable th:first-child span {
                font-size: 14px;
                display: block;
                text-transform: uppercase;
                font-weight: 700; }
          .MArticle__sec--inner .ccsec .timetable tr:first-child th {
            height: auto;
            font-weight: 700; }
            .MArticle__sec--inner .ccsec .timetable tr:first-child th span {
              font-size: 22px;
              font-weight: 700; }
          .MArticle__sec--inner .ccsec .timetable td {
            text-indent: -9999px;
            position: relative;
            text-align: center; }
            .MArticle__sec--inner .ccsec .timetable td:before {
              position: absolute;
              width: 48px;
              height: 48px;
              content: "";
              background: url(img/cc/1.svg) center center/cover no-repeat;
              top: 14.5px;
              left: 14.5px; }
            .MArticle__sec--inner .ccsec .timetable td.lil:before {
              background-image: url(img/cc/2.svg); }
            .MArticle__sec--inner .ccsec .timetable td.not:before {
              background-image: url(img/cc/3.svg); }
          @media screen and (max-width: 600px) {
            .MArticle__sec--inner .ccsec .timetable {
              overflow: auto; }
              .MArticle__sec--inner .ccsec .timetable td, .MArticle__sec--inner .ccsec .timetable th {
                padding: 10px; }
              .MArticle__sec--inner .ccsec .timetable td:before {
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
        .MArticle__sec--inner .ccsec table::-webkit-scrollbar {
          height: 5px; }
        .MArticle__sec--inner .ccsec table::-webkit-scrollbar-track {
          background: rgba(0, 64, 151, 0.3); }
        .MArticle__sec--inner .ccsec table::-webkit-scrollbar-thumb {
          background: #004097; }
        @media screen and (max-width: 600px) {
          .MArticle__sec--inner .ccsec h2 {
            font-size: 24px; }
          .MArticle__sec--inner .ccsec h3, .MArticle__sec--inner .ccsec h4.tel {
            font-size: 16px; }
          .MArticle__sec--inner .ccsec ul.cclist {
            margin: 40px 0 30px;
            margin-left: 0; }
            .MArticle__sec--inner .ccsec ul.cclist li {
              width: 100%;
              margin: 0 0 10px 0px;
              height: 60px; }
          .MArticle__sec--inner .ccsec ul.ccsyslist li {
            font-size: 14px; }
            .MArticle__sec--inner .ccsec ul.ccsyslist li span {
              display: block; }
          .MArticle__sec--inner .ccsec ul.mailtel {
            display: block;
            text-align: center; }
            .MArticle__sec--inner .ccsec ul.mailtel img {
              width: 250px;
              height: auto; }
          .MArticle__sec--inner .ccsec ul.status {
            display: block;
            margin-bottom: 30px; }
            .MArticle__sec--inner .ccsec ul.status li {
              font-size: 16px;
              margin-right: 0;
              margin-bottom: 10px; }
          .MArticle__sec--inner .ccsec p {
            font-size: 14px; }
            .MArticle__sec--inner .ccsec p em {
              font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .MArticle__sec--inner {
        width: 92%; } }
  .MArticle__contact {
    width: 100%;
    margin: 40px auto; }
    .MArticle__contact--inner {
      width: 770px;
      margin: auto;
      font-size: 1.6rem;
      background: gainsboro;
      padding: 20px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .MArticle__contact--inner h2 {
        text-align: center;
        font-size: 1.6rem;
        color: #004097;
        margin-bottom: 20px; }
      .MArticle__contact--inner p {
        text-align: center;
        margin: 10px auto;
        width: 80%; }
      .MArticle__contact--inner ul {
        text-align: center; }
        .MArticle__contact--inner ul li {
          margin-bottom: 0px; }
    @media screen and (max-width: 600px) {
      .MArticle__contact--inner {
        width: 92%;
        padding: 20px 10px; } }
  .MArticle .smbox {
    width: 100%;
    overflow: hidden;
    font-size: 1.6rem; }
    .MArticle .smbox__1line {
      margin: 40px 0;
      clear: both;
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        .MArticle .smbox__1line {
          margin: 0; } }
    .MArticle .smbox__left {
      width: 50%;
      float: left; }
      @media screen and (max-width: 600px) {
        .MArticle .smbox__left {
          width: 100%;
          float: none; } }
    .MArticle .smbox__right {
      margin-left: 50%; }
      @media screen and (max-width: 600px) {
        .MArticle .smbox__right {
          margin-left: 0; } }
    .MArticle .smbox h2 {
      font-size: 1.6rem;
      color: #004097; }
    .MArticle .smbox ul {
      margin-bottom: 40px; }
      .MArticle .smbox ul li {
        margin: 0;
        line-height: 1;
        border-left: solid 1px #333;
        margin: 14px 0 14px 20px;
        padding-left: 7px; }
        .MArticle .smbox ul li a {
          font-size: 1.6rem;
          color: #333; }
          .MArticle .smbox ul li a:hover {
            color: #00afec; }

.service {
  width: 100%;
  min-width: 1020px; }
  @media screen and (max-width: 600px) {
    .service {
      min-width: 100%; } }
  .service__list {
    width: 780px;
    margin: 20px auto 0;
    font-size: 0;
    margin-top: 20px;
    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-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -6px;
    overflow: hidden;
    text-align: center; }
    .service__list li {
      display: block;
      width: 255px;
      line-height: 34px;
      margin-bottom: 6px; }
      .service__list li:not(:nth-child(3n)) {
        margin-right: 5px; }
      .service__list li a {
        text-align: center;
        width: 100%;
        display: block;
        color: #000;
        background: gainsboro;
        font-size: 1.2rem; }
        .service__list li a:hover, .service__list li a.current {
          background: #004097;
          color: #fff; }
    @media screen and (max-width: 600px) {
      .service__list {
        width: 92%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .service__list li {
          width: 49.2%;
          margin-bottom: 5px; }
          .service__list li:not(:nth-child(3n)) {
            margin-right: 0; }
          .service__list li.onel {
            width: 100%; }
          .service__list li a {
            font-size: 1rem; } }
  .service__box {
    position: relative;
    width: 100%; }
    .service__box .back {
      position: absolute;
      display: block;
      top: 90px;
      left: 3%;
      width: 530px;
      height: 530px;
      z-index: -1; }
      .service__box .back svg {
        fill: none;
        stroke: #00afec;
        stroke-width: .2;
        opacity: .8;
        padding: 3px; }
    .service__box__content {
      width: 780px;
      margin: auto;
      overflow: hidden;
      padding: 40px 0 0; }
      .service__box__content h2 {
        font-size: 2rem;
        color: #004097;
        border-bottom: solid 2px #ebebeb;
        margin-bottom: 20px; }
        .service__box__content h2.adjustment {
          font-size: 26px;
          border: none;
          font-weight: bold;
          text-align: center; }
      .service__box__content h3 {
        font-size: 1.6rem;
        color: #00afec;
        margin-bottom: 0; }
      .service__box__content ul {
        counter-reset: list_nomber;
        background: #ebebeb;
        padding: 20px;
        margin-bottom: 1.62em; }
        .service__box__content ul li {
          font-size: 1.6rem;
          margin: 5px;
          color: #000;
          position: relative;
          padding-left: 1.2em; }
          .service__box__content ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            counter-increment: list_nomber;
            content: counter(list_nomber) ".";
            color: #00afec; }
      .service__box__content .linkbtn {
        margin: 60px 0;
        font-size: 0;
        margin-left: -4%; }
        .service__box__content .linkbtn div {
          width: 48%;
          margin-left: 2%;
          display: inline-block;
          font-size: 20px;
          background: #004097; }
          .service__box__content .linkbtn div a {
            color: #fff;
            text-align: center;
            display: block;
            padding: 60px 0;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .service__box__content .linkbtn div a:hover {
              background: #00afec; }
        @media screen and (max-width: 600px) {
          .service__box__content .linkbtn {
            margin: 40px 0;
            margin-left: 0; }
            .service__box__content .linkbtn div {
              width: 100%;
              margin-left: 0%;
              display: block;
              font-size: 20px;
              background: #004097; }
              .service__box__content .linkbtn div:first-child {
                margin-bottom: 40px; }
              .service__box__content .linkbtn div a {
                color: #fff;
                text-align: center;
                display: block;
                padding: 60px 0;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
                .service__box__content .linkbtn div a br {
                  display: block; }
                .service__box__content .linkbtn div a:hover {
                  background: #00afec; } }
      .service__box__content__box:not(:last-child) {
        margin-bottom: 40px; }
      .service__box__content__box img {
        width: 100%;
        height: auto; }
        .service__box__content__box img.ori {
          width: auto;
          height: auto;
          margin: auto;
          display: block; }
      .service__box__content__box p {
        font-size: 1.6rem; }
        .service__box__content__box p:not(:last-child) {
          margin-bottom: 1.62rem; }
        .service__box__content__box p strong {
          color: #00afec; }
      .service__box__content__box a {
        color: #004097;
        text-align: center;
        display: block; }
        .service__box__content__box a img {
          width: 750px;
          height: auto; }
        @media screen and (max-width: 600px) {
          .service__box__content__box a img {
            width: 100%;
            height: auto; } }
      .service__box__content__box .nmcv {
        color: #004097 !important;
        font-size: 16px;
        font-weight: bold; }
      .service__box__content__box .bpotable {
        margin-bottom: 40px;
        width: 100%; }
        .service__box__content__box .bpotable tr th, .service__box__content__box .bpotable tr td {
          font-size: 1.6rem;
          padding: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: middle;
          border-bottom: solid 1px #fff;
          border-right: solid 1px #fff; }
        .service__box__content__box .bpotable tr th {
          background: #54aebe;
          color: #333;
          border-bottom-width: 2px; }
        .service__box__content__box .bpotable tr td {
          background: #e9f1f3; }
        .service__box__content__box .bpotable tr:nth-child(even) td {
          background: #cfe2e8; }
      @media screen and (max-width: 600px) {
        .service__box__content {
          width: 92%;
          padding: 20px 0; }
          .service__box__content br {
            display: none; }
          .service__box__content .brbox {
            display: block; }
          .service__box__content h2 {
            font-size: 1.8rem; }
          .service__box__content .bpotable tr {
            display: block; }
            .service__box__content .bpotable tr:not(:last-child) {
              margin-bottom: 40px; }
            .service__box__content .bpotable tr th,
            .service__box__content .bpotable tr td {
              padding: 0;
              display: block; }
            .service__box__content .bpotable tr:nth-child(1) {
              display: none; }
            .service__box__content .bpotable tr td {
              background: #e9f1f3; }
              .service__box__content .bpotable tr td:before {
                content: attr(aria-label);
                display: block;
                background: #54aebe;
                color: #fff;
                width: 100%;
                padding: 10px 0;
                text-align: center;
                margin-bottom: 0; }
              .service__box__content .bpotable tr td:nth-child(1) {
                background: #1a768e !important;
                text-align: center;
                color: #fff; }
                .service__box__content .bpotable tr td:nth-child(1):before {
                  background: #1a768e;
                  display: none; }
              .service__box__content .bpotable tr td.sptdno {
                display: none; }
              .service__box__content .bpotable tr td span {
                padding: 10px;
                display: block; }
          .service__box__content .bpotable tr:nth-child(even) td {
            background: #e9f1f3; } }
    .service__box--hidden {
      width: 780px;
      margin: auto;
      overflow: hidden;
      margin: 40px auto 0; }
      .service__box--hidden .more_btn {
        width: 140px;
        line-height: 36px;
        text-align: center;
        font-size: 1.6rem;
        background: #004097;
        color: #fff;
        margin: 0 auto;
        cursor: pointer;
        display: none; }
      .service__box--hidden:last-child {
        margin-bottom: 40px; }
      .service__box--hidden--inner {
        margin-top: 40px; }
        .service__box--hidden--inner p {
          font-size: 1.6rem; }
          .service__box--hidden--inner p:not(:last-child) {
            margin-bottom: 1.62em; }
          .service__box--hidden--inner p strong {
            color: #00afec;
            display: block; }
          .service__box--hidden--inner p a {
            display: block;
            color: #004097;
            text-decoration: underline; }
        .service__box--hidden--inner img {
          width: 100%;
          height: auto;
          margin-bottom: 30px; }
        .service__box--hidden--inner table {
          width: 100%;
          margin-bottom: 4px; }
          .service__box--hidden--inner table caption {
            width: 100%;
            background: #00afec;
            color: #fff;
            font-size: 16px;
            line-height: 38px;
            text-align: center; }
          .service__box--hidden--inner table th, .service__box--hidden--inner table td {
            background: #ebebeb;
            color: #4b4b4b;
            font-size: 12px;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .service__box--hidden--inner table th {
            width: 20%;
            font-weight: bold;
            text-align: left; }
          .service__box--hidden--inner table td {
            width: 40%; }
            .service__box--hidden--inner table td:before {
              content: "・";
              color: #00afec; }
            .service__box--hidden--inner table td.nb {
              height: 0; }
              .service__box--hidden--inner table td.nb:before {
                display: none; }
          .service__box--hidden--inner table.tdx3 th {
            width: 20%;
            font-weight: bold;
            text-align: left; }
          .service__box--hidden--inner table.tdx3 td {
            width: calc(80% * 1/3); }
          .service__box--hidden--inner table.tdx1 {
            margin-bottom: 30px; }
            .service__box--hidden--inner table.tdx1 th, .service__box--hidden--inner table.tdx1 td {
              text-align: left; }
            .service__box--hidden--inner table.tdx1 th {
              width: 30%; }
            .service__box--hidden--inner table.tdx1 td {
              width: 70%; }
              .service__box--hidden--inner table.tdx1 td:before {
                display: none; }
          @media screen and (max-width: 600px) {
            .service__box--hidden--inner table caption {
              font-size: 18px; }
            .service__box--hidden--inner table th, .service__box--hidden--inner table td {
              display: block;
              width: 100%; }
              .service__box--hidden--inner table th br, .service__box--hidden--inner table td br {
                display: none; }
              .service__box--hidden--inner table th.nb, .service__box--hidden--inner table td.nb {
                display: none; }
            .service__box--hidden--inner table th {
              background: #9e9e9e;
              color: #fff;
              text-align: center; }
            .service__box--hidden--inner table.tdx3 th {
              text-align: center; }
            .service__box--hidden--inner table.tdx3 th, .service__box--hidden--inner table.tdx3 td {
              width: 100%; }
            .service__box--hidden--inner table.tdx1 th {
              text-align: center; }
            .service__box--hidden--inner table.tdx1 th, .service__box--hidden--inner table.tdx1 td {
              width: 100%; } }
      @media screen and (max-width: 600px) {
        .service__box--hidden {
          width: 92%; } }
  @media screen and (max-width: 600px) {
    .service__box {
      position: relative;
      width: 100%; }
      .service__box .back {
        position: absolute;
        display: block;
        top: 90px;
        left: 3%;
        width: 90%;
        height: auto;
        z-index: -1; }
        .service__box .back svg {
          fill: none;
          stroke: #00afec;
          stroke-width: .2;
          opacity: .8;
          padding: 3px; } }

.cases {
  width: 100%;
  min-width: 1020px; }
  @media screen and (max-width: 600px) {
    .cases {
      min-width: 100%; } }
  .cases__list {
    width: 780px;
    margin: 20px auto 0;
    font-size: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -7px;
    overflow: hidden; }
    .cases__list li {
      display: block;
      width: 255px;
      line-height: 34px;
      margin-bottom: 7px; }
      .cases__list li:not(:nth-child(3n)) {
        margin-right: 7px; }
      .cases__list li a {
        text-align: center;
        width: 100%;
        display: block;
        color: #000;
        background: gainsboro;
        font-size: 1.1rem; }
        .cases__list li a:hover, .cases__list li a.current {
          background: #004097;
          color: #fff; }
    @media screen and (max-width: 600px) {
      .cases__list {
        width: 92%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .cases__list li {
          width: 100%;
          margin-bottom: 5px; }
          .cases__list li:not(:nth-child(3n)) {
            margin-right: 0; }
          .cases__list li a {
            font-size: 1.1rem; } }
  .cases__box {
    width: 100%;
    min-width: 1020px;
    overflow: hidden;
    margin: 40px 0; }
    @media screen and (max-width: 600px) {
      .cases__box {
        min-width: 100%; } }
    .cases__box--inner {
      width: 780px;
      margin: 0 auto; }
      .cases__box--inner h2 {
        text-align: left;
        font-size: 3rem;
        color: #004097;
        font-weight: bold;
        margin-bottom: 40px; }
        .cases__box--inner h2 span {
          margin-left: -.4em; }
      .cases__box--inner h3 {
        color: #004097;
        font-size: 1.8rem;
        text-align: right; }
      .cases__box--inner h4 {
        color: #004097;
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 5px; }
      .cases__box--inner p {
        font-size: 1.6rem; }
        .cases__box--inner p:not(:last-child) {
          margin-bottom: 1.62em; }
        .cases__box--inner p strong {
          font-weight: bold; }
      .cases__box--inner .pdf_box {
        margin-bottom: 0px; }
        .cases__box--inner .pdf_box a {
          width: 140px;
          line-height: 36px;
          text-align: center;
          font-size: 1.6rem;
          background: #004097;
          color: #fff;
          margin: 0 auto;
          cursor: pointer;
          display: block; }
          .cases__box--inner .pdf_box a:hover {
            background: #00afec; }
      .cases__box--inner .photobox {
        margin: 0 auto 30px;
        width: 600px; }
        .cases__box--inner .photobox img {
          width: 100%;
          height: auto; }
        .cases__box--inner .photobox .p_cap {
          font-size: 1.2rem;
          background: #004097;
          line-height: 30px;
          text-align: right;
          color: #fff;
          padding: 0 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .cases__box--inner .photobox32 {
        margin: 0 auto 30px;
        width: 320px; }
        .cases__box--inner .photobox32 img {
          width: 100%;
          height: auto; }
      .cases__box--inner .pbmax {
        margin: 0 auto 30px;
        width: 100%; }
        .cases__box--inner .pbmax img {
          width: 100%;
          height: auto; }
        .cases__box--inner .pbmax .p_cap {
          font-size: 1.2rem;
          background: #004097;
          line-height: 30px;
          text-align: right;
          color: #fff;
          padding: 0 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .cases__box--inner .pb2 {
        margin-bottom: 30px;
        overflow: hidden; }
        .cases__box--inner .pb2--left {
          width: 300px;
          float: left;
          background: #fff;
          text-align: center; }
          .cases__box--inner .pb2--left img {
            width: 100%;
            height: auto; }
          .cases__box--inner .pb2--left .p_cap {
            font-size: 1.1rem;
            background: #004097;
            color: #fff;
            text-align: left;
            padding: 5px 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
        .cases__box--inner .pb2--right {
          margin-left: 330px;
          font-size: 1.6rem; }
          .cases__box--inner .pb2--right h4 {
            color: #00afec;
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 5px; }
        @media screen and (max-width: 600px) {
          .cases__box--inner .pb2--left {
            width: 300px;
            float: none;
            margin: 0 auto 30px; }
            .cases__box--inner .pb2--left img {
              width: 100%;
              height: auto; }
            .cases__box--inner .pb2--left .p_cap {
              font-size: 1.1rem;
              background: #004097;
              line-height: 30px;
              color: #fff;
              text-align: left;
              padding: 0 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
          .cases__box--inner .pb2--right {
            margin-left: 0px;
            font-size: 1.6rem; }
            .cases__box--inner .pb2--right h4 {
              color: #00afec;
              font-size: 2.2rem; }
              .cases__box--inner .pb2--right h4 br {
                display: none; } }
      .cases__box--inner .pb3 {
        margin-bottom: 30px;
        overflow: hidden; }
        .cases__box--inner .pb3--left {
          width: 370px;
          float: left;
          background: #fff;
          text-align: center; }
          .cases__box--inner .pb3--left img {
            width: 100%;
            height: auto; }
        .cases__box--inner .pb3--right {
          margin-left: 370px;
          font-size: 1.6rem;
          padding: 20px;
          min-height: 301px;
          background: #eee;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .cases__box--inner .pb3--right h4 {
            color: #00afec;
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 5px; }
        @media screen and (max-width: 600px) {
          .cases__box--inner .pb3--left {
            width: 300px;
            float: none;
            margin: 0 auto 30px; }
            .cases__box--inner .pb3--left img {
              width: 100%;
              height: auto; }
            .cases__box--inner .pb3--left .p_cap {
              font-size: 1.1rem;
              background: #455a64;
              line-height: 30px;
              color: #fff;
              text-align: left;
              padding: 0 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
          .cases__box--inner .pb3--right {
            margin-left: 0px;
            font-size: 1.6rem;
            min-height: auto; }
            .cases__box--inner .pb3--right h4 {
              color: #62b129;
              font-size: 2.2rem; }
              .cases__box--inner .pb3--right h4 br {
                display: none; } }
      .cases__box--inner .illbox img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 600px) {
        .cases__box--inner {
          width: 92%; }
          .cases__box--inner h2 {
            font-size: 2.4rem;
            margin-bottom: 20px;
            margin-left: 0;
            text-align: center; }
            .cases__box--inner h2 br {
              display: none; }
          .cases__box--inner h3 {
            font-size: 1.6rem;
            text-align: center; }
          .cases__box--inner h4 {
            color: #004097;
            font-size: 2.2rem; }
          .cases__box--inner p {
            font-size: 1.6rem; }
            .cases__box--inner p:not(:last-child) {
              margin-bottom: 1.62em; }
          .cases__box--inner .pdf_box {
            margin-bottom: 0px; }
            .cases__box--inner .pdf_box a {
              width: 140px;
              line-height: 36px;
              text-align: center;
              font-size: 1.6rem;
              background: #004097;
              color: #fff;
              margin: 0 auto;
              cursor: pointer;
              display: block; }
          .cases__box--inner .photobox {
            width: 100%; }
            .cases__box--inner .photobox .p_cap {
              font-size: 1.2rem;
              background: #004097;
              line-height: 30px;
              text-align: right;
              color: #fff;
              padding: 0 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
          .cases__box--inner .photobox32 {
            margin: 0 auto 30px;
            width: 300px; }
            .cases__box--inner .photobox32 img {
              width: 100%;
              height: auto; }
          .cases__box--inner .illbox img {
            width: 100%;
            height: auto; } }
    .cases__box.boxgray1 {
      background: gainsboro; }
    .cases__box__title {
      width: 780px;
      margin: 30px auto;
      overflow: hidden; }
      .cases__box__title--left {
        width: 300px;
        height: 190px;
        float: left;
        background: #fff;
        text-align: center; }
        .cases__box__title--left img {
          max-width: 80%;
          height: auto;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cases__box__title--right {
        margin-left: 330px;
        font-size: 1.6rem;
        line-height: 1.5;
        height: 190px; }
        .cases__box__title--right p {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media screen and (max-width: 600px) {
        .cases__box__title {
          width: 100%;
          margin: 30px auto;
          overflow: hidden; }
          .cases__box__title--left {
            float: none;
            margin: auto; }
          .cases__box__title--right {
            margin-left: 0px;
            font-size: 1.6rem;
            height: auto;
            width: 92%;
            margin: 20px auto 0; }
            .cases__box__title--right p {
              top: 0;
              -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
              transform: translateY(0%); } }
    .cases__box__content {
      width: 780px;
      margin: auto;
      overflow: hidden;
      padding: 40px 0; }
      .cases__box__content h2 {
        font-size: 2rem;
        color: #004097;
        border-bottom: solid 2px #004097;
        margin-bottom: 20px; }
      .cases__box__content h3 {
        font-size: 1.6rem;
        color: #00afec;
        margin-bottom: 0; }
      .cases__box__content__box:not(:last-child) {
        margin-bottom: 40px; }
      .cases__box__content__box img {
        width: 100%;
        height: auto; }
      .cases__box__content__box p {
        font-size: 1.6rem; }
        .cases__box__content__box p:not(:last-child) {
          margin-bottom: 1.62rem; }
      @media screen and (max-width: 600px) {
        .cases__box__content {
          width: 92%;
          padding: 20px 0; }
          .cases__box__content br {
            display: none; }
          .cases__box__content .brbox {
            display: block; }
          .cases__box__content h2 {
            font-size: 1.8rem; } }
    .cases__box--hidden {
      width: 780px;
      margin: auto;
      overflow: hidden;
      margin-bottom: 40px; }
      .cases__box--hidden .more_btn {
        width: 140px;
        line-height: 36px;
        text-align: center;
        font-size: 1.6rem;
        background: #004097;
        color: #fff;
        margin: 0 auto;
        cursor: pointer; }
      .cases__box--hidden--inner {
        margin-top: 20px; }
        .cases__box--hidden--inner p {
          font-size: 1.6rem; }
          .cases__box--hidden--inner p:not(:last-child) {
            margin-bottom: 1.62em; }
          .cases__box--hidden--inner p strong {
            color: #00afec;
            display: block; }
          .cases__box--hidden--inner p a {
            display: block; }
      @media screen and (max-width: 600px) {
        .cases__box--hidden {
          width: 92%; } }
  .cases .for_form a {
    display: block;
    width: 780px;
    margin: 0 auto 0px;
    line-height: 50px;
    background: #004097;
    color: #fff;
    text-align: center;
    font-size: 1.8rem; }
    .cases .for_form a:hover {
      background: #00afec; }
    .cases .for_form a span {
      display: inline-block;
      position: relative;
      padding: 0 30px; }
      .cases .for_form a span:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 15px;
        right: 0;
        border: solid 1px #fff;
        border-bottom: none;
        border-left: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media screen and (max-width: 600px) {
    .cases .for_form a {
      width: 100%;
      font-size: 1.4rem; }
      .cases .for_form a:hover {
        background: #00afec; } }

.about {
  width: 100%;
  min-width: 1020px; }
  .about__list {
    width: 780px;
    margin: 20px auto 0;
    font-size: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .about__list li {
      display: block;
      line-height: 34px;
      width: 104px; }
      .about__list li a {
        text-align: center;
        width: 100%;
        display: block;
        color: #000;
        background: gainsboro;
        font-size: 1.2rem; }
        .about__list li a:hover {
          background: #004097;
          color: #fff; }
  @media screen and (max-width: 600px) {
    .about {
      min-width: 100%; }
      .about__list {
        width: 92%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .about__list li {
          width: 24%;
          border-right: 2px solid #fff;
          margin-bottom: 5px; }
          .about__list li a {
            font-size: 1rem; } }
  .about__box {
    width: 100%; }
    .about__box.bggray1 {
      background: #ebebeb; }
    .about__box.bggray2 {
      background: gainsboro; }
    .about__box__content {
      width: 780px;
      margin: auto;
      overflow: hidden;
      padding: 40px 0; }
      .about__box__content h2 {
        font-size: 2rem;
        color: #004097;
        border-bottom: solid 2px #004097; }
      .about__box__content h3 {
        font-size: 1.6rem;
        color: #004097;
        margin-bottom: 0; }
      .about__box__content .logo_origin {
        width: 780px;
        height: 290px;
        margin: 10px auto;
        background: #fff;
        text-align: center; }
        .about__box__content .logo_origin img {
          width: 40%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .about__box__content > table tr {
        clear: both; }
        .about__box__content > table tr th,
        .about__box__content > table tr td {
          text-align: left;
          font-size: 1.6rem;
          padding: 5px;
          border-bottom: solid 1px gainsboro; }
        .about__box__content > table tr th {
          width: 160px;
          vertical-align: top; }
        .about__box__content > table tr td {
          width: 620px; }
          .about__box__content > table tr td p {
            margin-bottom: 20px; }
            .about__box__content > table tr td p strong {
              color: #004097;
              display: block;
              text-indent: -10px; }
          .about__box__content > table tr td #map {
            width: 610px;
            height: 290px;
            margin-bottom: 20px; }
          .about__box__content > table tr td dl {
            width: 100%;
            overflow: hidden; }
            .about__box__content > table tr td dl dt,
            .about__box__content > table tr td dl dd {
              display: block;
              float: left;
              line-height: 1.8; }
            .about__box__content > table tr td dl dt {
              width: 120px;
              clear: left;
              text-align: right;
              margin-right: 20px; }
          .about__box__content > table tr td ul li:not(:last-child) {
            margin-bottom: 5px; }
      .about__box__content > p {
        font-size: 1.6rem;
        margin: 0 0 1.62em; }
        .about__box__content > p:last-child {
          margin-bottom: 0; }
      .about__box__content--history {
        background: #fff;
        overflow: hidden;
        margin: 0 0 26px; }
        .about__box__content--history table {
          width: 530px;
          margin: 20px auto;
          font-size: 1.6rem; }
          .about__box__content--history table tr th {
            width: 60px; }
          .about__box__content--history table tr td {
            width: 470px; }
      .about__box__content__public {
        overflow: hidden;
        font-size: 1.6rem; }
        .about__box__content__public--left {
          width: 160px;
          float: left;
          color: #004097;
          padding: 10px 0; }
        .about__box__content__public--right {
          margin-left: 160px;
          display: block; }
          .about__box__content__public--right li {
            padding: 10px 0; }
            .about__box__content__public--right li:not(:last-child) {
              border-bottom: solid 1px gainsboro; }
            .about__box__content__public--right li a {
              display: block;
              color: #333;
              text-decoration: underline; }
              .about__box__content__public--right li a:hover {
                color: #00afec; }
      .about__box__content .officer__left {
        width: 186px;
        float: left;
        margin-top: 103px; }
        .about__box__content .officer__left img {
          width: 100%;
          height: auto;
          border: solid 1px #999;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .about__box__content .officer__right {
        margin-left: 250px; }
        .about__box__content .officer__right h3 {
          color: #333;
          font-size: 2.8rem;
          margin-bottom: 30px; }
          .about__box__content .officer__right h3 span {
            font-size: 1.6rem;
            display: block; }
        .about__box__content .officer__right--box:not(:last-child) {
          margin-bottom: 10px; }
        .about__box__content .officer__right--box p {
          font-size: 1.6rem; }
          .about__box__content .officer__right--box p a {
            color: #0000ff; }
        .about__box__content .officer__right strong {
          font-size: 1.6rem;
          color: #004097;
          display: block; }
        .about__box__content .officer__right ul {
          font-size: 1.6rem; }
      @media screen and (max-width: 600px) {
        .about__box__content {
          width: 92%;
          padding: 20px 0; }
          .about__box__content br {
            display: none; }
          .about__box__content .brbox {
            display: block; }
          .about__box__content h2 {
            font-size: 1.8rem; }
          .about__box__content > table {
            width: 100%; }
            .about__box__content > table tr {
              clear: both; }
              .about__box__content > table tr th,
              .about__box__content > table tr td {
                width: 100%;
                display: block;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 5px 0; }
              .about__box__content > table tr th {
                width: 100%;
                background: #ebebeb; }
              .about__box__content > table tr td {
                width: 100%; }
                .about__box__content > table tr td p {
                  margin-bottom: 20px; }
                .about__box__content > table tr td #map {
                  width: 100%;
                  height: 250px; }
                .about__box__content > table tr td dl {
                  width: 100%;
                  overflow: hidden; }
                  .about__box__content > table tr td dl dt,
                  .about__box__content > table tr td dl dd {
                    display: block;
                    float: left;
                    line-height: 1.8; }
                  .about__box__content > table tr td dl dt {
                    width: 120px;
                    clear: left;
                    text-align: left;
                    margin-right: 20px; }
                .about__box__content > table tr td ul li:not(:last-child) {
                  margin-bottom: 5px; }
          .about__box__content--history table {
            width: 100%;
            padding: 10px;
            margin: 20px auto; }
            .about__box__content--history table tr th,
            .about__box__content--history table tr td {
              display: block;
              padding: 0 20px 0;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-align: left; }
            .about__box__content--history table tr th {
              width: 100%; }
            .about__box__content--history table tr td {
              width: 100%;
              margin-bottom: 10px; }
          .about__box__content__public {
            overflow: hidden;
            font-size: 1.6rem; }
            .about__box__content__public--left {
              width: 100%;
              float: none;
              text-align: center;
              padding: 0 0 10px; }
            .about__box__content__public--right {
              margin: 0;
              display: block; }
          .about__box__content .officer {
            margin-bottom: 20px; }
            .about__box__content .officer__left {
              width: 100%;
              float: none;
              margin: 20px 0;
              text-align: center; }
              .about__box__content .officer__left img {
                width: 184px;
                height: auto;
                border: solid 1px #999; }
            .about__box__content .officer__right {
              margin-left: 0; }
              .about__box__content .officer__right h3 {
                font-size: 2.4rem;
                margin-bottom: 20px; }
                .about__box__content .officer__right h3 span {
                  font-size: 1.2rem; } }

.olist {
  overflow: hidden;
  background: #fff; }
  .olist h2 {
    width: 780px;
    margin: 30px auto 0;
    font-size: 2rem;
    color: #004097;
    border-bottom: solid 2px #004097; }
  .olist .about__box a {
    text-decoration: underline;
    color: #004097; }
  .olist .about__box:nth-child(even) {
    background: #fff; }
  .olist .about__box:nth-child(odd) {
    background: #ebebeb; }

.thanks {
  padding: 20px;
  background: gainsboro;
  border: solid 1px #ebebeb; }

.about__box__content p a {
  text-decoration: underline;
  color: #004097; }

.AArticle {
  border-bottom: solid 2px #ebebeb; }
  .AArticle__title--icon {
    width: 100%;
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#004097), to(#00afec));
    background: -webkit-linear-gradient(right, #004097, #00afec);
    background: -o-linear-gradient(right, #004097, #00afec);
    background: linear-gradient(to left, #004097, #00afec); }
    .AArticle__title--icon .ti_icon {
      display: inline-block;
      width: 40px;
      height: 72px;
      line-height: 1;
      vertical-align: top;
      margin-right: 20px; }
      .AArticle__title--icon .ti_icon svg {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: #fff; }
    .AArticle__title--icon h1 {
      display: inline-block;
      font-size: 2rem;
      color: #fff; }
  @media screen and (max-width: 600px) {
    .AArticle {
      min-width: 100%; }
      .AArticle__title--icon .ti_icon {
        margin-right: 10px; }
      .AArticle__title--icon h1 {
        font-size: 1.6rem; } }
  .AArticle__sec {
    width: 100%;
    margin: 80px auto;
    overflow: hidden; }
    .AArticle__sec--940 {
      width: 940px;
      margin: auto;
      font-size: 1.6rem;
      overflow: hidden; }
      .AArticle__sec--940__left {
        width: 160px;
        float: left; }
        .AArticle__sec--940__left ul.open {
          display: block; }
        .AArticle__sec--940__left ul li:not(:last-child) {
          margin-bottom: 2px; }
        .AArticle__sec--940__left ul li .main_menu {
          display: block;
          margin: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 34px;
          background: #004097;
          color: #fff;
          padding: 0 10px;
          font-size: 1.8rem;
          font-weight: bold;
          cursor: pointer; }
        .AArticle__sec--940__left ul li ul.sub_menu {
          display: none; }
          .AArticle__sec--940__left ul li ul.sub_menu a {
            display: block;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 34px;
            background: #ebebeb;
            color: #000;
            padding: 0 10px;
            font-size: 1.8rem; }
        .AArticle__sec--940__left ul li:first-child ul.sub_menu {
          display: block; }
        .AArticle__sec--940__left ul.columnlist li {
          margin-bottom: 20px; }
          .AArticle__sec--940__left ul.columnlist li div {
            background: #004097;
            color: #fff;
            font-size: 1.6rem;
            position: relative;
            z-index: 1;
            cursor: pointer; }
            .AArticle__sec--940__left ul.columnlist li div:hover {
              background: #00afec; }
            .AArticle__sec--940__left ul.columnlist li div:before {
              position: absolute;
              content: "";
              width: 20px;
              height: 20px;
              line-height: 20px;
              bottom: 0;
              right: 0;
              background: #00afec;
              text-align: center; }
            .AArticle__sec--940__left ul.columnlist li div:after {
              content: "";
              position: absolute;
              bottom: 5px;
              right: 8px;
              width: 10px;
              height: 10px;
              border: solid 1px #fff;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-left: none;
              border-bottom: none;
              z-index: 2;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            .AArticle__sec--940__left ul.columnlist li div.open {
              background: #00afec; }
              .AArticle__sec--940__left ul.columnlist li div.open:after {
                bottom: 7px;
                right: 5px;
                -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
            .AArticle__sec--940__left ul.columnlist li div span {
              font-size: 1.2rem;
              display: block;
              background: #ebebeb;
              text-align: center;
              color: #004097;
              line-height: 20px; }
            .AArticle__sec--940__left ul.columnlist li div p {
              padding: 10px;
              line-height: 1.4;
              min-height: 42px;
              text-align: left;
              font-size: 1.5rem; }
          .AArticle__sec--940__left ul.columnlist li .sublist {
            display: none; }
            .AArticle__sec--940__left ul.columnlist li .sublist.open {
              display: block; }
            .AArticle__sec--940__left ul.columnlist li .sublist li {
              margin: 5px 0; }
              .AArticle__sec--940__left ul.columnlist li .sublist li:last-child {
                margin: 5px 0 0; }
              .AArticle__sec--940__left ul.columnlist li .sublist li a {
                display: block;
                background: #fff;
                color: #333;
                font-size: 1.1rem;
                line-height: 1.4;
                font-weight: normal;
                position: relative;
                padding: 10px 3px 10px 17px;
                letter-spacing: -0.05em;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
                .AArticle__sec--940__left ul.columnlist li .sublist li a:before {
                  content: "\0025b6";
                  color: #00afec;
                  position: absolute;
                  top: 10px;
                  left: 5px; }
                .AArticle__sec--940__left ul.columnlist li .sublist li a:hover, .AArticle__sec--940__left ul.columnlist li .sublist li a.here {
                  background: #00afec;
                  color: #fff; }
                  .AArticle__sec--940__left ul.columnlist li .sublist li a:hover:before, .AArticle__sec--940__left ul.columnlist li .sublist li a.here:before {
                    color: #fff; }
            @media screen and (max-width: 600px) {
              .AArticle__sec--940__left ul.columnlist li .sublist li br {
                display: none; } }
      .AArticle__sec--940__right {
        margin-left: 230px;
        overflow: hidden; }
        .AArticle__sec--940__right h2 {
          font-size: 2.2rem;
          border-bottom: solid 2px #004097;
          color: #004097;
          line-height: 1.4;
          margin: 0; }
        .AArticle__sec--940__right .archive__sec:not(:last-child) {
          margin-bottom: 60px; }
        .AArticle__sec--940__right .archive__sec h3 {
          font-size: 2.4rem;
          background: #ebebeb;
          overflow: hidden;
          color: #4b4b4b;
          padding: 7px 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-top: 40px; }
          .AArticle__sec--940__right .archive__sec h3 a {
            display: block; }
        .AArticle__sec--940__right .archive__sec h4 {
          font-size: 2.4rem;
          color: #004097;
          margin-bottom: 30px;
          clear: both; }
        .AArticle__sec--940__right .archive__sec h5 {
          color: #004097;
          font-size: 1.9rem;
          margin-bottom: 30px;
          border-bottom: solid 1px #004097;
          clear: both; }
        .AArticle__sec--940__right .archive__sec strong {
          font-weight: bold;
          clear: both; }
        .AArticle__sec--940__right .archive__sec em {
          font-style: italic;
          clear: both; }
        .AArticle__sec--940__right .archive__sec ul, .AArticle__sec--940__right .archive__sec ol {
          clear: both;
          list-style-position: inside;
          padding: 20px;
          background: gainsboro;
          margin-bottom: 30px; }
        .AArticle__sec--940__right .archive__sec blockquote {
          clear: both;
          padding: 20px;
          margin-bottom: 30px;
          background: #ebebeb; }
        .AArticle__sec--940__right .archive__sec p {
          margin-bottom: 30px;
          clear: both; }
        .AArticle__sec--940__right .archive__sec img {
          margin-bottom: 30px; }
          @media screen and (max-width: 600px) {
            .AArticle__sec--940__right .archive__sec img {
              width: 100%;
              height: auto; } }
        .AArticle__sec--940__right .archive__sec .aligncenter {
          display: block;
          margin: 0 auto; }
        .AArticle__sec--940__right .archive__sec .alignright {
          float: right; }
        .AArticle__sec--940__right .archive__sec .alignleft {
          float: left; }
        .AArticle__sec--940__right .archive__sec a {
          color: #004097;
          clear: both; }
          .AArticle__sec--940__right .archive__sec a:hover {
            color: #00afec; }
        .AArticle__sec--940__right .archive__sec .epbox {
          background: #fff;
          clear: both;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          overflow: hidden;
          margin-bottom: 0; }
          .AArticle__sec--940__right .archive__sec .epbox li {
            width: 230px; }
            .AArticle__sec--940__right .archive__sec .epbox li img {
              width: 100%;
              height: auto;
              margin-bottom: 20px; }
            .AArticle__sec--940__right .archive__sec .epbox li:nth-child(2), .AArticle__sec--940__right .archive__sec .epbox li:nth-child(3) {
              margin-left: 10px; }
            .AArticle__sec--940__right .archive__sec .epbox li a {
              outline: none; }
              .AArticle__sec--940__right .archive__sec .epbox li a:hover {
                opacity: .7; }
        .AArticle__sec--940__right .archive__sec__date {
          position: relative;
          margin: 10px 0; }
          .AArticle__sec--940__right .archive__sec__date:before {
            content: "\0025b6";
            color: #00afec;
            margin-right: 3px; }
        .AArticle__sec--940__right .column__box h2 {
          font-size: 2.8rem;
          border-bottom: none;
          color: #00afec;
          line-height: 1.62;
          margin: 0; }
          .AArticle__sec--940__right .column__box h2 span {
            display: block;
            font-size: 1.4rem;
            color: #333; }
            .AArticle__sec--940__right .column__box h2 span:before {
              content: "\0025b6";
              color: #00afec;
              margin-right: 3px; }
        .AArticle__sec--940__right .column__box h3 {
          padding-top: 20px;
          color: #004097;
          font-size: 2rem;
          border-bottom: solid 1px #004097;
          margin-bottom: 20px; }
        .AArticle__sec--940__right .column__box h4 {
          font-size: 1.6rem;
          color: #004097;
          margin-bottom: 40px; }
        .AArticle__sec--940__right .column__box h5 {
          font-size: 1.6rem;
          color: #004097;
          margin-bottom: 10px; }
        .AArticle__sec--940__right .column__box h6 {
          font-size: 1.6rem;
          color: #00afec;
          margin-bottom: 10px; }
          .AArticle__sec--940__right .column__box h6.txtc {
            text-align: center !important; }
        .AArticle__sec--940__right .column__box p {
          font-size: 1.6rem; }
          .AArticle__sec--940__right .column__box p:not(:last-child) {
            margin-bottom: 40px; }
          .AArticle__sec--940__right .column__box p.tal {
            text-align: left; }
          .AArticle__sec--940__right .column__box p.kome {
            font-size: 1.2rem; }
          .AArticle__sec--940__right .column__box p a {
            color: #00afec; }
          .AArticle__sec--940__right .column__box p em {
            font-weight: bold; }
          .AArticle__sec--940__right .column__box p strong {
            font-size: 1.6rem;
            color: #00afec;
            display: block; }
          .AArticle__sec--940__right .column__box p .smc {
            color: #00afec; }
          .AArticle__sec--940__right .column__box p.smc {
            color: #00afec !important;
            margin-bottom: 0 !important; }
        .AArticle__sec--940__right .column__box ul {
          background: gainsboro;
          padding: 20px;
          margin-bottom: 40px;
          list-style-type: decimal;
          list-style-position: inside; }
          .AArticle__sec--940__right .column__box ul li:not(:last-child) {
            margin-bottom: 10px; }
          .AArticle__sec--940__right .column__box ul.ajlist {
            background: #fff; }
            .AArticle__sec--940__right .column__box ul.ajlist li span {
              display: block;
              margin-left: 18px; }
          .AArticle__sec--940__right .column__box ul.ajlist2 {
            padding: 0;
            background: #fff;
            list-style-type: disc; }
            .AArticle__sec--940__right .column__box ul.ajlist2 li {
              margin-left: 0;
              padding-left: 1.05em;
              text-indent: -1.05em; }
              .AArticle__sec--940__right .column__box ul.ajlist2 li span {
                display: block;
                margin-left: 18px; }
        .AArticle__sec--940__right .column__box table {
          width: 100%;
          border-top: solid 1px #333;
          border-right: solid 1px #333;
          margin-bottom: 40px;
          font-size: 1.4rem; }
          .AArticle__sec--940__right .column__box table.tac {
            text-align: center; }
          .AArticle__sec--940__right .column__box table tr th,
          .AArticle__sec--940__right .column__box table tr td {
            border-bottom: solid 1px #333;
            border-left: solid 1px #333;
            padding: 5px 0;
            vertical-align: middle;
            text-align: center; }
          .AArticle__sec--940__right .column__box table tr th {
            background: #004097;
            color: #fff; }
          .AArticle__sec--940__right .column__box table tr:nth-child(odd) td {
            background: #ebebeb; }
          .AArticle__sec--940__right .column__box table tr:nth-child(even) td {
            background: #ebebeb; }
        .AArticle__sec--940__right .column__box .adjust th {
          width: 26px; }
        .AArticle__sec--940__right .column__box .adjust td {
          text-align: left;
          padding: 5px 10px;
          min-width: 100px; }
        @media screen and (max-width: 600px) {
          .AArticle__sec--940__right .column__box .adjust th {
            width: 100%; }
          .AArticle__sec--940__right .column__box .adjust td, .AArticle__sec--940__right .column__box .adjust th {
            display: block !important;
            min-width: inherit; } }
        .AArticle__sec--940__right .column__box .pbcenter {
          text-align: center;
          margin-bottom: 40px; }
          .AArticle__sec--940__right .column__box .pbcenter img {
            max-width: 100%;
            max-height: auto; }
        .AArticle__sec--940__right .column__box .pbmax {
          text-align: center;
          margin-bottom: 40px; }
          .AArticle__sec--940__right .column__box .pbmax img {
            width: 100%;
            height: auto; }
        .AArticle__sec--940__right .column__box .message_box {
          background: gainsboro;
          padding: 20px;
          margin-bottom: 40px; }
          .AArticle__sec--940__right .column__box .message_box h4 {
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px; }
          .AArticle__sec--940__right .column__box .message_box p:not(:last-child) {
            margin-bottom: 20px; }
        .AArticle__sec--940__right .column__box blockquote {
          background: gainsboro;
          padding: 20px;
          margin-bottom: 40px; }
        .AArticle__sec--940__right .column__box .simple_pagena {
          font-size: 0;
          margin-bottom: 0;
          padding: 0;
          background: #fff;
          list-style-type: none; }
          .AArticle__sec--940__right .column__box .simple_pagena li {
            font-size: 1.3rem;
            display: inline-block;
            vertical-align: top;
            width: 50%; }
            .AArticle__sec--940__right .column__box .simple_pagena li a {
              display: block;
              color: #00afec; }
              .AArticle__sec--940__right .column__box .simple_pagena li a br {
                display: none; }
              .AArticle__sec--940__right .column__box .simple_pagena li a:hover {
                color: #004097; }
            .AArticle__sec--940__right .column__box .simple_pagena li:first-child a {
              padding-right: 5px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .AArticle__sec--940__right .column__box .simple_pagena li:first-child a:before {
                content: "<";
                margin-right: 5px; }
            .AArticle__sec--940__right .column__box .simple_pagena li:last-child a {
              text-align: right;
              padding-left: 5px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .AArticle__sec--940__right .column__box .simple_pagena li:last-child a:after {
                content: ">";
                margin-left: 5px; }
        @media screen and (max-width: 600px) {
          .AArticle__sec--940__right .column__box h2 {
            font-size: 2.2rem; }
            .AArticle__sec--940__right .column__box h2 span {
              font-size: 1.2rem; }
          .AArticle__sec--940__right .column__box h3 {
            padding-top: 20px; }
          .AArticle__sec--940__right .column__box p {
            font-size: 1.6rem; }
            .AArticle__sec--940__right .column__box p:not(:last-child) {
              margin-bottom: 1.62em; }
          .AArticle__sec--940__right .column__box img {
            width: 100%;
            height: auto; }
          .AArticle__sec--940__right .column__box .pbcenter {
            margin: 0 20px 40px; }
            .AArticle__sec--940__right .column__box .pbcenter img {
              width: 100%;
              height: auto; }
          .AArticle__sec--940__right .column__box .simple_pagena li {
            display: block;
            width: 100%; }
            .AArticle__sec--940__right .column__box .simple_pagena li:not(:last-child) {
              margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .AArticle__sec {
      width: 92%;
      margin: 40px auto; }
      .AArticle__sec--940 {
        width: 100%;
        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; }
        .AArticle__sec--940__left {
          width: 100%;
          float: none;
          margin-top: 40px; }
        .AArticle__sec--940__right {
          margin: 0; }
          .AArticle__sec--940__right h2 {
            font-size: 2rem; }
          .AArticle__sec--940__right .archive__sec:not(:last-child) {
            margin-bottom: 40px; }
          .AArticle__sec--940__right .archive__sec h3 {
            font-size: 2rem; } }

a.inline {
  display: inline !important;
  text-decoration: underline; }

a.inline2 {
  display: inline !important;
  color: #00afec !important;
  text-decoration: underline; }

.form_link {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 20px; }

.form_link a {
  display: block;
  border: solid 1px #004097 !important;
  line-height: 52px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form_link a span {
  display: inline-block;
  position: relative;
  line-height: 52px;
  padding-right: 40px; }

.form_link a span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 22px;
  height: 22px;
  border: solid 2px #fff !important;
  border-left: transparent !important;
  border-bottom: transparent !important; }

.form_link a:hover {
  background: #00afec !important;
  color: #fff;
  border-color: #00afec !important; }

.form_link a:hover span:after {
  border-color: #fff; }

.form_link a:last-child {
  background: #004097 !important;
  color: #fff; }

.form_link a:last-child span:after {
  border-color: #fff; }

.form_link a:last-child:hover {
  background: #00afec !important;
  color: #fff;
  border-color: #00afec !important; }

.form_link a:last-child:hover span:after {
  border-color: #fff; }

span.wpcf7-form-control-wrap.acceptance-1 {
  display: inline-block;
  vertical-align: middle;
  height: 25px; }

/*20200301追加*/
.service__list li {
    line-height: 18px;
}
.service__list li a {
    padding: 10px 0;
}
.flowmenu li {
    line-height: 18px;
}
.flowmenu li a {
    padding: 10px 0;
}
/*20230119*/
.MArticle__sec--inner ul strong {
  margin-top: 30px;
  }
  /*サポート英語版*/
.support_eng span{
  color: #00afec;
  font-weight: bold;
}
/*個人情報の取り扱い*/
.privacy_navi{
  display: flex;
}
.privacy_navi li{
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 5px;
  width: 25%;
  text-align: center;
}
.MArticle__sec--inner table{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.MArticle__sec--inner th,.MArticle__sec--inner td{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}
.MArticle__sec--inner td{
  width: 70%;
}
.MArticle__sec--inner td ul{
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.MArticle__sec--inner td ul li{
  margin-bottom: 0;
}
.MArticle__sec--inner th{
  background: #eee;
  text-align: left;
}
strong.normal{
  margin: 0;
  display: inline;
}
.MArticle__sec--inner h4 {
  font-weight: bold;
  margin: 10px 0;
}
ul.listtype1{
  list-style-type: disc;
  margin: 0 0 1.62em 20px;
}
ul.listtype1 ul{
  list-style-type: circle;
  margin: 0 0 0 20px;
}
ul.listtype1 li{
  margin-bottom: 10px;
}
ol.listtype2{
  margin: 0 0 1.62em 20px;
}
ol.listtype2 li{
  list-style-type: none;
counter-increment: cnt;
}
ol.listtype2 li::before {
  content: "(" counter(cnt) ") ";
}
th.bac{
  background: #ccc;
  font-weight: bold;
}
