@charset "utf-8";
/* CSS Document */
.categorybox {
  margin-bottom: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.title01 {
  background-color: #e8528d;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
}
.boxhover img:hover {
  opacity: 0.5 !important;
}
span.example1 {
  vertical-align: super;
  font-size: 50%;
}
.block-special-col2 {
  margin: 0 20px 0;
  max-width: 900px;
  width: 100%;
}
.block-special-item-icon-new2 {
  display: inline-block;
  background: #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.block-special-item-list-item {
  width: 228px !important;
  margin-right: 12px;
  margin-bottom: 60px;
}
.textcolor1 {
  color: #ea6088;
}
.textcolor2 {
  color: #00a0e9;
}
.otoku {
  background-color: #e42f4c;
}
.container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.item {
  align-self: stretch;
  flex-basis: 19%;
  margin-bottom: 20px;
}
#etc {
  position: relative;
}
.content01_link {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  line-height: 130%;
  border-right: solid 1px #b13d3e;
}
.content01_link a {
  text-decoration: none;
  color: #b13d3e;
}
.content01_link a:hover {
  opacity: 0.5 !important;
}
.content01_link:hover {
  color: inherit;
}
.anchormark {
  content: "";
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  margin-top: 10px;
}
.content02_link {
  font-size: 18px;
}
h3.kansyatitlle {
  background-color: #F7F62E;
  color: #E94B68;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
h3.kansyatitlle2 {
  background-color: #E94B68;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.kansyatitlle_s {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  h2 {
    margin-top: 10px;
  }
  .title01 {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .block-special-item-list-item {
    width: calc(50% - 6px) !important;
    margin-right: 12px;
    margin-bottom: 30px;
  }
  .item {
    align-self: stretch;
    flex-basis: 49.8%;
    margin-bottom: 5px;
  }
  .block-special-item-section-title {
    font-size: 24px;
  }
  .content01_link {
    font-size: 13px!important;
    padding: 5px;
    margin-bottom: 5px;
  }
  .content02_link {
    font-size: 13px;
  }
  .anchormark {
    content: "";
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-width: 11.0px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;
    margin-top: 10px;
  }
  .block-special-menu-list-item-allitem {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  h3.kansyatitlle {
    font-size: 18px;
  }
  h3.kansyatitlle2 {
    font-size: 18px;
  }
  .kansyatitlle_s {
    font-size: 14px;
  }
}