.w100 {
  width: 100%;
}
.mb1 {
  margin-bottom: 1rem;
}
.float_right {
  float: right;
}

.page_title {
  background-image: url("../images/h1.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
  line-height: 3.5rem;
  letter-spacing: 0.5rem;
}
.breadcrumbs {
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 884px) {
  .page_title {
    height: 200px;
  }
}
.section {
  box-sizing: border-box;
  width: 1200px;
  margin: 50px auto;
  padding: 1rem;
}
@media screen and (max-width: 884px) {
  .section {
    width: 100%;
    padding: 0 10%;
  }
}
.section__title {
  margin-bottom: 30px;
}
.section__title.section__title--underline {
  border-bottom: 1px solid #707070;
}
.section__title.section__title--lv1 {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #568163;
  border-bottom: 1px solid #cfc7c5;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  line-height: 1.75rem;
  display: block;
  padding-bottom: 0.5rem;
}
.section__title.section__title--lv1 span {
  font-size: 1rem;
  padding-left: 1em;
}
.section__title.section__title--lv2 {
  font-size: 1.5rem;
}
.section__title.section__title--lv3 {
  font-size: 1.25rem;
}
.section__body {
  margin-bottom: 30px;
}

div.table > .table__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 884px) {
  div.table > .table__row {
    flex-direction: column;
  }
  div.table > .table__row > .table__col {
    flex-basis: 100%;
  }
}

div.table.table--information {
  border: 1px solid #707070;
  padding: 10px 20px;
}
div.table.table--information .table__row {
  margin-bottom: 0.25rem;
}
div.table.table--information .table__row.table__row--footer {
  justify-content: flex-end;
  align-items: flex-end;
}
div.table.table--information .table__col.table__col--heading {
  flex-basis: 15%;
}
@media screen and (max-width: 884px) {
  div.table.table--information > .table__row > .table__col:not(.table__col--heading) {
    padding-left: 20px;
  }
}

.grid {
  display: grid;
  gap: 20px;
}

.link__item {
  display: block;
  margin: 10px;
  padding: 5px 1rem 0;
  min-width: 10rem;
  min-height: 28px;
  text-align: center;
  background-color: rgb(104, 170, 132);
  color: rgb(255, 255, 255);
  font-size: 15px;
  letter-spacing: 3px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
  line-height: 1.5rem;
  text-decoration: none;
  border-radius: 1.5rem;
}
.link__item:hover {
  opacity: 0.7;
}
.link__item.link__item--active {
  background-color: #4779e8;
}
.link__item.link__item--large {
  font-size: 2rem;
  padding: 1rem 2rem 1rem;
  line-height: 2rem;
  border-radius: 4rem;
}

table.table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-color: #707070;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
table.table th {
  font-weight: bold;
  font-size: 1.15rem;
}
table.table th,
table.table td {
  border-bottom: 1px solid #707070;
  text-align: center;
  padding: 5px 10px;
}
table.table th + th,
table.table th + td,
table.table td + th,
table.table td + td {
  border-left: 1px solid #707070;
}

.commercial {
  width: 100%;
  background-image: url(../images/toppage/bg_commercial.png);
  border-top: 2px solid #d7d2cf;
}
.commercial_space {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0px;
}
@media screen and (max-width: 885px) {
  .commercial_space {
    width: 100%;
  }
}
@media screen and (max-width: 429px) {
  .commercial_space {
    padding: 20px 0px;
  }
}
.commercial_title {
  color: #568163;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" ;
  letter-spacing: 3px;
  font-size: 26px;
  border-bottom: 2px solid #c6c1ce;
}
@media screen and (max-width: 429px) {
  .commercial_title {
    font-size: 20px;
  }
}
.commercial_title span {
  letter-spacing: 2px;
  font-size: 16px;
  padding-left: 1em;
}
@media screen and (max-width: 429px) {
  .commercial_title span {
    font-size: 9px;
  }
}

.slider {
  width: 95%;
  margin:0 auto;
  margin-top:20px;
}
@media screen and (max-width: 885px) {
  .slider {
    width: 90%;
  }
}
@media screen and (max-width: 428px) {
  .slider {
    width: 85%;
  }
}
.slider div {
  margin: 10px
}
@media screen and (max-width: 428px) {
  .slider div {
    margin: 3px;
  }
}
.slider div p {
  margin: 10px;
}
