.custom{
  margin-top: 20px;
}
.custom p{
  display: flex;
  aling-items: center;
}
.custom p:before{
  flex: 1;
  content: '';
  max-width: 100px;
  background-image: url(../img/usagi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.custom span{
  flex: 1;
  display: flex;
  aling-items: center;
  justify-content: center;
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
}
.custom span:before{
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border: 12.5px solid transparent;
  border-left: 0;
  border-right: 21.7px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
.custom ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}
.custom li{
  width: calc((100% - 1rem) / 2);
}
.custom li:nth-child(even){
  margin-left: 1rem;
}
.custom li:nth-child(n+3){
  margin-top: 0.5rem;
}
.custom a{
  display: flex;
  aling-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  border-radius: 6px;
  border: 1px solid #ff9c9c;
  box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.6);
  background: rgb(255,238,238);
  background: linear-gradient(180deg, rgba(255,238,238,1) 0%, rgba(255,179,179,1) 100%);
}

.notes{
  display: flex;
  margin: 1rem 2rem 0;
  font-size: 0.75rem;
  color: #f00;
}
.notes:before{
  content: '※';
  margin-right: 0.15rem;
}

.area-bnr{
  margin-bottom: 20px;
  padding: 30px 10px;
  background-color: #fff;
  text-align: center;
}
.area-bnr p{
  font-weight: bold;
}
.area-bnr a{
  display: flex;
  flex-wrap: wrap;
  aling-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  padding: 10px 50px;
  background-color: #fbc931;
  border-radius: 100px;
  background-image: url(../img/icon_arrow_r.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: auto auto;
  font-weight: bold;
}
.area-bnr a span:first-child{
  display: flex;
  aling-items: center;
  justify-content: center;
  font-size: 1.75rem;
}
.area-bnr a span:first-child:before{
  content: '';
  width: 1.75rem;
  margin-right: 10px;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
