@charset "UTF-8";
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  background-image: none;
}
select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  overflow: auto;
}

input[type=text]::-ms-clear,
input[type=email]::-ms-clear {
  display: none;
}

#main {
  max-width: 960px;
  width: 100% !important;
}

#page-form #contents p {
  font-size: 100%;
}
#page-form .header {
  margin: 0;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
#page-form h1.mainTitle {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page-form h1.mainTitle {
    font-size: 22px;
  }
}
#page-form .head-note {
  padding: 40px;
  margin-top: 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 24px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #page-form .head-note {
    font-size: 14px;
  }
}
#page-form .head-note p > a {
  font-weight: 600;
}
#page-form .head-note .important {
  font-weight: 600;
  margin-top: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #page-form .head-note .important {
    font-size: 12px !important;
  }
}
#page-form .head-note .important p {
  color: #c80421;
  position: relative;
  padding-left: 1.2em;
}
#page-form .head-note .important p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#page-form .head-note .important a {
  color: #c80421;
}
#page-form .inquiryWrap {
  border-radius: 10px;
  border: 1px solid #cecece;
  overflow: hidden;
  margin-top: 48px;
}
#page-form .inquiry {
  width: 100%;
  border-collapse: collapse;
}
#page-form .inquiry tr {
  border-bottom: 1px solid #e0e0e0;
}
#page-form .inquiry tr:last-child {
  border-bottom: none;
}
#page-form .inquiry th {
  background-color: #f5f5f5;
  width: 365px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry th {
    font-size: 16px;
  }
}
#page-form .inquiry th .inner {
  margin: 54px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry th .inner {
    margin: auto;
    padding: 18px;
  }
}
#page-form .inquiry th .inner label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-form .inquiry th .inner label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-form .inquiry th .note {
  background-color: #b70031;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  display: inline-block;
  font-weight: normal;
}
#page-form .inquiry td {
  padding: 48px 40px;
  vertical-align: top;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry td {
    padding: 0;
  }
}
#page-form .inquiry td input[type=text],
#page-form .inquiry td input[type=email],
#page-form .inquiry td select,
#page-form .inquiry td textarea {
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
}
#page-form .inquiry td input[type=text]:focus,
#page-form .inquiry td input[type=email]:focus,
#page-form .inquiry td select:focus,
#page-form .inquiry td textarea:focus {
  border-color: #b70031;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
          box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
}
#page-form .inquiry td input[type=text],
#page-form .inquiry td input[type=email] {
  height: 48px;
  padding: 0 20px;
}
#page-form .inquiry td input[type=text].max,
#page-form .inquiry td input[type=email].max {
  width: 100%;
}
#page-form .inquiry td input[type=text].name,
#page-form .inquiry td input[type=email].name {
  width: 150px;
}
#page-form .inquiry td select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 20px;
}
#page-form .inquiry td .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry td .select-wrapper {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 28px 0;
    display: block;
  }
}
#page-form .inquiry td .select-wrapper select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
#page-form .inquiry td .select-wrapper .select-inner {
  position: relative;
}
#page-form .inquiry td .select-wrapper .select-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  pointer-events: none;
  z-index: 1;
}
#page-form .inquiry td textarea {
  width: 100%;
  max-width: 500px;
  min-height: 120px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry td textarea {
    min-height: 226px;
  }
}
#page-form .inquiry td p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #140e16;
  line-height: 1.4;
}
#page-form .inquiry td p.mt10 {
  margin-top: 10px;
}
#page-form .inquiry td p.note {
  color: #b70031;
  font-weight: 500;
}
#page-form .inquiry td p.notice-1 {
  font-size: 14px !important;
  position: relative;
  padding-left: 1.2em;
}
#page-form .inquiry td p.notice-1::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#page-form .inquiry td p.notice-2 {
  font-size: 17px;
  margin: 32px 0 0 0;
}
#page-form .inquiry td .exemplar {
  color: #140e16;
  font-size: 14px;
}
#page-form .inquiry .entry-group-parent td .cohesive,
#page-form .inquiry .entry-group-child td .cohesive {
  display: inline-block;
  vertical-align: top;
}
#page-form .inquiry .entry-group-parent td .cohesive:last-child,
#page-form .inquiry .entry-group-child td .cohesive:last-child {
  margin-right: 0;
}
#page-form .inquiry .entry-group-parent td .cohesive .inputContainer,
#page-form .inquiry .entry-group-child td .cohesive .inputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
#page-form .inquiry .entry-group-parent td .cohesive label,
#page-form .inquiry .entry-group-child td .cohesive label {
  display: block;
  font-size: 17px;
  color: #140e16;
  margin-bottom: 5px;
  font-weight: normal;
}
#page-form .inquiry .entry-group-parent td .cohesive input,
#page-form .inquiry .entry-group-child td .cohesive input {
  display: block;
}
#page-form .inquiry .entry-group-parent td .cohesive p,
#page-form .inquiry .entry-group-child td .cohesive p {
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .emailWrap {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
    padding: 28px 0;
  }
}
#page-form .inquiry .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .nameWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
    padding: 28px 0;
  }
}
#page-form .inquiry .nameWrap .cohesive {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .nameWrap .cohesive {
    width: 100%;
  }
}
#page-form .inquiry .nameWrap .cohesive input {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .entry-group-tell td {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
    padding: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .entry-group-tell td p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .entry-group-tell td p .exemplar {
    font-size: 12px !important;
    display: block;
    margin-top: 5px;
  }
}
#page-form .inquiry .entry-group-tell td .last {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #page-form .inquiry .entry-group-desire td {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
    padding: 28px 0;
  }
}
#page-form .inquiry .entry-group-desire textarea {
  padding: 20px;
}
#page-form .inquiry .entry-group-desire .noteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin-top: 10px;
  width: 100%;
}
#page-form .inquiry .entry-group-desire .noteWrap p {
  margin: 0;
  padding-left: 1em;
}
#page-form .section_start_text {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 80px 0 40px 0 !important;
}
@media screen and (max-width: 767px) {
  #page-form .section_start_text {
    margin: 64px 0 32px 0 !important;
  }
}
#page-form .privacyWrap {
  border-radius: 10px;
  border: 1px solid #cecece;
  overflow: hidden;
}
#page-form .privacy {
  width: 100%;
  border-collapse: collapse;
}
#page-form .privacy tr {
  border-bottom: 1px solid #e0e0e0;
}
#page-form .privacy tr:last-child {
  border-bottom: none;
}
#page-form .privacy th {
  background-color: #f5f5f5;
  width: 365px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-form .privacy th {
    width: 100%;
    display: block;
  }
}
#page-form .privacy th .inner {
  margin: 54px 0 0 40px;
}
@media screen and (max-width: 767px) {
  #page-form .privacy th .inner {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
    padding: 18px;
  }
}
#page-form .privacy th .note {
  background-color: #b70031;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  display: inline-block;
  font-weight: normal;
}
#page-form .privacy td {
  padding: 48px 40px;
  vertical-align: top;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #page-form .privacy td {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
    padding: 28px 0;
  }
}
#page-form .privacy td input[type=text],
#page-form .privacy td input[type=email],
#page-form .privacy td select,
#page-form .privacy td textarea {
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
}
#page-form .privacy td input[type=text]:focus,
#page-form .privacy td input[type=email]:focus,
#page-form .privacy td select:focus,
#page-form .privacy td textarea:focus {
  border-color: #b70031;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
          box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
}
#page-form .privacy td input[type=text],
#page-form .privacy td input[type=email] {
  height: 48px;
  padding: 0 20px;
}
#page-form .privacy td input[type=text].max,
#page-form .privacy td input[type=email].max {
  width: 100%;
}
#page-form .privacy td input[type=text].name,
#page-form .privacy td input[type=email].name {
  width: 150px;
}
#page-form .privacy td select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 20px;
}
#page-form .privacy td .select-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  #page-form .privacy td .select-wrapper {
    width: 100%;
  }
}
#page-form .privacy td .select-wrapper select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
#page-form .privacy td .select-wrapper .select-inner {
  position: relative;
}
#page-form .privacy td .select-wrapper .select-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  pointer-events: none;
  z-index: 1;
}
#page-form .privacy td textarea {
  width: 100%;
  max-width: 500px;
  min-height: 120px;
  resize: vertical;
}
#page-form .privacy td p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #140e16;
  line-height: 1.4;
}
#page-form .privacy td p.mt10 {
  margin-top: 10px;
}
#page-form .privacy td p.note {
  color: #b70031;
  font-weight: 500;
}
#page-form .privacy td p.notice-1 {
  font-size: 14px;
}
#page-form .privacy td p.notice-2 {
  font-size: 17px;
  margin: 32px 0 0 0;
}
#page-form .privacy td .exemplar {
  color: #140e16;
  font-size: 14px;
}
#page-form .privacy .entry-group-gender .cohesive_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  #page-form .privacy .entry-group-gender .cohesive_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-form .privacy .entry-group-gender .cohesive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 17px;
}
#page-form .privacy .entry-group-gender .cohesive input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #b70031; /* ここに好きな色を指定 */
}
#page-form .privacy .entry-group-parent td .cohesive,
#page-form .privacy .entry-group-child td .cohesive {
  display: inline-block;
  vertical-align: top;
}
#page-form .privacy .entry-group-parent td .cohesive:last-child,
#page-form .privacy .entry-group-child td .cohesive:last-child {
  margin-right: 0;
}
#page-form .privacy .entry-group-parent td .cohesive .inputContainer,
#page-form .privacy .entry-group-child td .cohesive .inputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
#page-form .privacy .entry-group-parent td .cohesive label,
#page-form .privacy .entry-group-child td .cohesive label {
  display: block;
  font-size: 17px;
  color: #140e16;
  margin-bottom: 5px;
  font-weight: normal;
}
#page-form .privacy .entry-group-parent td .cohesive input,
#page-form .privacy .entry-group-child td .cohesive input {
  display: block;
}
#page-form .privacy .entry-group-parent td .cohesive p,
#page-form .privacy .entry-group-child td .cohesive p {
  margin-top: 10px;
  font-size: 11px;
}
#page-form .privacy .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
#page-form .privacy .nameWrap .cohesive {
  width: calc(50% - 20px);
}
#page-form .privacy .nameWrap .cohesive input {
  width: 100% !important;
}
#page-form .privacy .entry-group-tell td .last {
  margin-top: 5px;
}
#page-form .privacy .entry-group-desire textarea {
  padding: 20px;
}
#page-form .privacy .entry-group-desire .noteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin-top: 10px;
}
#page-form .privacy .entry-group-desire .noteWrap p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#page-form .privacy .inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-form .privacy .inputWrap label {
  font-size: 17px;
}
#page-form .privacy .inputWrap input {
  width: 280px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-form .privacy .inputWrap input {
    width: 100%;
  }
}
#page-form .privacy .notice-1 {
  font-size: 14px !important;
  position: relative;
  padding-left: 1.2em;
}
#page-form .privacy .notice-1::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#page-form .control {
  margin-top: 64px;
}
#page-form .control__maintext {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-form .control__maintext p {
  font-size: 17px !important;
  color: #c80421;
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  #page-form .control__maintext p {
    font-size: 16px !important;
    text-align: left;
  }
}
#page-form .control__maintext p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#page-form .control .formScrollBox {
  margin-top: 64px;
}
#page-form .control .formScrollBox__inner {
  text-align: left;
  height: 380px;
  overflow-y: scroll;
  border-radius: 6px;
  border: 1px solid #959595;
  padding: 32px;
}
#page-form .control .formScrollBox__mainText {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-form .control .formScrollBox__mainText {
    font-size: 17px;
  }
}
#page-form .control .formScrollBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
#page-form .control .formScrollBox__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  font-size: 17px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page-form .control .formScrollBox__item {
    font-size: 14px;
  }
}
#page-form .control .formScrollBox__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
#page-form .control .formScrollBox__item:nth-child(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
#page-form .control .formScrollBox__item:nth-child(5) {
  margin-bottom: 0;
}
#page-form .control .formScrollBox__item:nth-child(5)::before {
  display: none;
}
#page-form .control .checkTxt {
  font-size: 17px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page-form .control .checkTxt {
    font-size: 14px;
    text-align: left;
  }
}
#page-form .control .btn_submit {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-form .control .btn_submit button {
  height: 55px;
  max-width: 328px;
  width: 100%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 6px;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  color: #b70031;
}
#page-form .control .btn_submit button:hover {
  background-color: #b70031;
  color: #fff;
}
@media (max-width: 768px) {
  #page-form .inquiry th,
  #page-form .inquiry td {
    display: block;
    width: 100%;
  }
  #page-form .inquiry th {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
  }
  #page-form .inquiry td {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
  #page-form .inquiry .entry-group-parent td .cohesive,
  #page-form .inquiry .entry-group-child td .cohesive {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #page-form .inquiry .entry-group-parent td .cohesive:last-child,
  #page-form .inquiry .entry-group-child td .cohesive:last-child {
    margin-bottom: 0;
  }
  #page-form .inquiry input[type=text],
  #page-form .inquiry input[type=email],
  #page-form .inquiry select,
  #page-form .inquiry textarea {
    width: 100% !important;
    max-width: none !important;
  }
}

.error-wrap {
  background-color: #FFF1EF;
  border-radius: 6px;
  padding: 11px 15px 11px 10px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .error-wrap {
    margin-top: 10px;
    padding: 8px 12px 8px 8px;
  }
}
.error-wrap .error-message {
  color: #D91C0B !important;
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  position: relative !important;
  padding-left: 2.5em !important;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif !important;
}
@media (max-width: 768px) {
  .error-wrap .error-message {
    font-size: 12px !important;
    padding-left: 2em !important;
  }
}
.error-wrap .error-message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url("../img/error.svg");
  background-size: cover;
}
@media (max-width: 768px) {
  .error-wrap .error-message::before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}