@charset "UTF-8";
/* ---------------------------------
 reset
-----------------------------------*/
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, 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;
   vertical-align: baseline;
   background: transparent;
}
.info_top {
  display: none;
}
body {
   line-height: 1;
   overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
}
nav ul, li {
   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, textarea {
   vertical-align: middle;
   color: #666;
   font-weight: 300;
}
input[type="text"]::placeholder, textarea::placeholder {
    color: #bbb;
}

/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #bbb;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #bbb;
}
select {
   width: 100%;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
.select_wrap {
 background: #fff;
 border: 1px solid #999;
 font-size: 16px;
 height: 58px;
 width: 80%;
 position: relative;
 padding: 0 10px;
 display: flex;
}
.select_wrap::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 50%;
    right: 10px;
    font-size: 2rem;
    pointer-events: none;
    color: #999;
    transform: translate(0%, -50%);
}
.select_wrap_2 select {
   background: #fff;
   height: 58px;
   padding: 10px;
}
.select_wrap_2::before {
      position: absolute;
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      top: 50%;
      right: 30px;
      font-size: 2rem;
      pointer-events: none;
      color: #999;
      transform: translate(0%, -50%);  
}
textarea {
   resize: none;
}
.ie11 input[type='text'] {
   line-height: 0;
}

@media screen and (max-width: 767px) {
   .select_wrap_2 select {
      border: solid 1px #999;
      height: auto;
      font-size: 16px;
   }
}
/* ---------------------------------
base 
-----------------------------------*/
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 0;
   -webkit-box-sizing: content-box;
   -webkit-afppearance: button;
/*   appearance: button;*/
   border: none;
   box-sizing: border-box;
   background: none;
   padding: 0;
}
html, body {
   width: 100%;
}
html {
   font-size: 62.5%;
}
body {
   font-weight: 400;
   line-height: 1.5;/* 20210323 */
   font-size: 1.8rem;
   float: left;
   word-wrap: break-word;
   vertical-align: baseline;
   color: #000;
   position: relative;
}
h1, h2, h3, h4, h5, h6 {
   line-height: 1.2;
}
p {
   margin-bottom: 0;
}
a:hover {
   text-decoration: underline;
}
a img:hover {
   opacity: 0.7;
}
.contaner {
   min-width: 1240px;
}
.inner {
   max-width: 80%;
   margin: 0 auto;
   padding: 30px 30px 0 30px;
}
input[type="text"], textarea {
   border: 1px solid #999;
   -webkit-appearance: none;
}
@media (min-width: 992px) {
   .container {
      max-width: 1240px
   }
}

.sub_menu .fas {
  color: #9a0000;
  font-weight: normal;
  padding-right: 10px;
}

/* ---------------------------------
 見出し
-----------------------------------*/
h2 {
   font-size: 4rem;
   color: #AD1118;
}
.sub_ttl_h1 .fas {
  color: #9a0000;
}
#main-content {
   font-size: 14px;
   padding-left: 8px;/* 20210323 */
}
#main-content h1,
#sub h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  margin-bottom: 60px;
}
#main-content h2,
#sub h2 {
  color: #000;
  font-size: 2.0rem;
  border-left: solid 10px #ae3333;
  padding-left: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#main-content h3,
#sub h3 {
   color: #ae3333;
   font-size: 1.8rem;
   font-weight: normal;
   margin-bottom: 3rem;
   margin-top: 4rem;
}
#main-content h4,
#sub h4{
   border-bottom: solid 2px #151515;
   padding-bottom: 1.5rem;
   font-size: 1.6rem;
   color: #000;
   font-weight: normal;
   margin-bottom: 1.5rem;
   margin-top: 2.5rem;
}
#main-content h5,
#sub h5 {
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1.3rem;
    margin-top: 2.3rem;
}
#main-content h6,
#sub h6 {
   font-size: 1.6rem;
   margin-bottom: 1.3rem;
   margin-top: 2.1rem;
}
#main-content p,
#sub p {
  margin-bottom: 10px;
}
main {
   padding-bottom: 50px;
   line-height: 1.8;
}
#main-content img,
#sub img {
    max-width: 100%;
    height: auto;
}
/* ---------------------------------
 サブページ
-----------------------------------*/
/*コンテンツ*/
#sub {
   font-size: 1.4rem;
   /*max-width: calc(100% - 240px);*//* 20210409 */
   /*max-width: calc(80% - 1px);*//* 20210412 */
   max-width: calc(100% - 261px);/* 20210713 */
   float: left;
   color: #333;
   padding-bottom: 120px;
   width: 959px;/* 20210323 */
   padding: 0 20px 120px 23px;/* 20210323 */
   border-right: 1px solid #ccc;/* 20210323*/
   margin-bottom: 20px;/* 20210323 */
}
@media screen and (min-width: 1201px) {/* 20210716 */
   #sub {
      max-width: calc(100% - 281px);
   }
}
#sub .container {
   padding-left: 0;
   padding-right: 0;
}
#sub02 {
   font-size: 1.4rem;
   color: #707070;
   padding-bottom: 120px;
}
#main-content a, #sub a, #sub02 a {
   color: #707070;
}
.sub_menu ol,
#main-content ol,
#sub ol {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 1.5rem;
}
.sub_menu ul,
#main-content ul,
#sub ul {
  margin-bottom: 15px;
  margin-top: 15px;
}

.sub_menu ul.menu_links {
  margin-top: 0;
  margin-bottom: 0;
}


.sub_menu .brackets-number-list,
#main-content .brackets-number-list {
   padding-left: 1.8rem;
}

.sub_menu .brackets-number-list li,
#main-content .brackets-number-list li{
   counter-increment: cnt;
   list-style-type: none;
}

.sub_menu .brackets-number-list li:before,
#main-content .brackets-number-list li:before {
    content: "＜" counter(cnt) "＞ ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

#main-content .brackets-round-number-list {
   padding-left: 2rem;
}

#main-content .brackets-round-number-list li{
   counter-increment: cnt;
   list-style-type: none;
}

#main-content .brackets-round-number-list li:before {
    content: "（" counter(cnt) "） ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu .brackets-number-list,
#sub .brackets-number-list {
  /* padding-left: 1.8rem; */
  text-indent: -1rem;
  padding-left: 4rem;
}

.sub_menu .brackets-number-list li,
#sub .brackets-number-list li{
  counter-increment: cnt;
  list-style-type: none;
}

.sub_menu .brackets-number-list li:before,
#sub .brackets-number-list li:before {
    content: "＜" counter(cnt) "＞ ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu .brackets-round-number-list,
#sub .brackets-round-number-list {
   /* padding-left: 2rem; */
  text-indent: -1rem;
  padding-left: 4rem;
}

.sub_menu .brackets-round-number-list li,
#sub .brackets-round-number-list li{
   counter-increment: cnt;
   list-style-type: none;
}

.sub_menu .brackets-round-number-list li:before,
#sub .brackets-round-number-list li:before {
    content: "（" counter(cnt) "） ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu .brackets-square-list,
#sub .brackets-square-list {
   /* padding-left: 2rem; */
  padding-left: 4rem;
  text-indent: -1rem;
}

.sub_menu .brackets-square-list li,
#sub .brackets-square-list li{
   counter-increment: cnt;
   list-style-type: none;
}

.sub_menu .brackets-square-list li:before,
#sub .brackets-square-list li:before {
    content: "［" counter(cnt) "］ ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

#sub .brackets-curly-list {
   /* padding-left: 2rem; */
  text-indent: -1rem;
  padding-left: 4rem;
}

#sub .brackets-curly-list li{
   counter-increment: cnt;
   list-style-type: none;
}

#sub .brackets-curly-list li:before {
    content: "｛" counter(cnt) "｝ ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu  .brackets-angles-list,
#sub .brackets-angles-list {
   /* padding-left: 2rem; */
  text-indent: -1rem;
  padding-left: 4rem;
}

.sub_menu  .brackets-angles-list li,
#sub .brackets-angles-list li{
   counter-increment: cnt;
   list-style-type: none;
}

.sub_menu  .brackets-angles-list li:before,
#sub .brackets-angles-list li:before {
    content: "「" counter(cnt) "」 ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu  .brackets-sumi-list,
#sub .brackets-sumi-list {
   /* padding-left: 2rem; */
  text-indent: -1rem;
  padding-left: 4rem;
}

.sub_menu  .brackets-sumi-list li,
#sub .brackets-sumi-list li{
   counter-increment: cnt;
   list-style-type: none;
}

.sub_menu  .brackets-sumi-list li:before,
#sub .brackets-sumi-list li:before {
    content: "【" counter(cnt) "】 ";
    margin-left: -1.6em;
    display: inline-block;
    margin-right: 3px;
}

.sub_menu ul li:not([class]),
#main-content ul li,
#sub ul li {
   position: relative;
   margin-bottom: 0px;
   padding-left: 18px;
}

.sub_menu ol li,
#main-content ol li,
#sub ol li {
    position: relative;
    margin-bottom: 0px;
}
.bread {
    margin-top: 8px !important;
    padding-left: 0 !important;
    white-space: nowrap;
}
.bread li {
    list-style-type: none !important;
}
.bread li:last-child {
    white-space: normal;
}
.sub_menu ol li,
#main-content ol li,
#sub ol li {
  list-style-type: decimal;
}
#main-content ol.alpha li,
#sub ol.alpha li {
  list-style-type: upper-alpha;
}
#main-content ol ul li,
#sub ol ul li {
  list-style-type: none;
}
#main-content ol.alpha ul li,
#sub ol.alpha ul li {
  list-style-type: none;
}
#main-content ul li:before,
#sub ul li:before {
   /* content: "●"; */
   /* color: #ccc; */
   background-color: #ccc;
   border-radius: 50%;
   content: "";
   width: 6px;
   height: 6px;
   font-size: 0.8rem;
   position: absolute;
   /* top: 50%; */
   left: 0;
   top: 10px;
   /* transform: translate(0%, -50%); */
}

.sub_menu ul li:not([class]):before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 10px;
}

.sub_menu .caret-list li:before,
#main-content .caret-list li:before,
#sub .caret-list li:before {
  top: 0 !important;
  transform: translate(0%, 0);
}

.sub_menu .check-list li:before,
#main-content .check-list li:before,
#sub .check-list li:before {
  top: 4px !important;
  transform: translate(0%, 0);
}


table {
   width: 100%;
}
#main-content table th,
#sub table th {
   background: #E2E6E9;
   padding: 10px 20px;
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   font-weight: normal;
   vertical-align: top;
}
#main-content table td,
#sub table td {
   background: #F2F4F6;
   padding: 10px 20px;
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   vertical-align: top;
}
#main-content #bread li a,
#sub #bread li a {
   color: #707070;
}

#main-content table,
#sub table {
  margin-top: 30px;
  margin-bottom: 30px;
}

#sub a.btn {
  text-decoration: none;
}

/*サブメニュー*/
.sub_menu {
   float: right;
   /*width: 220px;*//* 20210412 */
   /*width: calc(20% - 20px);*//* 20210412 */
   width: 260px;/* 20210713 */
   font-size: 1.6rem;
   padding-top: 42px;/* 20210713 */
   padding-left: 20px;/* 20210713 */
}
@media screen and (min-width: 1201px) {/* 20210716 */
   .sub_menu {
      width: 280px;
   }
}
.sub_menu ol li,
.sub_menu ol li a,
.sub_menu ul li,
.sub_menu ul li a{
  font-size: 14px;
}
.sub_menu p {
   font-size: 14px;
   line-height: 1.8;
}
.sub_menu.news-archive {
   display: block;
}
.sub_menu li {
   border-bottom: 2px solid #fff;
   line-height: 1.8;
}
.sub_menu li.menu_ttl {
  line-height: 1.2;
}
.sub_menu li:last-child {
   border-bottom: 0;
}
.sub_menu .main_ttl {
   background: #E2E6E9;
   color: #000;
   width: 100%;
   display: block;
   font-size: 1.6rem;
   font-weight: normal;
}
.sub_menu .main_ttl span {
   padding: 10px 10px 10px 20px;
   display: inline-block;
}
.sub_menu ul .menu_ttl a {
/*   background: #565D63;/* 20210323 */
/*   color: #fff;/* 20210323 */
   padding: 10px 20px;
   width: 100%;
   display: block;
}
.sub_menu ul li.subttl {
   background: #565D63;
   color: #fff;
   padding: 10px 0 0 0;
   width: 100%;
   display: block;
   font-size: 1.6rem;
   /*border-top: 2px solid #fff;*/
}
.sub_menu ul li span.first {
   display: block;
   padding: 0 0 10px 20px;
}
.sub_menu ul li a.first {
    background: #565d63;
    color: #fff;
    display: block;
    padding: 0 0 10px 20px;
}
nav.sub_menu ul li a {
   background: #F2F4F6;

   padding: 10px 0;
}
.sub_menu ul li.active {
   background: #DDAAAA;
   padding: 10px 10px 10px 40px;
   font-size: 1.6rem;
   color: #000;
}
.sub_menu li ul li a:hover {
   background: #DDAAAA;
   text-decoration: none;
}
.sub_menu li ul li a {
   background: #F2F4F6;
   color: #000;
   width: 100%;
   display: block;
   padding: 10px 20px 10px 40px;
   font-size: 1.6rem;
}
.sub_menu ul .main_ttl li:last-of-type {
   border: none;
}
@media screen and (min-width:768px) {
   .sp {
      display: none !important;
   }
}
@media screen and (max-width:767px) {
   .pc {
      display: none !important;
   }
   body {
      font-size: 1.4rem;
   }
   main#sub {
      padding: 0 0 80px 0;
      border-right: none;/* 20210323 */
      margin-bottom: 0;/* 20210323 */
   }
   #main-content {
       padding-left: 0;/* 20210323 */
   }
   /* ---------------------------------
スマホメニュー
-----------------------------------*/
   .sp_header {
      position: relative;
      margin-top: 10px;
   }
   /*menuコンテンツ*/
   .menu {
      flex-direction: column;
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #111;
   }
   .menu label {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      background-size: 100%;
   }
   .menu .menucont {
      position: relative;
      top: 20px;
      padding-bottom: 20px;
      text-align: center;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
   }
   .menu ul {
      margin: 0 auto;
      padding: 0;
      list-style: none;
      text-align: left;
   }
   .menu ul li, .menu ul li a {
      transition: all 0.3s ease;
   }
   nav.global_nav .menu li{
      height: auto;
   }
   nav.global_nav .menu li a {
      display: block;
      padding: 10px 20px;
      color: #ffffff;
      font-size: 1.8rem;
   }
   .menu_ttl {
      border-bottom: 1px solid #707070;
   }
   .menu_ttl a {
      width: 100%;
      display: block;
      padding: 10px 0;
      text-align: left;
   }
   /*クリックしたらメニューが開閉の動作*/
   .menuEffects {
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
      opacity: 0;
   }
   .menuEffects ul {
      transition: all 0.5s;
      transform: translateY(0%);
   }
   #menuToggle:checked ~ .menuEffects {
      visibility: visible;
      transition: opacity 0.5s;
      opacity: 1;
   }
   #menuToggle:checked ~ .menuEffects ul {
      opacity: 1;
      padding: 50px 0;
   }
   #menuToggle:not(:checked) ~ .menuEffects ul {
      transform: translateY(-30%);
   }
   /*ハンバーガー*/
   .menucont #menu01 li, .menucont #menu02 li, .menucont #menu03 li, .menucont #menu04 li, .menucont #menu05 li, .menucont #menu06 li, .menucont #menu07 li, .menucont #menu08 li {
      background: #fff;
      border-bottom: 1px solid #707070;
      padding-left: 25px;
   }
   .menucont #menu01 li a, .menucont #menu02 li a, .menucont #menu03 li a, .menucont #menu04 li a, .menucont #menu05 li a, .menucont #menu06 li a, .menucont#menu07 li a, .menucont #menu08 li a {
      color: #707070;
      font-weight: normal;
   }
   .menucont .search_container {
      border: none;
      padding-bottom: 40px;
      width: 80%;
      margin: 40px auto 20px auto;
      display: flex;
      align-content: center;
   }
   .menucont .search_container input[type="text"] {
      width: 100%;
      border: none;
      height: 32px;
      padding: 0 30px 0 5px;
      border-radius: 0;
      background: #fff;
   }
   .menucont .search_container button[type="submit"] {
      top: 3px;
      right: 8px;
   }
   .menucont .search_container .fas {
      font-size: 1.8rem;
   }
   li.on {
      background: #E2E6E9;
   }
   #accordion_menu li a {
      color: #fff;
      text-decoration: none;
      padding: 10px 20px;
      font-size: 1.8rem;
   }
   #accordion_menu li a[aria-expanded="true"] {
      background: #E2E6E9;
      color: #000;
      text-decoration: none;
   }
   .menu_ttl .fas, #accordion_menu li a[aria-expanded="false"] .fas {
      color: #fff;
   }
   #accordion_menu li a[aria-expanded="true"] .fas, #accordion_menu03 li a[aria-expanded="true"] .fas {
      color: #9a0000;
   }
   .menucont .sns {
      color: #fff;
      margin: 30px auto;
      display: flex;
      align-items: center;
      justify-content: center;
   }
   .menucont .sns ul {
      margin: 0;
   }
   .menucont .sns li {
      padding: 0;
   }
   .menu .sns li a {
      padding: 0;
   }
   .menucont .sns li a {
      padding: 0;
   }
   input[type=checkbox], input[type=radio] {
      display: none;
   }
   .menucont .sns ul li:first-child {
      margin: 0;
   }
   /* ---------------------------------
 見出し
-----------------------------------*/
   .sub_ttl_h1 {
      padding-bottom: 15px;
   }
   h2 {
      font-size: 3rem;
   }
   .sub_ttl_h1 {
      font-size: 3.6rem;
      margin-bottom: 50px;
   }

}

@media screen and (max-width: 992px) {
      /*サブメニュー*/
      .sub_menu {
         max-width: none;
         width: 100%;/* 20210323 */
         margin-bottom: 30px;
/*         margin-left: calc(50% - 50vw);/* 20210323 */
         padding-top: 0;/* 20210713 */
         padding-left: 0;/* 20210713 */
      }
      .sub_menu ul li.subttl {
        /* background: #9a0000;*/
      }
   /* ---------------------------------
   サブページ
   -----------------------------------*/
   /*コンテンツ*/
   #main-content,
   #sub {
      font-size: 1.4rem;
      max-width: 100%;
      float: left;
      margin-right: 0;
      border-right: none;/* 20210323 */
      margin-bottom: 0;/* 20210323 */
   }
   #sub02 {
      font-size: 1.4rem;
      max-width: 100%;
      padding: 0 0 40px 0;
   }
   #main-content ul li:before,
   #sub ul li:before {
      /* background-color: transparent; */
      top: 7px;
   }
   
   /* ---------------------------------
   フッター
   -----------------------------------*/
   footer {
      background: none;
   }
   footer .sns {
      margin: 0 auto;
      justify-content: center;
   }
   footer small {
      margin-top: 20px;
   }   
}

@media screen and (max-width: 990px) and (min-width: 768px) {
   nav.global_nav .menu li, nav.global_nav .menu li:hover a {
      font-size: 1.2rem;
   }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
   nav.global_nav .menu li, nav.global_nav .menu li:hover a {
      font-size: 1.5rem;
   }
}

/* ---------------------------------
 FAQ
-----------------------------------*/
.acd-check{
  display: none;
}
.acd-label{
  display: block;
  margin-bottom: 1px;
  transition: .3s;
}
.acd-label:hover {
  color: #ff0000;
  cursor: pointer;
}
.acd-content{
  background: #f5f5f5;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
}
.acd-check:checked + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/* ---------------------------------
 その他
-----------------------------------*/
.pdf-umekomi {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;

}
.pdf-umekomi iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-style-type-none {
   list-style-type: none !important;
}

.list-style-type-none li:before{
   content:none !important;
}

#news_list .article:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;/* 20210323 */
}

#news_list .article {
  overflow: hidden;
}

/* 20210713 アーカイブページラベル追加*/
/* 20220921 #news_list削除*/
.archivedate {
  display: inline-block;
  vertical-align: middle;
}
.archivetag {
  display: inline-block;
  width: 48px;
  margin-left: 0.5rem;
  padding: 5px 0;
  background-color: #9A0000;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
.archivetag.kic {
  background-color: #D04465;
}
.archivetag.suzaku {
  background-color: #ED7020;
}
.archivetag.bkc {
  background-color: #2180C1;
}
.archivetag.oic {
  background-color: #6BAA31;
}
.archivetag.share {
  background-color: #666;
}



.h1 {
    font-size: 3.0rem !important;
    margin-bottom: 60px !important;
}

.h2 {
    color: #ae3333;
    font-size: 2.0rem !important;
    border-left: solid 10px #ae3333;
    padding-left: 12px;
    margin-bottom: 30px !important;
    margin-top: 30px;
}

.h3 {
    color: #ae3333;
    font-size: 1.8rem !important;
    /* 一旦非表示 */
    /* padding: 7px 15px; */
    /* background-color: #e2e6e9; */
    font-weight: normal;
    margin-bottom: 3rem !important;
    margin-top: 4rem;
}

.h4 {
    border-bottom: solid 2px #151515;
    padding-bottom: 1.5rem;
    font-size: 1.6rem !important;
    color: #000;
    font-weight: normal;
    margin-bottom: 1.5rem !important;
    margin-top: 2.5rem;
}

.h5 {
    font-size: 1.6rem !important;
    color: #000;
    font-weight: normal;
    margin-bottom: 1.3rem !important;
    margin-top: 2.3rem;
}


.h6 {
   font-size: 1.6rem;
   padding-bottom: 2rem;
}

.color-red {
   color: #ae3333 !important;
}

.bb-1-ccc {
   border-bottom: 1px solid #ccc !important;
}

.mt-10 {
   margin-top: 6rem !important;
}

.check-list li:before {
   background-color: transparent !important;
   content: "\f00c" !important;
   font-family: "Font Awesome 5 Free" !important;
   font-weight: 900;
   position: absolute;
   left : 1em;
   color: #870002;
   width: auto !important;
   height: auto !important;
}

.caret-list li:before {
   background-color: transparent !important;
   content: "\f0da" !important;
   font-family: "Font Awesome 5 Free" !important;
   font-size: 1.4rem !important;
   font-weight: 900;
   position: absolute;
   left : 1em;
   color: #870002;
   width: auto !important;
   height: auto !important;
}

.fill-circle-list li:before {
   background-color: transparent;
   content: "●" !important;
}

.lower-alpha-list  li{
   list-style-type: lower-alpha !important;
}
.upper-latin-list > li{
    list-style-type: upper-latin !important;
}
.circle-number-list {
   counter-reset: list;
   list-style-type: none;
   padding-left: 3.3rem !important;
}
.circle-number-list li {
   list-style-type: none !important;
   line-height: 25px;
}
.circle-number-list li:not(:last-child) {
   margin-bottom: 15px !important;
}
.sub_menu > li:before,
.circle-number-list > li:before {
   background-color: transparent;
   counter-increment: list;
   content: counter(list);
   position: absolute;
   left: -35px;
   width: 25px;
   height: 25px;
   line-height: 25px;
   background: #565D63;
   text-align: center;
   color: #fff;
   top: 1.2rem;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   border-radius: 50%;
}
.reset-list li:before {
   background-color: transparent;
    content: none !important;
}
.reset-list li {
    padding-left: 0 !important;
}

.sp_head_menu02 {
   display: none;
}
@media screen and (max-width: 767px) {
   .sp_head_menu02 {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
   }
   
   .sp_head_menu02 li:not(:last-child) {
      margin-right: 10px;
   }
   
   .sp_head_menu02 li a {
      background-color: #9a0000;
      padding: 6px 10px;
      color: #fff;
      position: relative;
      top: 2px;
      display: block;
   }
   
}

.btn_to_top {
   position: fixed;
   right: 10px;
   bottom: 10px;
   background-color: #565d63;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
   border-radius: 4px;
}
.btn_to_top:hover {
   color: #fff;
   text-decoration: none;
}
.btn_to_top i{
   font-size: 2rem;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 767px) {
   .btn_to_top {
      right: 10px;
   }
}

.err_msg {
   color: #870002 !important;
}

.color-black {
   color: #000 !important;
}

/* アコーディオン */
#main-content button[data-toggle="collapse"] {
   color: #ae3333;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   outline: 0;
}
#main-content button[data-toggle="collapse"]::after {
   content: "\f106";
   font-family: "Font Awesome 5 Free";
   font-weight: 600;
   pointer-events: none;
   color: #000;
}
#main-content button[data-toggle="collapse"].collapsed::after {
   content: "\f107";
}

#main-content .accbox h2 {
   background-color: #f7e6e6;
}

#main-content .accbox h3 {
   padding: 7px 0 7px 15px;
}

#main-content .accbox h2,
#main-content .accbox h3 {
   margin-bottom: 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label h2:after,
.accbox label h3:after {
   color: #000;
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   font-weight: 600;
   pointer-events: none;
   padding-right: 1rem;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition:
    opacity     .6s linear,
    max-height  .4s linear;
}

.cssacc:checked + label + .accshow {
    max-height: 10000px;
    opacity: 1;
}

.cssacc:checked + label h2:after,
.cssacc:checked + label h3:after {
    content: '\f106';
}

@media screen and (max-width: 767px) {
   #main-content .accbox h2,
   #main-content .accbox h3 {
      padding-right: 1rem;
   }   
}

.icon_external {
    padding-right: 20px;
    background: url('/lib/img/icon/icon-external.gif') no-repeat right center;
} 

.icon_pdf {
   padding-right: 20px;
   background: url('/lib/img/icon/icon-pdf.gif') no-repeat right center;
}

.icon_xlsl {
   padding-right: 20px;
   background: url('/lib/img/icon/icon-xls.gif') no-repeat right center;
}

.icon_docx {
   padding-right: 20px;
   background: url('/lib/img/icon/icon-doc.gif') no-repeat right center;
}

ul#msta_langArea li { display: inline; cursor : pointer; }

.section-form input[type=radio] {
   display: inline;
   margin-right: 3px;
   position: relative;
   top: -4px;
}

.section-form input[type="checkbox"] {
    border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 0;
}

.link-ds a,
.link-ds i {
    font-size: 2.2rem;
}

.link-ds a,.link-ds a:hover {
    color: #fff;
}


.thumb-float-left {
    float: left;
    margin: 0 15px 15px 0;
}

@media screen and (max-width: 767px) {
    .link-ds {
        margin-top: 10px;
    }
    .link-ds a:hover {
        color: #565d63;
    }
    .link-ds a,
    .link-ds i{
        color: #565d63;
        font-size: 1.6rem;
    }
    .thumb-float-left {
        float: none;
        margin: 0 0 15px;
    }
}

@media print{
    /* 印刷時スタイル */
    header,
    footer,
    .sub_menu {
        display: none !important;
    }
    #sub {
        width: 100%;
        float: none;
    }
    .accbox .accshow {
        max-height: none;
        overflow: auto;
        opacity: 1;
    }
    .acd-content {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

<style type="text/css">
//言語切り替え表示のデフォルトスタイル
a[data-stt-changelang] {
margin:0 7px;
}
//アクティブなテキストのスタイル
a[data-stt-active] {
text-decoration:none;
font-weight:bold;
}
<style>
