@charset "utf-8";
main {
  padding: 50px 0 50px 0;
}
.contents {
  padding-bottom: 60px;
}
.contents p {
  margin-top: 0.8em;
}
@media screen and (max-width: 960px) {
  main {
    padding: 40px 0 40px 0;
  }
  .contents {
    padding-bottom: 50px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table[border="0"] td {
  border-width:0px;
}
table[border="1"] td {
  border-width:1px;
}
p {
  margin: 0;
}
h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}
h1 {
  padding: 25px 0 0 0;
  position: relative;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
h1::after {
  position: absolute;
  content: "";
  background-color: #d12e40;
  width: 50px;
  height: 5px;
  bottom: -14px;
  left: 0%;
  transform: translateX(0%);
}
h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
h2::after {
  position: absolute;
  content: "";
  background-color: #8f7ed5;
  width: 100%;
  height: 3px;
  bottom: -17px;
  left: 0%;
  transform: translateX(0%);
}
h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  width: 100%;
  padding: 0.5em;
  margin-top: 1.8em;
  border: 1px solid #8a7fd2;
}
h3, h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  width: 100%;
  margin-top: 1.8em;
}
.w_1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .w_1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3, h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 590px) {
  .w_1200 {
    padding: 0 10px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3, h4 {
    font-size: 18px;
  }
}
.contents_1200 {
  padding: 0;
}
.member-splmenu-wrap {
  width: 100%;
  background-color: #d5dce3;
  padding: 18px 0;
  order: 0;
}
.member-splmenu-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.938em;
  font-weight: 500;
  padding: 0;
}
.member-splmenu-wrap li a {
  margin: 0 3vw;
}
.member-splmenu-wrap li + li {
  border-left: 1px solid #333;
}
@media screen and (max-width: 960px) {
  .member-splmenu-wrap {
    padding: 20px 0;
    order: -1;
  }
  .member-splmenu-wrap li a {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 700px) {
  .member-splmenu-wrap ul {
    flex-direction: column;
  }
  .member-splmenu-wrap li {
    padding: 0.7em 0 0.7em 0;
  }
  .member-splmenu-wrap li + li {
    border-left: none;
  }
}
.title-container {
  background-color: #f3f5f7;
  padding-bottom: 40px;
}
.breadcrumb-navi ul {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}
.breadcrumb-navi li {
  font-size: 0.813em;
}
.breadcrumb-navi li:not(:last-of-type)::after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 0.8em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em;
  color: #888;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .breadcrumb-navi {
    display: none;
  }
}
.flex-box01 {
  order: -1;
}
.flex-box02 {
  order: 0;
}
@media screen and (max-width: 960px) {
  .flex-box01 {
    order: 1;
  }
}
.flex-box-parent {
  display: flex;
  flex-direction: column;
}
.submenu-wrap {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .submenu-wrap {
    display: none;
  }
}
label {
  padding: 1.3em 20px;
  background: white;
  display: block;
  font-size: 0.938em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
label p {
  width: 87vw;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 590px) {
  label {
    padding: 1.3em 10px;
  }
  label p {
    width: 82vw;
  }
}
.s-op-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.s-op-icon::before, .s-op-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #646464;
}
.s-op-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.s-op-icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.submenu-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
}
input:checked ~ .submenu-content {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
input:checked ~ label .submenu-icon {
  transform: rotate(180deg);
}
.submenu-content li {
  padding: 0em 1em 0.8em 2.3em;
  font-size: 0.875em;
}
.submenu-content li:last-child {
  padding-bottom: 2em;
}
.tab-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  position: relative;
  flex-wrap: nowrap;
}
.tab-item {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 7px 0;
  margin: 0 2px 2px 2px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease-in-out;
  white-space: nowrap;
}
.tab-item:first-child {
  margin: 0 2px 2px 0;
}
.tab-item:last-child {
  margin: 0 0 2px 2px;
}
.tab-item {
  background-color: rgba(184, 186, 189, 1.0);
}
@media screen and (max-width: 960px) {
  .tab-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tab-item, .tab-item:first-child {
    width: calc((100% / 3) - 4px);
    margin: 2px 2px 2px 2px;
  }
  .tab-item:last-child {
    margin: 2px 0 2px 2px;
  }
}
@media screen and (max-width: 400px) {
  .tab-item {
    font-size: 0.8em;
  }
}
.tab-item:hover, .tab-item.is-active {
  display: flex;
  color: white;
  background-color: #7e6acf;
}
.panel-item {
  display: none;
  width: 100%;
  padding: 5px 0px;
  text-align: left;
}
.tab-content, .tab-content02 {
  width: 100%;
}
.tab-content:last-child, .tab-content02:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .4s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table-fmt {
  width: 100%;
  border-collapse: collapse;
}
.table-fmt th, td {
  padding: 0.5em;
  font-size: 0.938em;
  line-height: 1.4em;
  border: 1px solid #9C9C9C;
}
.table-fmt th {
  font-weight: 500;
  background-color: #e0e1f1;
}
.contents ol {
  list-style: none;
}
.contents li {
  margin-left: 2em;
}
.tab-wrap {
  padding-top: 10px;
}
.contents a {
  color: #193ecf;
  text-decoration: underline;
}
.contents table[border="0"] td {
  border-width:0px;
}
.contents table[border="1"] td {
  border-width:1px;
}
.contents h3 {
  border-width:0px;
}
.breadcrumb-navi a {
  color: #193ecf;
  text-decoration: underline;
}
