@charset "utf-8";
body {
  overflow-x: hidden;
}
header .h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  padding-inline: 10px;
  background-color: #326eaa;
}
.h1 span {
  color: #fff;
  font-size: 12px;
}

.content {
  line-height: 1.5;
}
.top {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
  padding-inline: 15px;
}

.top-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.top-img img {
  width: 100%;
  height: auto;
}

.top_catch {
  margin-inline: -15px;
}
.top_catch img {
	max-width: 100%;
	height: auto;
}
.top_catch,
.top_date {
  margin-top: 30px;
  text-align: center;
}

.number {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 240px;
  margin-block: 20px;
  margin-inline: auto;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #ddd4bc;
  border-radius: 25px;
  font-size: 14px;
}
.number span {
  color: #fb4399;
  font-weight: bold;
}

.inside_more a {
  position: relative;
  height: 50px;
  border: 2px solid #ddd4bc;
  border-radius: 5px;
  background-color: #fff;
  color: #4b3c3c;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.inside_more a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #4b3c3c;
  content: "";
}
.inside_more span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}
.btn-external {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 35px;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(229, 63, 63, 0.6);
  background-color: #f76161;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.btn-external::after,
.btn_recruit::after {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}
.btn {
  display: grid;
  gap: 15px 10px;
  text-align: center;
}
.btn img {
  max-width: 100%;
  height: auto;
}
.btn_recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 35px;
  border-radius: 5px;
  box-shadow: 2px 2px 0 var(--shadow-color);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.btn_recruit.girl {
  --shadow-color: #e35d71;
  background-color: #f58b9a;
}
.btn_recruit.man {
  --shadow-color: #5e73d5;
  background-color: #899be9;
}

.warning {
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: 15px;
  margin-top: 20px;
  font-size: 11px;
}

.banner-items {
  padding-top: 20px;
  padding-inline: 15px;
  border-top: 1px solid #ddd4bc;
}
.banner-items > * + * {
  margin-top: 20px;
}
.banner a {
  margin-top: 10px;
}
.banner p {
  color: #fb4399;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.link-items {
  display: grid;
  row-gap: 15px;
  place-items: center;
  margin-top: 20px;
  padding: 20px 15px;
  border-top: 1px solid #ddd4bc;
}
.link-items li img {
  max-width: 100%;
  height: auto;
}
.link-items li table * {
	vertical-align: top;
}
.manzoku p:nth-of-type(2) a {
  display: inline;
}
