#nka_contents {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1.8rem;
}

.sec03,
.sec04 {
  max-width: 1440px;
  margin: 0 auto;
}

.ML_10 {
  margin-left: 10%;
}

#nka_contents img {
  display: block;
  width: 100%;
  height: auto;
}

.select_btn_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin: 0 10%;
}

.select_btn_box_sp {
  display: none;
}

.select_btn:hover {
  opacity: 0.7;
}

.select_btn_on {
  display: none;
}

.select_item_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 10%;
  margin-bottom: 60px;
}

.select_items {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  margin-bottom: 40px;
}

.select_items a:hover {
  opacity: 0.7;
}

.select_items dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  color: #d44521;
}

.select_items dl dd {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
}

.view_more {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #d44521;
  max-width: 288px;
  text-align: center;
  border-radius: 10px;
  padding: 18px 0;
}

.view_more_box a {
  display: block;
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
}

.view_more_box a:hover {
  opacity: 0.7;
}

.sec_ttl {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
}

.sec_ttl_small {
  font-size: 1.8rem;
}

#nka_contents img.k_mix_pc {
  display: block;
}

#nka_contents img.k_mix_sp {
  display: none;
}

.k_mix_btn {
  width: 80%;
  margin: 0 auto;
}

.k_mix_btn:hover {
  opacity: 0.7;
}

@media (max-width: 775px) {
  .select_btn_box {
    display: none;
  }
  .select_btn_box_sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    margin: 0 10%;
  }

  .select_items {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .select_btn_box_sp,
  .select_item_box,
  .ML_10 {
    margin: 0 5%;
  }
  .select_items dl dt {
    font-size: 1.7rem;
  }

  .select_items dl dd {
    font-size: 1.3rem;
  }

  .select_items {
    width: 100%;
  }
  .sec_ttl {
    font-size: 3.6rem;
  }
  .sec_ttl_small {
    font-size: 1.3rem;
  }
  #nka_contents img.k_mix_pc {
    display: none;
  }

  #nka_contents img.k_mix_sp {
    display: block;
  }

  .k_mix_btn {
    width: 90%;
  }
}

/* reportページレイアウト */
.report_content {
  overflow: hidden;
}
.main_img_box {
  background: linear-gradient(to bottom, #d44521 70%, transparent 30%);
  padding: 0 100%;
  margin: 0 -100%;
}

.main_img_box .main_img {
  max-width: 900px;
  width: 62.5%;
  margin: 0 auto;
}

#nka_contents img.report_thumb_pc{
  display: block;
}
#nka_contents img.report_thumb_sp{
  display: none;
}

.main_img_box .main_logo {
  max-width: 1100px;
  width: 76.38888889%;
  margin: -3% auto 0;
}

.report_item_box {
  max-width: 900px;
  width: 62.5%;
  margin: 0 auto;
}

.report_item_box .ttl_box .ttl_small_txt {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d44521;
  opacity: 0.7;
}

.report_item_box .ttl_box .ttl_txt {
  font-size: 4.2rem;
  line-height: 1.5em;
  font-weight: bold;
}

.report_item_box .ttl_box .division_date {
  font-size: 1.6rem;
  font-weight: normal;
}
.report_item_box .ttl_box .division_date span {
  font-size: 1.4rem;
  font-weight: normal;
}

.report_item_box .ttl_box .name_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.report_item_box .ttl_box .name_box .name_img {
  max-width: 60px;
  width: 100%;
}
.report_item_box .ttl_box .name_box .name_txt {
  font-size: 1.8rem;
  font-weight: normal;
}

.report_item_box .ttl_box .lead_sentence {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
}

.report_item_box .report_txt_box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.report_item_box .report_txt_box .report_txts {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8em;
}

.other_box {
  background: #e7e7e7;
  padding: 4% 0;
}

.slider_box{
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.slider{
  width: 80%;
  margin: 0 auto;
}

.slider .slide {
  padding: 10px;
}
.other_item_img img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.custom-arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.custom-arrows button:hover {
  opacity: 0.7;
}

#nka_contents .custom-arrows img {
  width: 40px;
  height: auto;
}

.custom-prev{
  position: absolute;
  top: 40%;
  left: 5%;
}

.custom-next{
  position: absolute;
  top: 40%;
  right: 5%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.slider .slide a:hover{
  opacity: 0.7;
}

.other_item_txt_box dt{
  color: #d44521;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3em;
}

.other_item_txt_box dd{
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
}


  .report_slider_for img,
  .report_slider_nav img {
    width: 100%;
    display: block;
  }

.report_slider_nav .report_slide_imgs {
  margin-top: 5px;
  cursor: pointer;
  padding: 0;
}


.report_slider_nav .report_slide_imgs :hover{
  opacity: 0.7;
}

.report_slider_nav .report_slide_imgs img {
  display: block;
  width: 100%;
  padding: 0 2.5px;
  box-sizing: border-box;
}

.report_slider_nav .slick-slide {
  padding: 0;
}

@media (min-width: 1440px) {
  .main_img_box .main_logo {
    margin: -45px auto 0;
  }
}

@media (max-width: 768px) {
  .report_item_box .ttl_box .ttl_txt {
  font-size: 3.5rem;
  }
  .sp_none {
    display: none;
  }
}

@media (max-width: 480px) {
  .main_img_box .main_logo {
    display: none;
  }
  .report_item_box {
    width: 90%;
  }
  .report_item_box .ttl_box .ttl_txt {
    font-size: 2.4rem;
  }
  .report_item_box .ttl_box .division_date {
    font-size: 1.5rem;
  }
  .report_item_box .ttl_box .division_date span {
    font-size: 1.3rem;
  }
  .report_item_box .ttl_box .name_box .name_txt {
    font-size: 1.7rem;
  }
  .report_item_box .ttl_box .lead_sentence {
    font-size: 1.7rem;
    line-height: 1.7em;
  }
  .report_item_box .report_txt_box_01 .report_txts {
    font-size: 1.5rem;
  }
  .slider{
  width: 100%;
  margin: 0 auto;
}
.main_img_box .main_img {
  width: 90%;
}
#nka_contents img.report_thumb_pc{
  display: none;
}
#nka_contents img.report_thumb_sp{
  display: block;
}
.other_item_txt_box dt{
  font-size: 1.7rem;
}

.other_item_txt_box dd{
  font-size: 1.3rem;
}

.view_more_box a{
  max-width: 900px;
  width: 90%;
}
.view_more{
  max-width: 900px;
  width: 100%;
}
.k_mix_btn {
  width: 90%;
}
}
