@charset "UTF-8";

/*
基本のスタイル
*/
:root {
  --text-color: #284b7a;
  --green-color: #149947;
  --spring-color: #58b51f;
  --summer-color: #20bab7;
  --autumn-color: #f28518;
  --winter-color: #135f8f;

}

a {
  color: var(--green-color);
  word-break: break-all;
  font-weight: bold;
}

main #contentArea {
  margin-bottom: 0;
  padding-top: min(20%, 250px);
  background-color: #f2e344;
}

#contentArea::after {
  content: none;
}

#contentArea section {
  margin: 5em 0;
}

main p {
  margin: 0 0 1em;
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  color: var(--text-color);
  font-feature-settings: "palt";
  font-family: 'YakuHanJP', 'NotoSansJP';
}

main p:last-child {
  margin-bottom: 0;
}

.font-size-s {
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  display: inline-block;
}

.report-col {
  gap: 1em;
  align-items: center;
}

.report-col.align-items-start {
  align-items: self-start;
}

.report-col>:is(div, li).m-bottom0 {
  margin-bottom: 0;
}

.report-col.reverse {
  flex-direction: row-reverse;
}

:is(.h3-img-ttl, .h2-img-ttl) img {
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
}

.h3-img-ttl.text-left img {
  margin: 0 auto 0 0;
}

.box {
  padding: 3em;
  border-radius: 30px;
  box-shadow: inherit;
}

.box.spring {
  background-color: var(--spring-color);
}

.box.summer {
  background-color: var(--summer-color);
}

.box.autumn {
  background-color: var(--autumn-color);
}

.box.winter {
  background-color: var(--winter-color);
}

.text-wh {
  color: #fff;
}

.imgw200,
.imgw300,
.imgw400,
.imgw500,
.imgw560,
.imgw700,
.imgw900 {
  margin: 0 auto;
  height: auto;
  display: block;
}

.imgw200 {
  width: min(100%, 200px);
}

.imgw300 {
  width: min(100%, 300px);
}

.h3-img-ttl img.imgw300 {
  width: min(55%, 300px);
}

.imgw400 {
  width: min(100%, 400px);
}

.h3-img-ttl img.imgw500,
.imgw500 {
  width: min(100%, 500px);
}

.h3-img-ttl img.imgw560,
.imgw560 {
  width: min(100%, 560px);
}

.imgw700 {
  width: min(100%, 700px);
}

.imgw900 {
  width: min(100%, 900px);
}

.indent {
  padding-left: 1rem;
  text-indent: -1rem;
  display: inline-block;
}

.m-top3em {
  margin-top: 3em;
}

.m-bottom1em {
  margin-bottom: 1em;
}

.m-bottom2em {
  margin-bottom: 2em;
}

.m-bottom3em {
  margin-bottom: 3em;
}

.text-lead {
  font-feature-settings: "palt";
  font-family: YakuHanJP, 'NotoSansJP';
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3vw, 20px);
  letter-spacing: -0.04em;
}

table {
  margin: 0 0 1em;
  font-size: clamp(16px, 1.6vw, 18px);
  font-feature-settings: "palt";
  font-family: YakuHanJP, 'NotoSansJP';
  font-weight: normal;
}

th,
td {
  background-color: inherit;
  border: none;
  text-align: left;
  align-items: start;
  color: #333333;
}

th {
  width: 5.5em;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
}

td {
  padding-top: 0;
  padding-bottom: 0;
}

.col-2>div.w40 {
  width: 43%;
}

.col-2>div.w60 {
  width: 53%;
}

/*
個別スタイル
*/

.mainImgArea {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.mainImgArea h1 {
  margin: 1em auto 1.5em;
  width: 100%;
  max-width: 1100px;
  height: auto;
}

.mainImgArea h1 img {
  width: 100%;
  height: auto;
}

.textImgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.textImgWrap img {
  margin: 1em 0;
}

.accessList {
  color: #fff;
  font-weight: bold;
}

.accessList li {
  margin-bottom: .5em;
}

.accessList>li::after {
  content: none;
}

.accessList>li::before {
  content: "";
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accessList>li:first-child::before {
  background-image: url(../report-nogeyama/images/07-01.svg);
}

.accessList>li:nth-child(2)::before {
  background-image: url(../report-nogeyama/images/07-02.svg);
}

.accessList>li:last-child::before {
  background-image: url(../report-nogeyama/images/07-03.svg);
}


/*
infoArea
*/
#contentArea section.infoArea {
  margin: 5em 0;
}

.infoBox {
  margin: 45px auto 0;
  padding: 3em;
  width: min(100%, 770px);
  border-radius: 30px;
  background-color: #149947;
}

.infoBox h4 {
  margin-bottom: .7em;
  font-size: clamp(22px, 1vw, 28px);
}

dl.info {
  align-items: flex-start;
  font-weight: 700;
  color: #fff;
}

dl.info dt {
  margin-bottom: 20px;
  padding: 0 5px;
  width: 85px;
  background: #fff;
  color: var(--text-color);
  text-align: center;
  font-size: clamp(14px, 3vw, 18px);
  letter-spacing: 0;
  font-weight: normal;
}

dl.info dd a {
  color: #fff;
}

dl.info dd {
  margin-bottom: 20px;
  padding: 0 5px;
  width: calc(100% - 95px);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: normal;
}

dl.info :is(dd, dt):last-of-type {
  margin-bottom: 0;
}

/*==========================================
 tb［540px-1024px以下］
===========================================*/
@media screen and (max-width: 1200px) {

  .max1200-w100.col-2>div {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .mainImgArea {
    margin-top: 0;
  }

  .col-2>div:is(.w40, .w60) {
    width: 100%;
  }

  .report-col.sp-reverse {
    flex-direction: column-reverse;
  }

  .m-bottom2em-tb {
    margin-bottom: 2em !important;
  }


}

/*==========================================
 sp［580px以下］
===========================================*/
@media screen and (max-width: 580px) {
  .sp-none {
    display: none;
  }

  #contentArea section {
    margin: 3em 0;
  }

  #contentArea p.lead {
    text-align: justify;

  }

  .report-col.reverse {
    flex-direction: row;
  }

  .report-col.reverse.sp-reverse {
    flex-direction: column-reverse;
  }


  #contentArea p.lead br.tb-on {
    display: none !important;
  }

  .imgw300,
  .imgw400,
  .imgw700 {
    margin: 0 auto 1em;
  }

  .box {
    border-radius: 20px;
    padding: 7%;
  }


  .h2-ttl.blue .sp-on {
    display: inline;
  }

  th,
  td {
    display: block;
  }

  td {
    padding: 0 0 1em;
  }

  /*メインスタイル*/

  .mainImgArea {
    margin-top: 20px;
  }

  main .text-lead {
    text-align: justify;
  }

  /*個別*/
  .textImgWrap {
    flex-direction: column-reverse;
    gap: 0;
    margin: 0 0 1em;
  }

  /*
  infoArea
  */
  .infoBox {
    padding: 2em;
  }

  .infoBox dl {
    margin-bottom: 0;
    flex-direction: column;
  }

  .infoBox dl dt {
    padding: 5px;
    width: 100%;
  }

  .infoBox dl dd {
    margin: 0 0 20px;
    width: 100%;
  }

  dl.info dt:last-of-type {
    margin: 0 0 20px;
  }


}