@charset "UTF-8";
.name {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.l-container {
  max-width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
.l-container p {
  font-size: 16px;
  margin-bottom: 20px;
}
.text01 {
  font-size: 1.5rem;
}
.l-paragraph p {
  font-size: 16px;
  margin-bottom: 20px;
}
.l-paragraph .motto-body h4 {
  font-size: 18px;
}
.l-paragraph h4 {
  font-size: 28px;
  margin-bottom: 5px;
}
.ttl-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #151515;
  margin-bottom: 30px;
  position: relative;
}
.ttl-line:after {
  content: "";
  display: block;
  width: 230px;
  border-top: 1px solid #c30000;
  position: absolute;
  bottom: -1px;
}
.ttl-no-line {
  border-bottom: none;
}
.ttl-no-line:after {
  display: none;
}
.ttl-h2 {
  margin-top: 40px;
  font-size: 36px;
  font-weight: normal;
}
.ttl-h4 {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 0;
  padding-bottom: 0;
}
.ttl-h4:after {
  content: none;
}
.list-dot > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.list-dot > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c30000;
  position: absolute;
  left: 10px;
  top: 10px;
}
.list-annotation {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.list-annotation > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.2rem;
}
.list-annotation > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.list-annotation > li .list-dot li:before {
  top: 7px;
}
.list-annotation.__decimal {
  counter-reset: item;
}
.list-annotation.__decimal > li {
  counter-increment: item;
  padding-left: 30px;
}
.list-annotation.__decimal > li::before {
  content: "※" counter(item);
}
.list-annotation.__decimal.num-set > li::before {
  content: attr(data-number);
}
.list-annotation.__txt-normal > li {
  line-height: 1.7;
  /*margin-bottom: 5px;*/
}
.l-paragraph a[target=_blank] {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}

.ttl-h2 a {
  color: #c30000;
  position: relative;
  transition: .25s;
}
.ttl-h2 a:hover {
  opacity: .75;
}
.ttl-h2 a[target=_blank]:after {
  content: "";
  display: block;
  background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 21px;
  position: absolute;
  right: -25px;
  bottom: 10px;
  transition: .25s;
}
.ttl-h2 .ttl-sub {
  display: block;
  font-size: 2.75rem;
}
.content-base {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
.navi-base {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
.l-anchor-link_wrap {
  background: #F5F5F5;
}
.l-anchor-link {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
      justify-content: center;
  margin: 0 auto;
}
.ttl-h2_wrap {
  margin-top: 40px;
}
.list-decimal {
  list-style-type: decimal;
  margin-left: 30px;
}
.list-decimal > li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.list-decimal.__bold > li::marker {
  font-weight: bold;
}
.list-decimal.__bold > li .ttl {
  font-weight: bold;
}
.l-anchor-link {
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
      justify-content: center;
}
.anchor-link > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
      align-items: center;
  gap: 10px;
  height: 100px;
  color: #c30000;
  text-decoration: none;
  padding: 0 17px;
  font-size: 18px;
  font-weight: bold;
  transition: .25s;
}
.anchor-link > li > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23c30000' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.anchor-link > li > a:hover {
  background: #c30000;
  color: #FFF;
}
.anchor-link > li > a:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23fff' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.pagescrollpoint {
  margin-top: -75px;
  padding-top: 75px;
  z-index: -1;
}
.ttl-h2_wrap a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
  width: 12px;
  height: 11px;
  background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
}
.motto {
  background: #F5F5F5;
  padding: 2.5rem;
  margin: 20px auto;
}
.motto-body {
  background: #fff;
  padding: 2.8125rem 3.125rem;
}
.motto-title {
  font-size: 1.125rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.1875rem;
  margin-bottom: 2.8125rem;
}
.motto-img {
  text-align: center;
}
.motto-img img {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.box-col-02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5%;
}
.box-col-02 .area-txt {
  width: 54%;
}
.box-col-02 .area-img {
  width: 41%;
}
.box-col-02.__half .area-txt, .box-col-02.__half .area-img {
  width: 47.5%;
}
.box-col-02.__img-30 .area-txt {
  width: 65%;
}
.box-col-02.__img-30 .area-img {
  width: 30%;
}
.box-col-02.__img-30 .area-img img {
  width: 100%;
}
.ta_c {
  text-align: center !important;
}
.ta_c img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.ttl-h3, .ttl-sub {
  font-size: 32px;
  font-weight: normal;
  margin: 40px 0 20px;
}
.section a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  width: 12px;
  height: 11px;
  background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
}
.ttl-h2_wrap .auto_filesize[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.l-paragraph p.txt-size-annotation {
  font-size: 1.2rem;
}
.link-arrow,
.link-item {
  text-decoration: underline;
  margin: auto 10px;
}
.link-arrow:after,
.link-item:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  transform: translate(0, -20%) rotate(225deg);
  margin-left: 4px;
  transition: .25s;
}
.box-next-h3 {
padding-left: 3.2rem;
font-feature-settings: normal;
}
.letter-spacing {
  letter-spacing: -.075rem;
}
.box-next-h4 {
  padding-left: 4.8rem;
}

@media only screen and (max-width:767.98px){
  .content-base {
    width: 100%;
  }
  .ttl-h2 .ttl-sub {
    font-size: 1.75rem;
  }
  .ttl-h2 {
    margin-top: 40px;
    font-size: 32px;
    font-weight: normal;
  }
  .list-dot > li {
    font-size: 1.3rem;
    padding-left: 20px;
  }
  .list-dot > li::before {
    left: 2px;
    top: 7px;
  }
  .ttl-h2 a[target=_blank]:after {
    width: 14px;
    height: 11px;
    position: absolute;
    right: -10px;
    bottom: 13px;
    transition: .25s;
  }
  
  .l-anchor-link {
    padding: 10px 0;
    flex-wrap: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
    }
  .l-anchor-link + .l-anchor-link {
    padding-top: 0;
    margin-top: -10px;
  }
  .l-anchor-link > li a {
    height: auto;
    padding: 10px 4%;
    }
  .pagescrollpoint {
    margin-top: 0;
    padding-top: 0;
  }
  .box-col-02 {
    flex-wrap: wrap;
  }
  .box-col-02.__img-30 .area-img,
  .box-col-02.__img-30 .area-txt {
    width: 100%;
  }
  .box-col-02.__img-30 .area-txt {
    margin-bottom: 10px;
  }
  
  .ttl-h3, .ttl-sub {
      font-size: 2.6rem;
      font-weight: normal;
      padding-top: 30px;
      margin: 0;
      margin-bottom: 30px;
  }
  
}
/**----------------------------------------
*
* 　テーブル
* 
----------------------------------------*/
.table-normal {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 15px;
  font-size: 1.5rem;
}
.table-normal th,
.table-normal td {
  border: 1px solid #CBCBCB;
  padding: 20px 30px;
}
.table-normal th {
  background: #F5F5F5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-normal th,
  .table-normal td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-normal.__sp-block {
    border-top: 1px solid #CBCBCB;
  }
  .table-normal.__sp-block th,
  .table-normal.__sp-block td {
    display: block;
    border-top: none;
    width: 100%;
  }
}
