.safety a {
  text-decoration: none;
}
.safety__content {
  margin-bottom: 60px;
}
.safety__ttl {
  padding: 6px 0;
  background: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.safety__ttl p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .safety__ttl p {
    font-size: 1.2em;
  }
}
.safety__flx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.safety__flxitem {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safety__flxitem {
    width: 100%;
    margin-bottom: 10px;
  }
}
.safety__flxitem p {
  font-size: 1.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .safety__flxitem p {
    font-size: 1em;
  }
}
.safety__flxitem p.notice {
  font-size: 0.8em;
  font-weight: 500;
}
.safety__gray {
  padding: 1em;
  background: #F5F5F5;
}
.safety__btn {
  max-width: 350px;
  margin: 10px auto;
  min-width: 300px;
}
.safety__btn a {
  position: relative;
  display: block;
  padding: 8px 0;
  background: #008E90;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-size: 1.05em;
  font-weight: 600;
}
.safety__btn input[type=submit] {
  position: relative;
  display: block;
  padding: 10px 0;
  background: #008E90;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-size: 1.05em;
  font-weight: 600;
}
.safety__btn input[type=submit]:hover {
  transform: none;
  opacity: 0.7;
}
.safety__btn--blank a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: #fff;
  right: 8%;
  top: 40%;
}
.safety__btn--blank a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: #fff;
  border: 2px solid #008E90;
  right: 6%;
  top: 27%;
}
.safety__btn--arrow a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  right: 6%;
  top: 34%;
  transition: all 0.3s;
}
.safety__btn--arrow a:hover::after {
  right: 4%;
}
.safety__btn--seiyu a {
  background: #C80000;
}
.safety__btn--seiyu a::after {
  border: 2px solid #C80000;
}
.safety__btn--submit {
  position: relative;
}
.safety__btn--submit::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  right: 6%;
  top: 34%;
  transition: all 0.3s;
}
.safety__btn--submit:hover::after {
  right: 4%;
}
.safety__about {
  text-align: center;
  margin-bottom: 20px;
}
.safety__about p {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}
.safety__about p.aboutttl {
  display: inline-block;
  padding: 4px 1.5em;
  background: #008E90;
  color: #fff;
  margin-bottom: 10px;
}
.safety__about--gray {
  margin: 20px 0;
}
.safety__about--flx {
  justify-content: center;
  margin-top: 20px;
}
.safety__about--btn {
  margin: 10px;
}
.safety__img {
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
}
.safety__no {
  text-align: center;
}
.safety__no p {
  font-size: 1.05em;
  font-weight: 600;
}
.safety__no .lotsearch-text {
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
  background: #fff;
  border: 1px solid #707070;
  padding: 8px;
}
.safety__no input[type=number]::-webkit-outer-spin-button,
.safety__no input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.safety .nosearch-text {
  background: #fff;
  border: 1px solid #707070;
  padding: 8px;
  margin-bottom: 10px;
}
.safety .searchttl {
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
}
.safety .search_result_not_found {
  text-align: center;
  color: #E41518;
}

.shopbtn {
  width: 80%;
  max-width: 260px;
  margin: 0 auto;
}
.shopbtn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0;
  background: #008E90;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.shopbtn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 6%;
  top: 34%;
  transition: all 0.3s;
}
.shopbtn a:hover::after {
  right: 4%;
}

.notice {
  font-size: 0.8em;
  margin-bottom: 0;
}

.subttl {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
}

.sidebar ul {
  list-style: none;
}
.sidebar a {
  position: relative;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #000;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.sidebar a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 6%;
  top: 34%;
  transform: rotate(90deg);
  transition: all 0.3s;
}

#tenpoinfo .top {
  padding-top: 36px;
  padding-left: 29px;
}
@media screen and (max-width: 834px) {
  #tenpoinfo .top {
    padding-top: 32px;
    padding-left: 16px;
  }
}
#tenpoinfo .top .breadcrumb {
  margin-top: 0px;
  margin-bottom: 2em;
}
#tenpoinfo .top .entry-title {
  margin: 0;
  padding: 0;
}
#tenpoinfo .top .shop__ttl {
  margin-bottom: 20px;
}
#tenpoinfo #content-in {
  margin-top: 20px;
}
@media screen and (max-width: 1037px) {
  #tenpoinfo #content-in {
    margin-top: 0;
  }
}
#tenpoinfo main {
  padding: 0;
}
@media screen and (max-width: 834px) {
  #tenpoinfo main {
    padding: 32px 16px;
  }
}
#tenpoinfo .article h2 {
  margin-top: 4em;
  margin-bottom: 1em;
}
#tenpoinfo .article h2.shopitem-ttl {
  margin-top: 0;
}
#tenpoinfo .article h2 span::after {
  background: #008E90;
}
#tenpoinfo .article h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  border: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}