.mypage__box {
  background: #fff;
  max-width: 100rem;
  margin: 3rem auto;
  position: relative;
}
.mypage__container {
  width: 100%;
  max-width: 120rem;
  margin: 12rem auto 0;
  padding-top: 3rem;
  position: relative;
}
.mypage__container--info {
  width: 100%;
  max-width: 120rem;
  margin: 5rem auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mypage__container--info {
    margin: 2.5rem auto;
  }
}
.mypage__container > p {
  padding-top: 5rem;
}
.mypage__container hr {
  margin: 0 4rem;
}
@media screen and (max-width: 768px) {
  .mypage__container hr {
    margin: 0 2rem;
  }
}
.mypage__container--box {
  background-color: #fefefe;
  margin-top: 5rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .mypage__container--box {
    border-right: 2rem solid #f7f1e9;
    border-left: 2rem solid #f7f1e9;
  }
}
.mypage__container--box-title {
  display: flex;
  align-items: center;
}
.mypage__container--box-title h3 {
  font-size: 3rem;
  padding-left: 3rem;
}
@media screen {
  .mypage__container--box-title h3 {
    font-size: 2rem;
    padding-left: 0.5rem;
  }
}
.mypage__contents {
  background: #f7f1e9;
  padding-bottom: 50px;
}
.mypage__contents--title {
  width: 100%;
  margin-bottom: 40px;
}
.mypage__contents--title h4 {
  font-size: 3rem;
  padding: 1rem;
  color: #bb0009;
  border-bottom: #bb0009 1px solid;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .mypage__contents--title h4 {
    font-size: 2rem;
  }
}
.mypage__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mypage__wrap > p {
  margin-bottom: 2rem;
  text-align: center;
}
.mypage__wrap h2 {
  font-size: 3rem;
  color: #bb0009;
  padding: 1rem 3rem;
  border: 2px solid #bb0009;
  outline: 2px solid #bb0009;
  outline-offset: 3px;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .mypage__wrap h2 {
    font-size: 1.5rem;
  }
}
.mypage__wrap h3 {
  margin-top: 6rem;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #bb0009;
}
.mypage__info--box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1e9;
  margin-bottom: 10rem;
}
.mypage__info--list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mypage__info--list li {
  position: relative;
}
.mypage__info--list > a > .box {
  transform: skewX(-30deg);
  width: 200px;
  height: 100px;
  background-color: #efe3d2;
  margin: 20px 10px;
  box-shadow: 6px 6px #bb0009;
}
@media screen and (max-width: 768px) {
  .mypage__info--list > a > .box {
    width: 150px;
    height: 60px;
  }
}
.mypage__info--list p {
  width: 200px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mypage__title {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fefefe;
  font-size: 3rem;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .mypage__title {
    font-size: 2rem;
    left: 20px;
    top: -20px;
  }
}
.mypage__textbox {
  padding: 7rem 2rem 2rem;
}
.mypage__textbox h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mypage__textbox {
    padding: 5rem 20px 0;
  }
}
.mypage__textbox.recess {
  padding: 7rem 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.mypage__textbox.recess li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.mypage__imgwrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 70px 40px;
}
@media screen and (max-width: 1100px) {
  .mypage__imgwrap {
    flex-direction: column;
    align-items: center;
    padding: 70px 20px;
  }
}
.mypage__imgwrap--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
}
.mypage__imgwrap--textdouble {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 650px;
}
.mypage__imgwrap--textdouble .center {
  padding-left: 310px;
}
@media screen and (max-width: 768px) {
  .mypage__imgwrap--textdouble .center {
    padding-left: 0;
  }
}
.mypage__imgwrap--textdouble span {
  text-decoration: underline;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .mypage__imgwrap--textdouble {
    max-width: 250px;
  }
}
.mypage__imgwrap--img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .mypage__imgwrap--img {
    max-width: 250px;
  }
}
.mypage__imgwrap--img.img_double {
  max-width: 650px;
}
.mypage__imgwrap--img > span {
  position: absolute;
  font-style: italic;
  width: 100px;
  overflow: hidden;
  font-size: 10rem;
  color: #d7b98f;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mypage__imgwrap--img > span {
    font-size: 8rem;
    width: 80px;
  }
}
.mypage__imgwrap--img img {
  max-width: 300px;
  margin: 0 2px 5px 2px;
}
@media screen and (max-width: 768px) {
  .mypage__imgwrap--img img {
    max-width: 250px;
  }
}
.mypage--arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #bb0009;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: auto 0;
}
.mypage--arrow.responsive {
  display: none;
}
@media screen and (max-width: 1100px) {
  .mypage--arrow {
    transform: rotate(90deg);
    margin: 50px 0;
  }
  .mypage--arrow.responsive {
    display: block;
    margin: 0 auto;
  }
}

.double {
  display: flex;
}
@media screen and (max-width: 768px) {
  .double {
    align-items: center;
    flex-direction: column;
  }
  .double img:nth-child(1) {
    margin-bottom: 20px;
  }

  .u-pt-70 {
    padding-top: 70px;
  }
} /*# sourceMappingURL=mypage.css.map */
