@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.information
------------------------------ */
.information {
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 3rem 0 0;
  }
}
.information .entry_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 5.3rem;
  margin: 0 auto 4.5rem;
  background: #333;
  border-radius: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.information .information_ttl {
  padding-bottom: 3rem;
  margin-bottom: 2.5rem;
  background: url(../img/common/ico_arw05.svg) no-repeat center bottom;
  background-size: 3.7rem;
  text-align: center;
  color: #DB4D4D;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .information .information_ttl {
    font-size: 2.4rem;
  }
}
.information .information_txt {
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .information .information_txt {
    font-size: 2.4rem;
  }
}
.information .information_txt .maker {
  position: relative;
  display: inline-block;
}
.information .information_txt .maker::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.1em;
  content: "";
  display: block;
  width: 100%;
  height: 0.4em;
  background: #FFDDDD;
}
.information .txt {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .information .txt {
    font-size: 1.8rem;
  }
}
.information .information_box {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .information .information_box {
    margin-top: 4rem;
  }
}
.information .information_box .txt {
  margin-bottom: 1rem;
}
.information .information_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.doda li {
	border: 0.5px #999 solid;
	text-align: center;
}

.doda img{width: 60%;}

.doda span{
	display: block;
    color: #fff;
    background-color: #999;
    padding: 0.5em;
}

@media screen and (max-width: 768px) {
  .information .information_list {
    display: block;
  }
}
.information .information_list li {
  width: calc(33.3333333333% - 2rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .information .information_list li {
    width: 100%;
  }
}
.information .information_list li + li {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .information .information_list li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .information .information_list li + li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .information .information_list li + li:nth-child(n+4) {
    margin-top: 0;
  }
}