@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import "base.css";
@import "form.css";
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
.sizeXS {
  font-size: min(12px, 3vw);
}

.sizeS {
  font-size: min(15px, 3.4vw);
}

.sizeN {
  font-size: min(16px, 4vw);
}

.sizeM {
  font-size: min(18px, 4.2vw);
}

.sizeL {
  font-size: min(20px, 4.4vw);
}

.sizeB {
  font-size: min(28px, 6vw);
}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: min(16px, 4vw);
}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 1px;
}
@media screen and (min-width: 751px) {
  #container {
    min-width: 1180px;
  }
}

.inner {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 0 min(20px, 5vw);
}

.section {
  text-align: left;
  padding: min(30px, 7vw) 0;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.cTitle {
  position: relative;
  font-size: min(16px, 3.8vw);
  font-weight: 600;
  padding-left: min(12px, 3vw);
  margin: min(20px, 5vw) 0 min(10px, 3vw);
  color: #000;
  line-height: 1.5;
}
.cTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 4px;
  height: 1em;
  background-color: #E21E31;
  border-radius: 2px;
}

.colRed {
  color: #E21E31;
}

.btnBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.btnBox li {
  width: 100%;
}
.btn {
  display: inline-block;
  position: relative;
  background-color: #E21E31;
  color: #FFF;
  border-radius: 5px;
  padding: min(10px, 3vw) min(40px, 8vw);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.btn.withcapt {
  border-radius: 5px 5px 0 0;
}
.btn.withcapt + .capt {
  border: 1px solid #E21E31;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: min(5px, 1.5vw);
  font-size: min(12px, 3vw);
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(10px, 4vw);
  margin: auto;
  vertical-align: middle;
  width: min(10px, 4vw);
  height: min(10px, 4vw);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
.btn:hover {
  color: #FFF;
  text-decoration: none;
}
.btn.disabled {
  background-color: #f5f5f5;
  color: #999;
  pointer-events: none;
}

.listCaution {
  text-align: left;
  font-size: min(15px, 3.4vw);
}
.listCaution > dt {
  font-weight: 500;
  margin-bottom: min(6px, 2vw);
}
.listCaution > li,
.listCaution > dd {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  margin-bottom: min(6px, 2vw);
}
.listCaution.noind > li,
.listCaution.noind > dd {
  text-indent: 0;
}

.decimal {
  padding-left: 1.4em;
}
.decimal li {
  list-style-type: decimal;
  margin-bottom: min(7px, 2vw);
}
.decimal.flowList li::marker {
  color: #E21E31;
  font-weight: bold;
}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  background-color: #333333;
  color: #FFF;
}
#header a {
  color: #FFF;
}
#header .pageTitle {
  padding: min(10px, 3vw);
  text-align: center;
}
#header .pageTitle h1 {
  font-weight: 500;
  font-size: min(20px, 4.4vw);
}

.pageHead h2 {
  text-align: center;
  margin-bottom: min(10px, 3vw);
  font-size: min(20px, 4.4vw);
  background-color: #eff0f5;
  padding: min(10px, 3vw);
}
.pageHead .inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 min(10px, 3vw);
}

.pageNavi ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pageNavi ul::-webkit-scrollbar {
  display: none;
}
.pageNavi ul li {
  position: relative;
  flex: 0 0 auto;
  background: #f5f5f5;
  color: #000;
  font-size: min(15px, 3.4vw);
  text-align: center;
  padding: min(8px, 2vw) min(8px, 2vw);
}
.pageNavi ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 19px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 34' preserveAspectRatio='none'%3E%3Cg%3E%3Cpolygon fill='%23CCCCCC' points='2.4901594 34 1.000063 34 1.000063 0 2.4901594 0 19.000063 17 2.4901594 34' /%3E%3Cpolygon fill='%23f5f5f5' points='1.4900964 34 0 34 0 0 1.4900964 0 18 17 1.4900964 34' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  z-index: 1;
}
.pageNavi ul li:not(:first-child) {
  padding-left: min(30px, 6vw);
}
.pageNavi ul li.active {
  background: #E21E31;
  color: #fff;
}
.pageNavi ul li.active::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 34' preserveAspectRatio='none'%3E%3Cg%3E%3Cpolygon fill='%23CCCCCC' points='2.4901594 34 1.000063 34 1.000063 0 2.4901594 0 19.000063 17 2.4901594 34' /%3E%3Cpolygon fill='%23E21E31' points='1.4900964 34 0 34 0 0 1.4900964 0 18 17 1.4900964 34' /%3E%3C/g%3E%3C/svg%3E");
}

/*-------------------------------------------------
	++ MYPAGE
-------------------------------------------------*/
.mystatus {
  width: 100%;
  border-radius: 5px;
  background-color: #eff0f5;
  padding: min(10px, 3vw);
  margin-bottom: min(20px, 5vw);
}
.mystatus dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(10px, 3vw);
}
.mystatus dl + dl {
  margin-top: min(10px, 3vw);
}
.mystatus dl dd {
  font-weight: 600;
}
.mystatus dl dd .num {
  font-size: min(28px, 6vw);
}

.mystatusTbl {
  border: 1px solid rgba(51, 51, 51, 0.25);
  width: 100%;
}
.mystatusTbl tr th, .mystatusTbl tr td {
  border: 1px solid rgba(51, 51, 51, 0.25);
  padding: min(5px, 1.2vw);
  text-align: center;
}
.mystatusTbl thead tr th, .mystatusTbl thead tr td {
  background-color: #eff0f5;
}
.mystatusTbl tbody tr th {
  font-weight: 300;
}

.pointstatus dt {
  font-weight: 500;
}
.pointstatus dd {
  font-size: min(15px, 3.4vw);
}

/*-------------------------------------------------
	++ FORM ATTACHED
-------------------------------------------------*/
.formBlock h3 {
  background-color: #333333;
  border-radius: 5px;
  color: #FFF;
  margin-bottom: min(15px, 5vw);
  padding: min(5px, 1.5vw) min(10px, 3vw);
  font-size: min(20px, 4.2vw);
}

.formAtt {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  .formAtt {
    font-size: min(15px, 3.4vw);
  }
}
@media screen and (max-width: 750px) {
  .formAtt {
    font-size: min(15px, 3.4vw);
  }
}

.error {
  color: #E21E31;
  font-size: min(15px, 3.4vw);
  padding-left: 20px;
  margin-top: 5px;
  position: relative;
  font-weight: 700;
}
.error:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f06a";
  font-size: min(15px, 3.4vw);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

/*-------------------------------------------------
	++ FORM PARTS AND TABLE
-------------------------------------------------*/
.reqlabel {
  font-size: min(12px, 3vw);
  color: #CC0000;
  margin-left: 5px;
  padding: 3px 5px;
}

.formWrap + .formWrap {
  margin-top: min(30px, 7vw);
}
.formWrap .formTbl {
  width: 100%;
}
.formWrap .formTbl > tbody > tr {
  border-bottom: 1px solid #DDD;
}
.formWrap .formTbl > tbody > tr > th {
  font-weight: 500;
}
.formWrap .formTbl tr th, .formWrap .formTbl tr td {
  display: block;
  width: 100%;
}
.formConfirm .formWrap .formTbl tr th, .formConfirm .formWrap .formTbl tr td {
  display: table-cell;
  width: 50%;
  padding: min(10px, 2vw);
}
.formWrap .formTbl tr th {
  vertical-align: top;
  font-weight: 300;
  padding-top: min(20px, 4vw);
  padding-bottom: min(5px, 1.5vw);
}
.formWrap .formTbl tr td {
  padding-top: min(5px, 1.5vw);
  padding-bottom: min(20px, 4vw);
}
.formWrap .formTbl tr td img {
  max-width: 100%;
  height: auto;
}
.formWrap .formTbl.halfTbl tr th {
  display: table-cell;
  width: 45%;
  padding: min(10px, 2vw);
}
.formWrap .formTbl.halfTbl tr td {
  display: table-cell;
  width: 55%;
  padding: min(10px, 2vw);
}
.formWrap .inputList > dt {
  font-weight: 500;
  font-size: min(18px, 4.2vw);
  margin-bottom: min(10px, 3vw);
}
.formWrap .inputList > li,
.formWrap .inputList > dd {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.6;
  margin-bottom: min(10px, 2vw);
}

.formBtn {
  margin: 50px auto 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(7px, 2vw);
}
.formBtn.colmn {
  flex-direction: column;
}
.formBtn input, .formBtn button {
  padding: 10px 30px;
  margin: min(5px, 2vw);
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  padding: min(30px, 10vw) 0;
  background-color: #FFF;
}

/*-------------------------------------------------
	++ MODAL
-------------------------------------------------*/
.img-modal,
.text-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.img-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
}

.img-modal.active {
  display: flex;
}

.text-modal .modalBox {
  background: #fff;
  max-width: min(500px, 90%);
  max-height: 90%;
  padding: min(20px, 4vw);
  border-radius: 6px;
  overflow-y: scroll;
}
.text-modal .modalBox .modalBoxInner {
  width: 100%;
  height: 100%;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}