.box-sizing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Font icon
---------------------*/
.font-icon {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fal {
  font-weight: 300;
}
.far {
  font-weight: 400;
}
.fas {
  font-weight: 900;
}
.float-clear {
  clear: both;
  content: "";
  display: block;
}
.translateY50 {
  top: 50%;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.translateYX50 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translateX50 {
  left: 50%;
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
}
/* flex髢｢騾｣
---------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction_column {
  -webkit-box-direction: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-content_space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-wrap_wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
body.noscroll {
  position: fixed;
  width: 100%;
}
ul.Fn {
  text-indent: -25px;
  margin-left: 25px;
}
ol {
  margin-left: 20px;
}
ol li {
  margin-bottom: 10px;
}
ol li:last-of-type {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.cap {
  margin-left: 1em;
  text-indent: -1em;
}
.fb {
  font-weight: bold !important;
}
.red {
  color: #e60012 !important;
}
.f_s12 {
  font-size: 12px !important;
}
.f_s16 {
  font-size: 16px !important;
}
.Tb_Scroll th,
.Tb_Scroll td {
  font-size: 14px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 980px) {
  .Tb_Scroll th,
  .Tb_Scroll td {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .DisplaySp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* .DisplayPc {
    display: none;
  } */
}
.Wrap {
  width: 100%;
  position: relative;
}
.Wrap:not(.Index_Pg) .Main {
  background: #d4e9ef;
}
@media screen and (max-width: 768px) {
  /* .Wrap:not(.Index_Pg) .Main {
    padding: 10px 0;
  } */
}
@media screen and (min-width: 769px) {
  .Wrap:not(.Index_Pg) .Main {
    padding: 60px 0 160px;
  }
}
.Wrap:not(.Index_Pg) section {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .Main {
    position: relative;
  }
}
section {
  position: relative;
}
@media screen and (max-width: 768px) {
  /* section {
    padding: 20px 10px;
  } */
}

section .Content {
  max-width: 1160px;
  margin: auto;
}
section.BgColored {
  background: #d4e9ef;
}
@media screen and (max-width: 768px) {
  /* section .TitleBox {
    margin-bottom: 20px;
  } */
}
@media screen and (min-width: 769px) {
  section .TitleBox {
    margin-bottom: 30px;
  }
}
section .TitleBox h3 {
  color: #036eb8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* section .TitleBox h3 {
    font-size: 16px;
  } */
}
@media screen and (min-width: 769px) {
  section .TitleBox h3 {
    font-size: 24px;
  }
}
section .TitleBox h3:after {
  content: "";
  display: inline-block;
  height: 2px;
  border-bottom: 2px solid #00a0e9;
  vertical-align: middle;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  /* section .TitleBox h3:after {
    width: 40px;
    margin-left: 10px;
  } */
}
@media screen and (min-width: 769px) {
  section .TitleBox h3:after {
    width: 60px;
    margin-left: 20px;
  }
}
section .TitleBox .TlSub {
  color: #666;
}
@media screen and (min-width: 769px) {
  section .TitleBox .TlSub {
    font-size: 16px;
  }
}
h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* h4 {
    font-size: 16px;
  } */
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 18px;
  }
}
/* 繝代Φ縺上★
---------------------*/
.Breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  /* .Breadcrumb {
    padding: 4px 10px 3px;
  } */
}
@media screen and (min-width: 769px) {
  .Breadcrumb {
    padding: 6px 0 4px;
  }
}
.Breadcrumb ul {
  max-width: 1160px;
  margin: auto;
}
.Breadcrumb li {
  display: inline-block;
  color: #666;
  font-size: 11px;
  margin-right: 5px;
}
.Breadcrumb li:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  margin-left: 5px;
  color: #ccc;
}
.Breadcrumb li:last-of-type {
  margin-right: 0;
}
.Breadcrumb li:last-of-type:after {
  display: none;
}
.Breadcrumb li a {
  color: #666;
}
.Breadcrumb li a:hover {
  text-decoration: underline;
}
.LinkFm {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  /* .LinkFm {
    padding: 10px 10px 0;
  } */
}
@media screen and (min-width: 769px) {
  .LinkFm {
    padding: 30px 20px 20px;
  }
}
.LinkFm:first-of-type {
  border-top: 1px solid #e2e2e2;
}
.LinkFm ul {
  padding: 0 10px;
}
.LinkFm ul li {
  display: inline-block;
  width: 270px;
  margin-bottom: 10px;
}
.LinkFm ul li:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  color: #ccc;
}
.LinkFm ul li a {
  color: #036eb8;
}
.LinkFm ul li a:hover {
  text-decoration: underline;
}
/* table 繝代ち繝ｼ繝ｳ
---------------------*/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  /* table.Tb_rl {
    display: block;
  } */
}
@media screen and (max-width: 768px) {
  table.Tb_rl tbody,
  table.Tb_rl tr,
  table.Tb_rl th,
  table.Tb_rl td {
    display: block;
  }
}
table.Tb_rl tr th,
table.Tb_rl tr td {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  /* table.Tb_rl tr th,
  table.Tb_rl tr td {
    padding: 10px;
  } */
}
@media screen and (min-width: 769px) {
  table.Tb_rl tr th,
  table.Tb_rl tr td {
    padding: 20px;
    font-size: 15px;
  }
}
table.Tb_rl tr th {
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* table.Tb_rl tr th {
    border-bottom: none;
    padding-bottom: 0;
  } */
}
@media screen and (min-width: 769px) {
  table.Tb_rl tr th {
    width: 25%;
  }
}
table.Tb_rl tr td a {
  color: #036eb8;
}
table.Tb_rl tr td a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  table.Tb_rl tr:first-of-type th:first-of-type,
  table.Tb_rl tr:first-of-type td:first-of-type {
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 768px) {
  /* table.Tb_rl tr:first-of-type th {
    border-top: 1px solid #e2e2e2;
  } */
}
@media screen and (max-width: 768px) {
  /* table.Tb_rlG {
    display: block;
  } */
}
@media screen and (max-width: 768px) {
  /* table.Tb_rlG tbody,
  table.Tb_rlG tr,
  table.Tb_rlG th,
  table.Tb_rlG td {
    display: block;
  } */
}
table.Tb_rlG th,
table.Tb_rlG td {
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  /* table.Tb_rlG th,
  table.Tb_rlG td {
    padding: 10px;
  } */
}
@media screen and (min-width: 769px) {
  /* table.Tb_rlG th,
  table.Tb_rlG td {
    padding: 20px;
    font-size: 15px;
  } */
}
table.Tb_rlG th {
  text-align: left;
  background: #f3f3f3;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* table.Tb_rlG th {
    border-bottom: none;
    padding: 5px 10px;
  } */
}
@media screen and (min-width: 769px) {
  table.Tb_rlG th {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  /* .Tb_Scroll {
    overflow: auto;
    white-space: nowrap;
  } */
  /* .Tb_Scroll::-webkit-scrollbar {
    height: 5px;
  }
  .Tb_Scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .Tb_Scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  } */
}
@media screen and (max-width: 768px) {
  /* .Tb_Scroll th,
  .Tb_Scroll td {
    padding: 10px;
  } */
}
@media screen and (min-width: 769px) {
  /* .Tb_Scroll th,
  .Tb_Scroll td {
    padding: 15px 20px;
  } */
}
.Tb_Scroll th {
  font-weight: bold;
  background: #e6e6e6;
}
dl.Ex dt {
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  /* dl.Ex dt {
    font-size: 14px;
  } */
}
@media screen and (min-width: 769px) {
  dl.Ex dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* dl.Ex dd {
    margin-bottom: 30px;
    font-size: 12px;
  } */
}
@media screen and (min-width: 769px) {
  dl.Ex dd {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
dl.Ex dd:last-of-type {
  margin-bottom: 0;
}
/* 繝ｪ繝ｳ繧ｯ蛻�ｊ譖ｿ縺�
---------------------*/
@media screen and (max-width: 768px) {
  /* .Category {
    margin-bottom: 20px;
  } */
}
@media screen and (min-width: 769px) {
  .Category {
    margin-bottom: 40px;
  }
}
.Category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  /* .Category ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px 10px;
  } */
}
@media screen and (min-width: 769px) {
  .Category ul {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* .Category li {
    width: 48%;
    margin-bottom: 20px;
  } */
}
@media screen and (min-width: 769px) {
  .Category li {
    width: 20%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* .Category li:nth-child(odd) {
    margin-right: 10px;
  }
}
.Category li:last-of-type {
  margin-right: 0;
}
.Category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #ccc;
  padding-bottom: 10px;
  color: #666;
} */
@media screen and (max-width: 768px) {
  /* .Category li a {
    font-size: -webkit-calc(12px + 1 * (100vw - 320px)/448);
    font-size: calc(12px + 1 * (100vw - 320px) / 448);
  } */
}
@media screen and (min-width: 769px) {
  .Category li a {
    font-size: 14px;
  }
}
.Category li a:hover,
.Category li a.Active {
  border-color: #036eb8;
  color: #036eb8;
}
@media screen and (min-width: 769px) {
  .Category li a:hover,
  .Category li a.Active {
    font-size: 110%;
  }
}
.Category .TabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  /* .Category .TabArea {
    background: #fff;
    margin-top: 10px;
  } */
}
@media screen and (min-width: 769px) {
  .Category .TabArea {
    padding: 0 20px 20px;
  }
}
.Category .TabArea .Tab {
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* .Category .TabArea .Tab {
    min-width: 80px;
    font-size: -webkit-calc(12px + 1 * (100vw - 320px)/448);
    font-size: calc(12px + 1 * (100vw - 320px) / 448);
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  } */
}
@media screen and (min-width: 769px) {
  .Category .TabArea .Tab {
    border-right: 1px solid #ccc;
    padding: 7px 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .Category .TabArea .Tab:first-of-type {
    border-left: 1px solid #ccc;
  }
}
.Category .TabArea .Tab.Active {
  color: #036eb8;
}
@media screen and (max-width: 768px) {
  /* .Category .TabArea .Tab.Active {
    border: 1px solid #036eb8;
  } */
}
.Category .TabArea .Tab:hover {
  color: #036eb8;
}
.Category .InterLkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  /* .Category .InterLkArea {
    margin-top: 10px;
  } */
}
@media screen and (min-width: 769px) {
  .Category .InterLkArea {
    padding: 20px 0 0;
  }
}
.Category .InterLkArea .InterLk {
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* .Category .InterLkArea .InterLk {
    min-width: 80px;
    font-size: -webkit-calc(12px + 1 * (100vw - 320px)/448);
    font-size: calc(12px + 1 * (100vw - 320px) / 448);
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  } */
}
@media screen and (min-width: 769px) {
  .Category .InterLkArea .InterLk {
    border-right: 1px solid #ccc;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 769px) {
  .Category .InterLkArea .InterLk:first-of-type {
    border-left: 1px solid #ccc;
  }
}
.Category .InterLkArea .InterLk.Active {
  color: #036eb8;
}
@media screen and (max-width: 768px) {
  /* .Category .InterLkArea .InterLk.Active {
    border: 1px solid #036eb8;
  } */
}
.Category .InterLkArea .InterLk a {
  display: block;
  color: #333;
}
.Category .InterLkArea .InterLk a:after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  display: block;
  font-size: 11px;
  color: #036eb8;
}
.Category .InterLkArea .InterLk a:hover {
  color: #036eb8;
}
/*************************
繝輔ぉ繝ｼ繝峨う繝ｳ縲√ヵ繧ｧ繝ｼ繝峨い繧ｦ繝�
*************************/
.Fii {
  -webkit-animation-name: fii;
  -o-animation-name: fii;
  animation-name: fii;
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fii {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fii {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fii {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Fiab.Active {
  opacity: 0;
  -webkit-animation-name: fiab;
  -o-animation-name: fiab;
  animation-name: fiab;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fiab {
  100% {
    opacity: 0;
  }
}
@-o-keyframes fiab {
  100% {
    opacity: 0;
  }
}
@keyframes fiab {
  100% {
    opacity: 0;
  }
}
