@font-face {
  font-family: Notosanscjkjp black;
  src: url('../fonts/NotoSansCJKjp-Black.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Notosanscjkjp regular;
  src: url('../fonts/NotoSansCJKjp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.container {
  background-color: #fff;
  width: 780px;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 6px #858585;
}

.ttl {
  background-image: url('../images/ttl_bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 58px;
}

.main {
  background-color: #311e16;
  background-image: url('../images/bg_paper.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
}

.report_ttl {
  color: #aa7a24;
  padding-left: 60px;
  font-family: Notosanscjkjp black, sans-serif;
  font-size: 29px;
}

.click_info {
  float: right;
  color: #d82c2c;
  text-align: right;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Notosanscjkjp regular, sans-serif;
}

.jtext {
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Notosanscjkjp regular, sans-serif;
  line-height: 22px;
}

.jtext.topm30 {
  margin-top: 30px;
}

.h2ttl {
  color: #444;
  font-family: Notosanscjkjp black, sans-serif;
  font-size: 16px;
}

.main_area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.photo_area {
  float: none;
  text-align: center;
  background-color: #fff7f0;
  border: 1px #777;
  border-radius: 6px;
  margin: 10px auto 15px;
  padding: 5px;
  display: block;
}

.photo_area.pd5 {
  padding: 5px;
}

.photo {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  margin: 20px 10px;
  padding-bottom: 19px;
  text-decoration: none;
  box-shadow: 1px 1px 4px 1px #afafaf;
}

.photo.w1 {
  float: none;
  width: 60%;
}

.photo.w2 {
  width: 30%;
}

.footer_area {
  background-color: #412919;
  height: 200px;
  display: none;
}

.inquiry {
  float: right;
  background-color: #fff;
  border-radius: 5px;
  width: 323px;
  height: 100%;
}

.inquiry_left {
  float: left;
  height: 160px;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 10px;
}

.footer_list {
  float: left;
  color: #fff;
  margin-right: 15px;
  font-size: 11px;
}

.list_head {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: Notosanscjkjp regular, sans-serif;
}

.list_item {
  list-style-type: none;
}

.footer_up {
  text-align: center;
  background-color: #f5ff00;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.atten {
  float: left;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Notosanscjkjp regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.caption {
  float: none;
  width: 300px;
}

.ttl_attn {
  float: right;
  text-align: right;
  width: 100%;
  padding-left: 60px;
}

.text-span {
  color: #000;
}

.cap {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.image, .image-2, .image-3 {
  width: 100%;
}

.video {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center.middle {
  text-align: center;
}

.rights, .left_logo {
  float: left;
  width: 200px;
}

.footer_center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 90px;
  position: fixed;
}

.logo_type {
  float: left;
  color: #616161;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: 0 0 6px #fff;
}

.container-2 {
  padding-top: 10px;
}

.nav-menu {
  font-family: Cinzel, sans-serif;
}

.mainimg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.topcontent {
  text-align: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: block;
}

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

._100img {
  width: 100%;
}

.logo_mark {
  float: left;
  height: 80px;
  margin-right: 20px;
}

.bnr_wide {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bnr_wide.mb20 {
  margin-bottom: 20px;
}

.image-5 {
  width: 100%;
}

.page_info {
  float: right;
  text-align: right;
  background-color: #0000;
  width: 50%;
  padding-left: 5px;
  font-size: 10px;
  line-height: 12px;
}

.click_info2 {
  color: red;
  text-align: left;
}

.photo_txt {
  clear: none;
  background-color: var(--white);
  text-align: left;
  border-radius: 5px;
  width: 45%;
  padding: 20px 10px;
  font-size: 12px;
  display: inline-block;
}

.text-span-2 {
  text-align: center;
}

.photocap {
  color: #333;
  font-family: Notosanscjkjp regular, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.bold-text {
  font-size: 26px;
}

.newsdate {
  color: #aa7a24;
  margin-top: 15px;
  padding-left: 60px;
  font-family: Notosanscjkjp regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.report_ttl-_new {
  color: #aa7a24;
  margin-top: 0;
  padding-left: 60px;
  font-family: Notosanscjkjp black, sans-serif;
  font-size: 26px;
}

.report_ttl_new {
  color: #aa7a24;
  margin-top: 0;
  padding-left: 60px;
  font-family: Notosanscjkjp black, sans-serif;
  font-size: 26px;
  line-height: 44px;
}

.bold-text-2 {
  color: #aa7a24;
}

.photo_left, .photo_right {
  float: left;
  width: 50%;
  min-width: 100px;
  min-height: 100px;
}

.anote_txt {
  background-color: #ffefef;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 12px;
}

.ptxt {
  float: none;
  color: #333;
  text-align: left;
  font-family: Notosanscjkjp regular, sans-serif;
  text-decoration: none;
}

.anote-2_txt {
  background-color: #efffe3;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 14px;
}

.ltxt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .photo {
    width: 95%;
  }

  .img {
    width: 100%;
  }

  .logo_type {
    font-size: 28px;
  }

  .topcontent {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }

  .report_ttl {
    padding-left: 30px;
    font-size: 24px;
  }

  .click_info {
    font-size: 12px;
  }

  .main_area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo, .photo.w1, .photo.w2 {
    width: 95%;
  }

  .atten {
    padding-left: 10px;
  }

  .left_logo {
    float: none;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo_type {
    font-size: 20px;
  }

  .mainimg, .topcontent {
    width: 100%;
  }

  .image-5 {
    display: block;
  }

  .page_info {
    width: 60%;
    font-size: 8px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 36px;
  }

  .newsdate {
    padding-left: 30px;
  }

  .report_ttl-_new {
    padding-left: 30px;
    font-size: 24px;
    line-height: 36px;
  }

  .report_ttl_new {
    margin-top: 0;
    padding-left: 30px;
    font-size: 24px;
    line-height: 36px;
  }

  .photo_left, .photo_right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: auto;
  }

  .report_ttl {
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .click_info {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px;
  }

  .jtext {
    font-size: 13px;
  }

  .h2ttl {
    font-size: 15px;
    line-height: 29px;
  }

  .main_area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .photo {
    width: 95%;
  }

  .photo.w1 {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .photo.w2 {
    width: 95%;
  }

  .atten {
    padding-left: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .cap, .text-block, .text-block-2, .text-block-3 {
    font-size: 12px;
  }

  .navbar {
    height: 60px;
  }

  .logo_type {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .container-2 {
    padding-top: 5px;
  }

  .topcontent {
    padding-top: 60px;
  }

  .logo_mark {
    height: 40px;
  }

  .page_info {
    width: 99%;
    font-size: 6px;
  }

  .click_info2 {
    font-size: 4px;
    font-weight: 400;
  }

  .bold-text {
    font-size: 16px;
    line-height: 24px;
  }

  .newsdate {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .report_ttl-_new, .report_ttl_new {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .photo_left, .photo_right {
    width: 100%;
  }
}


@font-face {
  font-family: 'Notosanscjkjp black';
  src: url('../fonts/NotoSansCJKjp-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notosanscjkjp regular';
  src: url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}