body {
  background: url(../img/bg.png) repeat-y center;
  background-size: cover;
  position: relative;
}

img {
  vertical-align: middle;
  max-width: 100%;
}
.contents_inner {
  padding: 0 0 20px 0;
}
h1.ttl {
  background: #8b8b8b;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 10px 0;
  font-size: 20px;
}

h2.terms {
  padding-left: 0;
}
h2.terms::before {
  background-color: #8b8b8b;
}
.overflow_box_wrapper h2.terms {
  font-size: 18px;
  padding-top: 0;
}

.faq {
  padding: 0 10px;
}
.faq h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.faq dl {
  margin-bottom: 10px;
}
.faq dt {
  font-size: 14px;
  font-weight: bold;
  background-color: #f1f1f1;
  display: flex;
  padding: 12px 12px 10px;
  color: #333333;
}
.faq dt::before, .faq dd::before {
  content: 'Q';
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #8b8b8b;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -2px;
}
.faq dd::before {
  content: 'A';
}
.faq dd {
  display: flex;
  font-size: 13px;
  padding: 12px;
}

.overflow_box_wrapper {
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}
.overflow_box {
  display: block;
  width: 100%;
  height: 500px;
  overflow: auto;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #000000;
}
.overflow_box a {
  color: #1690a5;
}
.bold {
  font-weight: bold;
}
.honbun {
  text-align: left;
}
.overflow_box ul {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0px 0 10px 0px;
  border-bottom: 1px solid #ccc;
}
.overflow_box li {
  font-size: 100%;
  color: #000000;
  padding: 5px 0 0 0;
  margin-bottom: 2em;
}
.overflow_box li span {
  color: #000000;
}
.btn1 {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef6272), color-stop(100%, #c83344));
}
.footer {
  text-align: center;
}
.footer address {
  font-style: normal;
  font-weight: bold;
  float: none;
  color: #444;
  font-size: 10px;
  padding-top: 3px;
}



/* ----- form.html ----- */
.login_area dt label, .form_area dt label, .confirm_area dt {
  color: #333;
}
.plan {
	border:1px solid #8b8b8b;
	font-size: 13px;
	padding:10px;
	margin:10px 10px 0 10px;
}
.plan span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
  color: #8b8b8b;
}

h2 {
  padding: 30px 25px 12px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
}
h2::before {
  content: '';
  display: block;
  width: 6px;
  height: 30px;
  background-color: #b6b6b6;
}
.form_area dl.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.note {
  text-align: left;
  margin-bottom: 6px;
  color: #707070;
}
.txt_height {
  height: 200px;
}
.txt_height76 {
  height: 76px;
}
.txt_height90 {
  height: 90px;
}
.note_ttl {
  display: block;
  font-size: 120%;
}
.anime_list {
  margin: 8px 0 12px;
}
.anime_list a {
  text-decoration: unset;
  color: #333;
  padding: 8px 12px;
  background-color: #efefef;
  border: 1px solid #acadad;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
}
.sozai_box {
  background-color: #f1f1f1;
  margin-bottom: 6px;
}
dd label.radiolabel.sozai_box_width {
  width: 100% !important;
  padding-right: 0;
}
.form_area dl.sozai_ttl02 label {
  font-size: 12px;
  padding-left: 0;
}
.form_area dl.sozai_ttl02 {
  font-size: 12px;
  padding-left: 20px;
  padding-top: 0;
}



/* ----- form.html ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.overlay.active {
  display: block;
}
.overlay_inner {
  width: 600px;
  height: 90vh;
  padding-bottom: 30px;
  margin: 5vh auto 0;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  overflow-y: scroll;
}
.overlay_inner nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 600px;
  background-color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 26px;
  filter: drop-shadow(0 7px 6px #00000030);

}
.overlay_inner nav ul {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 54px;
  padding: unset;
  border-bottom: unset;
}
.overlay_inner nav ul li a {
  text-decoration: none;
  color: #333;
}
.overlay_inner nav .overlay_close {
  width: 60px;
  height: 60px;
  background: url(../img/close.png) no-repeat center;
  background-size: contain;
}
.overlay_inner .name_list {
  font-weight: bold;
}
.overlay_inner .name_list h3 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d6d6d6;
}
.overlay_inner .name_list .name_block {
  padding: 30px 20px 0;
}
.overlay_inner .name_list .name_block ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: unset;
}
.overlay_inner .name_list .name_block ul li {
  padding: 6px 8px;
  border-radius: 3px;
  background-color: #efefef;
  height: fit-content;
}


@media screen and (max-width: 640px) {
  .overlay_inner {
    width: 100%;
  }
  .overlay_inner nav {
    width: 100%;
    align-items: start;
  }
}