@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein.active {
  animation: 0.8s ease fadeIn 0.2s forwards;
}

body {
  background-color: #ffda2a;
  color: #3c3c3c;
  font-size: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
li {
  transform: rotate(0.03deg);
}

img {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media only screen and (min-width: 992px) {
  br.pc {
    display: inline;
  }
}

section {
  margin: 0 auto;
  width: 100%;
  padding: 10% 0 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 5% 0 0;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 3%;
}
button a {
  text-decoration: none;
  width: 280px;
  margin: 0 auto;
  padding: 15px;
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: #c8004c;
  background-color: #fff;
  border-radius: 50px;
  border: #c8004c solid 4px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: 0.2s;
  transform: rotate(0.05deg);
}
button a:hover {
  background-color: #c8004c;
  color: #fff;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  button a {
    width: 400px;
    padding: 20px;
  }
}

.button {
  text-decoration: none;
  width: 280px;
  margin: 1em auto;
  padding: 15px;
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  border-radius: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: 0.2s;
  transform: rotate(0.05deg);
  background-color: #c8004c;
  border: #fff solid 4px;
  color: #fff;
  box-sizing: border-box;
}
.button:hover {
  border: #c8004c solid 4px;
  color: #c8004c;
  background-color: #fff;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .button {
    width: 400px;
    padding: 20px;
  }
}

h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
h2 span {
  padding: 0 20px;
  position: relative;
  font-size: 35px;
  color: #fff;
  -webkit-text-stroke: 15px #c8004c;
  paint-order: stroke;
}
@media screen and (min-width: 480px) {
  h2 span {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  h2 span {
    padding: 0 30px;
    font-size: 52px;
    -webkit-text-stroke: 20px #c8004c;
  }
}
h2 span::before {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #c8004c;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  h2 span {
    height: 30px;
  }
}

.h2_pc {
  display: none;
}
@media screen and (min-width: 850px) {
  .h2_pc {
    display: block;
  }
}

.h2_mb {
  display: block;
}
@media screen and (min-width: 850px) {
  .h2_mb {
    display: none;
  }
}

h3 {
  transform: rotate(0.05deg);
  margin: 0.5rem auto;
}
@media screen and (min-width: 768px) {
  h3 {
    margin: 1rem auto;
  }
}

p {
  transform: rotate(0.05deg);
  margin: 0.5rem auto;
}
@media screen and (min-width: 768px) {
  p {
    margin: 1rem auto;
  }
}

div {
  margin: 1rem auto;
}

ol,
ul {
  list-style: none;
  padding-inline-start: 0;
}

.mb_br {
  display: block;
}
@media screen and (min-width: 768px) {
  .mb_br {
    display: none;
  }
}

header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/mv_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 25%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  header {
    background-size: auto 50%;
    max-height: 90vh;
    width: auto;
  }
}
@media only screen and (min-width: 1400px) {
  header {
    align-items: flex-end;
    height: 95vh;
    padding-top: 0;
    background-size: auto 50%;
  }
}
header * {
  box-sizing: border-box;
}
header .kidzania_logo {
  margin-top: 0;
  max-width: 450px;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 400px) {
  header .kidzania_logo {
    left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  header .kidzania_logo {
    width: 25%;
  }
}
header .kidzania_logo a {
  display: block;
  width: 90%;
  padding: 0.6rem 0.8rem;
  background-color: #c8004c;
  border-radius: 0 0 20px 20px;
  transition: 0.2s;
}
@media screen and (min-width: 400px) {
  header .kidzania_logo a {
    padding: 1rem 1.5rem;
  }
}
header .kidzania_logo a img {
  width: 100%;
}
header .kidzania_logo a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

header h1 {
  width: 80%;
  padding-top: 5vh;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1400px) {
  header h1 {
    margin-bottom: auto;
    width: 64%;
    height: 100%;
  }
}
header h1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .abs01,
header .abs02 {
  height: 100%;
  position: absolute;
  margin: auto;
  z-index: 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) {
  header .abs01,
  header .abs02 {
    position: static;
    margin: 0;
    z-index: 1;
  }
}
header .abs01 {
  background-size: 114% auto;
  background-image: url(../img/mv_01.png);
  background-position: right bottom;
  left: 0;
  bottom: 10px;
  width: 40%;
}
@media only screen and (min-width: 1400px) {
  header .abs01 {
    width: 34%;
    background-size: 114% auto;
    margin-bottom: 1.4rem;
  }
}
header .abs02 {
  display: none;
  background-image: url(../img/mv_02.png);
  background-size: contain;
  background-position: center bottom;
  right: 0;
  bottom: 0;
  width: 20%;
}
@media only screen and (min-width: 768px) {
  header .abs02 {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  header .abs02 {
    width: 34%;
    margin-bottom: 8vh;
    background-size: 55%;
  }
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
@media only screen and (min-width: 1400px) {
  nav {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #c8004c;
    position: static;
    display: flex;
    justify-content: center;
  }
}
nav .openbtn {
  margin: 0;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 100;
  background-color: #c8004c;
  box-sizing: border-box;
  border-bottom-left-radius: 20px;
  /* バツ印に変化するスタイル */
}
@media only screen and (min-width: 1400px) {
  nav .openbtn {
    display: none;
  }
}
nav .openbtn span {
  display: block;
  height: 2px;
  width: 38px;
  background-color: #fff;
  margin: 10px auto;
  transition: 0.4s;
}
nav .openbtn::before {
  display: block;
  position: absolute;
  content: "MENU";
  left: 15px;
  bottom: 7px;
  font-size: 14px;
  color: #fff;
  padding-top: 6px;
}
nav .openbtn.active span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}
nav .openbtn.active span:nth-child(2) {
  opacity: 0;
}
nav .openbtn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
nav .nav_ul {
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  /* 初期状態では画面の外に隠れている */
  width: 100vw;
  transition: right 0.4s ease;
  /* スライドインのアニメーション */
  padding-top: 100px;
  box-sizing: border-box;
  background-color: #c8004c;
  margin: 0;
  height: 100vh;
  text-align: center;
  /* メニューが開いているとき */
}
@media only screen and (min-width: 1400px) {
  nav .nav_ul {
    margin: 0 auto;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    position: static;
    display: flex;
    justify-content: center;
  }
}
nav .nav_ul.open {
  right: 0;
  opacity: 1;
}
nav a {
  text-decoration: none;
  padding: 20px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  transition: 0.2s;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 850px) {
  nav a {
    padding: 20px 30px;
  }
}
nav a:hover {
  color: #ffda2a;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  nav .pc {
    display: none;
  }
}

#introduction {
  margin: -20px auto 0;
  background-color: #5eb751;
  max-width: none;
  padding: 5% 0 10%;
}
@media screen and (min-width: 1000px) {
  #introduction {
    padding: 2% 0 5%;
  }
}
#introduction .box {
  width: 80%;
  margin: 0 auto;
  padding: 2% 6%;
  text-align: center;
  max-width: 760px;
  font-weight: 800;
  background-color: #fff;
  border-radius: 30px;
  border: #3c3c3c solid 4px;
}
@media screen and (min-width: 1000px) {
  #introduction .box {
    width: 100%;
    padding: 1% 6%;
    border: #3c3c3c solid 6px;
  }
}
#introduction p:nth-of-type(1) {
  font-size: 1.9rem;
  color: #c8004c;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  #introduction p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  #introduction p:nth-of-type(1) {
    font-size: 2.8rem;
  }
}
#introduction p:nth-of-type(2) {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  #introduction p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#news {
  max-width: 1000px;
  width: 90%;
}

.newsbox {
  width: 100%;
  padding: 1rem 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
}

.newsbox-in {
  width: auto;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 132px;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .newsbox-in {
    padding: 0 1em;
    max-height: 132px;
  }
}
.newsbox-in div {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  flex-flow: wrap;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .newsbox-in div {
    flex-flow: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .newsbox-in div {
    width: auto;
    flex-direction: row;
  }
}
.newsbox-in div p {
  text-align: left;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .newsbox-in div p {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .newsbox-in div p {
    font-size: 1.2rem;
  }
}
.newsbox-in div p:nth-child(1) {
  margin-bottom: 0;
  color: #c8004c;
}
@media screen and (min-width: 480px) {
  .newsbox-in div p:nth-child(1) {
    margin: 0.5rem;
  }
}
.newsbox-in div p:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  .newsbox-in div p:nth-child(2) {
    margin: 0.5rem;
  }
}

#overview,
#reception {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#overview h3,
#reception h3 {
  width: 15%;
  padding: 3%;
  background-color: #c8004c;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 480px) {
  #overview h3,
  #reception h3 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #overview h3,
  #reception h3 {
    font-size: 1.4rem;
    border-radius: 30px 0 0 30px;
  }
}

#overview .time {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: transparent;
}

#overview .time img {
  width: 100%;
}

#overview p,
#reception p {
  width: 71%;
  padding: 4%;
  text-align: left;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}

@media screen and (min-width: 480px) {
  #overview p,
  #reception p {
    width: 70%;
    padding: 2%;
  }
}
@media screen and (min-width: 768px) {
  #overview p,
  #reception p {
    font-size: 1.4rem;
    border-radius: 0 30px 30px 0;
  }
}
#overview p span,
#reception p span {
  font-size: 1rem;
  display: block;
}

#overview p span.red,
#reception p span.red {
  font-size: inherit;
  color: #c8004c;
  margin: 0.6rem 0;
}

#reception p span {
  display: inline-block;
}

.center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 815px) {
  .center {
    flex-wrap: nowrap;
  }
}
#overview div {
  width: 100%;
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 30px;
  font-size: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#overview div p:nth-child(1) {
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #overview div p:nth-child(1) {
    width: 40%;
    text-align: right;
  }
}
#overview div p:nth-child(2) {
  width: 100%;
  font-size: 1.7rem;
  display: block;
  color: #c8004c;
  text-align: center;
  padding-top: 0;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  #overview div p:nth-child(2) {
    padding-top: 1rem;
    width: 44%;
    text-align: left;
  }
}
#overview div p:nth-child(3) {
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 1rem;
  display: block;
  padding: 0;
}

#program {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

@media screen and (min-width: 768px) {
  #program {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #program h2 {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #program .h2_mb01 {
    margin-bottom: 0.4rem;
  }
}
#program dl {
  width: 100%;
  margin-top: 8%;
  padding-bottom: 90px;
  position: relative;
  border: #3c3c3c solid 6px;
  border-radius: 30px;
  background-color: #fff;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  #program dl {
    width: 46%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  #program dl {
    width: 30%;
  }
}
#program dl img {
  width: 100%;
  border-bottom: #3c3c3c solid 4px;
  border-radius: 25px 25px 0 0;
}

#program dl div {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 90px;
  margin: 0 auto -7px;
  text-align: center;
  border-top: #3c3c3c solid 4px;
}

#program dl .company_logo {
  border-bottom: none;
  max-width: 80%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

#program dl p {
  position: absolute;
  top: -60px;
  left: 15px;
  margin: auto;
  font-size: 65px;
  font-weight: 800;
  color: #c8004c;
  -webkit-text-stroke: 15px #ffda2a;
  text-stroke: 15px #ffda2a;
  paint-order: stroke;
}

#program dl dt {
  margin: 0 auto;
  padding: 4% 30px;
  font-size: 1.5rem;
}

#program dl dd {
  margin: 0 auto;
  padding: 0 30px 8%;
  font-size: 1rem;
  transform: rotate(0.05deg);
}

#program button {
  width: 100%;
  position: absolute;
  bottom: 105px;
}

#program button a {
  width: 85%;
  padding: 10px 0;
  font-size: 1.1rem;
  color: #fff;
  background-color: #c8004c;
}

#program button a:hover {
  background-color: #fff;
  color: #c8004c;
}

#apply,
#flow {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
#apply h3,
#flow h3 {
  margin-top: 5%;
  margin-bottom: 0;
  padding: 3% 5%;
  font-size: 1.3rem;
  text-align: left;
  color: #fff;
  background-color: #c8004c;
  border-bottom: #c8004c solid 4px;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 786px) {
  #apply h3,
  #flow h3 {
    font-size: 1.5rem;
    padding: 3%;
    border-radius: 30px 30px 0 0;
  }
}
#apply p,
#flow p {
  margin-top: 0;
  padding: 3% 4%;
  text-align: left;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 20px 20px;
  font-size: 1rem;
}
@media screen and (min-width: 786px) {
  #apply p,
  #flow p {
    padding: 3%;
    border-radius: 0 0 30px 30px;
    font-size: 1.2rem;
  }
}
#apply ol,
#flow ol {
  padding-inline-start: 0;
  padding: 3%;
  background-color: #fff;
  transform: rotate(0.05deg);
  border-top: none;
  border-radius: 20px;
}
@media screen and (min-width: 786px) {
  #apply ol,
  #flow ol {
    padding: 3%;
    border-radius: 30px;
  }
}
#apply ol li,
#flow ol li {
  list-style-type: none;
  padding-inline-start: 0;
  padding-bottom: 3%;
  text-align: left;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
#apply ol li:last-child,
#flow ol li:last-child {
  padding-bottom: 0;
}
#apply ol li dl,
#flow ol li dl {
  width: 45px;
  font-size: 1.1rem;
  padding: 10px 15px;
  color: #fff;
  background-color: #c8004c;
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 410px) {
  #apply ol li dl,
  #flow ol li dl {
    width: 50px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 550px) {
  #apply ol li dl,
  #flow ol li dl {
    font-size: 1.3rem;
    width: 12%;
  }
}
@media screen and (min-width: 786px) {
  #apply ol li dl,
  #flow ol li dl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 820px) {
  #apply ol li dl,
  #flow ol li dl {
    width: 15%;
  }
}
#apply ol li dt,
#flow ol li dt {
  width: 70%;
  color: #c8004c;
  padding: 10px 0 10px 10px;
  font-size: 1.05rem;
  border-bottom: #c8004c 2px dotted;
}
@media screen and (min-width: 410px) {
  #apply ol li dt,
  #flow ol li dt {
    width: 67%;
  }
}
@media screen and (min-width: 550px) {
  #apply ol li dt,
  #flow ol li dt {
    padding: 10px 15px;
    width: 72%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 786px) {
  #apply ol li dt,
  #flow ol li dt {
    width: 75%;
    font-size: 1.5rem;
  }
}
#apply ol li dd,
#flow ol li dd {
  width: 100%;
  padding: 2% 10px 0;
  margin-inline-start: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 786px) {
  #apply ol li dd,
  #flow ol li dd {
    padding: 2% 0 0 20px;
    font-size: 1.1rem;
  }
}
#apply ol li dd span,
#flow ol li dd span {
  font-size: 0.9rem;
}
@media screen and (min-width: 786px) {
  #apply ol li dd span,
  #flow ol li dd span {
    font-size: 1rem;
  }
}

#reception p .maru {
  position: relative;
  padding-left: 1.1em;
}

#reception p .maru::before {
  content: "●";
  color: #c8004c;
  position: absolute;
  left: 0;
}

#precautions {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

#precautions h2 span {
  -webkit-text-stroke: 15px #3c3c3c;
  text-stroke: 15px #3c3c3c;
}

#precautions h2 span::before {
  background-color: #3c3c3c;
  /* 任意の色 */
}

#precautions ul {
  transform: rotate(0.05deg);
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 786px) {
  #precautions ul {
    padding: 2.5rem;
    border-radius: 30px;
  }
}
#precautions ul li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1rem;
}

@media screen and (min-width: 786px) {
  #precautions ul li {
    font-size: 1.1rem;
  }
}
#precautions ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}

#sponsorship {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 3rem;
}

#sponsorship div {
  margin: 18px auto 40px;
  max-width: 260px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 480px) {
  #sponsorship div {
    margin: 25px auto 50px;
    max-width: 360px;
  }
}
#sponsorship div p {
  margin: 0 auto;
  width: 70%;
  padding-top: 10px;
}

#sponsorship div p img {
  width: 100%;
}

#sponsorship ul {
  margin-top: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 786px) {
  #sponsorship ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 786px) {
  #sponsorship ul::after {
    content: "";
    display: block;
    width: 30%;
  }
}
#sponsorship ul li {
  width: 47%;
  margin-top: 1.3rem;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (min-width: 786px) {
  #sponsorship ul li {
    width: 30%;
    margin-top: 1.5rem;
    border-radius: 20px;
  }
}
#sponsorship ul li img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

#faq {
  width: 94%;
}

.qa-7 {
  margin-bottom: 10px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: rotate(0.05deg);
}
.qa-7 .chuuki {
  font-size: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-top: 1rem;
}
.qa-7 .chuuki .li {
  margin: 0.4em 0;
  display: block;
}

.qa1 {
  margin-top: 1.3rem;
}

@media screen and (min-width: 480px) {
  .qa1 {
    margin-top: 2rem;
  }
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.7em 1.5em 0.7em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}

@media screen and (min-width: 480px) {
  .qa-7 summary {
    padding: 1em 2em 1em 3em;
    font-size: 1.2rem;
  }
}
.qa-7 summary::before,
.qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-7 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}

.qa-7[open] summary::after {
  transform: rotate(225deg);
}

.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1rem;
}

@media screen and (min-width: 480px) {
  .qa-7 p {
    padding: 0.3em 3em 1.5em;
    font-size: 1.2rem;
  }
}
.qa-7[open] p {
  transform: none;
  opacity: 1;
}

.qa-7 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 400px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
}

.modal_title {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.fa-times-circle:before {
  content: "×";
  font-style: normal;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

footer {
  margin: 0 auto;
  width: 100%;
  padding: 5rem 0;
  background-color: #c8004c;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
footer a {
  color: #fff;
}

footer p {
  width: 91%;
  font-size: 1rem;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  footer p {
    font-size: 1.2rem;
  }
}
footer p span {
  background-color: #fff;
  color: #c8004c;
  padding: 1px 5px;
}

footer p:nth-of-type(3) {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: left;
  max-width: 340px;
}

@media screen and (min-width: 480px) {
  footer p:nth-of-type(3) {
    font-size: 0.9rem;
    text-align: center;
    max-width: none;
  }
}
.subpage header {
  height: auto;
  background: none;
}
.subpage header h1 img {
  width: auto;
  height: auto;
  margin: 1.2rem auto 0;
  display: block;
  max-width: 100%;
}
.subpage h2,
.subpage h3 {
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
.subpage h2 span,
.subpage h3 span {
  padding: 0;
}
.subpage h2 span::before,
.subpage h3 span::before {
  content: none;
}
.subpage .date {
  text-align: center;
}
.subpage .newsbox {
  box-sizing: border-box;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 4.2rem;
}
.subpage .newsbox p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  max-width: 38rem;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .subpage .newsbox p {
    font-size: 1.3rem;
  }
}
.subpage .newsbox p .red {
  color: #c8004c;
}
.subpage .newsbox p .uline {
  border-bottom: 1px solid #c8004c;
}
.subpage .newsbox p.chuuki {
  font-size: 0.8em;
}
.subpage .newsbox .waku {
  padding: 0.6rem 1.2rem;
  border: 2px solid #c8004c;
  border-radius: 16px;
  width: 100%;
  max-width: 38rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .subpage .newsbox .waku {
    padding: 0.6rem 2.4rem;
  }
}
.subpage .newsbox .waku h3 {
  color: #c8004c;
}
.subpage .newsbox .waku p {
  display: inline-block;
  width: auto;
}

.shiharaiimage img {
  max-width: 250px;
  margin-right: 1.2rem;
}