.title_box {
  background-color: #A79D86;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 10px;
}

.title_box2 {
  background-color: #6666ff;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 10px;
}

.img_300 {
  max-width: 300px;
}

.img_250 {
  max-width: 250px;
}

.img_200 {
  max-width: 200px;
}

.img_170 {
  max-width: 170px;
}

.img_150 {
  max-width: 150px;
}

.uk-subnav-divider>::before {
  margin-right: 0;
}

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8em;
  line-height: 2em;
  color: #000000;
  font-family: gothic;
  font-weight: bold;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #000000;
}

.heading03::before {
  margin-right: 30px;
}

.heading03::after {
  margin-left: 40px;
}

.title01 {
  font-size: 20px;
  font-weight: bold;
  font-family: gothic;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #ffffff;
  /*文字色*/
  background: -webkit-linear-gradient(45deg, rgb(84, 84, 84) 20%, rgb(204, 204, 204));
  /*背景色*/
  border-left: solid 5px #5a5a5a;
  /*左線*/
  border-bottom: solid 3px #d6d6d6;
  /*下線*/
}

.title02 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#424242), to(#afafaf));
  background-image: -webkit-linear-gradient(left, #424242 0%, #afafaf 100%);
  background-image: linear-gradient(to right, #424242 0%, #afafaf 100%);
}


html {
  scroll-behavior: smooth;
}

.full-page {
  height: 100vh;
}