@charset "UTF-8";
/* =========================================================
 Lib
========================================================= */
/* =========================================================
 Reset
========================================================= */
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================================================
 Base
========================================================= */
img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  img {
    height: auto;
  }
}

a {
  color: #0278c1;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #F8B72E;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  padding: 0;
  border-radius: 2px;
  outline: none;
  border: 1px #bbbbbb solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1.6rem;
    width: 100%;
  }
}

input[type=radio],
input[type=checkbox] {
  margin-right: 3px;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

.placeholder {
  color: #ccc;
}

html {
  font-size: 62.5%;
  margin: 0 auto;
  width: auto;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #47515F;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  word-wrap: break-word;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 3.7vw;
    font-weight: normal;
  }
}

#wrap {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #wrap {
    min-width: initial;
    min-width: auto;
  }
}

_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

/* =========================================================
 modules
========================================================= */
.header-wrap {
  width: 240px;
  height: 100%;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: auto;
}
@media screen and (max-width: 599px) {
  .header-wrap {
    position: static;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logo {
  text-align: center;
  padding: 36px 0 12px 0;
}
@media screen and (max-width: 599px) {
  .logo {
    padding: 0 0 0 10px;
    text-align: left;
  }
}

.logo_100th_anniversary {
  text-align: center;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 599px) {
  .logo_100th_anniversary {
    width: 70px;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .header-nav01 {
    display: none;
  }
}
.header-nav01 li {
  clear: both;
  border-bottom: #e0e0e2 solid 1px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav01 li:first-child {
  border-top: #e0e0e2 solid 1px;
}
.header-nav01 li.login {
  background-color: #F8B72E;
}
.header-nav01 li.login a {
  color: #fff;
}
.header-nav01 li.login a:hover {
  background: #F8B72E;
}
.header-nav01 li.login .fa-chevron-right {
  color: #fff;
}
.header-nav01 .fa-chevron-right {
  color: #2E98E5;
  position: relative;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-nav01 .fa-lock {
  padding-right: 12px;
  color: #fff;
}
.header-nav01 a {
  display: block;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  color: #47515F;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-nav01 a:hover .fa-chevron-right {
  right: -5px;
}
.header-nav01 span {
  margin-right: auto;
}
.header-nav01 .en {
  color: #A1C6E1;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.header-nav02 {
  padding: 10px 0;
  border-bottom: #e0e0e2 solid 1px;
}
@media screen and (max-width: 599px) {
  .header-nav02 {
    display: none;
    font-size: 100%;
  }
}
.header-nav02 li {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .header-nav02 li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header-nav02 .fas {
  color: #2E98E5;
  padding-right: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  right: 0;
}
.header-nav02 a {
  display: block;
  padding: 3px 20px;
  color: #47515F;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav02 a:hover {
  color: #F8B72E;
}
.header-nav02 a:hover .fa-arrow-circle-right {
  right: -2px;
}

.header-nav03 {
  padding: 22px 0;
}
@media screen and (max-width: 599px) {
  .header-nav03 {
    display: none;
  }
}
.header-nav03 li {
  text-align: center;
  padding-bottom: 12px;
}
.header-nav03 a {
  display: block;
}
.header-nav03 img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.login-btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .login-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background-color: #F8B72E;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .login-btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1em 0;
    font-size: 3vw;
    width: 100%;
    font-weight: bold;
  }
  .login-btn .fa-lock {
    font-size: 4.26vw;
    display: block;
  }
}

.header-box01 {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 1;
  background-color: rgba(63, 62, 73, 0.9);
  height: 37px;
  width: 340px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .header-box01 {
    display: none;
  }
}
.header-box01-item01 {
  width: 147px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header-box01-item01::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 37px;
  top: 0;
  right: 0;
  background: #fff;
}
.header-box01-item01 p {
  font-weight: bold;
  color: #fff;
  padding-right: 1em;
  border-right: 1px solid #fff;
}
.header-box01-item01 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 0 0 0.8em;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 33px;
  color: #fff;
}
.header-box01-item01 select::-ms-expand {
  display: none;
}
.header-box01-fs {
  position: relative;
}
.header-box01-fs::before {
  z-index: 1;
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  top: 2px;
  right: 0;
  color: #fff;
}
.header-box01-item02 {
  width: 137px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
}
.header-box01-item02 input {
  border: none;
  background: none;
  line-height: 20px;
  color: #fff;
}
.header-box01-item02 .fText {
  width: 123px;
}
.header-box01-item02 .fBtn {
  width: 14px;
  height: 15px;
}
.header-box01-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#members .header-nav01 .fa-chevron-right,
#members .header-nav01 .fa-external-link-alt {
  color: #002e6c;
}
#members .header-nav01 .fa-file-pdf {
  color: #ef4036;
}
#members .header-nav01 .fa-external-link-alt {
  color: #2E98E5;
}
#members .header-nav01 a {
  height: 53px;
}
#members .header-nav01 .admin {
  background-color: #F8B72E;
}
#members .header-nav01 .admin a {
  color: #fff;
}
#members .header-nav01 .admin .fa-external-link-alt {
  color: #fff;
}
#members .header-nav02 {
  padding: 10px 0;
  border-bottom: #e0e0e2 solid 1px;
}
@media screen and (max-width: 599px) {
  #members .header-nav02 {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #members .header-nav02 {
    padding: 0;
  }
}
#members .header-nav02 li {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
}
#members .header-nav02 .fas {
  color: #002e6c;
  padding-right: 7px;
}
#members .header-nav02 a {
  display: block;
  padding: 3px 20px;
  color: #47515F;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form h1 {
  width: 300px;
}
#form h1 img {
  width: 100%;
}

.footer-wrap {
  padding-left: 240px;
  background-color: #2E98E5;
}
@media screen and (max-width: 599px) {
  .footer-wrap {
    padding-left: 0;
  }
}

.footer-wrap02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-wrap02 {
    max-width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 {
    min-width: initial;
    padding: 0;
  }
}
.footer-wrap02 a {
  color: #fff;
}
.footer-wrap02 a:hover {
  color: #F8B72E;
}
.footer-wrap02 h3 {
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .footer-wrap02 h3 {
    padding: 0 1.2em;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 h3 a {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-wrap02 h3 span {
  margin-right: auto;
}
.footer-wrap02 h3 .fa-chevron-right {
  display: none;
}
@media screen and (max-width: 599px) {
  .footer-wrap02 h3 .fa-chevron-right {
    display: inline-block;
  }
}
.footer-wrap02 .box01 {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .box01 ul {
    display: none;
  }
}
.footer-wrap02 .box02 {
  width: 68%;
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .box02 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .box02 ul {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .nav01 {
    width: 50%;
  }
  .footer-wrap02 .nav01 h3 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.footer-wrap02 .nav02 {
  padding-top: 51px;
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .nav02 {
    width: 50%;
    padding-top: 0;
  }
  .footer-wrap02 .nav02 h3 {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrap02 .nav03 h3 {
    border-right: 1px solid #fff;
  }
}
.copy {
  width: 100%;
  background-color: #47515F;
  color: #fff;
  padding: 27px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

#form .copy {
  background-color: transparent !important;
  color: #47515F !important;
  padding: 15px 0 !important;
}

/*----------------------------------------------------------
menu-sp
-----------------------------------------------------------*/
.menu-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .menu-sp {
    display: block;
  }
}
.menu-sp .header-nav01,
.menu-sp .header-nav02,
.menu-sp .header-nav03 {
  display: block !important;
}
.menu-sp-box {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #2E98E5;
}
.menu-sp-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.menu-sp-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.menu-sp .hamburger-menu {
  margin: 0 auto;
  width: 46%;
  height: 21px;
  position: relative;
}
.menu-sp .hamburger-menu span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
}
.menu-sp .hamburger-menu span:nth-child(2) {
  top: 9px;
}
.menu-sp .hamburger-menu span:last-child {
  bottom: 0;
}
.menu-sp-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: calc(100% - 70px);
  overflow-y: scroll;
  color: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 4.8vw;
  background: rgba(63, 62, 73, 0.6);
  display: none;
}
.menu-sp-list.active {
  display: block;
}
.menu-sp-list.active-wrap {
  display: block;
}
.menu-sp-list-wrap {
  background: #f9f9f9;
  width: 80%;
  position: absolute;
  right: 0;
  display: none;
  overflow: auto;
}
.menu-sp-list .header-nav01 {
  width: calc(100% - 36px);
  border-radius: 5px;
  border: #e0e0e2 1px solid;
  background: #fff;
  margin: 18px auto;
}
.menu-sp-list .header-nav01 li {
  display: block;
}
.menu-sp-list .header-nav01 li.login {
  border-radius: 0 0 5px 5px/0 0 5px 5px;
}
.menu-sp-list .header-nav01 li:first-child {
  border-top: none;
}
.menu-sp-list .header-nav01 li:last-child {
  border-bottom: none;
}
.menu-sp-list .header-nav01 a {
  text-decoration: none;
  padding: 0 5.33%;
  height: 62px;
}
.menu-sp-list .header-nav02 {
  width: calc(100% - 36px);
  border-radius: 5px;
  border: #e0e0e2 1px solid;
  background: #fff;
  margin: 18px auto;
  padding: 0;
}
.menu-sp-list .header-nav02 li {
  display: block;
  border-bottom: #e0e0e2 solid 1px;
  padding: 0 5.33%;
}
.menu-sp-list .header-nav02 li:first-child {
  border-top: none;
}
.menu-sp-list .header-nav02 li:last-child {
  border-bottom: none;
}
.menu-sp-list .header-nav02 li .login {
  display: none;
}
.menu-sp-list .header-nav02 a {
  text-decoration: none;
  padding: 1em 0 !important;
}
.menu-sp-list .header-nav03 {
  padding-top: 0;
}

.menu-sp-trigger .hamburger-menu.active span:first-child {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-sp-trigger .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.menu-sp-trigger .hamburger-menu.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*!------------------------------------*
    Contents
\*!------------------------------------*/
.contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 240px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 599px) {
  .contents {
    min-width: initial;
    margin-left: 0;
  }
}
.contents .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .contents .inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .contents .inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}
.contents .pege-nav {
  background: #fff;
  border-bottom: 1px #e0e0e2 solid;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav {
    border-bottom: none;
  }
  .contents .pege-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    background: #88888f;
    top: 0;
    left: 0;
  }
}
.contents .pege-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .pege-nav .inner {
  width: 100%;
}
.contents .pege-nav li {
  position: relative;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav li {
    border: 1px solid #fff;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #2E98E5;
    padding: 0 3em 0 1em;
    line-height: 1.2;
  }
  .contents .pege-nav li:nth-child(2n) {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .contents .pege-nav li:nth-child(2n+1) {
    border-top: none;
    border-left: none;
  }
}
.contents .pege-nav li:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #e0e0e2;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav li:first-child::before {
    display: none;
  }
}
.contents .pege-nav li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav li:last-child {
    padding-right: 3em;
  }
}
.contents .pege-nav li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #e0e0e2;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    top: 35%;
    right: 1em;
    height: auto;
    width: auto;
    background: none;
  }
}
.contents .pege-nav a {
  color: #ababab;
  text-decoration: none;
  font-weight: bold;
  padding: 0 19px;
  height: 60px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contents .pege-nav a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 599px) {
  .contents .pege-nav a {
    padding: 0;
    color: #fff;
  }
}
.contents .pege-nav a.on {
  color: #47515F;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav a.on {
    color: #fff;
  }
}
.contents .pege-nav a.on::before {
  width: 100%;
}
.contents .pege-nav a::before {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  background: #2E98E5;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav a::before {
    display: none;
  }
}
.contents .pege-nav a:hover {
  color: #47515F;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .contents .pege-nav a:hover {
    color: #fff;
  }
}
.contents .pege-nav a:hover::before {
  width: 100%;
}

#top .contents {
  background-size: cover;
  padding-top: 76px;
}
@media screen and (max-width: 599px) {
  #top .contents {
    padding-top: 19px;
  }
}
#top .contents::before {
  position: absolute;
  content: "";
  background: url("../../img/bg01.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 754px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  #top .contents::before {
    background: url("../../img/bg01_sp.png") no-repeat;
    background-size: cover;
    height: 249px;
  }
}
#top .contents::after {
  position: absolute;
  content: "";
  background: url("../../img/bg01_cover.png") no-repeat;
  background-size: contain;
  width: 1920px;
  height: 282px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  #top .contents::after {
    display: none;
  }
}

#second .contents {
  background: #fdfdfd;
  padding-bottom: 80px;
}
#second .contents .title-box {
  background: url("../img/ttl_bg01.png") no-repeat center;
  background-size: cover;
  position: relative;
}
#second .contents h2 {
  font-size: 28px;
  color: #fff;
  padding: 52px 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 599px) {
  #second .contents h2 {
    padding: 30px 0;
    font-size: 5.6vw;
  }
}
#second .contents .headline01 {
  font-size: 20px;
  padding: 15px 20px 15px 30px;
  background: #fff;
  border: 1px #e0e0e2 solid;
  margin: 40px 0 30px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}
#second .contents .headline01::after {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% + 2px);
  background: #2E98E5;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 599px) {
  #second .contents .headline01 {
    font-size: 4.26vw;
  }
}
#second .contents .headline02 {
  border-bottom: dotted #e0e0e2 2px;
  color: #47515F;
  font-size: 16px;
  padding: 0 0 5px 0;
  margin: 30px 0 15px;
  font-weight: bold;
}
#second .contents .headline03 {
  font-weight: bold;
  margin: 20px 0 15px;
  padding-left: 10px;
  border-left: 5px solid #2E98E5;
  font-weight: bold;
}
#second .pankz {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
}
#second .pankz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#second .pankz a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#second .pankz a::after {
  content: ">";
  padding: 0 0.4em;
}

#members .contents {
  border-top: 10px solid #3f3e49;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #members .contents {
    border-top: none;
  }
}

.members_2nd .contents {
  background: #fbfbfb;
  border-top: none !important;
}
.members_2nd .contents .headline01 {
  font-size: 18px;
  padding: 10px 15px;
  background: #ebeaf1;
  border-bottom: 2px #1c3b7c solid;
  margin: 40px 0 30px;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .members_2nd .contents .headline01 {
    font-size: 4.26vw;
  }
}
.members_2nd .contents .headline02 {
  border-bottom: dotted #e0e0e2 2px;
  color: #1c3b7c;
  font-size: 16px;
  padding: 0 0 5px 0;
  margin: 30px 0 15px;
  font-weight: bold;
}
.members_2nd .contents .headline03 {
  font-weight: bold;
  margin: 20px 0 15px;
  padding-left: 10px;
  border-left: 5px solid #1c3b7c;
  font-weight: bold;
}
.members_2nd .title-box {
  position: relative;
  background: #1c3b7c;
  margin-bottom: 40px;
}
.members_2nd .title-box h2 {
  font-size: 28px;
  color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .members_2nd .title-box h2 {
    padding: 30px 0;
    font-size: 5.6vw;
  }
}
.members_2nd .pankz {
  background: #3f3e49;
  padding: 12px 0;
}
.members_2nd .pankz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.members_2nd .pankz a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.members_2nd .pankz a::after {
  content: ">";
  padding: 0 0.4em;
}

/*-----------------------------------------------------
btn
-------------------------------------------------------*/
.btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .btn {
    font-size: 3.7vw;
  }
}
.btn:disabled {
  background: #ededee;
  -webkit-box-shadow: 0px 0px 0px 0px #3b3f46;
          box-shadow: 0px 0px 0px 0px #3b3f46;
  color: #86898d;
  cursor: default;
  top: 4px;
}
.btn:hover {
  color: #fff !important;
}

.btn01 {
  background: #F8B72E;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .btn01 {
    white-space: initial;
  }
}
.btn01::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-left: 10px;
}
.btn01:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn02 {
  background: #2AAA74;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.btn02::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-left: 10px;
}
.btn02:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn03 {
  background: #0278C1;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 0 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.btn03::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding: 0 10px;
}
.btn03:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-form {
  background: #198754;
  padding: 1.5em 4em;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 0px 0px #635332;
          box-shadow: 0px 4px 0px 0px #635332;
  position: relative;
  margin: 0 auto;
  top: 0;
  margin-bottom: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 599px) {
  .btn-form {
    width: 100%;
  }
}
.btn-form:active {
  -webkit-box-shadow: 0px 0px 0px 0px #635332;
          box-shadow: 0px 0px 0px 0px #635332;
  top: 4px;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.btn-form-back {
  background: #ededee;
  -webkit-box-shadow: 0px 4px 0px 0px #86898d;
          box-shadow: 0px 4px 0px 0px #86898d;
  color: #86898d;
  padding: 1.5em 4em;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  top: 0;
  margin-bottom: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 599px) {
  .btn-form-back {
    width: 100%;
  }
}
.btn-form-back:active {
  -webkit-box-shadow: 0px 0px 0px 0px #635332;
          box-shadow: 0px 0px 0px 0px #635332;
  top: 4px;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.btn-pdf {
  background: #EF4036;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 33px 10px 14px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.btn-pdf::before {
  position: absolute;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: 13px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-pdf:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-pdf.gld {
  background: #c4952d;
}
.btn-pdf.slv {
  background: #828282;
}

.btn-close {
  position: fixed;
  top: 0;
  right: 1em;
  background: #F8B72E;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.btn-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-right: 10px;
}
.btn-close:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-seminer01 {
  background: #F8B72E;
  width: 102px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 6px 0;
}
.btn-seminer01::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  right: 7px;
}
.btn-seminer01:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-seminer02 {
  background: #2C9F2C;
  width: 102px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 6px 0;
}

.btn-seminer03 {
  background: #716F6A;
  width: 102px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 6px 0;
}

.btn-training01 {
  background: #F8B72E;
  color: #fff;
  display: inline-block;
  padding: 7px 0 7px 8px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.btn-training01::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  padding: 0 7px;
}
.btn-training01:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-training02 {
  background: #2C9F2C;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 7px 15px;
}

.btn-training03 {
  background: #716F6A;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 7px 9px;
  white-space: nowrap;
}

.btn-download {
  padding: 10px;
  display: inline-block;
  background: #F8B72E;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn-download::before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-right: 10px;
}
.btn-download:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-down {
  padding: 10px;
  display: inline-block;
  background: #0278C1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
}

.btn-down::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-right: 10px;
}

.btn-down:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-down02 {
  padding: 10px;
  display: inline-block;
  background: #EF4036;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
}

.btn-down02::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-right: 10px;
}

.btn-down02:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-blank {
  background: #2AAA74;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 33px 10px 14px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.btn-blank::before {
  position: absolute;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: 13px;
}
.btn-blank:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/*-----------------------------------------------------
link
-------------------------------------------------------*/
.link-pdf {
  position: relative;
  padding-right: 3px;
}
.link-pdf::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: #EF4036;
  padding-left: 3px;
}

.link-ppt {
  position: relative;
  padding-right: 3px;
}
.link-ppt::after {
  content: "\f1c4";
  font-family: "Font Awesome 5 Free";
  color: #cb4424;
  padding-left: 3px;
}

.link-xls {
  position: relative;
  padding-right: 3px;
}
.link-xls::after {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  color: #217346;
  padding-left: 3px;
}

.link-word {
  position: relative;
  padding-right: 3px;
}
.link-word::after {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  color: #2b579a;
  padding-left: 3px;
}

.link-zip {
  position: relative;
  padding-right: 3px;
}
.link-zip::after {
  content: "\f1c6";
  font-family: "Font Awesome 5 Free";
  color: #eecb4a;
  padding-left: 3px;
}

.link-arrow {
  position: relative;
}
.link-arrow::before {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  padding-right: 0.4em;
  color: #1C3B7C;
}

.link-blank {
  position: relative;
  padding-right: 3px;
}
.link-blank::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  padding-left: 3px;
  color: #0278C1;
}

.pcBr {
  display: block;
}
@media screen and (max-width: 599px) {
  .pcBr {
    display: none;
  }
}

.spBr {
  display: none;
}
@media screen and (max-width: 599px) {
  .spBr {
    display: block;
  }
}

.li-circle li {
  padding-left: 0.8em;
  padding-bottom: 5px;
  position: relative;
}
.li-circle li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}

.li-decimal li {
  list-style: decimal;
  margin-left: 1.5em;
  padding-bottom: 5px;
}

.li-arrow li {
  padding-left: 0.8em;
  padding-bottom: 5px;
}
.li-arrow li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #1C3B7C;
  padding-right: 5px;
}

.li-flow li {
  position: relative;
  margin-bottom: 2.4em;
}
.li-flow li::after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #ff7f41;
  display: block;
  text-align: center;
  bottom: -1.5em;
  left: 50%;
  font-size: 2em;
  margin-left: -0.5em;
}
.li-flow li:last-child:after {
  display: none;
}

/*----------------------------------------------------------
margin
-----------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mrAuto {
  margin-right: auto;
}

.mlAuto {
  margin-left: auto;
}

.mtAuto {
  margin-top: auto;
}

.mbAuto {
  margin-bottom: auto;
}

/*----------------------------------------------------------
padding
-----------------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/*----------------------------------------------------------
pagetop
-----------------------------------------------------------*/
.pagetop {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  .pagetop {
    bottom: 50px;
  }
}
.pagetop.on {
  opacity: 1;
}

/*-----------------------------------------------------
TABLE
-------------------------------------------------------*/
.ta01 {
  width: 100%;
}
.ta01 th {
  background-color: #ebf5ff;
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  text-align: left;
}
.ta01 td {
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
}

.ta02 {
  width: 100%;
}
.ta02 th {
  background-color: #eee;
  padding: 18px 12px;
  border-bottom: #e0e0e2 1px solid;
  vertical-align: middle;
}
.ta02 th:first-of-type {
  border-top: #e0e0e2 1px solid;
}
.ta02 td {
  padding: 18px 12px;
  border-bottom: #e0e0e2 1px solid;
  vertical-align: middle;
}
.ta02 td:first-of-type {
  border-top: #e0e0e2 1px solid;
}

.ta-seminar {
  width: 100%;
}
.ta-seminar th {
  background-color: #ebf5ff;
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  white-space: nowrap;
}
.ta-seminar td {
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  text-align: center;
}
.ta-seminar td.lecturer {
  text-align: left;
}
.ta-seminar td.lecturer img {
  width: 70px;
}

.ta-training {
  width: 100%;
}
.ta-training th {
  background-color: #ebeaf1;
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
}
.ta-training td {
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  font-size: 12px;
}
.ta-training .th01 {
  width: 12%;
}
.ta-training .th02 {
  width: 12.5%;
}
.ta-training .th03 {
  width: 28%;
}
.ta-training .th04 {
  width: 16%;
}
.ta-training .th05 {
  width: 10.5%;
}

.ta-health01 {
  width: 100%;
}
.ta-health01.ta-health02 th {
  background-color: #5b76b1 !important;
  color: #fff;
}
.ta-health01 th {
  background-color: #ebf5ff;
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .ta-health01 th {
    font-size: 3.2vw;
  }
}
.ta-health01 td {
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  text-align: center;
}
.ta-health01 td:first-child {
  text-align: left;
  padding-left: 5em;
}
@media screen and (max-width: 599px) {
  .ta-health01 td {
    font-size: 3.2vw;
  }
}
.ta-health01 .th01 {
  width: 40%;
}
.ta-health01 .th02 {
  width: 10%;
}
.ta-health01 .th03 {
  width: 10%;
}
.ta-health01 .th04 {
  width: 10%;
}
.ta-health01 .th05 {
  width: 10%;
}
.ta-health01 .th06 {
  width: 10%;
}
.ta-health01 .th07 {
  width: 10%;
}
.ta-health01 .step01 {
  background: url("../../contents/health/img/icon_step1.png") no-repeat 12px center;
  background-size: 50px auto;
}
.ta-health01 .step02 {
  background: url("../../contents/health/img/icon_step2.png") no-repeat 12px center;
  background-size: 50px auto;
}
.ta-health01 .step2_challenge::after {
  content: "STEP2挑戦中";
  color: #EF4036;
  font-weight: bold;
  border: 1px solid red;
  padding: 0.3em;
  margin-left: 0.5em;
}

.ta-health03 {
  width: 100%;
}
.ta-health03 td {
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .ta-health03 td {
    font-size: 3vw;
  }
}
.ta-health03 a {
  padding: 1em 0;
  display: block;
  background: #ebf5ff;
}

.ta-health04 {
  width: 100%;
}
.ta-health04 th {
  background-color: #ebf5ff;
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .ta-health04 th {
    font-size: 3.2vw;
  }
}
.ta-health04 td {
  padding: 18px 12px;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
}
.ta-health04 td:first-child {
  padding-left: 5em;
}
@media screen and (max-width: 599px) {
  .ta-health04 td {
    font-size: 3.2vw;
  }
}
.ta-health04 .step01 {
  background: url("../../contents/health/img/icon_step1.png") no-repeat 12px center;
  background-size: 50px auto;
}
.ta-health04 .step02 {
  background: url("../../contents/health/img/icon_step2.png") no-repeat 12px center;
  background-size: 50px auto;
}
.ta-health04 .step2_challenge::after {
  content: "STEP2挑戦中";
  color: #EF4036;
  font-weight: bold;
  border: 1px solid red;
  padding: 0.3em;
  margin-left: 0.5em;
}

.ta-houmeikai {
  width: 100%;
}
.ta-houmeikai th {
  background-color: #ebeaf1;
  padding: 0.7em 0.5em;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
}
.ta-houmeikai td {
  padding: 0.7em 0.5em;
  border: #e0e0e2 1px solid;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}
.ta-houmeikai .th01 {
  width: 10%;
}
.ta-houmeikai .th02 {
  width: 7.5%;
}

@media screen and (max-width: 599px) {
  .spTable {
    overflow: auto;
    white-space: nowrap;
  }
  .spTable::-webkit-scrollbar {
    height: 5px;
  }
  .spTable::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .spTable::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.tablesorter-default td {
  padding: 4px !important;
}

.tablesorter-default tr.odd > td {
  background: #f6f8f9;
}

.tablesorter-default tr.even > td {
  background: #fff;
}

td.empty,
th.empty {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2NjY2NjYztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+");
}

/*----------------------------------------------------------
float
----------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fl_clear:after {
  content: "";
  display: block;
  clear: both;
}

/*-----------------------------------------------------
layout_flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center { /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*----------------------------------------------------------
google map
----------------------------------------------------------*/
.gMap iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 599px) {
  .gMap iframe {
    height: 300px;
  }
}

/*-----------------------------------------------------
accordion
-------------------------------------------------------*/
.accordion-btn {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding: 2em 1em 1em 0;
  font-size: 16px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.accordion-btn::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  color: #88888f;
  padding-right: 0.5em;
}
.accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: 0;
  left: -1.5em;
}
.accordion-btn.on::before {
  content: "\f056";
}
.accordion-box {
  background: #fff;
  padding: 20px;
}

/*-----------------------------------------------------
width
-------------------------------------------------------*/
.w1per {
  width: 1% !important;
}

.w2per {
  width: 2% !important;
}

.w3per {
  width: 3% !important;
}

.w4per {
  width: 4% !important;
}

.w5per {
  width: 5% !important;
}

.w6per {
  width: 6% !important;
}

.w7per {
  width: 7% !important;
}

.w8per {
  width: 8% !important;
}

.w9per {
  width: 9% !important;
}

.w10per {
  width: 10% !important;
}

.w11per {
  width: 11% !important;
}

.w12per {
  width: 12% !important;
}

.w13per {
  width: 13% !important;
}

.w14per {
  width: 14% !important;
}

.w15per {
  width: 15% !important;
}

.w16per {
  width: 16% !important;
}

.w17per {
  width: 17% !important;
}

.w18per {
  width: 18% !important;
}

.w19per {
  width: 19% !important;
}

.w20per {
  width: 20% !important;
}

.w21per {
  width: 21% !important;
}

.w22per {
  width: 22% !important;
}

.w23per {
  width: 23% !important;
}

.w24per {
  width: 24% !important;
}

.w25per {
  width: 25% !important;
}

.w26per {
  width: 26% !important;
}

.w27per {
  width: 27% !important;
}

.w28per {
  width: 28% !important;
}

.w29per {
  width: 29% !important;
}

.w30per {
  width: 30% !important;
}

.w31per {
  width: 31% !important;
}

.w32per {
  width: 32% !important;
}

.w33per {
  width: 33% !important;
}

.w34per {
  width: 34% !important;
}

.w35per {
  width: 35% !important;
}

.w36per {
  width: 36% !important;
}

.w37per {
  width: 37% !important;
}

.w38per {
  width: 38% !important;
}

.w39per {
  width: 39% !important;
}

.w40per {
  width: 40% !important;
}

.w41per {
  width: 41% !important;
}

.w42per {
  width: 42% !important;
}

.w43per {
  width: 43% !important;
}

.w44per {
  width: 44% !important;
}

.w45per {
  width: 45% !important;
}

.w46per {
  width: 46% !important;
}

.w47per {
  width: 47% !important;
}

.w48per {
  width: 48% !important;
}

.w49per {
  width: 49% !important;
}

.w50per {
  width: 50% !important;
}

.w51per {
  width: 51% !important;
}

.w52per {
  width: 52% !important;
}

.w53per {
  width: 53% !important;
}

.w54per {
  width: 54% !important;
}

.w55per {
  width: 55% !important;
}

.w56per {
  width: 56% !important;
}

.w57per {
  width: 57% !important;
}

.w58per {
  width: 58% !important;
}

.w59per {
  width: 59% !important;
}

.w60per {
  width: 60% !important;
}

.w61per {
  width: 61% !important;
}

.w62per {
  width: 62% !important;
}

.w63per {
  width: 63% !important;
}

.w64per {
  width: 64% !important;
}

.w65per {
  width: 65% !important;
}

.w66per {
  width: 66% !important;
}

.w67per {
  width: 67% !important;
}

.w68per {
  width: 68% !important;
}

.w69per {
  width: 69% !important;
}

.w70per {
  width: 70% !important;
}

.w71per {
  width: 71% !important;
}

.w72per {
  width: 72% !important;
}

.w73per {
  width: 73% !important;
}

.w74per {
  width: 74% !important;
}

.w75per {
  width: 75% !important;
}

.w76per {
  width: 76% !important;
}

.w77per {
  width: 77% !important;
}

.w78per {
  width: 78% !important;
}

.w79per {
  width: 79% !important;
}

.w80per {
  width: 80% !important;
}

.w81per {
  width: 81% !important;
}

.w82per {
  width: 82% !important;
}

.w83per {
  width: 83% !important;
}

.w84per {
  width: 84% !important;
}

.w85per {
  width: 85% !important;
}

.w86per {
  width: 86% !important;
}

.w87per {
  width: 87% !important;
}

.w88per {
  width: 88% !important;
}

.w89per {
  width: 89% !important;
}

.w90per {
  width: 90% !important;
}

.w91per {
  width: 91% !important;
}

.w92per {
  width: 92% !important;
}

.w93per {
  width: 93% !important;
}

.w94per {
  width: 94% !important;
}

.w95per {
  width: 95% !important;
}

.w96per {
  width: 96% !important;
}

.w97per {
  width: 97% !important;
}

.w98per {
  width: 98% !important;
}

.w99per {
  width: 99% !important;
}

.w100per {
  width: 100% !important;
}

@media screen and (max-width: 599px) {
  .sp-w1per {
    width: 1% !important;
  }
  .sp-w2per {
    width: 2% !important;
  }
  .sp-w3per {
    width: 3% !important;
  }
  .sp-w4per {
    width: 4% !important;
  }
  .sp-w5per {
    width: 5% !important;
  }
  .sp-w6per {
    width: 6% !important;
  }
  .sp-w7per {
    width: 7% !important;
  }
  .sp-w8per {
    width: 8% !important;
  }
  .sp-w9per {
    width: 9% !important;
  }
  .sp-w10per {
    width: 10% !important;
  }
  .sp-w11per {
    width: 11% !important;
  }
  .sp-w12per {
    width: 12% !important;
  }
  .sp-w13per {
    width: 13% !important;
  }
  .sp-w14per {
    width: 14% !important;
  }
  .sp-w15per {
    width: 15% !important;
  }
  .sp-w16per {
    width: 16% !important;
  }
  .sp-w17per {
    width: 17% !important;
  }
  .sp-w18per {
    width: 18% !important;
  }
  .sp-w19per {
    width: 19% !important;
  }
  .sp-w20per {
    width: 20% !important;
  }
  .sp-w21per {
    width: 21% !important;
  }
  .sp-w22per {
    width: 22% !important;
  }
  .sp-w23per {
    width: 23% !important;
  }
  .sp-w24per {
    width: 24% !important;
  }
  .sp-w25per {
    width: 25% !important;
  }
  .sp-w26per {
    width: 26% !important;
  }
  .sp-w27per {
    width: 27% !important;
  }
  .sp-w28per {
    width: 28% !important;
  }
  .sp-w29per {
    width: 29% !important;
  }
  .sp-w30per {
    width: 30% !important;
  }
  .sp-w31per {
    width: 31% !important;
  }
  .sp-w32per {
    width: 32% !important;
  }
  .sp-w33per {
    width: 33% !important;
  }
  .sp-w34per {
    width: 34% !important;
  }
  .sp-w35per {
    width: 35% !important;
  }
  .sp-w36per {
    width: 36% !important;
  }
  .sp-w37per {
    width: 37% !important;
  }
  .sp-w38per {
    width: 38% !important;
  }
  .sp-w39per {
    width: 39% !important;
  }
  .sp-w40per {
    width: 40% !important;
  }
  .sp-w41per {
    width: 41% !important;
  }
  .sp-w42per {
    width: 42% !important;
  }
  .sp-w43per {
    width: 43% !important;
  }
  .sp-w44per {
    width: 44% !important;
  }
  .sp-w45per {
    width: 45% !important;
  }
  .sp-w46per {
    width: 46% !important;
  }
  .sp-w47per {
    width: 47% !important;
  }
  .sp-w48per {
    width: 48% !important;
  }
  .sp-w49per {
    width: 49% !important;
  }
  .sp-w50per {
    width: 50% !important;
  }
  .sp-w51per {
    width: 51% !important;
  }
  .sp-w52per {
    width: 52% !important;
  }
  .sp-w53per {
    width: 53% !important;
  }
  .sp-w54per {
    width: 54% !important;
  }
  .sp-w55per {
    width: 55% !important;
  }
  .sp-w56per {
    width: 56% !important;
  }
  .sp-w57per {
    width: 57% !important;
  }
  .sp-w58per {
    width: 58% !important;
  }
  .sp-w59per {
    width: 59% !important;
  }
  .sp-w60per {
    width: 60% !important;
  }
  .sp-w61per {
    width: 61% !important;
  }
  .sp-w62per {
    width: 62% !important;
  }
  .sp-w63per {
    width: 63% !important;
  }
  .sp-w64per {
    width: 64% !important;
  }
  .sp-w65per {
    width: 65% !important;
  }
  .sp-w66per {
    width: 66% !important;
  }
  .sp-w67per {
    width: 67% !important;
  }
  .sp-w68per {
    width: 68% !important;
  }
  .sp-w69per {
    width: 69% !important;
  }
  .sp-w70per {
    width: 70% !important;
  }
  .sp-w71per {
    width: 71% !important;
  }
  .sp-w72per {
    width: 72% !important;
  }
  .sp-w73per {
    width: 73% !important;
  }
  .sp-w74per {
    width: 74% !important;
  }
  .sp-w75per {
    width: 75% !important;
  }
  .sp-w76per {
    width: 76% !important;
  }
  .sp-w77per {
    width: 77% !important;
  }
  .sp-w78per {
    width: 78% !important;
  }
  .sp-w79per {
    width: 79% !important;
  }
  .sp-w80per {
    width: 80% !important;
  }
  .sp-w81per {
    width: 81% !important;
  }
  .sp-w82per {
    width: 82% !important;
  }
  .sp-w83per {
    width: 83% !important;
  }
  .sp-w84per {
    width: 84% !important;
  }
  .sp-w85per {
    width: 85% !important;
  }
  .sp-w86per {
    width: 86% !important;
  }
  .sp-w87per {
    width: 87% !important;
  }
  .sp-w88per {
    width: 88% !important;
  }
  .sp-w89per {
    width: 89% !important;
  }
  .sp-w90per {
    width: 90% !important;
  }
  .sp-w91per {
    width: 91% !important;
  }
  .sp-w92per {
    width: 92% !important;
  }
  .sp-w93per {
    width: 93% !important;
  }
  .sp-w94per {
    width: 94% !important;
  }
  .sp-w95per {
    width: 95% !important;
  }
  .sp-w96per {
    width: 96% !important;
  }
  .sp-w97per {
    width: 97% !important;
  }
  .sp-w98per {
    width: 98% !important;
  }
  .sp-w99per {
    width: 99% !important;
  }
  .sp-w100per {
    width: 100% !important;
  }
}
/*-----------------------------------------------------
tab-menu
-------------------------------------------------------*/
.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #F8B72E 3px solid;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .tab-menu {
    margin-bottom: 60px;
  }
}
.tab-menu .tab-btn {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border-bottom: none;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .tab-menu .tab-btn {
    width: calc(50% - 5px);
  }
}
.tab-menu .tab-btn a {
  display: block;
  color: #47515F;
  padding: 0.8em 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  background: #ccc;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
}
.tab-menu .tab-btn a.tab_01active {
  background: #F8B72E;
  color: #fff !important;
}
.tab-menu .tab-btn a.tab_02active {
  background: #F8B72E;
  color: #fff !important;
}
@media screen and (max-width: 599px) {
  .tab-menu .btn {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
  }
}

/*-----------------------------------------------------
qa
-------------------------------------------------------*/
.qa_li {
  max-height: 12em;
  overflow: auto;
  border: #ccc dotted 1px;
  padding: 15px 15px 15px 2.5em;
  position: relative;
  background-color: #ECECEC;
}
.qa_li a {
  color: #47515F;
  font-weight: bold;
  text-decoration: underline;
}
.qa_li a:hover {
  text-decoration: none;
  opacity: 1;
}
.qa_li li {
  margin: 10px 0;
}
.qa_li li::before {
  position: absolute;
  content: "Q.";
  color: #0278C1;
  font-weight: bold;
  left: 15px;
}
.qa_li li:first-child {
  margin-top: 0;
}
.qa_li li:last-child {
  margin-bottom: 0;
}

.dl_qa_ans dt {
  font-weight: bold;
  text-indent: -1.5em;
  margin-left: 1.5em;
  padding: 0 0 5px 10px;
}
.dl_qa_ans dt::before {
  content: "Q.";
  color: #0278C1;
  padding-right: 0.5em;
}
.dl_qa_ans dd {
  padding: 10px 10px 10px 2em;
  margin-bottom: 20px;
  background: #fff;
  border: dotted 1px #ccc;
  position: relative;
}
.dl_qa_ans dd::before {
  position: absolute;
  content: "A.";
  color: #0278C1;
  font-weight: bold;
  left: 10px;
}

/*-----------------------------------------------------
accordion
-------------------------------------------------------*/
.icon-new::after {
  content: "NEW";
  color: #fff;
  background: #F8B72E;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 3px;
  margin-left: 0.4em;
}

.inline-block {
  display: inline-block;
}

/*----------------------------------------------------------
font style
----------------------------------------------------------*/
/* font-color */
.txt-c-r {
  color: #EF4036 !important;
}
.txt-c-bl {
  color: #0278C1 !important;
}
.txt-c-green {
  color: #2C9F2C !important;
}

/* font-size */
.txt-s-s {
  font-size: 90% !important;
}
.txt-s-l {
  font-size: 120% !important;
}
.txt-s-xl {
  font-size: 150% !important;
}
.txt-s-xxl {
  font-size: 180% !important;
}

/* text-weight */
.txt-w-normal {
  font-weight: normal !important;
}

.txt-w-bold {
  font-weight: bold !important;
}

/* text-align */
.txt-al-c {
  text-align: center !important;
}

.txt-al-r {
  text-align: right !important;
}

.txt-al-l {
  text-align: left !important;
}

/* text-indent */
.txt-note1em {
  text-indent: -1em;
  margin-left: 1em;
}
.txt-note1_5em {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.txt-note2em {
  text-indent: -2em;
  margin-left: 2em;
}
.txt-note2_5em {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.txt-note3em {
  text-indent: -3em;
  margin-left: 3em;
}
.txt-note3_5em {
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.txt-note4em {
  text-indent: -4em;
  margin-left: 4em;
}
.txt-note4_5em {
  text-indent: -4.5em;
  margin-left: 4.5em;
}
.txt-note5em {
  text-indent: -5em;
  margin-left: 5em;
}
.txt-note5_5em {
  text-indent: -5.5em;
  margin-left: 5.5em;
}

.txt-box01 {
  border: 1px #EF4036 solid;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.txt-box02 {
  background: #F8B72E;
  padding: 5px 15px;
  color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.txt-box03 {
  background: #fff798;
  padding: 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.txt-box04 {
  border: 3px #ccc solid;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.txt-box05 {
  border: #60513a 1px dotted;
  background-color: #FDFFDD;
  padding: 15px;
}

.txt-bg-yellow {
  background-color: #FFFFCA;
}

/* =========================================================
 patches
========================================================= */
/*----------- top -----------*/
c-top01 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  c-top01 {
    max-width: 800px;
  }
}
@media screen and (max-width: 599px) {
  c-top01 {
    max-width: initial;
  }
}

.slide-top {
  width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .slide-top {
    width: calc(100% - 20px);
    left: 0;
    margin-bottom: 56px;
  }
}
.slide-top li {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .slide-top li {
    padding: 0 9px;
  }
}
.slide-top img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border: solid 10px #fff;
}
@media screen and (max-width: 599px) {
  .slide-top img {
    border: none;
  }
}
.slide-top .slick-list {
  overflow: visible;
}
.slide-top .slick-slide {
  position: relative;
}
.slide-top .slick-slide:not(.slick-center)::before {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  content: "";
  background: #000;
  width: 820px;
  height: 100%;
  top: 0;
  left: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-slide:not(.slick-center)::before {
    display: none;
  }
}
.slide-top .slick-slide.slick-current::before {
  display: none;
}
.slide-top .slick-prev,
.slide-top .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 48%;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-prev,
  .slide-top .slick-next {
    width: 35px;
    height: 35px;
  }
}
.slide-top .slick-prev {
  left: -5px;
}
.slide-top .slick-next {
  right: -5px;
}
.slide-top .slick-next:before {
  content: "";
  background: url("../../img/slider_arrow_r.png") no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-next:before {
    width: 35px;
    height: 35px;
  }
}
.slide-top .slick-prev:before {
  content: "";
  background: url("../../img/slider_arrow_l.png") no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-prev:before {
    width: 35px;
    height: 35px;
  }
}
.slide-top .slick-dots {
  bottom: -45px;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-dots {
    bottom: -32px;
  }
}
.slide-top .slick-dots li {
  padding: 0;
  margin: 0 11px;
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-dots li {
    height: 12px;
    width: 12px;
  }
}
.slide-top .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
.slide-top .slick-dots li.slick-active button:before {
  background: #3f3e49;
}
.slide-top .slick-dots li button:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #d2d2d5;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .slide-top .slick-dots li button:before {
    height: 12px;
    width: 12px;
  }
}

.c-top02 {
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.c-top02-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2e98e5;
  padding: 22px 30px;
}
@media screen and (max-width: 599px) {
  .c-top02-box01 {
    padding: 17px 15px;
  }
}
.c-top02-box01 a {
  color: #fff;
  text-decoration: none;
}
.c-top02 h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-right: auto;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .c-top02 h2 {
    font-size: 100%;
  }
}
.c-top02-box02 {
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .c-top02-box02 {
    padding: 15px;
  }
}
.c-top02 p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .c-top02 p {
    font-size: 100%;
  }
}
.c-top02 .fa-list-ul {
  padding-right: 13px;
}
.c-top02-box03 {
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 {
    padding: 15px;
  }
}
.c-top02-box03 li:nth-child(2n+0) {
  background: #f1f1f1;
}
.c-top02-box03 .row {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .row {
    padding: 15px;
  }
}
.c-top02-box03 .row a {
  color: #3f3e49;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-top02-box03 .row a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .row a::after {
    display: none;
  }
}
.c-top02-box03 .row a:hover {
  color: #F8B72E;
}
.c-top02-box03 .row a:hover::after {
  right: -5px;
  color: #47515F;
}
.c-top02-box03 .column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .column01 {
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .column02 {
    width: 25%;
  }
}
.c-top02-box03 .time {
  margin-right: 28px;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .time {
    margin-right: 0;
  }
}
.c-top02-box03 .title {
  margin-right: 90px;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .title {
    margin-right: 0;
  }
}
.c-top02-box03 .state {
  background: #EF4036;
  width: 72px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  line-height: 1.4;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .c-top02-box03 .state {
    width: 100%;
  }
}
.c-top02-box03 .state.end {
  background: #3f3e49;
}

.c-top03 {
  position: relative;
  z-index: 1;
  background: url("../../img/bg02.png") no-repeat center;
  background-size: cover;
  margin-top: 30px;
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .c-top03 {
    background-image: url("../../img/bg02_sp.png");
    height: auto;
    margin-top: 34px;
    padding: 50px 0;
  }
}
.c-top03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 599px) {
  .c-top03 ul {
    display: block;
  }
}
.c-top03 li {
  width: calc(25% - 22px);
  max-width: 320px;
}
@media screen and (max-width: 599px) {
  .c-top03 li {
    width: 85.5%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 18px;
  }
}
.c-top03 li:last-child {
  padding: 0;
}
.c-top03 li img {
  width: 100%;
}

/*----------- topics -----------*/
.c-topics01 {
  padding-top: 40px;
}
.c-topics01 li:nth-child(2n+0) {
  background: #EBEAF1;
}
.c-topics01 .row {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F9F9F9;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-topics01 .row {
    padding: 15px;
  }
}
.c-topics01 .row a {
  color: #3F3E49;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-topics01 .row a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
}
@media screen and (max-width: 599px) {
  .c-topics01 .row a::after {
    display: none;
  }
}
.c-topics01 .column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
}
@media screen and (max-width: 599px) {
  .c-topics01 .column01 {
    margin-right: auto;
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .c-topics01 .column02 {
    width: 25%;
  }
}
.c-topics01 .time {
  margin-right: 28px;
}
@media screen and (max-width: 599px) {
  .c-topics01 .time {
    margin-right: 0;
  }
}
.c-topics01 .title {
  margin-right: 90px;
}
@media screen and (max-width: 599px) {
  .c-topics01 .title {
    margin-right: 0;
  }
}
.c-topics01 .state {
  background: #EF4036;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .c-topics01 .state {
    font-size: 3.2vw;
  }
}
.c-topics01 .state.end {
  background: #3F3E49;
}

/*----------- profile -----------*/
.profile .header-nav01 li:first-child {
  background-color: #2E98E5;
}
.profile .header-nav01 li:first-child a {
  color: #fff;
}
.profile .header-nav01 li:first-child .fa-chevron-right {
  color: #fff;
}

/*----------- profile -----------*/
.seminar .header-nav01 li:nth-child(2) {
  background-color: #2E98E5;
}
.seminar .header-nav01 li:nth-child(2) a {
  color: #fff;
}
.seminar .header-nav01 li:nth-child(2) .fa-chevron-right {
  color: #fff;
}

.sem-headline01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  padding-left: 75px;
  margin: 45px 0 45px 18px;
  background: #F4F4F4;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sem-headline01 {
    height: auto;
    padding: 10px 12px 10px 82px;
    margin-left: 0;
    margin: 40px 0 30px;
  }
}
.sem-headline01::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  color: #fff;
  width: 72px;
  text-align: center;
  left: -18px;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .sem-headline01::after {
    width: 56px;
    font-size: 7.46vw;
    left: 12px;
    top: auto;
  }
}
.sem-headline01::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  left: -18px;
  top: -5px;
}
@media screen and (max-width: 599px) {
  .sem-headline01::before {
    width: 56px;
    height: 56px;
    left: 12px;
    top: auto;
  }
}
.sem-headline01.management::after {
  content: "\f51c";
}
.sem-headline01.management::before {
  background: #47c2ae;
}
.sem-headline01.management .sub-txt {
  background: #F8B72E;
  padding: 5px 15px;
  border: #fff 2px solid;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .sem-headline01.management .sub-txt {
    display: inline-block;
    width: auto;
  }
}
.sem-headline01.health-support::after {
  content: "\f4be";
}
.sem-headline01.health-support::before {
  background: #ff7f41;
}
.sem-headline01.health-support .sub-txt {
  background: #F8B72E;
  padding: 5px 15px;
  border: #fff 2px solid;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .sem-headline01.health-support .sub-txt {
    display: inline-block;
    width: auto;
  }
}
.sem-headline01.development::after {
  content: "\f0c0";
}
.sem-headline01.development::before {
  background: #eb7e84;
}
.sem-headline01.development .sub-txt {
  background: #F8B72E;
  padding: 5px 15px;
  border: #fff 2px solid;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .sem-headline01.development .sub-txt {
    display: inline-block;
    width: auto;
  }
}
.sem-headline01 .main-txt {
  font-size: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 599px) {
  .sem-headline01 .main-txt {
    font-size: 5.6vw;
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .sem-headline01 .sub-txt {
    display: block;
    width: 100%;
    font-size: 3.2vw;
  }
}

.sem-headline02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background: #fff;
  border: 1px #E0E0E2 solid;
  margin: 60px 0 30px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sem-headline02::after {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% + 2px);
  background: #2E98E5;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 599px) {
  .sem-headline02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    padding-right: 20px;
  }
}
.sem-headline02 .main-txt {
  font-size: 18px;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sem-headline02 .main-txt {
    font-size: 4.26vw;
  }
}
.sem-headline02 .sub-txt {
  color: #fff;
  border-radius: 5px;
  padding: 3px 14px;
  white-space: nowrap;
}
.sem-headline02 .sub-txt.green {
  background: #2C9F2C;
}
.sem-headline02 .sub-txt.blue {
  background: #0278C1;
}
.sem-headline02 .sub-txt.pink {
  background: #F1759F;
}

.sem-headline03 {
  border: 1px #E0E0E2 solid;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 30px 0 15px;
}
@media screen and (max-width: 599px) {
  .sem-headline03 {
    height: auto;
    padding: 10px 0;
  }
}
.sem-headline03 .main-txt {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sem-headline03 .main-txt {
    font-size: 4vw;
  }
}
.sem-headline03 .sub-txt {
  background: #2C9F2C;
  color: #fff;
  font-weight: normal;
  border-radius: 0 5px 5px 0/0 5px 5px 0;
  padding: 5px 15px;
  margin-right: 10px;
}

/*----------- health -----------*/
.num-health01 {
  font-weight: bold;
  color: #1c3b7c;
  width: 3em;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  margin-right: 0.4em;
}

.num-health02 {
  font-weight: bold;
  color: #1c3b7c;
  width: 3em;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  margin: 0 0.4em 0 0.2em;
}

.txt-health01 {
  width: 9.4em;
  display: inline-block;
}

.health-qa {
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: #ccc 2px dotted;
}
.health-qa + .health-qa {
  padding-top: 0;
}
.health-qa dt {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 0.4em 0;
  font-weight: bold;
  color: #00913a;
  font-size: 16px;
}
.health-qa dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.health-qa dd {
  position: relative;
  padding: 0 0 0 1.4em;
  font-size: 16px;
  display: inline-block;
}
.health-qa dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #EF4036;
}

.youtube-box {
  width: 49%;
  margin-right: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .youtube-box {
    width: 100%;
  }
}

.youtube-box:nth-child(2n) {
  margin-right: 0;
}

.youtube-box-ttl {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}
.youtube-box-ttl span {
  background: #2e98e5;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.8em;
  margin-right: 0.4em;
}

.youtube-box-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-box-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.player-thum02 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.player-thum02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.player-thum02 iframe {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-leaflet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .list-leaflet {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.list-leaflet li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}
@media screen and (max-width: 599px) {
  .list-leaflet li {
    width: 100%;
  }
}
.list-leaflet li:nth-child(2n) {
  margin-left: auto;
}
.list-leaflet a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.list-leaflet a:hover {
  opacity: 0.7;
}
.list-leaflet .thumnail {
  width: 100%;
  text-align: center;
  background-color: #dfdfdf;
  max-height: 290px;
}
.list-leaflet .shosai {
  margin-top: auto;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 1em 0.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #e0e0e0 1px solid;
}
.list-leaflet .shosai .fa {
  margin-right: 0.4em;
}
.list-leaflet .shosai .fa-file-pdf {
  color: #EF4036;
}
.list-leaflet .shosai .fa-file-archive {
  color: #F8B72E;
}
.list-leaflet .shosai + .shosai {
  border-left: #e0e0e0 1px solid;
}
.list-leaflet .lead {
  width: 100%;
  padding: 1.4em;
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: auto;
}

/*----------- guide -----------*/
.guide .header-nav01 li:nth-child(2) {
  background-color: #2E98E5;
}
.guide .header-nav01 li:nth-child(2) a {
  color: #fff;
}
.guide .header-nav01 li:nth-child(2) .fa-chevron-right {
  color: #fff;
}

/*----------- sitemap -----------*/
.cSitemap01 li {
  margin-right: 2em;
}

/*----------- form- -----------*/
#form {
  background-color: #f6f8f9;
}
#form .header-wrap {
  width: 980px;
  margin: 20px auto;
  height: auto;
  position: static;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #form .header-wrap {
    width: calc(100% - 40px);
  }
}
#form .header-wrap h1 img {
  width: 250px;
}
@media screen and (max-width: 599px) {
  #form .header-wrap h1 img {
    width: auto;
    max-width: 100%;
  }
}
#form .footer-wrap {
  width: 980px;
  margin: 20px auto;
  background: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #form .footer-wrap {
    width: calc(100% - 40px);
  }
}
#form .footer-wrap .copyright {
  text-align: center;
}
#form input[type=text], #form input[type=number], #form input[type=tel], #form input[type=email] {
  padding: 0.5em;
  width: 50%;
}
@media screen and (max-width: 599px) {
  #form input[type=text], #form input[type=number], #form input[type=tel], #form input[type=email] {
    width: 100%;
  }
}
#form input[type=text]:focus, #form input[type=number]:focus, #form input[type=tel]:focus, #form input[type=email]:focus {
  -webkit-box-shadow: 0 0 3px 0 rgba(237, 171, 33, 0.8);
          box-shadow: 0 0 3px 0 rgba(237, 171, 33, 0.8);
  border: #edab21 1px solid;
}
#form textarea {
  padding: 0.5em;
}
#form textarea:focus {
  -webkit-box-shadow: 0 0 3px 0 rgb(237, 171, 33);
          box-shadow: 0 0 3px 0 rgb(237, 171, 33);
  border: #edab21 1px solid;
}

.form-container {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px #cccccc;
          box-shadow: 0px 0px 10px 2px #cccccc;
}
@media screen and (max-width: 599px) {
  .form-container {
    width: calc(100% - 40px);
  }
}

.form-container-inner {
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .form-container-inner {
    padding: 1.5em 1em 2.5em;
  }
}

.form-headline01 {
  background-color: #183976;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 1em;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
}
@media screen and (max-width: 599px) {
  .form-headline01 {
    font-size: 5vw;
  }
}

.form-headline02 {
  background-color: #ededee;
  font-size: 1.8rem;
  padding: 0.5em 0 0.5em 1em;
  margin: 2em 0 1em 0;
  border-left: 5px #183976 solid;
}
@media screen and (max-width: 599px) {
  .form-headline02 {
    font-size: 4.26vw;
  }
}

.form-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 1em;
}
.form-flow li {
  text-align: center;
  width: 33.3333333333%;
  background: #ededee;
  font-weight: bold;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: #fff 1px solid;
  font-size: 1.6rem;
  line-height: 1;
  color: #86898d;
}
@media screen and (max-width: 599px) {
  .form-flow li {
    font-size: 3.2vw;
  }
}
.form-flow li.current {
  background: #EDAB21;
  color: #fff;
}
.form-flow li .num {
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .form-flow li .num {
    font-size: 3.2vw;
  }
}

.form-ta01 {
  width: 100%;
  margin: 1em 0;
}
.form-ta01 th {
  background-color: #183976;
  border: #b1b3b5 1px solid;
  padding: 0.5em 1em;
  vertical-align: middle;
  color: #fff;
}
.form-ta01 td {
  border: #b1b3b5 1px solid;
  padding: 0.5em 1em;
}

.form-ta02 {
  width: 100%;
  margin: 1em 0;
}
.form-ta02 th {
  background-color: #183976;
  border: #b1b3b5 1px solid;
  padding: 0.5em 1em;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .form-ta02 th {
    display: block;
  }
}
.form-ta02 td {
  border: #b1b3b5 1px solid;
  padding: 0.5em 1em;
}
@media screen and (max-width: 599px) {
  .form-ta02 td {
    display: block;
    padding: 1em;
  }
}
.form-ta02 .subtxt01 {
  display: inline;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .form-ta02 .subtxt01 {
    display: block;
    margin-left: 0;
  }
}

.form-privacy {
  border: #b1b3b5 2px solid;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.form-privacy-accept {
  background-color: #ededee;
  text-align: center;
  padding: 0.5em;
  margin: 5px 0;
}
.form-privacy-accept label {
  width: 100%;
  display: block;
  cursor: pointer;
}

.form-btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .form-btnarea {
    width: 100%;
    display: block;
  }
}
.form-btnarea .btn {
  width: 40%;
}
.form-btnarea .btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .form-btnarea .btn {
    margin-bottom: 1em;
    width: 90%;
  }
}

/*----------- top_members -----------*/
.c-top_members01 {
  background: url("../../members/img/bg.png") no-repeat center;
  background-size: cover;
  height: 681px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-top_members01 {
    max-width: initial;
    height: auto;
    padding-bottom: 28px;
  }
}
.c-top_members01 h2 {
  text-align: center;
  padding: 50px 0 26px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 h2 {
    padding: 30px 0 17px;
  }
}
.c-top_members01 h2 .main-txt {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 h2 .main-txt {
    font-size: 4.8vw;
  }
}
.c-top_members01 h2 .sub-txt {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 h2 .sub-txt {
    font-size: 2.67vw;
  }
}
.c-top_members01 .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-top_members01 .search_item {
  cursor: pointer;
  width: calc(16.6666666667% - 5px);
  padding: 18px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: #b2b2b6 2px solid;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  color: #838a8a;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .search_item {
    width: calc(50% - 5px);
    padding: 14px 0;
    margin-bottom: 5px;
  }
  .c-top_members01 .search_item.all {
    width: 100%;
  }
}
.c-top_members01 .search_item.is-active {
  color: #1c3b7c;
  border-bottom: #1c3b7c 2px solid;
}
.c-top_members01 .search_item:hover {
  color: #1c3b7c;
  border-bottom: #1c3b7c 2px solid;
}
.c-top_members01 .info-box {
  background-color: rgba(255, 255, 255, 0.9);
  height: 432px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .info-box {
    height: auto;
    padding-bottom: 20px;
  }
}
.c-top_members01 .info-box ul {
  height: 335px;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .info-box ul {
    height: 348px;
  }
}
.c-top_members01 .info-box li {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: dotted #b2b2b6 1px;
}
.c-top_members01 .info-box a {
  text-decoration: none;
}
.c-top_members01 .info-box .time {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 11em;
}
.c-top_members01 .info-box .txt {
  display: inline-block;
  vertical-align: top;
}
.c-top_members01 .info-box .new::before {
  position: absolute;
  content: "NEW";
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background: #F8B72E;
  width: 43px;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  border-radius: 2px;
  left: 116px;
  top: 23px;
}
.c-top_members01 .info-box .important::after {
  position: absolute;
  content: "重?";
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background: #EF4036;
  width: 43px;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  border-radius: 2px;
  left: 116px;
  top: 23px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .info-box .important::after {
    top: 23px;
    left: 170px;
  }
}
.c-top_members01 .info-box .soudan::after {
  position: absolute;
  content: "給付相?";
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background: #0278C1;
  width: 43px;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  border-radius: 2px;
  left: 116px;
  top: 23px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .info-box .soudan::after {
    top: 23px;
    left: 170px;
  }
}
.c-top_members01 .info-box .is-hide {
  display: none;
}
.c-top_members01 .btn {
  width: 292px;
  margin: 28px auto;
  padding: 12px 0;
  font-size: 12px;
  color: #88888f;
  border: #88888f solid 1px;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .c-top_members01 .btn {
    margin-bottom: 20px;
    width: 86%;
  }
}
.c-top_members01 .btn:hover {
  opacity: 1;
  background: #88888f;
  color: #fff;
}
.c-top_members01 .btn::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: 16px;
}

.c-top_members02 {
  background: #f9f9f9;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 {
    padding-bottom: 40px;
  }
}
.c-top_members02 h2 {
  text-align: center;
  padding: 50px 0 26px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 h2 {
    padding: 30px 0 17px;
  }
}
.c-top_members02 h2 .main-txt {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 h2 .main-txt {
    font-size: 4.8vw;
  }
}
.c-top_members02 h2 .sub-txt {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 h2 .sub-txt {
    font-size: 2.67vw;
  }
}
.c-top_members02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-top_members02 .slide-members {
  width: 800px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slide-members {
    width: 69%;
    margin: 0 auto;
  }
}
.c-top_members02 .slide-members li {
  margin: 0 auto;
}
.c-top_members02 .slide-members a {
  display: block;
}
.c-top_members02 .slide-members a.new {
  position: relative;
}
.c-top_members02 .slide-members a.new::before {
  position: absolute;
  content: "";
  top: 0;
  right: 7px;
  background: url("../../members/img/bnr-new.png") no-repeat;
  background-size: contain;
  width: 47px;
  height: 46px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slide-members a.new::before {
    right: 0;
  }
}
.c-top_members02 .slide-members img {
  width: 260px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slide-members img {
    width: 100%;
  }
}
.c-top_members02 .slick-prev,
.c-top_members02 .slick-next {
  width: 22px;
  height: 57px;
  z-index: 1;
  top: 48%;
}
.c-top_members02 .slick-prev {
  left: -32px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slick-prev {
    left: -37px;
  }
}
.c-top_members02 .slick-next {
  right: -27px;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slick-next {
    right: -37px;
  }
}
.c-top_members02 .slick-next:before {
  content: "";
  background: url("../../members/img/slider_arrow_r.png") no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 57px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slick-next:before {
    background-image: url("../../members/img/slider_arrow_r_sp.png");
  }
}
.c-top_members02 .slick-prev:before {
  content: "";
  background: url("../../members/img/slider_arrow_l.png") no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 57px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .c-top_members02 .slick-prev:before {
    background-image: url("../../members/img/slider_arrow_l_sp.png");
  }
}

.c-top_members03 {
  background: -webkit-gradient(linear, left top, right top, from(#002e6c), color-stop(50%, #002e6c), color-stop(50%, #677da5), to(#677da5));
  background: linear-gradient(90deg, #002e6c 0%, #002e6c 50%, #677da5 50%, #677da5 100%);
}
.c-top_members03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-top_members03 li {
  width: 50%;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-top_members03 li {
    height: 60px;
  }
}
.c-top_members03 li:first-child {
  background: #002e6c;
}
.c-top_members03 li:last-child {
  background: #677da5;
}
.c-top_members03 a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-top_members03 a {
    font-size: 100%;
  }
}
.c-top_members03 .fas {
  font-size: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .c-top_members03 .fas {
    font-size: 5.3vw;
    padding-right: 7px;
  }
}

.c-top_members04 {
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .c-top_members04.inner {
    max-width: 860px;
  }
}
.c-top_members04 h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .c-top_members04 h3 {
    font-size: 4.26vw;
  }
}
.c-top_members04 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-top_members04 .box01 .item01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px 20px;
  width: calc(33.3333333333% - 10px);
  background: #fff;
  min-height: 422px;
  border-top: 4px #1c3b7c solid;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .c-top_members04 .box01 .item01 {
    width: 100%;
    min-height: initial;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.c-top_members04 .box02 {
  margin-top: 10px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .c-top_members04 .box02 {
    margin-top: 15px;
    display: block;
  }
}
.c-top_members04 .box02 p:first-child {
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .c-top_members04 .box02 p:first-child {
    margin-bottom: 10px;
  }
}

.slide-members02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide-members02.inner {
  max-width: 1040px;
}
@media screen and (max-width: 599px) {
  .slide-members02 {
    max-width: initial;
    gap: 10px;
  }
  .slide-members02 li {
    width: calc(50% - 5px);
  }
}

/*----------- members_info -----------*/
.info-box li {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: dotted #b2b2b6 1px;
}
.info-box a {
  text-decoration: none;
}
.info-box .time {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 8em;
}
.info-box .txt {
  display: inline-block;
  vertical-align: top;
  width: 53em;
}
@media screen and (max-width: 599px) {
  .info-box .txt {
    width: auto;
  }
}

/*----------- members_info -----------*/
.c-report01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-report01 .num {
  width: calc(16.6666666667% - 1px);
  text-align: center;
  background: #fff;
}
.c-report01 .num p {
  background: #EDEDED;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
}
.c-report01 .num p.latest {
  background: #F8B72E;
  color: #fff;
}
.c-report01 .num div {
  padding: 25px 15px;
}
.c-report01 .num img {
  border: #ccc 1px solid;
}

/*----------- subwin -----------*/
#subwin {
  background-color: #f6f8f9;
  padding: 0 20px;
}

.sub-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .sub-wrap {
    max-width: initial;
  }
}

.sub-wrap02 {
  margin: 0 auto;
  padding: 0 20px;
}

.sub-header-wrap {
  padding: 20px 0;
}
.sub-header-wrap h1 {
  width: 260px;
}
.sub-header-wrap h1 img {
  width: 100%;
}

.sub-contents {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px #cccccc;
          box-shadow: 0px 0px 10px 2px #cccccc;
  padding: 30px;
  background: #fff;
}
.sub-contents .headline01 {
  font-size: 18px;
  padding: 10px 15px;
  background: #EBEAF1;
  border-bottom: 2px #1C3B7C solid;
  margin: 0 0 30px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sub-contents .headline01 {
    font-size: 4.26vw;
  }
}

.sub-footer-wrap .copy {
  background: none;
  color: #3F3E49;
}

/*----------- form- -----------*/
#login {
  background-color: #f6f8f9;
}
#login .header-wrap {
  width: 500px;
  margin: 20px auto;
  height: auto;
  position: static;
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff;
  background: none;
  overflow: inherit;
}
@media screen and (max-width: 599px) {
  #login .header-wrap {
    width: calc(100% - 40px);
  }
}
#login .header-wrap h1 {
  width: 80%;
  margin: 0 auto;
}
#login .header-wrap h1 img {
  width: 100%;
}
#login .footer-wrap {
  margin: 20px auto;
  background: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #login .footer-wrap {
    width: calc(100% - 40px);
  }
}
#login .footer-wrap .copyright {
  text-align: center;
}
#login .form-btnarea {
  width: auto;
  margin: 15px 0 25px 0;
}
#login input[type=text], #login input[type=password] {
  background: rgb(233, 233, 233);
  outline: none;
  padding: 16px;
  margin-bottom: 15px;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#login input[type=text]:focus, #login input[type=password]:focus {
  background: rgba(233, 233, 233, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#login input[type=text]::-webkit-input-placeholder, #login input[type=password]::-webkit-input-placeholder {
  color: rgb(106, 106, 106);
}
#login input[type=text]:-moz-placeholder, #login input[type=password]:-moz-placeholder {
  color: rgb(106, 106, 106);
}
#login input[type=text]::-moz-placeholder, #login input[type=password]::-moz-placeholder {
  color: rgb(106, 106, 106);
}
#login input[type=text]:-ms-input-placeholder, #login input[type=password]:-ms-input-placeholder {
  color: rgb(106, 106, 106);
}

.login-container {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px #cccccc;
          box-shadow: 0px 0px 10px 2px #cccccc;
}
@media screen and (max-width: 599px) {
  .login-container {
    width: calc(100% - 40px);
  }
}
.login-container .form-btnarea .btn {
  width: 100%;
}

.login-container-inner {
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .login-container-inner {
    padding: 1.5em 1em 2.5em;
  }
}

.login-headline01 {
  background-color: #183976;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 1em 0;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
}
@media screen and (max-width: 599px) {
  .login-headline01 {
    font-size: 5.6vw;
  }
}

/*----------- advisor -----------*/
.c-advisor01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-advisor01 .btn {
  width: 49%;
  padding: 2em 1em;
}/*# sourceMappingURL=style.css.map */