/* --------------------
 * Misetag
 * -------------------- */
.Misetag .pc {
  display: block;
}
.Misetag .sp {
  display: none;
}
.Misetag .Misetag__mv {
  max-width: 1400px;
  margin: 30px auto;
  padding: 0 40px;
}
.Misetag .Misetag__mv img {
  display: block;
  width: 100%;
  height: auto;
}
.Misetag .Misetag__title {
  margin-bottom: 50px;
}
.Misetag .Misetag__titleMain {
  display: block;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
.Misetag .Misetag__titleMain img {
  height: 100%;
}
.Misetag .Misetag__titleSub {
  display: block;
  color: #0076BF;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.Misetag .Misetag__lead {
  background-color: #EFEFEF;
}
.Misetag .Misetag__leadInner {
  padding: 100px 50px;
  max-width: 1060px;
  margin: 0 auto;
}
.Misetag .Misetag__leadText {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}
.Misetag .Misetag__leadList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
.Misetag .Misetag__leadItemImage {
  margin-bottom: 20px;
}
.Misetag .Misetag__leadItemText {
  font-size: 21px;
  text-align: center;
}
.Misetag .Misetag__pointInner {
  padding: 100px 50px;
  max-width: 1060px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.Misetag .Misetag__pointList {
  margin-bottom: 80px;
  padding-left: 34px;
}
.Misetag .Misetag__pointItem {
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}
.Misetag .Misetag__pointItem::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../../../user_data/packages/default/images/cp/misetag/icon_check.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 8px;
  left: -34px;
}
.Misetag .Misetag__pointItem span {
  color: #0076BF;
}
.Misetag .Misetag__btn {
  width: 340px;
  margin: 0 auto;
}
.Misetag .Misetag__btnLink {
  background-color: #0076BF;
  border-radius: 50px;
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  border: 2px solid #0076BF;
  transition: background-color 300ms, color 300ms;
}
.Misetag .Misetag__btnLink span {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.Misetag .Misetag__btnLink:after {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  right: 22px;
  top: calc(50% - 7px);
  transition: border-color 300ms;
}
.Misetag .Misetag__btnLink:hover {
  background-color: #fff;
}
.Misetag .Misetag__btnLink:hover span {
  color: #0076BF;
}
.Misetag .Misetag__btnLink:hover::after {
  border-color: #0076BF;
}
.Misetag .Misetag__price {
  background: linear-gradient(90deg, #EFEFEF 0%, #EFEFEF 50%, #E2EAF6 50%, #E2EAF6 100%);
}
.Misetag .Misetag__priceInner {
  padding: 100px 50px 20px;
  max-width: 1060px;
  margin: 0 auto;
}
.Misetag .Misetag__priceList {
  max-width: 860px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.Misetag .Misetag__priceItem {
  flex: 0 1 40%;
}
.Misetag .Misetag__priceImageWrap {
  position: relative;
}
.Misetag .Misetag__priceImage {
  margin-bottom: 5px;
}
.Misetag .Misetag__pricenote {
  font-size: 14px;
  position: absolute;
  height: auto;
  width: 100%;
  left: 20px;
  bottom: 10px;
  z-index: 2;
}
.Misetag .Misetag__pricenote.-white {
  color: #fff;
}
.Misetag .Misetag__priceText {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.Misetag .Misetag__priceText .-blue {
  color: #0076BF;
}
.Misetag .Misetag__priceBox {
  border: 1px solid #231815;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  margin-bottom: 80px;
}
.Misetag .Misetag__priceBoxPc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
}
.Misetag .Misetag__priceBoxPc:first-child {
  border-bottom: 1px solid #231815;
  padding-bottom: 20px;
}
.Misetag .Misetag__priceBoxPc:last-child {
  padding-top: 20px;
}
.Misetag .Misetag__priceBoxWrap {
  flex: 0 1 calc(50% - 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Misetag .Misetag__priceBoxTitle {
  background-color: #231815;
  border: 1px solid #231815;
  border-radius: 20px;
  width: 130px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
}
.Misetag .Misetag__priceBoxTitle.-white {
  background-color: #fff;
  color: #231815;
}
.Misetag .Misetag__priceBoxText {
  font-size: 18px;
  text-align: center;
}
.Misetag .Misetag__priceBoxText .-blue {
  color: #0076BF;
}
.Misetag .Misetag__priceBoxBold {
  font-size: 24px;
  font-weight: bold;
}
.Misetag .Misetag__priceBoxBold span {
  font-size: 36px;
}
.Misetag .Misetag__priceBoxBold span.-blue {
  color: #0076BF;
}
.Misetag .Misetag__detailinner {
  padding: 100px 50px;
  max-width: 1060px;
  margin: 0 auto;
}
.Misetag .Misetag__detailTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 80px;
}
.Misetag .Misetag__detailTable tr:nth-child(odd) {
  background-color: #EFEFEF;
}
.Misetag .Misetag__detailTable th,
.Misetag .Misetag__detailTable td {
  border: 1px solid #231815;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: normal;
}
.Misetag .Misetag__detailTable th {
  min-width: 181px;
}
.Misetag .Misetag__detailList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 20px;
  padding: 0 0 30px;
}
.Misetag .Misetag__detailItem {
  flex: 0 1 calc((100% - 40px) / 3);
}
.Misetag .Misetag__detailItemImage figcaption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 1000px) {
  .Misetag .pc {
    display: none;
  }
  .Misetag .sp {
    display: block;
  }
  .Misetag .Misetag__mv {
    max-width: none;
    margin: 10px auto;
    padding: 0 10px;
  }
  .Misetag .Misetag__title {
    margin-bottom: 25px;
  }
  .Misetag .Misetag__titleMain {
    height: 26px;
    margin: 0 auto 10px;
  }
  .Misetag .Misetag__titleSub {
    font-size: 14px;
  }
  .Misetag .Misetag__leadInner {
    padding: 50px 20px;
    margin: 0 auto;
  }
  .Misetag .Misetag__leadText {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }
  .Misetag .Misetag__leadList {
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-direction: column;
  }
  .Misetag .Misetag__leadItemImage {
    max-width: 350px;
    width: 60%;
    margin: 0 auto 10px;
  }
  .Misetag .Misetag__leadItemText {
    font-size: 14px;
  }
  .Misetag .Misetag__pointInner {
    padding: 50px 20px;
  }
  .Misetag .Misetag__pointList {
    margin: 0 auto 25px;
    padding-left: 20px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .Misetag .Misetag__pointItem {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .Misetag .Misetag__pointItem::before {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -20px;
  }
  .Misetag .Misetag__pointItem span {
    color: #0076BF;
  }
  .Misetag .Misetag__btn {
    width: auto;
    max-width: 340px;
  }
  .Misetag .Misetag__btnLink {
    height: 51px;
    gap: 8px;
  }
  .Misetag .Misetag__btnLink span {
    font-size: 16px;
  }
  .Misetag .Misetag__btnLink:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 10px;
    width: 10px;
  }
  .Misetag .Misetag__btnLink:hover {
    background-color: #0076BF;
  }
  .Misetag .Misetag__btnLink:hover span {
    color: #fff;
  }
  .Misetag .Misetag__btnLink:hover::after {
    border-color: #fff;
  }
  .Misetag .Misetag__priceInner {
    padding: 50px 20px 20px;
  }
  .Misetag .Misetag__priceList {
    margin: 0 auto;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .Misetag .Misetag__priceItem {
    flex: 0 1 auto;
    margin-bottom: 30px;
  }
  .Misetag .Misetag__priceImageWrap {
    position: relative;
    width: 60%;
    margin: 0 auto;
    max-width: 350px;
  }
  .Misetag .Misetag__priceImage {
    margin-bottom: 5px;
  }
  .Misetag .Misetag__pricenote {
    font-size: 12px;
  }
  .Misetag .Misetag__priceText {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .Misetag .Misetag__priceBox {
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  .Misetag .Misetag__priceBoxWrap {
    flex: 0 1 auto;
    gap: 5px;
  }
  .Misetag .Misetag__priceBoxWrap:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
  }
  .Misetag .Misetag__priceBoxWrap:last-child {
    padding-top: 15px;
  }
  .Misetag .Misetag__priceBoxTitle {
    width: 100px;
    font-size: 14px;
  }
  .Misetag .Misetag__priceBoxText {
    font-size: 12px;
  }
  .Misetag .Misetag__priceBoxBold {
    font-size: 16px;
  }
  .Misetag .Misetag__priceBoxBold span {
    font-size: 20px;
  }
  .Misetag .Misetag__detailinner {
    padding: 50px 20px;
    max-width: 640px;
    margin: 0 auto;
  }
  .Misetag .Misetag__detailTable {
    margin-bottom: 40px;
  }
  .Misetag .Misetag__detailTable th,
  .Misetag .Misetag__detailTable td {
    border: 1px solid #231815;
    padding: 5px 10px;
    font-size: 14px;
  }
  .Misetag .Misetag__detailTable th {
    min-width: 80px;
  }
  .Misetag .Misetag__detailList {
    gap: 20px 10px;
    padding: 0 0 10px;
  }
  .Misetag .Misetag__detailItem {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .Misetag .Misetag__detailItemImage figcaption {
    font-size: 12px;
  }
}