* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}

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

a {
  color: #0076d6;
}
a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 574px;
}

.hide {
  line-height: 1;
  overflow: hidden;
  height: 1px;
  width: 1px;
  visibility: hidden;
}

.elm_label {
  background: #ffa200;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.4em 0.3em;
  border-radius: 5px;
}

.mod_borderBox {
  position: relative;
  width: 100%;
}
.mod_borderBox .item_top {
  width: 100%;
  border: 2px solid #333333;
  background-color: #ccc;
  border-radius: 20px;
  padding: 1.2rem;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.mod_borderBox:after {
  content: "";
  display: block;
  background: #464646;
  border: 2px solid #333333;
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
.mod_borderBox.listMode .item_top {
  background-color: #fff;
  padding: 0;
}
.mod_borderBox.listMode ul li {
  position: relative;
  line-height: 1.8;
  padding: 1.5rem 1.2rem;
  border-bottom: 2px solid #333333;
}
.mod_borderBox.listMode ul li:first-child {
  border-radius: 18px 18px 0 0;
}
.mod_borderBox.listMode ul li:last-child {
  border: none;
  border-radius: 0 0 18px 18px;
}
.mod_borderBox.listMode ul li:nth-child(even) {
  background: #dffaff;
}
.mod_borderBox.listMode ul li .elm_label {
  position: absolute;
  top: 0;
  left: 1.2rem;
  transform: translateY(-50%);
}
.mod_borderBox.acdMode {
  margin-bottom: 0.8rem;
}
.mod_borderBox.acdMode:last-child {
  margin-bottom: 0;
}
.mod_borderBox.acdMode .item_top {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.mod_borderBox.acdMode .item_icons {
  display: flex;
  align-items: center;
  gap: 10%;
  flex: 3.2;
  max-width: 140px;
}
.mod_borderBox.acdMode .item_text {
  letter-spacing: 0.05em;
  width: 60%;
  flex: 6.5;
  font-size: 16px;
  line-height: 1.4;
  background-image: url("../images/icons/arrow_b_under.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
}
.mod_borderBox.acdMode .item_text strong {
  font-weight: 500;
  color: #eb5405;
}
.mod_borderBox.acdMode dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  justify-content: space-between;
  cursor: pointer;
}
.mod_borderBox.acdMode dt.pink {
  background-color: #ffeaea;
}
.mod_borderBox.acdMode dt.yellow {
  background-color: #fff4df;
}
.mod_borderBox.acdMode dt.blue {
  background-color: #e5e9ff;
}
.mod_borderBox.acdMode dt.green {
  background-color: #efffea;
}
.mod_borderBox.acdMode dt.active .item_text {
  background-image: url("../images/icons/arrow_b_top.png");
}
.mod_borderBox.acdMode dt {
  padding: 1rem;
}
.mod_borderBox.acdMode dd {
  border-top: 2px solid #333333;
}
.mod_borderBox.acdMode dd h3 {
  margin-bottom: 1em;
}
.mod_borderBox.acdMode dd h3 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 0.2em;
}
.mod_borderBox.acdMode dd ul li {
  padding: 1.5rem 1rem;
  border-top: 2px solid #333333;
}
.mod_borderBox.acdMode dd ul li:first-child {
  border: none;
}

.mod_entryButton {
  margin: 1.6rem 0 1rem;
}
.mod_entryButton a,
.mod_entryButton .disabled {
  display: block;
  border-radius: 500px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: rgb(61, 141, 232);
  background: linear-gradient(90deg, rgb(61, 141, 232) 0%, rgb(17, 102, 227) 100%);
  color: #fff;
  line-height: 1;
  padding: 1.5em;
  max-width: 350px;
  margin: 0 auto;
}
.mod_entryButton .disabled {
  background: rgb(219, 219, 219);
  box-shadow: none;
  color: #bbb;
}

.mod_mskmButton {
  margin: 1.7rem 0 1rem;
  width: 100%;
  text-align: center;
}
.mod_mskmButton a {
  display: block;
  border-radius: 500px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 1.2em;
  width: 80%;
  max-width: 300px;
  background: #eee;
  margin: 0 auto 1em;
}
.mod_mskmButton a.ponta {
  background: #1f5fa8;
  color: #fff;
  border: 1px solid #1f5fa8;
}
.mod_mskmButton a.other {
  background: #fff;
  color: #eb5505;
  border: 1px solid #eb5505;
}
.mod_mskmButton a.au {
  background: #eb5505;
  color: #fff;
  border: 1px solid #eb5505;
}

.mod_header {
  padding: 1em;
}
.mod_header .item_logo {
  margin: 0 auto;
  width: 80%;
  max-width: 284px;
}

.mod_entry_go {
  margin: 1rem 0 2.5rem;
  font-size: 20px;
  text-align: center;
  color: #eb5505;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mod_entry_pxd p {
  text-align: center;
  margin: 1rem 0;
}
.mod_entry_pxd a {
  display: inline-block;
}
.mod_entry_pxd .bnr {
  overflow: hidden;
  border-radius: 10px;
}

.mod_mv .inner {
  background: url("../images/mv/bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
  border-bottom: 2px solid #333333;
}
.mod_mv .item_agesugi {
  text-align: center;
  margin-bottom: 0.2rem;
}
.mod_mv .item_agesugi img {
  width: 32%;
  min-width: 112px;
  max-width: 150px;
}
.mod_mv .item_mv {
  text-align: center;
  margin-bottom: 1.15rem;
}
.mod_mv .item_mv img {
  width: 98%;
  max-width: 450px;
}
.mod_mv .item_kikan {
  margin-bottom: -2.3rem;
  font-size: 115%;
}
.mod_mv .item_kikan .item_top {
  background-color: #ffe160;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 390px) {
  .mod_mv .item_kikan .item_top {
    padding: 1em;
  }
}
@media screen and (max-width: 390px) {
  .mod_mv .item_kikan {
    font-size: 4.1vw;
  }
  .mod_mv .item_kikan .elm_label {
    font-size: 3vw;
  }
}

.s_detail .inner {
  padding-top: 4.37rem;
  padding-bottom: 2.53rem;
  background: #fffddf;
}

.s_step .inner {
  background: #fffddf;
  padding-bottom: 2.53rem;
}
.s_step .item_titile {
  margin-bottom: 1.7rem;
}
.s_step .item_titile .mod_borderBox .item_top {
  background-color: #fff;
  padding: 6px;
}
.s_step .item_titile .mod_borderBox .item_top h2 {
  border-radius: 13px;
  background-image: url("../images/s_step/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  position: relative;
}
.s_step .item_titile .mod_borderBox .item_top h2:before, .s_step .item_titile .mod_borderBox .item_top h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 17px solid #464646;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.s_step .item_titile .mod_borderBox .item_top h2:before {
  border-top: 17px solid #ffffff;
  z-index: 1;
  bottom: -20.5px;
}
.s_step .item_titile .mod_borderBox .item_top h2:after {
  bottom: -27.5px;
}
.s_step .item_titile .mod_borderBox .item_top h2 .item_title {
  max-width: 250px;
  margin: 0 auto;
}

.s_note {
  padding-top: 2.3rem;
  padding-bottom: 2.53rem;
  font-size: 14px;
  line-height: 1.7;
}
.s_note .item_seg {
  margin-bottom: 2rem;
}
.s_note .item_h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.s_note .item_h4:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/accent.png") no-repeat center center;
  background-size: 11px;
  display: inline-block;
  transform: translateY(2px);
  margin: 0 0.3em 0 0;
}
.s_note .item_h5 {
  color: #0076d6;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.s_note .item_list {
  font-feature-settings: "palt" 0;
  margin-bottom: 1.3rem;
}
.s_note .item_list:last-child {
  margin-bottom: 0;
}
.s_note .item_list li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.s_note .item_list li small {
  font-weight: 400;
  font-size: 11px;
  display: block;
  line-height: 1.3;
  background: #f1f1f1;
  padding-left: 0;
  text-indent: 0;
  padding: 0.8em 1em;
  border-radius: 6px;
  margin-top: 0.7em;
  margin-bottom: 0.7rem;
}
.s_note .item_latest {
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}
.s_note .item_bgLink {
  margin-bottom: 1.5em;
  line-height: 1;
  background-color: #000;
  padding: 1.3rem 1.1rem;
  border-radius: 7px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background-image: url("../images/icons/arrow_w_right.png");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  background-size: 15px;
}

.forSP {
  display: none;
}
@media screen and (max-width: 769px) {
  .forSP {
    display: inline;
  }
}

.forPC {
  display: inline;
}
@media screen and (max-width: 769px) {
  .forPC {
    display: none;
  }
}
