body{
  font-family: 'Noto Sans Japanese',sans-serif !important;
}

.main-contents *{
  font-size: medium;
  line-height: normal;
}

.content-color{
  color: #71B024;
}

#sec-title{
  margin-top: 2rem;
}
.page-title{
  font-size: 2rem;
  font-weight: bold;
}

.section-margin{
  padding: 2rem 0;
}

.image-frame{
  text-align: center;
  margin: 2rem 10rem;
}
.image-frame.width-full{
  margin: 2rem 0;
}
.top-image-size{
  object-fit: contain;
  max-width: 75%;
  min-width: none;
}
.image-size{
  object-fit: contain;
  max-width: 100%;
  min-width: none;
}
.image-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container-item{
  align-self: center;
  padding: 0 1rem;
}

.image-description{
  text-align: center;
  font-size: small !important;
}

.hr-margin{
  margin-bottom: 1.5rem;
}

.site{
  width: initial !important;
}

.end-margin{
  margin-bottom: 3rem;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){

}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .main-description{
    padding: 0 2rem;
  }

  .section-title *{
    font-size: 1.6rem;
    font-weight: 600;
  }
}

