* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

input[type=radio],
input[type=checkbox],
select,
.submit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

.wrapper {
  position: relative;
}
.wrapper::before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background: linear-gradient(to bottom, #0764BE, #01E8F8);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.wrapper__content {
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}

.title01 {
  color: #0764BE;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title02 {
  font-size: 25px;
}
.title02 span {
  font-size: 27px;
  margin-left: -5px;
}

.target__inner {
  background-color: #fff;
  padding: 20px 16px 20px 17px;
  border-radius: 16px;
  text-align: center;
}
.target__inner.dotline {
  border-top: 5px dotted #0764BE;
  border-bottom: 5px dotted #0764BE;
  border-radius: 0;
}
.target__inner ul {
  margin-top: 0;
  margin-bottom: 0;
}
.target__inner figcaption {
  font-weight: bold;
  font-size: 18px;
}
.target__inner figure {
  max-width: 295px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.target__inner img {
  margin-bottom: 10px;
}

._fw-md {
  font-weight: 500 !important;
}

._bg_target {
  background: #C2F1FF;
}

.header {
  background-color: #fff;
  padding: 23px 15px 21px;
}
.header figure {
  width: 100%;
}

._btnShadow {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0764BE;
  font-weight: bold;
  max-width: 295px;
  margin: 0 auto;
  border-radius: 25px;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  box-shadow: 0px 5px 0px 0px rgb(0, 73, 143);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
._btnShadow:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 0px 0px rgb(0, 73, 143);
}
._btnShadow span {
  font-weight: bold;
}
._btnShadowWhite {
  font-size: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  max-width: 295px;
  margin: 0 auto;
  border-radius: 25px;
  color: #0763c0;
  padding: 0 20px;
  border: 2px solid #0763c0;
  box-shadow: 0px 3px 0px 0px rgb(7, 99, 192);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
._btnShadowWhite:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px rgb(7, 99, 192);
}
._btnGray {
  background-color: #8A8A8A;
  pointer-events: none;
  box-shadow: none;
  color: #fff;
  border: none;
  font-size: 21px;
}
._btnLink {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0764BE;
  font-weight: bold;
  max-width: 248px;
  margin: 0 auto;
  border-radius: 24px;
  color: #fff;
  padding: 0 20px;
}
._btnLink span {
  padding-right: 15px;
  position: relative;
}
._btnLink span::after {
  content: "";
  background-image: url("../images/icon_link.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
._btnEntry {
  height: 60px;
  max-width: 302px;
  margin: 0 auto;
  background-color: #03CCEC;
  color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  border-radius: 35px;
}
._btnEntry02 {
  box-shadow: 0px 5px 0px 0px rgb(52, 165, 194);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
._btnEntry02:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px rgb(52, 165, 194);
}

._mb0 {
  margin-bottom: 0;
}

._mb10 {
  margin-bottom: 10px;
}

._mb20 {
  margin-bottom: 20px;
}

.select__company {
  margin-bottom: 39px;
}
.select__company figure {
  margin-bottom: 8px;
}
.select__company figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
}

._mb0 > .select__company {
  margin-bottom: 0;
}

.terms {
  padding: 40px 20px;
}
.terms .termsWrap p {
  border-right: 4px solid #F3F3F3;
  border-left: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-sizing: content-box;
  padding-left: 16px;
  padding-right: 16px;
}

.QuestionClose.head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion {
  font-size: 16px;
  text-align: center;
  background-color: #F3F3F3;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.accordion::after {
  content: "";
  background-image: url("../images/icon_accordion_arrow.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  right: 23px;
}
.accordion__detail {
  display: none;
}
.accordion__detail p {
  padding: 14px 20px 17px 20px;
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  transition: max-height 0.3s ease;
  line-height: 2;
}
.accordion__detail + .accordion {
  margin-top: 20px;
}

.QuestionClose {
  position: relative;
}
.QuestionClose::after {
  content: "";
  background-image: url("../images/icon_accordion_arrow.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
  right: 23px;
}

.inquiry {
  text-align: center;
  margin-top: 40px;
  background-color: #F3F3F3;
  border-radius: 13px;
  padding: 20px 20px 10px;
}
.inquiry h2 {
  font-size: 22px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  margin-bottom: 6px;
  font-weight: bold;
}
.inquiry p {
  font-size: 12px;
  margin-bottom: 4px;
}
.inquiry p:last-of-type {
  margin-bottom: 5px;
}
.inquiry__tel {
  background-color: #BBF1F9;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.inquiry__tel a {
  font-size: 30px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.inquiry__tel dt {
  font-size: 14px;
  font-weight: bold;
}
.inquiry__tel dd {
  font-size: 14px;
  font-weight: bold;
}
.inquiry ul {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

.foot {
  max-width: 375px;
  width: 100%;
  background-color: #0764BE;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.foot a {
  color: #fff;
}
.foot p {
  padding-bottom: 5px;
  font-weight: 500;
}
.foot p span {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #fff;
  padding: 1px 9px 1px 12px;
}
.foot small {
  font-weight: bold;
  font-size: 12px;
}

._mt20 {
  margin-top: 20px;
}

._mt30 {
  margin-top: 30px;
}

ul._noIndent li,
ol._noIndent li,
ol li._noIndent,
p._noIndent {
  text-indent: 0;
  padding-left: 0;
}

._indent {
  text-indent: -1em;
  padding-left: 1em;
}

.link {
  color: #0000FF;
  text-decoration: underline;
  font-weight: bold;
}

.link02 {
  color: #0764BE;
  text-decoration: underline;
  font-weight: 500;
}

.howto__entry {
  padding: 10px 20px 30px 19px;
  background-color: #F3F3F3;
}
.howto__entry.accordionWrapper {
  margin-top: 10px;
}
.howto__entry h2 {
  font-size: 21px;
  margin-bottom: 0;
}
.howto__entry h2 + ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.howto__entry .box {
  padding-top: 6px;
}
.howto__entry .box:not(:last-child) {
  margin-bottom: 20px;
}
.howto__entry .box__text {
  font-weight: bold;
  font-size: 18px;
  background-color: #F3F3F3;
  padding: 0;
  line-height: 1.3333333333;
}
.howto__entry .caution {
  padding-left: 51px;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
}
.howto__entry .caution li {
  text-indent: -1em;
  padding-left: 1em;
}
.howto__entry ._flex {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  font-weight: bold;
}
.howto__entry ._flex ._number {
  width: 52px;
  height: 50px;
}
.howto__entry ._flex ._number img {
  width: 100%;
  height: auto;
}
.howto__entry figure {
  margin-top: 20px;
}
.howto__entry figure img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.howto__entry .box03 ._number {
  height: 30px;
}
@media (max-width: 374px) {
  .howto__entry .box03 ._number {
    padding-top: 6px;
  }
}
.howto__entry .box03 .box__text {
  padding-top: 6px;
}
@media (max-width: 374px) {
  .howto__entry .box03 .box__text {
    padding-top: 0;
  }
}
.howto__entry .box03 figure {
  margin-bottom: 20px;
}
.howto__entry .box03 .box__abouttext {
  padding: 0;
  padding-left: 17.567567%;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 1.7142857;
}

.howto__link {
  padding: 0 20px 30px;
}
.howto__link.accordionWrapper {
  margin-top: 10px;
  padding-top: 10px;
  background-color: #F3F3F3;
}
.howto__link h2 {
  margin-bottom: 10px;
}
.howto__link .title01 {
  font-size: 21px;
}
.howto__link p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7142857143;
  background-color: #F3F3F3;
  padding: 0;
}
.howto__link__inner {
  padding: 40px 0px 0px;
}
.howto__link__inner h2 {
  max-width: 276px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.howto__link__inner h2 img {
  width: 100%;
}
.howto__link__inner ol li {
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  margin-bottom: 51px;
  z-index: 0;
  background-color: #FFFFFF;
  padding: 11px 10px 11px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.howto__link__inner ol li .line {
  background-image: linear-gradient(0deg, transparent 0.0714em, #3CD2EB 0.0714em, #3CD2EB 0.5em, transparent 0.5em);
  font-weight: 500;
}
.howto__link__inner ol li .caution {
  margin: 0;
}
.howto__link__inner ol li .caution li {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  text-indent: -1rem;
  padding-left: 1rem;
}
.howto__link__inner ol li:last-of-type {
  margin-bottom: 20px;
}
.howto__link__inner ol li::after {
  content: "";
  background-image: url("../images/icon_arrow.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 18px;
  height: 31px;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
}
.howto__link__inner ol li:last-of-type::after {
  content: none;
}

ul {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.howto__condition {
  border-top: 1px solid #A7A7A7;
  padding: 30px 0px 0px;
}
.howto__condition .title01 {
  font-size: 20px;
  margin-bottom: 10px;
}
.howto__condition a {
  font-weight: 400;
}
.howto__condition__wrapper {
  background-color: #F3F3F3;
  border-radius: 16px;
}
.howto__condition__wrapper ol li {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.howto__condition__wrapper ol li .link02 {
  font-weight: 500;
}
.howto__condition__wrapper ol li:last-child {
  margin-bottom: 10px;
}
.howto__condition__wrapper ol li ul {
  margin-top: 10px;
  padding-left: -1rem;
  line-height: 1.5;
}
.howto__condition__wrapper ol li ul li {
  font-size: 12px;
  font-weight: 400;
}
.howto__condition__wrapper ol p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}
.howto__condition__wrapper ol ._btnLink {
  margin-top: 10px;
}
.howto__condition__wrapper ol ._btnLink span {
  font-weight: bold;
}
.howto__condition__wrapper .indent {
  margin-top: 20px;
  margin-bottom: 0;
}
.howto__condition__wrapper .indent li {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

.question {
  margin-top: 10px;
}
.question figure {
  margin-bottom: 12px;
}
.question__area {
  background-color: #EFEFEF;
  border-radius: 10px;
}
.question__area:not(:first-of-type) {
  margin-top: 20px;
}
.question__area h3 {
  padding: 20px 28px 20px 53px;
  transition: padding-bottom 0.3s;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #0764BE;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.question__area h3::before {
  content: "";
  background-image: url("../images/icon_question.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.question__area__answer .wrap {
  padding: 0 10px 20px;
  background-color: #EFEFEF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.question__area__answer p {
  padding: 10px 18px 10px 43px;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
  color: #0764BE;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
}
.question__area__answer p::before {
  content: "";
  background-image: url("../images/icon_answer.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cm {
  padding: 0 20px;
  text-align: center;
}
.cm__caption h2 {
  margin-bottom: 10px;
}
.cm__caption h2 + p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 18px;
}
.cm__caption ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.cm__caption ul li {
  text-indent: 0;
  padding-left: 0;
}
.cm__days {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.cm__days h3 {
  font-family: inherit;
  font-size: 25px;
  margin-top: 30px;
}
.cm__days p {
  font-family: inherit;
  margin-top: 10px;
}
.cm__days + ul {
  padding-left: 20px;
  padding-right: 20px;
}
.cm__days + ul li {
  display: flex;
  align-items: center;
  text-indent: 0;
  padding-left: 0;
  gap: 20px;
}
.cm__days + ul li:not(:first-of-type) {
  margin-top: 30px;
}
.cm__days + ul li figure {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.cm__days + ul li figure img {
  width: 100%;
}
.cm__days + ul li h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 16px;
}
.cm__caution {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

sup {
  font-size: 0.6em;
}

.lp li {
  text-indent: -1em;
  padding-left: 1em;
}
.lp.target {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
  border-top: 5px dotted #0764BE;
  border-bottom: 5px dotted #0764BE;
}
.lp.target .title.title01 {
  margin-bottom: 0;
}

.top h1 {
  height: auto;
  max-width: 375px;
  width: 100%;
}
.top__company {
  background-color: #EFEFEF;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.top__company figure {
  max-width: 100px;
  height: auto;
}
.top__company p {
  font-size: 32px;
  font-weight: bold;
}

.setting {
  padding: 40px 10px 10px;
  text-align: center;
}
.setting .link02 {
  font-weight: bold;
  font-size: 14px;
}
.setting h2 {
  max-width: 276px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.setting__caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.setting__caption span {
  color: #E84B4B;
  font-weight: bold;
}
.setting__fig {
  max-width: 341px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.setting__fig img {
  width: 100%;
}
.setting__txt {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  margin-bottom: 8px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.setting__txt figure {
  max-width: 163px;
  width: 100%;
  height: auto;
}
.setting__txt figure img {
  width: 100%;
  height: auto;
}
.setting__txt p {
  padding-top: 9px;
  font-weight: 500;
}
.setting__txt + p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 9px;
}
.setting a {
  margin-bottom: 15px;
}
.setting ul {
  margin-top: 15px;
}
.setting li {
  max-width: 320px;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}

.lp .setting .target__inner__text {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}
.lp .setting .target__inner__text .box {
  margin-top: -3px;
  display: block;
}
.lp .setting .target__inner__text span {
  font-family: inherit;
}
.lp .setting .target__inner__text .txt01,
.lp .setting .target__inner__text .txt02 {
  color: #E84B4B;
  position: relative;
  z-index: 0;
  font-size: 24px;
  padding-right: 4px;
  padding-left: 2px;
}
.lp .setting .target__inner__text .txt01Shadow,
.lp .setting .target__inner__text .txt02Shadow {
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
  text-stroke: 4px #fff;
  -webkit-text-stroke: 4px #fff;
  font-size: inherit;
  padding-right: 4px;
}
.lp .setting .target__inner__text .txt01,
.lp .setting .target__inner__text .txt01Shadow {
  padding-left: 10px;
}
.lp .setting .target__inner__text .small {
  font-size: 18px;
}

.floating {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  z-index: 100;
}
.floating p {
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
}
.floating a {
  margin-top: 5px;
  max-width: 295px;
}

.lp .foot {
  margin-bottom: 97px;
  display: block;
}

.lp_end .foot {
  margin-bottom: 0;
  display: block;
}

.endCaption {
  background-color: #E84B4B;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin: 40px 20px 0;
  border-radius: 16px;
}
.endCaption p {
  font-weight: bold;
}

.modalWrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

#myModal {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(91.73333%, 335px);
}
.modal__inner {
  background-color: #fff;
  margin: 0 auto;
  padding: 24px 20px 25px;
  border-radius: 16px;
  font-weight: bold;
  text-align: center;
}
.modal p {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: bold;
}
.modal p:nth-of-type(1) {
  font-size: 16px;
}
.modal p:nth-of-type(2) {
  margin-bottom: 16px;
}

.modalClose {
  background-image: url("../images/icon_close.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.myPage .entry {
  margin: 0 20px;
  padding: 10px 0 17px;
  border-bottom: 5px dotted #0764BE;
}
.myPage .entry__status .notClear,
.myPage .entry__status .clear {
  color: #E84B4B;
  font-size: 14px;
  font-weight: bold;
}
.myPage .entry__status .clear {
  color: #0764BE;
}
.myPage .entry__status__title.accordion {
  background-color: #E84B4B;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.myPage .entry__status__title.accordion::after {
  content: "";
  background-image: url("../images/icon_accordion_arrow02.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  right: 23px;
}
.myPage .entry__status__title.accordion.clear {
  background-color: #0764BE;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.myPage .entry__status__title.accordion.clear::after {
  content: "";
  background-image: url("../images/icon_accordion_arrow02.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  right: 23px;
}
.myPage .entry__status__title.QuestionClose, .myPage .entry__status__title.QuestionClose.clear {
  position: relative;
}
.myPage .entry__status__title.QuestionClose::after, .myPage .entry__status__title.QuestionClose.clear::after {
  content: "";
  background-image: url("../images/icon_accordion_arrow02.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
  right: 23px;
}
.myPage .entry__status__item {
  border: 3px solid #E84B4B;
  margin-top: 10px;
  padding: 20px 13px 20px 0;
  border-radius: 4px;
}
.myPage .entry__status__item p {
  padding: 0;
  line-height: 1.5;
}
.myPage .entry__status__item .caption p {
  padding-top: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin: 0 auto;
  line-height: 1.5;
}
.myPage .entry__status__item .caption p .link {
  font-weight: 500;
}
.myPage .entry__status-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.myPage .entry__status-content:not(:first-child) {
  margin-top: 20px;
}
.myPage .entry__status-icon {
  width: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.myPage .entry__status-icon.clear {
  width: 94px;
}
.myPage .entry__status-icon img {
  width: 100%;
  height: auto;
}
.myPage .entry__status .entry__icon-notSet {
  width: 35px;
}
.myPage .entry__status .entry__icon-clearSet {
  width: 34px;
}
.myPage .entry__status .entry__icon-notEntry {
  width: 58px;
}
.myPage .entry__status .entry__icon-clearEntry {
  width: 67px;
}
.myPage .entry__status .entry__icon-invalidEntry {
  width: 45px;
}
.myPage .entry__status-info {
  flex: 1;
}
.myPage .entry__status-title {
  padding-right: 58px;
}
.myPage .entry__status-title.clear {
  padding-right: 20px;
}
.myPage .entry__status-detail {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
.myPage .entry__status-detail--bottom {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
}
.myPage .entry__status-txt {
  flex: 1;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.myPage .entry__status-link {
  width: 62px;
  line-height: 1;
  text-align: center;
}
.myPage .entry__status-link a {
  display: block;
  margin-bottom: auto;
}
.myPage .entry__status-link.clear {
  width: 56px;
}
.myPage .entry__status__item.clear {
  border: 3px solid #0764BE;
}
.myPage .entry__status ._btnLink {
  margin-bottom: 20px;
}
.myPage .entry__status .flex {
  display: flex;
  align-items: flex-start;
}
.myPage .entry__status .flex:not(:first-child) {
  margin-top: 20px;
}
.myPage .entry__status .icon {
  width: 68px;
  height: 37px;
  flex-shrink: 0;
}
.myPage .entry__status .icon img {
  width: 68px;
  height: 37px;
}
.myPage .entry__status .text {
  max-width: 180px;
}
.myPage .entry__status .text.clear, .myPage .entry__status .text.notClear {
  max-width: none;
}
.myPage .entry__status .text__status {
  font-size: 10px;
  font-weight: 500;
  margin-top: 8px;
}
.myPage .entry__status .text__caution {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
.myPage .entry__status .btn {
  width: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}
.myPage .entry__status .btn ._btnFlat {
  height: 31px;
  min-width: 58px;
  margin: 0 auto;
}
.myPage .entry__status .btn ._mt41 {
  margin-top: 41px;
}
.myPage .entry .detail {
  font-size: 10px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.myPage .entry__reload-btn {
  position: absolute;
  top: 6px;
  right: 0;
}
.myPage .entry .watch {
  margin-top: 20px;
  text-align: center;
}
.myPage .entry .watch h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: auto;
  margin-bottom: auto;
}
.myPage .entry .watch__text {
  margin-top: -4px;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.myPage .entry .watch__contents {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: fit-content;
  display: flex;
  align-items: flex-end;
}
.myPage .entry .watch__unit {
  font-size: 30px;
  font-weight: bold;
}
.myPage .entry .watch__times {
  padding-bottom: 4px;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 69px;
  border-radius: 20px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  border: 3px solid #0764BE;
}
.myPage .entry .watch__about {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.myPage .entry .watch__about .icon_q {
  padding: 0;
}
.myPage .entry .watch__about .icon_q img {
  height: 22px;
  width: 22px;
}
.myPage .entry .watch__about .text {
  font-size: 14px;
  font-weight: bold;
  color: #0764BE;
  padding: 0;
}
.myPage .target {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.myPage .target ul {
  font-size: 16px;
  margin-bottom: 0;
}
.myPage .target__inner {
  margin-bottom: 30px;
  padding-top: 45px;
  border-radius: 0;
  border-top: 5px dotted #0764BE;
}
.myPage .target__inner h2 {
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 18px;
}
.myPage .target__inner__title {
  max-width: 295px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.myPage .target__inner__title img {
  width: 100%;
  height: auto;
}
.myPage .target__inner__text {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 35px;
}
.myPage .target__inner__text span {
  font-family: "Zen Maru Gothic", serif;
}
.myPage .target__inner__text .kern {
  letter-spacing: -299;
}
.myPage .target__inner__text .box {
  display: block;
}
.myPage .target__inner__text .big {
  font-size: 24px;
}
.myPage .target__inner__text .col {
  color: #E84B4B;
}
.myPage .target__inner__text02 {
  padding: 0 20px;
  margin-top: 20px;
}
.myPage .target__inner-txtblue {
  color: #0764BE;
}
.myPage .target__inner-txtblue--big {
  font-size: 24px;
  letter-spacing: -0.2em;
}
.myPage .target__confirm {
  font-weight: 500;
  padding: 20px 20px 0;
}
.myPage .target a + a {
  margin-top: 20px;
}
.myPage .target__caution {
  padding: 10px;
  margin: 20px 20px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 1.5714285714;
}
.myPage .target__caution p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5714285714;
}
.myPage .target__caution p span {
  font-family: "Zen Maru Gothic", serif;
  color: #0764BE;
}

.mypageModalWrap {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.mypageModalWrap .mypageModal {
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: calc(100% - 40px);
  max-width: 335px;
  padding: 50px 17px 50px 16px;
}
.mypageModalWrap .mypageModal ul {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.mypageModalWrap .mypageModal ul li {
  font-size: 14px;
  font-weight: bold;
}
.mypageModalWrap .mypageModalClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.mypageModalWrap .mypageModalClose::before, .mypageModalWrap .mypageModalClose::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.mypageModalWrap .mypageModalClose::after {
  transform: rotate(-90deg);
}

.confirm,
.complete,
.win {
  padding: 10px 20px 30px;
}
.confirm h2,
.complete h2,
.win h2 {
  margin-bottom: 10px;
}
.confirm p,
.complete p,
.win p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.precaution {
  padding: 40px 20px 43px 20px;
}
.precaution .inner {
  font-weight: bold;
}
.precaution .inner h2 {
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
.precaution .inner ul {
  margin: 16px 13px 20px 14px;
}
.precaution .inner ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.precaution .inner ul li:not(:first-child) {
  padding-top: 10px;
}
.precaution .inner:not(:first-child) {
  margin-top: 45px;
}
.precaution__btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.precaution__btn li {
  text-indent: 0;
  padding-left: 0;
}
.precaution__btn li:not(:first-child) {
  margin-top: 25px;
}
.precaution .caution {
  margin: 16px 13px 20px 14px;
  font-size: 14px;
}

.win {
  padding: 30px 11px 50px 17px;
}
.win h2 {
  margin-bottom: 5px;
  position: relative;
}
.win h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  right: 9px;
  width: 44px;
  height: 36px;
  background-image: url("../images/icon_win_right.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.win h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -52px;
  left: 3px;
  width: 44px;
  height: 35px;
  background-image: url("../images/icon_win_left.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.entryCheck .target {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.entryCheck .target__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.entryCheck .target__inner h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
  color: #0764BE;
}
.entryCheck .target ul {
  margin-bottom: 0;
}
.entryCheck .target__inner02 {
  margin-top: 10px;
}

.target__win {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 5px dotted #0764BE;
  border-bottom: 5px dotted #0764BE;
}
.target__win.target {
  padding-bottom: 44px;
}
.target__win .target__inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.error {
  background-color: #fff;
  padding: 10px 20px 43px;
}
.error h2 {
  color: #E84B4B;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 16px;
}
.error h2 span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 36px;
  padding-left: 11px;
  padding-right: 6px;
}
.error p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.error .precaution__btn {
  margin-top: 40px;
}